@mergeapi/merge-node-client 1.0.8 → 1.0.10

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 (1383) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +11 -11
  3. package/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
  4. package/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
  5. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -3
  6. package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +5 -1
  7. package/api/resources/accounting/resources/accounts/client/Client.js +12 -5
  8. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  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 +12 -5
  12. package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  13. package/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
  14. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  15. package/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
  16. package/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -3
  17. package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +5 -1
  18. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -3
  19. package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +5 -1
  20. package/api/resources/accounting/resources/companyInfo/client/Client.js +8 -3
  21. package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -1
  22. package/api/resources/accounting/resources/contacts/client/Client.d.ts +7 -0
  23. package/api/resources/accounting/resources/contacts/client/Client.js +95 -6
  24. package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +9 -1
  25. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +33 -0
  26. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.js +5 -0
  27. package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
  28. package/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  29. package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -3
  30. package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +5 -1
  31. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  32. package/api/resources/accounting/resources/expenses/client/Client.d.ts +14 -0
  33. package/api/resources/accounting/resources/expenses/client/Client.js +171 -6
  34. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  35. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.js +5 -0
  36. package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +9 -1
  37. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +33 -0
  38. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.js +5 -0
  39. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
  40. package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +2 -0
  41. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
  42. package/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
  43. package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  44. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
  45. package/api/resources/accounting/resources/forceResync/client/Client.js +3 -2
  46. package/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
  47. package/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -3
  48. package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +5 -1
  49. package/api/resources/accounting/resources/invoices/client/Client.d.ts +14 -0
  50. package/api/resources/accounting/resources/invoices/client/Client.js +175 -8
  51. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  52. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.js +5 -0
  53. package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +9 -1
  54. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +33 -0
  55. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.js +5 -0
  56. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
  57. package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +2 -0
  58. package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -1
  59. package/api/resources/accounting/resources/issues/client/Client.js +9 -4
  60. package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  61. package/api/resources/accounting/resources/items/client/Client.js +8 -3
  62. package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -1
  63. package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +25 -1
  64. package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  65. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +25 -1
  66. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  67. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +14 -0
  68. package/api/resources/accounting/resources/journalEntries/client/Client.js +171 -6
  69. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  70. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.js +5 -0
  71. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +9 -1
  72. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +33 -0
  73. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.js +5 -0
  74. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
  75. package/api/resources/accounting/resources/journalEntries/client/requests/index.d.ts +2 -0
  76. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  77. package/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
  78. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +10 -3
  79. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
  80. package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  81. package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
  82. package/api/resources/accounting/resources/payments/client/Client.d.ts +14 -0
  83. package/api/resources/accounting/resources/payments/client/Client.js +175 -8
  84. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  85. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.js +5 -0
  86. package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +9 -1
  87. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +33 -0
  88. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.js +5 -0
  89. package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
  90. package/api/resources/accounting/resources/payments/client/requests/index.d.ts +2 -0
  91. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
  92. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +14 -0
  93. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +171 -6
  94. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  95. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.js +5 -0
  96. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +9 -1
  97. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +33 -0
  98. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.js +5 -0
  99. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
  100. package/api/resources/accounting/resources/purchaseOrders/client/requests/index.d.ts +2 -0
  101. package/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
  102. package/api/resources/accounting/resources/scopes/client/Client.d.ts +19 -4
  103. package/api/resources/accounting/resources/scopes/client/Client.js +25 -7
  104. package/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  105. package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
  106. package/api/resources/accounting/resources/taxRates/client/Client.js +8 -3
  107. package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +5 -1
  108. package/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -3
  109. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +5 -1
  110. package/api/resources/accounting/resources/transactions/client/Client.js +8 -3
  111. package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +5 -1
  112. package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -3
  113. package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +5 -1
  114. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
  115. package/api/resources/accounting/types/Account.d.ts +1 -1
  116. package/api/resources/accounting/types/AccountDetails.d.ts +2 -0
  117. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  118. package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  119. package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  120. package/api/resources/accounting/types/AccountIntegration.d.ts +4 -2
  121. package/api/resources/accounting/types/AccountingAttachment.d.ts +1 -1
  122. package/api/resources/accounting/types/AccountingPeriod.d.ts +7 -3
  123. package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  124. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  125. package/api/resources/accounting/types/BalanceSheet.d.ts +1 -1
  126. package/api/resources/accounting/types/CashFlowStatement.d.ts +1 -1
  127. package/api/resources/accounting/types/CompanyInfo.d.ts +1 -1
  128. package/api/resources/accounting/types/ComponentTypeEnum.d.ts +12 -0
  129. package/api/resources/accounting/types/ComponentTypeEnum.js +10 -0
  130. package/api/resources/accounting/types/Contact.d.ts +2 -1
  131. package/api/resources/accounting/types/ContactRequest.d.ts +1 -0
  132. package/api/resources/accounting/types/CreditNote.d.ts +3 -1
  133. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +4 -2
  134. package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  135. package/api/resources/accounting/types/EventTypeEnum.js +1 -0
  136. package/api/resources/accounting/types/Expense.d.ts +4 -1
  137. package/api/resources/accounting/types/ExpenseLine.d.ts +4 -1
  138. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +4 -0
  139. package/api/resources/accounting/types/ExpenseRequest.d.ts +3 -0
  140. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  141. package/api/resources/accounting/types/FieldFormatEnum.d.ts +20 -0
  142. package/api/resources/accounting/types/FieldFormatEnum.js +14 -0
  143. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  144. package/api/resources/accounting/types/FieldTypeEnum.d.ts +20 -0
  145. package/api/resources/accounting/types/FieldTypeEnum.js +14 -0
  146. package/api/resources/accounting/types/IncomeStatement.d.ts +1 -1
  147. package/api/resources/accounting/types/Invoice.d.ts +10 -4
  148. package/api/resources/accounting/types/InvoiceLineItem.d.ts +5 -1
  149. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  150. package/api/resources/accounting/types/InvoiceRequest.d.ts +10 -5
  151. package/api/resources/accounting/types/Item.d.ts +5 -1
  152. package/api/resources/accounting/types/ItemFormatEnum.d.ts +20 -0
  153. package/api/resources/accounting/types/ItemFormatEnum.js +14 -0
  154. package/api/resources/accounting/types/ItemPurchaseTaxRate.d.ts +8 -0
  155. package/api/resources/accounting/types/ItemPurchaseTaxRate.js +5 -0
  156. package/api/resources/accounting/types/ItemSalesTaxRate.d.ts +8 -0
  157. package/api/resources/accounting/types/ItemSalesTaxRate.js +5 -0
  158. package/api/resources/accounting/types/ItemSchema.d.ts +9 -0
  159. package/api/resources/accounting/types/ItemSchema.js +5 -0
  160. package/api/resources/accounting/types/ItemTypeEnum.d.ts +20 -0
  161. package/api/resources/accounting/types/ItemTypeEnum.js +14 -0
  162. package/api/resources/accounting/types/JournalEntry.d.ts +8 -4
  163. package/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
  164. package/api/resources/accounting/types/JournalLine.d.ts +5 -1
  165. package/api/resources/accounting/types/JournalLineRequest.d.ts +4 -0
  166. package/api/resources/accounting/types/LanguageEnum.d.ts +12 -0
  167. package/api/resources/accounting/types/LanguageEnum.js +10 -0
  168. package/api/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +9 -0
  169. package/api/resources/accounting/types/PaginatedRemoteFieldClassList.js +5 -0
  170. package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  171. package/api/resources/accounting/types/Payment.d.ts +5 -4
  172. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -0
  173. package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  174. package/api/resources/accounting/types/PurchaseOrder.d.ts +7 -4
  175. package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +5 -2
  176. package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +4 -1
  177. package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +3 -0
  178. package/api/resources/accounting/types/RemoteField.d.ts +8 -0
  179. package/api/resources/accounting/types/RemoteField.js +5 -0
  180. package/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  181. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  182. package/api/resources/accounting/types/RemoteFieldClass.d.ts +16 -0
  183. package/api/resources/accounting/types/RemoteFieldClass.js +5 -0
  184. package/api/resources/accounting/types/RemoteFieldRequest.d.ts +8 -0
  185. package/api/resources/accounting/types/RemoteFieldRequest.js +5 -0
  186. package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +5 -0
  187. package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +5 -0
  188. package/api/resources/accounting/types/TaxComponent.d.ts +39 -0
  189. package/api/resources/accounting/types/TaxComponent.js +5 -0
  190. package/api/resources/accounting/types/TaxComponentComponentType.d.ts +11 -0
  191. package/api/resources/accounting/types/TaxComponentComponentType.js +5 -0
  192. package/api/resources/accounting/types/TaxRate.d.ts +18 -3
  193. package/api/resources/accounting/types/TaxRateStatus.d.ts +11 -0
  194. package/api/resources/accounting/types/TaxRateStatus.js +5 -0
  195. package/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +5 -0
  196. package/api/resources/accounting/types/TaxRateTaxComponentsItem.js +5 -0
  197. package/api/resources/accounting/types/TrackingCategory.d.ts +1 -1
  198. package/api/resources/accounting/types/Transaction.d.ts +3 -1
  199. package/api/resources/accounting/types/TransactionLineItem.d.ts +4 -3
  200. package/api/resources/accounting/types/VendorCredit.d.ts +4 -2
  201. package/api/resources/accounting/types/VendorCreditLine.d.ts +5 -3
  202. package/api/resources/accounting/types/index.d.ts +20 -2
  203. package/api/resources/accounting/types/index.js +20 -2
  204. package/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
  205. package/api/resources/ats/resources/accountToken/client/Client.js +2 -1
  206. package/api/resources/ats/resources/activities/client/Client.js +8 -4
  207. package/api/resources/ats/resources/applications/client/Client.js +10 -5
  208. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
  209. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  210. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
  211. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  212. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
  213. package/api/resources/ats/resources/attachments/client/Client.js +8 -4
  214. package/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
  215. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  216. package/api/resources/ats/resources/availableActions/client/Client.js +2 -1
  217. package/api/resources/ats/resources/candidates/client/Client.js +13 -7
  218. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  219. package/api/resources/ats/resources/departments/client/Client.js +4 -2
  220. package/api/resources/ats/resources/eeocs/client/Client.js +4 -2
  221. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -1
  222. package/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
  223. package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  224. package/api/resources/ats/resources/forceResync/client/Client.js +2 -1
  225. package/api/resources/ats/resources/generateKey/client/Client.js +2 -1
  226. package/api/resources/ats/resources/interviews/client/Client.js +8 -4
  227. package/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
  228. package/api/resources/ats/resources/issues/client/Client.js +9 -4
  229. package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  230. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
  231. package/api/resources/ats/resources/jobPostings/client/Client.js +4 -2
  232. package/api/resources/ats/resources/jobs/client/Client.js +6 -3
  233. package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  234. package/api/resources/ats/resources/linkToken/client/Client.js +3 -2
  235. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  236. package/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
  237. package/api/resources/ats/resources/offers/client/Client.js +4 -2
  238. package/api/resources/ats/resources/offices/client/Client.js +4 -2
  239. package/api/resources/ats/resources/passthrough/client/Client.js +2 -1
  240. package/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
  241. package/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
  242. package/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
  243. package/api/resources/ats/resources/scopes/client/Client.js +22 -4
  244. package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  245. package/api/resources/ats/resources/scorecards/client/Client.js +4 -2
  246. package/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
  247. package/api/resources/ats/resources/tags/client/Client.js +2 -1
  248. package/api/resources/ats/resources/users/client/Client.js +4 -2
  249. package/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
  250. package/api/resources/ats/types/AccountIntegration.d.ts +2 -0
  251. package/api/resources/ats/types/Activity.d.ts +0 -1
  252. package/api/resources/ats/types/ActivityRequest.d.ts +0 -1
  253. package/api/resources/ats/types/Application.d.ts +1 -0
  254. package/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
  255. package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
  256. package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
  257. package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
  258. package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
  259. package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  260. package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  261. package/api/resources/ats/types/EmailAddress.d.ts +2 -0
  262. package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
  263. package/api/resources/ats/types/EventTypeEnum.js +1 -0
  264. package/api/resources/ats/types/PhoneNumber.d.ts +2 -0
  265. package/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  266. package/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
  267. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
  268. package/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
  269. package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
  270. package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
  271. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
  272. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
  273. package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
  274. package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
  275. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
  276. package/api/resources/ats/types/Url.d.ts +2 -0
  277. package/api/resources/ats/types/index.d.ts +6 -0
  278. package/api/resources/ats/types/index.js +6 -0
  279. package/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
  280. package/api/resources/crm/resources/accountToken/client/Client.js +2 -1
  281. package/api/resources/crm/resources/accounts/client/Client.js +18 -8
  282. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  283. package/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
  284. package/api/resources/crm/resources/associations/client/Client.js +4 -2
  285. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
  286. package/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
  287. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  288. package/api/resources/crm/resources/availableActions/client/Client.js +2 -1
  289. package/api/resources/crm/resources/contacts/client/Client.js +19 -9
  290. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  291. package/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
  292. package/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
  293. package/api/resources/crm/resources/customObjects/client/Client.js +87 -5
  294. package/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
  295. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
  296. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -0
  297. package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
  298. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  299. package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
  300. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  301. package/api/resources/crm/resources/engagements/client/Client.js +18 -8
  302. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  303. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -1
  304. package/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
  305. package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  306. package/api/resources/crm/resources/forceResync/client/Client.js +2 -1
  307. package/api/resources/crm/resources/generateKey/client/Client.js +2 -1
  308. package/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
  309. package/api/resources/crm/resources/issues/client/Client.js +9 -4
  310. package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  311. package/api/resources/crm/resources/leads/client/Client.js +14 -6
  312. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  313. package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  314. package/api/resources/crm/resources/linkToken/client/Client.js +3 -2
  315. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  316. package/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
  317. package/api/resources/crm/resources/notes/client/Client.js +14 -6
  318. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  319. package/api/resources/crm/resources/opportunities/client/Client.js +22 -9
  320. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
  321. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  322. package/api/resources/crm/resources/passthrough/client/Client.js +2 -1
  323. package/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
  324. package/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
  325. package/api/resources/crm/resources/scopes/client/Client.js +22 -4
  326. package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  327. package/api/resources/crm/resources/stages/client/Client.js +10 -4
  328. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  329. package/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
  330. package/api/resources/crm/resources/tasks/client/Client.js +18 -8
  331. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  332. package/api/resources/crm/resources/users/client/Client.js +11 -5
  333. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  334. package/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
  335. package/api/resources/crm/types/AccountIntegration.d.ts +2 -0
  336. package/api/resources/crm/types/Association.d.ts +2 -2
  337. package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  338. package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  339. package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  340. package/api/resources/crm/types/EventTypeEnum.js +1 -0
  341. package/api/resources/crm/types/RemoteField.d.ts +1 -1
  342. package/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  343. package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  344. package/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
  345. package/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
  346. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
  347. package/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
  348. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  349. package/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
  350. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  351. package/api/resources/filestorage/resources/drives/client/Client.js +4 -2
  352. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -1
  353. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
  354. package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  355. package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
  356. package/api/resources/filestorage/resources/files/client/Client.js +10 -6
  357. package/api/resources/filestorage/resources/folders/client/Client.js +8 -4
  358. package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
  359. package/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
  360. package/api/resources/filestorage/resources/groups/client/Client.js +4 -2
  361. package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
  362. package/api/resources/filestorage/resources/issues/client/Client.js +9 -4
  363. package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  364. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  365. package/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
  366. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  367. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
  368. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  369. package/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
  370. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
  371. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
  372. package/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
  373. package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  374. package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
  375. package/api/resources/filestorage/resources/users/client/Client.js +4 -2
  376. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
  377. package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
  378. package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  379. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  380. package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  381. package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  382. package/api/resources/filestorage/types/Group.d.ts +1 -1
  383. package/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  384. package/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
  385. package/api/resources/hris/resources/accountToken/client/Client.js +2 -1
  386. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
  387. package/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
  388. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  389. package/api/resources/hris/resources/availableActions/client/Client.js +2 -1
  390. package/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
  391. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
  392. package/api/resources/hris/resources/benefits/client/Client.js +4 -2
  393. package/api/resources/hris/resources/companies/client/Client.js +4 -2
  394. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  395. package/api/resources/hris/resources/dependents/client/Client.js +4 -2
  396. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
  397. package/api/resources/hris/resources/employees/client/Client.js +9 -5
  398. package/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
  399. package/api/resources/hris/resources/employments/client/Client.js +4 -2
  400. package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
  401. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -1
  402. package/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
  403. package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  404. package/api/resources/hris/resources/forceResync/client/Client.js +2 -1
  405. package/api/resources/hris/resources/generateKey/client/Client.js +2 -1
  406. package/api/resources/hris/resources/groups/client/Client.js +4 -2
  407. package/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
  408. package/api/resources/hris/resources/issues/client/Client.js +9 -4
  409. package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  410. package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  411. package/api/resources/hris/resources/linkToken/client/Client.js +3 -2
  412. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  413. package/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
  414. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  415. package/api/resources/hris/resources/locations/client/Client.js +4 -2
  416. package/api/resources/hris/resources/passthrough/client/Client.js +2 -1
  417. package/api/resources/hris/resources/payGroups/client/Client.js +4 -2
  418. package/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
  419. package/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
  420. package/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
  421. package/api/resources/hris/resources/scopes/client/Client.js +22 -4
  422. package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  423. package/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
  424. package/api/resources/hris/resources/teams/client/Client.js +4 -2
  425. package/api/resources/hris/resources/timeOff/client/Client.js +8 -4
  426. package/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
  427. package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
  428. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
  429. package/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
  430. package/api/resources/hris/types/AccountIntegration.d.ts +2 -0
  431. package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  432. package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  433. package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  434. package/api/resources/hris/types/EventTypeEnum.js +1 -0
  435. package/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  436. package/api/resources/index.d.ts +1 -1
  437. package/api/resources/index.js +2 -2
  438. package/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
  439. package/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
  440. package/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
  441. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
  442. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
  443. package/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
  444. package/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
  445. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  446. package/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
  447. package/api/resources/ticketing/resources/collections/client/Client.js +6 -3
  448. package/api/resources/ticketing/resources/comments/client/Client.js +8 -4
  449. package/api/resources/ticketing/resources/contacts/client/Client.js +8 -4
  450. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  451. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
  452. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
  453. package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  454. package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
  455. package/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
  456. package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
  457. package/api/resources/ticketing/resources/issues/client/Client.js +9 -4
  458. package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  459. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  460. package/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
  461. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  462. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
  463. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  464. package/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
  465. package/api/resources/ticketing/resources/projects/client/Client.js +6 -3
  466. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
  467. package/api/resources/ticketing/resources/roles/client/Client.js +4 -2
  468. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
  469. package/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
  470. package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  471. package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
  472. package/api/resources/ticketing/resources/tags/client/Client.js +4 -2
  473. package/api/resources/ticketing/resources/teams/client/Client.js +4 -2
  474. package/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
  475. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
  476. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  477. package/api/resources/ticketing/resources/users/client/Client.js +4 -2
  478. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
  479. package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
  480. package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  481. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  482. package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  483. package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  484. package/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  485. package/api/resources/ticketing/types/Tag.d.ts +1 -0
  486. package/dist/Client.d.ts +3 -3
  487. package/dist/Client.js +11 -11
  488. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
  489. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
  490. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -3
  491. package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +5 -1
  492. package/dist/api/resources/accounting/resources/accounts/client/Client.js +12 -5
  493. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  494. package/dist/api/resources/accounting/resources/addresses/client/Client.js +2 -1
  495. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
  496. package/dist/api/resources/accounting/resources/attachments/client/Client.js +12 -5
  497. package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  498. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
  499. package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  500. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
  501. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -3
  502. package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +5 -1
  503. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -3
  504. package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +5 -1
  505. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +8 -3
  506. package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -1
  507. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +7 -0
  508. package/dist/api/resources/accounting/resources/contacts/client/Client.js +95 -6
  509. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +9 -1
  510. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +33 -0
  511. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.js +5 -0
  512. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
  513. package/dist/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  514. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -3
  515. package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +5 -1
  516. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  517. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +14 -0
  518. package/dist/api/resources/accounting/resources/expenses/client/Client.js +171 -6
  519. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  520. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.js +5 -0
  521. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +9 -1
  522. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +33 -0
  523. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.js +5 -0
  524. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
  525. package/dist/api/resources/accounting/resources/expenses/client/requests/index.d.ts +2 -0
  526. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
  527. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
  528. package/dist/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  529. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
  530. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +3 -2
  531. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
  532. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -3
  533. package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +5 -1
  534. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +14 -0
  535. package/dist/api/resources/accounting/resources/invoices/client/Client.js +175 -8
  536. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  537. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.js +5 -0
  538. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +9 -1
  539. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +33 -0
  540. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.js +5 -0
  541. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
  542. package/dist/api/resources/accounting/resources/invoices/client/requests/index.d.ts +2 -0
  543. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +1 -1
  544. package/dist/api/resources/accounting/resources/issues/client/Client.js +9 -4
  545. package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  546. package/dist/api/resources/accounting/resources/items/client/Client.js +8 -3
  547. package/dist/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -1
  548. package/dist/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +25 -1
  549. package/dist/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  550. package/dist/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +25 -1
  551. package/dist/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  552. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +14 -0
  553. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +171 -6
  554. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  555. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.js +5 -0
  556. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +9 -1
  557. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +33 -0
  558. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.js +5 -0
  559. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
  560. package/dist/api/resources/accounting/resources/journalEntries/client/requests/index.d.ts +2 -0
  561. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  562. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
  563. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +10 -3
  564. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
  565. package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  566. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
  567. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +14 -0
  568. package/dist/api/resources/accounting/resources/payments/client/Client.js +175 -8
  569. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  570. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.js +5 -0
  571. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +9 -1
  572. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +33 -0
  573. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.js +5 -0
  574. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
  575. package/dist/api/resources/accounting/resources/payments/client/requests/index.d.ts +2 -0
  576. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
  577. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +14 -0
  578. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +171 -6
  579. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  580. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.js +5 -0
  581. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +9 -1
  582. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +33 -0
  583. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.js +5 -0
  584. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
  585. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/index.d.ts +2 -0
  586. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
  587. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +19 -4
  588. package/dist/api/resources/accounting/resources/scopes/client/Client.js +25 -7
  589. package/dist/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  590. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
  591. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +8 -3
  592. package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +5 -1
  593. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -3
  594. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +5 -1
  595. package/dist/api/resources/accounting/resources/transactions/client/Client.js +8 -3
  596. package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +5 -1
  597. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -3
  598. package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +5 -1
  599. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
  600. package/dist/api/resources/accounting/types/Account.d.ts +1 -1
  601. package/dist/api/resources/accounting/types/AccountDetails.d.ts +2 -0
  602. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  603. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  604. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  605. package/dist/api/resources/accounting/types/AccountIntegration.d.ts +4 -2
  606. package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +1 -1
  607. package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +7 -3
  608. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  609. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  610. package/dist/api/resources/accounting/types/BalanceSheet.d.ts +1 -1
  611. package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +1 -1
  612. package/dist/api/resources/accounting/types/CompanyInfo.d.ts +1 -1
  613. package/dist/api/resources/accounting/types/ComponentTypeEnum.d.ts +12 -0
  614. package/dist/api/resources/accounting/types/ComponentTypeEnum.js +10 -0
  615. package/dist/api/resources/accounting/types/Contact.d.ts +2 -1
  616. package/dist/api/resources/accounting/types/ContactRequest.d.ts +1 -0
  617. package/dist/api/resources/accounting/types/CreditNote.d.ts +3 -1
  618. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +4 -2
  619. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  620. package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
  621. package/dist/api/resources/accounting/types/Expense.d.ts +4 -1
  622. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +4 -1
  623. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +4 -0
  624. package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +3 -0
  625. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  626. package/dist/api/resources/accounting/types/FieldFormatEnum.d.ts +20 -0
  627. package/dist/api/resources/accounting/types/FieldFormatEnum.js +14 -0
  628. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  629. package/dist/api/resources/accounting/types/FieldTypeEnum.d.ts +20 -0
  630. package/dist/api/resources/accounting/types/FieldTypeEnum.js +14 -0
  631. package/dist/api/resources/accounting/types/IncomeStatement.d.ts +1 -1
  632. package/dist/api/resources/accounting/types/Invoice.d.ts +10 -4
  633. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +5 -1
  634. package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  635. package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +10 -5
  636. package/dist/api/resources/accounting/types/Item.d.ts +5 -1
  637. package/dist/api/resources/accounting/types/ItemFormatEnum.d.ts +20 -0
  638. package/dist/api/resources/accounting/types/ItemFormatEnum.js +14 -0
  639. package/dist/api/resources/accounting/types/ItemPurchaseTaxRate.d.ts +8 -0
  640. package/dist/api/resources/accounting/types/ItemPurchaseTaxRate.js +5 -0
  641. package/dist/api/resources/accounting/types/ItemSalesTaxRate.d.ts +8 -0
  642. package/dist/api/resources/accounting/types/ItemSalesTaxRate.js +5 -0
  643. package/dist/api/resources/accounting/types/ItemSchema.d.ts +9 -0
  644. package/dist/api/resources/accounting/types/ItemSchema.js +5 -0
  645. package/dist/api/resources/accounting/types/ItemTypeEnum.d.ts +20 -0
  646. package/dist/api/resources/accounting/types/ItemTypeEnum.js +14 -0
  647. package/dist/api/resources/accounting/types/JournalEntry.d.ts +8 -4
  648. package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
  649. package/dist/api/resources/accounting/types/JournalLine.d.ts +5 -1
  650. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +4 -0
  651. package/dist/api/resources/accounting/types/LanguageEnum.d.ts +12 -0
  652. package/dist/api/resources/accounting/types/LanguageEnum.js +10 -0
  653. package/dist/api/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +9 -0
  654. package/dist/api/resources/accounting/types/PaginatedRemoteFieldClassList.js +5 -0
  655. package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  656. package/dist/api/resources/accounting/types/Payment.d.ts +5 -4
  657. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -0
  658. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  659. package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +7 -4
  660. package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +5 -2
  661. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +4 -1
  662. package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +3 -0
  663. package/dist/api/resources/accounting/types/RemoteField.d.ts +8 -0
  664. package/dist/api/resources/accounting/types/RemoteField.js +5 -0
  665. package/dist/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  666. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  667. package/dist/api/resources/accounting/types/RemoteFieldClass.d.ts +16 -0
  668. package/dist/api/resources/accounting/types/RemoteFieldClass.js +5 -0
  669. package/dist/api/resources/accounting/types/RemoteFieldRequest.d.ts +8 -0
  670. package/dist/api/resources/accounting/types/RemoteFieldRequest.js +5 -0
  671. package/dist/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +5 -0
  672. package/dist/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +5 -0
  673. package/dist/api/resources/accounting/types/TaxComponent.d.ts +39 -0
  674. package/dist/api/resources/accounting/types/TaxComponent.js +5 -0
  675. package/dist/api/resources/accounting/types/TaxComponentComponentType.d.ts +11 -0
  676. package/dist/api/resources/accounting/types/TaxComponentComponentType.js +5 -0
  677. package/dist/api/resources/accounting/types/TaxRate.d.ts +18 -3
  678. package/dist/api/resources/accounting/types/TaxRateStatus.d.ts +11 -0
  679. package/dist/api/resources/accounting/types/TaxRateStatus.js +5 -0
  680. package/dist/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +5 -0
  681. package/dist/api/resources/accounting/types/TaxRateTaxComponentsItem.js +5 -0
  682. package/dist/api/resources/accounting/types/TrackingCategory.d.ts +1 -1
  683. package/dist/api/resources/accounting/types/Transaction.d.ts +3 -1
  684. package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +4 -3
  685. package/dist/api/resources/accounting/types/VendorCredit.d.ts +4 -2
  686. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +5 -3
  687. package/dist/api/resources/accounting/types/index.d.ts +20 -2
  688. package/dist/api/resources/accounting/types/index.js +20 -2
  689. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
  690. package/dist/api/resources/ats/resources/accountToken/client/Client.js +2 -1
  691. package/dist/api/resources/ats/resources/activities/client/Client.js +8 -4
  692. package/dist/api/resources/ats/resources/applications/client/Client.js +10 -5
  693. package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
  694. package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  695. package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
  696. package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  697. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
  698. package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -4
  699. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
  700. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  701. package/dist/api/resources/ats/resources/availableActions/client/Client.js +2 -1
  702. package/dist/api/resources/ats/resources/candidates/client/Client.js +13 -7
  703. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  704. package/dist/api/resources/ats/resources/departments/client/Client.js +4 -2
  705. package/dist/api/resources/ats/resources/eeocs/client/Client.js +4 -2
  706. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -1
  707. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
  708. package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  709. package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -1
  710. package/dist/api/resources/ats/resources/generateKey/client/Client.js +2 -1
  711. package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -4
  712. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
  713. package/dist/api/resources/ats/resources/issues/client/Client.js +9 -4
  714. package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  715. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
  716. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +4 -2
  717. package/dist/api/resources/ats/resources/jobs/client/Client.js +6 -3
  718. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  719. package/dist/api/resources/ats/resources/linkToken/client/Client.js +3 -2
  720. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  721. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
  722. package/dist/api/resources/ats/resources/offers/client/Client.js +4 -2
  723. package/dist/api/resources/ats/resources/offices/client/Client.js +4 -2
  724. package/dist/api/resources/ats/resources/passthrough/client/Client.js +2 -1
  725. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
  726. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
  727. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
  728. package/dist/api/resources/ats/resources/scopes/client/Client.js +22 -4
  729. package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  730. package/dist/api/resources/ats/resources/scorecards/client/Client.js +4 -2
  731. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
  732. package/dist/api/resources/ats/resources/tags/client/Client.js +2 -1
  733. package/dist/api/resources/ats/resources/users/client/Client.js +4 -2
  734. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
  735. package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -0
  736. package/dist/api/resources/ats/types/Activity.d.ts +0 -1
  737. package/dist/api/resources/ats/types/ActivityRequest.d.ts +0 -1
  738. package/dist/api/resources/ats/types/Application.d.ts +1 -0
  739. package/dist/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
  740. package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
  741. package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
  742. package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
  743. package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
  744. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  745. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  746. package/dist/api/resources/ats/types/EmailAddress.d.ts +2 -0
  747. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
  748. package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
  749. package/dist/api/resources/ats/types/PhoneNumber.d.ts +2 -0
  750. package/dist/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  751. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
  752. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
  753. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
  754. package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
  755. package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
  756. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
  757. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
  758. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
  759. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
  760. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
  761. package/dist/api/resources/ats/types/Url.d.ts +2 -0
  762. package/dist/api/resources/ats/types/index.d.ts +6 -0
  763. package/dist/api/resources/ats/types/index.js +6 -0
  764. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
  765. package/dist/api/resources/crm/resources/accountToken/client/Client.js +2 -1
  766. package/dist/api/resources/crm/resources/accounts/client/Client.js +18 -8
  767. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  768. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
  769. package/dist/api/resources/crm/resources/associations/client/Client.js +4 -2
  770. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
  771. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
  772. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  773. package/dist/api/resources/crm/resources/availableActions/client/Client.js +2 -1
  774. package/dist/api/resources/crm/resources/contacts/client/Client.js +19 -9
  775. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  776. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
  777. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
  778. package/dist/api/resources/crm/resources/customObjects/client/Client.js +87 -5
  779. package/dist/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
  780. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
  781. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -0
  782. package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
  783. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  784. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
  785. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  786. package/dist/api/resources/crm/resources/engagements/client/Client.js +18 -8
  787. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  788. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -1
  789. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
  790. package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  791. package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -1
  792. package/dist/api/resources/crm/resources/generateKey/client/Client.js +2 -1
  793. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
  794. package/dist/api/resources/crm/resources/issues/client/Client.js +9 -4
  795. package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  796. package/dist/api/resources/crm/resources/leads/client/Client.js +14 -6
  797. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  798. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  799. package/dist/api/resources/crm/resources/linkToken/client/Client.js +3 -2
  800. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  801. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
  802. package/dist/api/resources/crm/resources/notes/client/Client.js +14 -6
  803. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  804. package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -9
  805. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
  806. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  807. package/dist/api/resources/crm/resources/passthrough/client/Client.js +2 -1
  808. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
  809. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
  810. package/dist/api/resources/crm/resources/scopes/client/Client.js +22 -4
  811. package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  812. package/dist/api/resources/crm/resources/stages/client/Client.js +10 -4
  813. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  814. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
  815. package/dist/api/resources/crm/resources/tasks/client/Client.js +18 -8
  816. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  817. package/dist/api/resources/crm/resources/users/client/Client.js +11 -5
  818. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  819. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
  820. package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -0
  821. package/dist/api/resources/crm/types/Association.d.ts +2 -2
  822. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  823. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  824. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  825. package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
  826. package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
  827. package/dist/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  828. package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  829. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
  830. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
  831. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
  832. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
  833. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  834. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
  835. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  836. package/dist/api/resources/filestorage/resources/drives/client/Client.js +4 -2
  837. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -1
  838. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
  839. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  840. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
  841. package/dist/api/resources/filestorage/resources/files/client/Client.js +10 -6
  842. package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -4
  843. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
  844. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
  845. package/dist/api/resources/filestorage/resources/groups/client/Client.js +4 -2
  846. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
  847. package/dist/api/resources/filestorage/resources/issues/client/Client.js +9 -4
  848. package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  849. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  850. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
  851. package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  852. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
  853. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  854. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
  855. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
  856. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
  857. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
  858. package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  859. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
  860. package/dist/api/resources/filestorage/resources/users/client/Client.js +4 -2
  861. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
  862. package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
  863. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  864. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  865. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  866. package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  867. package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
  868. package/dist/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  869. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
  870. package/dist/api/resources/hris/resources/accountToken/client/Client.js +2 -1
  871. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
  872. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
  873. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  874. package/dist/api/resources/hris/resources/availableActions/client/Client.js +2 -1
  875. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
  876. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
  877. package/dist/api/resources/hris/resources/benefits/client/Client.js +4 -2
  878. package/dist/api/resources/hris/resources/companies/client/Client.js +4 -2
  879. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  880. package/dist/api/resources/hris/resources/dependents/client/Client.js +4 -2
  881. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
  882. package/dist/api/resources/hris/resources/employees/client/Client.js +9 -5
  883. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
  884. package/dist/api/resources/hris/resources/employments/client/Client.js +4 -2
  885. package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
  886. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -1
  887. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
  888. package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  889. package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -1
  890. package/dist/api/resources/hris/resources/generateKey/client/Client.js +2 -1
  891. package/dist/api/resources/hris/resources/groups/client/Client.js +4 -2
  892. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
  893. package/dist/api/resources/hris/resources/issues/client/Client.js +9 -4
  894. package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  895. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  896. package/dist/api/resources/hris/resources/linkToken/client/Client.js +3 -2
  897. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  898. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
  899. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  900. package/dist/api/resources/hris/resources/locations/client/Client.js +4 -2
  901. package/dist/api/resources/hris/resources/passthrough/client/Client.js +2 -1
  902. package/dist/api/resources/hris/resources/payGroups/client/Client.js +4 -2
  903. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
  904. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
  905. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
  906. package/dist/api/resources/hris/resources/scopes/client/Client.js +22 -4
  907. package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  908. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
  909. package/dist/api/resources/hris/resources/teams/client/Client.js +4 -2
  910. package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -4
  911. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
  912. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
  913. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
  914. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
  915. package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -0
  916. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  917. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  918. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  919. package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
  920. package/dist/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  921. package/dist/api/resources/index.d.ts +1 -1
  922. package/dist/api/resources/index.js +2 -2
  923. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
  924. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
  925. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
  926. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
  927. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
  928. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
  929. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
  930. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  931. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
  932. package/dist/api/resources/ticketing/resources/collections/client/Client.js +6 -3
  933. package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -4
  934. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -4
  935. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  936. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
  937. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
  938. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  939. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
  940. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
  941. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
  942. package/dist/api/resources/ticketing/resources/issues/client/Client.js +9 -4
  943. package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  944. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  945. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
  946. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  947. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
  948. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  949. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
  950. package/dist/api/resources/ticketing/resources/projects/client/Client.js +6 -3
  951. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
  952. package/dist/api/resources/ticketing/resources/roles/client/Client.js +4 -2
  953. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
  954. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
  955. package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  956. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
  957. package/dist/api/resources/ticketing/resources/tags/client/Client.js +4 -2
  958. package/dist/api/resources/ticketing/resources/teams/client/Client.js +4 -2
  959. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
  960. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
  961. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  962. package/dist/api/resources/ticketing/resources/users/client/Client.js +4 -2
  963. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
  964. package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
  965. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  966. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  967. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  968. package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  969. package/dist/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  970. package/dist/api/resources/ticketing/types/Tag.d.ts +1 -0
  971. package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +1 -1
  972. package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  973. package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +1 -1
  974. package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  975. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -1
  976. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -1
  977. package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +1 -0
  978. package/dist/serialization/resources/accounting/types/AccountDetails.js +1 -0
  979. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  980. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +1 -0
  981. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  982. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  983. package/dist/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
  984. package/dist/serialization/resources/accounting/types/AccountIntegration.js +1 -0
  985. package/dist/serialization/resources/accounting/types/AccountingPeriod.d.ts +5 -2
  986. package/dist/serialization/resources/accounting/types/AccountingPeriod.js +8 -3
  987. package/dist/serialization/resources/accounting/types/ComponentTypeEnum.d.ts +10 -0
  988. package/dist/serialization/resources/accounting/types/ComponentTypeEnum.js +31 -0
  989. package/dist/serialization/resources/accounting/types/Contact.d.ts +1 -0
  990. package/dist/serialization/resources/accounting/types/Contact.js +3 -0
  991. package/dist/serialization/resources/accounting/types/ContactRequest.d.ts +1 -0
  992. package/dist/serialization/resources/accounting/types/ContactRequest.js +3 -0
  993. package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  994. package/dist/serialization/resources/accounting/types/CreditNote.js +1 -0
  995. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -1
  996. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -1
  997. package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  998. package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  999. package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
  1000. package/dist/serialization/resources/accounting/types/Expense.js +4 -0
  1001. package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
  1002. package/dist/serialization/resources/accounting/types/ExpenseLine.js +1 -0
  1003. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  1004. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +4 -0
  1005. package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
  1006. package/dist/serialization/resources/accounting/types/ExpenseRequest.js +4 -0
  1007. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1008. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  1009. package/dist/serialization/resources/accounting/types/FieldFormatEnum.d.ts +10 -0
  1010. package/dist/serialization/resources/accounting/types/FieldFormatEnum.js +31 -0
  1011. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1012. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  1013. package/dist/serialization/resources/accounting/types/FieldTypeEnum.d.ts +10 -0
  1014. package/dist/serialization/resources/accounting/types/FieldTypeEnum.js +31 -0
  1015. package/dist/serialization/resources/accounting/types/Invoice.d.ts +4 -2
  1016. package/dist/serialization/resources/accounting/types/Invoice.js +12 -8
  1017. package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
  1018. package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  1019. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +2 -0
  1020. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  1021. package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
  1022. package/dist/serialization/resources/accounting/types/InvoiceRequest.js +4 -0
  1023. package/dist/serialization/resources/accounting/types/Item.d.ts +2 -0
  1024. package/dist/serialization/resources/accounting/types/Item.js +2 -0
  1025. package/dist/serialization/resources/accounting/types/ItemFormatEnum.d.ts +10 -0
  1026. package/dist/serialization/resources/accounting/types/ItemFormatEnum.js +31 -0
  1027. package/dist/serialization/resources/accounting/types/ItemPurchaseTaxRate.d.ts +10 -0
  1028. package/dist/serialization/resources/accounting/types/ItemPurchaseTaxRate.js +43 -0
  1029. package/dist/serialization/resources/accounting/types/ItemSalesTaxRate.d.ts +10 -0
  1030. package/dist/serialization/resources/accounting/types/ItemSalesTaxRate.js +43 -0
  1031. package/dist/serialization/resources/accounting/types/ItemSchema.d.ts +14 -0
  1032. package/dist/serialization/resources/accounting/types/ItemSchema.js +44 -0
  1033. package/dist/serialization/resources/accounting/types/ItemTypeEnum.d.ts +10 -0
  1034. package/dist/serialization/resources/accounting/types/ItemTypeEnum.js +31 -0
  1035. package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +4 -2
  1036. package/dist/serialization/resources/accounting/types/JournalEntry.js +6 -2
  1037. package/dist/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
  1038. package/dist/serialization/resources/accounting/types/JournalEntryRequest.js +4 -0
  1039. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  1040. package/dist/serialization/resources/accounting/types/JournalLine.js +4 -0
  1041. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  1042. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +4 -0
  1043. package/dist/serialization/resources/accounting/types/LanguageEnum.d.ts +10 -0
  1044. package/dist/serialization/resources/accounting/types/LanguageEnum.js +31 -0
  1045. package/dist/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +14 -0
  1046. package/dist/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.js +46 -0
  1047. package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  1048. package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
  1049. package/dist/serialization/resources/accounting/types/Payment.d.ts +3 -2
  1050. package/dist/serialization/resources/accounting/types/Payment.js +5 -2
  1051. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +1 -0
  1052. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +12 -0
  1053. package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  1054. package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  1055. package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +3 -1
  1056. package/dist/serialization/resources/accounting/types/PurchaseOrder.js +7 -3
  1057. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -1
  1058. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.js +5 -1
  1059. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +3 -1
  1060. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.js +5 -1
  1061. package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
  1062. package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +4 -0
  1063. package/dist/serialization/resources/accounting/types/RemoteField.d.ts +13 -0
  1064. package/dist/serialization/resources/accounting/types/RemoteField.js +43 -0
  1065. package/dist/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  1066. package/dist/serialization/resources/accounting/types/RemoteFieldApi.js +1 -1
  1067. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1068. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  1069. package/dist/serialization/resources/accounting/types/RemoteFieldClass.d.ts +21 -0
  1070. package/dist/serialization/resources/accounting/types/RemoteFieldClass.js +51 -0
  1071. package/dist/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +13 -0
  1072. package/dist/serialization/resources/accounting/types/RemoteFieldRequest.js +43 -0
  1073. package/dist/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +10 -0
  1074. package/dist/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +43 -0
  1075. package/dist/serialization/resources/accounting/types/TaxComponent.d.ts +20 -0
  1076. package/dist/serialization/resources/accounting/types/TaxComponent.js +50 -0
  1077. package/dist/serialization/resources/accounting/types/TaxComponentComponentType.d.ts +10 -0
  1078. package/dist/serialization/resources/accounting/types/TaxComponentComponentType.js +43 -0
  1079. package/dist/serialization/resources/accounting/types/TaxRate.d.ts +6 -1
  1080. package/dist/serialization/resources/accounting/types/TaxRate.js +8 -1
  1081. package/dist/serialization/resources/accounting/types/TaxRateStatus.d.ts +10 -0
  1082. package/dist/serialization/resources/accounting/types/TaxRateStatus.js +43 -0
  1083. package/dist/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +10 -0
  1084. package/dist/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +43 -0
  1085. package/dist/serialization/resources/accounting/types/Transaction.d.ts +1 -0
  1086. package/dist/serialization/resources/accounting/types/Transaction.js +1 -0
  1087. package/dist/serialization/resources/accounting/types/TransactionLineItem.d.ts +1 -1
  1088. package/dist/serialization/resources/accounting/types/TransactionLineItem.js +1 -1
  1089. package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
  1090. package/dist/serialization/resources/accounting/types/VendorCredit.js +1 -0
  1091. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -1
  1092. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +2 -1
  1093. package/dist/serialization/resources/accounting/types/index.d.ts +20 -2
  1094. package/dist/serialization/resources/accounting/types/index.js +20 -2
  1095. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
  1096. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  1097. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
  1098. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  1099. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1100. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1101. package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
  1102. package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
  1103. package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
  1104. package/dist/serialization/resources/ats/types/Application.js +3 -0
  1105. package/dist/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
  1106. package/dist/serialization/resources/ats/types/ApplicationRequest.js +3 -0
  1107. package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
  1108. package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
  1109. package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
  1110. package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
  1111. package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
  1112. package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
  1113. package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  1114. package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
  1115. package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
  1116. package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
  1117. package/dist/serialization/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  1118. package/dist/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
  1119. package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
  1120. package/dist/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
  1121. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
  1122. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
  1123. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
  1124. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
  1125. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
  1126. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
  1127. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
  1128. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
  1129. package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
  1130. package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
  1131. package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
  1132. package/dist/serialization/resources/ats/types/Url.js +1 -0
  1133. package/dist/serialization/resources/ats/types/index.d.ts +6 -0
  1134. package/dist/serialization/resources/ats/types/index.js +6 -0
  1135. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1136. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1137. package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
  1138. package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
  1139. package/dist/serialization/resources/crm/types/Association.d.ts +2 -2
  1140. package/dist/serialization/resources/crm/types/Association.js +2 -2
  1141. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1142. package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1143. package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
  1144. package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
  1145. package/dist/serialization/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  1146. package/dist/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
  1147. package/dist/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  1148. package/dist/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
  1149. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1150. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1151. package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
  1152. package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
  1153. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1154. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1155. package/dist/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  1156. package/dist/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
  1157. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1158. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1159. package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
  1160. package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
  1161. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1162. package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1163. package/dist/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  1164. package/dist/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
  1165. package/dist/serialization/resources/index.d.ts +1 -1
  1166. package/dist/serialization/resources/index.js +2 -2
  1167. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1168. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1169. package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
  1170. package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
  1171. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1172. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1173. package/dist/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  1174. package/dist/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
  1175. package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
  1176. package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
  1177. package/package.json +1 -1
  1178. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +1 -1
  1179. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  1180. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +1 -1
  1181. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  1182. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -1
  1183. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -1
  1184. package/serialization/resources/accounting/types/AccountDetails.d.ts +1 -0
  1185. package/serialization/resources/accounting/types/AccountDetails.js +1 -0
  1186. package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  1187. package/serialization/resources/accounting/types/AccountDetailsAndActions.js +1 -0
  1188. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1189. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1190. package/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
  1191. package/serialization/resources/accounting/types/AccountIntegration.js +1 -0
  1192. package/serialization/resources/accounting/types/AccountingPeriod.d.ts +5 -2
  1193. package/serialization/resources/accounting/types/AccountingPeriod.js +8 -3
  1194. package/serialization/resources/accounting/types/ComponentTypeEnum.d.ts +10 -0
  1195. package/serialization/resources/accounting/types/ComponentTypeEnum.js +31 -0
  1196. package/serialization/resources/accounting/types/Contact.d.ts +1 -0
  1197. package/serialization/resources/accounting/types/Contact.js +3 -0
  1198. package/serialization/resources/accounting/types/ContactRequest.d.ts +1 -0
  1199. package/serialization/resources/accounting/types/ContactRequest.js +3 -0
  1200. package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  1201. package/serialization/resources/accounting/types/CreditNote.js +1 -0
  1202. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -1
  1203. package/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -1
  1204. package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1205. package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  1206. package/serialization/resources/accounting/types/Expense.d.ts +2 -0
  1207. package/serialization/resources/accounting/types/Expense.js +4 -0
  1208. package/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
  1209. package/serialization/resources/accounting/types/ExpenseLine.js +1 -0
  1210. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  1211. package/serialization/resources/accounting/types/ExpenseLineRequest.js +4 -0
  1212. package/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
  1213. package/serialization/resources/accounting/types/ExpenseRequest.js +4 -0
  1214. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1215. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  1216. package/serialization/resources/accounting/types/FieldFormatEnum.d.ts +10 -0
  1217. package/serialization/resources/accounting/types/FieldFormatEnum.js +31 -0
  1218. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1219. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  1220. package/serialization/resources/accounting/types/FieldTypeEnum.d.ts +10 -0
  1221. package/serialization/resources/accounting/types/FieldTypeEnum.js +31 -0
  1222. package/serialization/resources/accounting/types/Invoice.d.ts +4 -2
  1223. package/serialization/resources/accounting/types/Invoice.js +12 -8
  1224. package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
  1225. package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  1226. package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +2 -0
  1227. package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  1228. package/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
  1229. package/serialization/resources/accounting/types/InvoiceRequest.js +4 -0
  1230. package/serialization/resources/accounting/types/Item.d.ts +2 -0
  1231. package/serialization/resources/accounting/types/Item.js +2 -0
  1232. package/serialization/resources/accounting/types/ItemFormatEnum.d.ts +10 -0
  1233. package/serialization/resources/accounting/types/ItemFormatEnum.js +31 -0
  1234. package/serialization/resources/accounting/types/ItemPurchaseTaxRate.d.ts +10 -0
  1235. package/serialization/resources/accounting/types/ItemPurchaseTaxRate.js +43 -0
  1236. package/serialization/resources/accounting/types/ItemSalesTaxRate.d.ts +10 -0
  1237. package/serialization/resources/accounting/types/ItemSalesTaxRate.js +43 -0
  1238. package/serialization/resources/accounting/types/ItemSchema.d.ts +14 -0
  1239. package/serialization/resources/accounting/types/ItemSchema.js +44 -0
  1240. package/serialization/resources/accounting/types/ItemTypeEnum.d.ts +10 -0
  1241. package/serialization/resources/accounting/types/ItemTypeEnum.js +31 -0
  1242. package/serialization/resources/accounting/types/JournalEntry.d.ts +4 -2
  1243. package/serialization/resources/accounting/types/JournalEntry.js +6 -2
  1244. package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
  1245. package/serialization/resources/accounting/types/JournalEntryRequest.js +4 -0
  1246. package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  1247. package/serialization/resources/accounting/types/JournalLine.js +4 -0
  1248. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  1249. package/serialization/resources/accounting/types/JournalLineRequest.js +4 -0
  1250. package/serialization/resources/accounting/types/LanguageEnum.d.ts +10 -0
  1251. package/serialization/resources/accounting/types/LanguageEnum.js +31 -0
  1252. package/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +14 -0
  1253. package/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.js +46 -0
  1254. package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  1255. package/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
  1256. package/serialization/resources/accounting/types/Payment.d.ts +3 -2
  1257. package/serialization/resources/accounting/types/Payment.js +5 -2
  1258. package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +1 -0
  1259. package/serialization/resources/accounting/types/PaymentLineItemRequest.js +12 -0
  1260. package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  1261. package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  1262. package/serialization/resources/accounting/types/PurchaseOrder.d.ts +3 -1
  1263. package/serialization/resources/accounting/types/PurchaseOrder.js +7 -3
  1264. package/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -1
  1265. package/serialization/resources/accounting/types/PurchaseOrderLineItem.js +5 -1
  1266. package/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +3 -1
  1267. package/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.js +5 -1
  1268. package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
  1269. package/serialization/resources/accounting/types/PurchaseOrderRequest.js +4 -0
  1270. package/serialization/resources/accounting/types/RemoteField.d.ts +13 -0
  1271. package/serialization/resources/accounting/types/RemoteField.js +43 -0
  1272. package/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  1273. package/serialization/resources/accounting/types/RemoteFieldApi.js +1 -1
  1274. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1275. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  1276. package/serialization/resources/accounting/types/RemoteFieldClass.d.ts +21 -0
  1277. package/serialization/resources/accounting/types/RemoteFieldClass.js +51 -0
  1278. package/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +13 -0
  1279. package/serialization/resources/accounting/types/RemoteFieldRequest.js +43 -0
  1280. package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +10 -0
  1281. package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +43 -0
  1282. package/serialization/resources/accounting/types/TaxComponent.d.ts +20 -0
  1283. package/serialization/resources/accounting/types/TaxComponent.js +50 -0
  1284. package/serialization/resources/accounting/types/TaxComponentComponentType.d.ts +10 -0
  1285. package/serialization/resources/accounting/types/TaxComponentComponentType.js +43 -0
  1286. package/serialization/resources/accounting/types/TaxRate.d.ts +6 -1
  1287. package/serialization/resources/accounting/types/TaxRate.js +8 -1
  1288. package/serialization/resources/accounting/types/TaxRateStatus.d.ts +10 -0
  1289. package/serialization/resources/accounting/types/TaxRateStatus.js +43 -0
  1290. package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +10 -0
  1291. package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +43 -0
  1292. package/serialization/resources/accounting/types/Transaction.d.ts +1 -0
  1293. package/serialization/resources/accounting/types/Transaction.js +1 -0
  1294. package/serialization/resources/accounting/types/TransactionLineItem.d.ts +1 -1
  1295. package/serialization/resources/accounting/types/TransactionLineItem.js +1 -1
  1296. package/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
  1297. package/serialization/resources/accounting/types/VendorCredit.js +1 -0
  1298. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -1
  1299. package/serialization/resources/accounting/types/VendorCreditLine.js +2 -1
  1300. package/serialization/resources/accounting/types/index.d.ts +20 -2
  1301. package/serialization/resources/accounting/types/index.js +20 -2
  1302. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
  1303. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  1304. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
  1305. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  1306. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1307. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1308. package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
  1309. package/serialization/resources/ats/types/AccountIntegration.js +1 -0
  1310. package/serialization/resources/ats/types/Application.d.ts +1 -0
  1311. package/serialization/resources/ats/types/Application.js +3 -0
  1312. package/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
  1313. package/serialization/resources/ats/types/ApplicationRequest.js +3 -0
  1314. package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
  1315. package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
  1316. package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
  1317. package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
  1318. package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
  1319. package/serialization/resources/ats/types/EmailAddress.js +1 -0
  1320. package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  1321. package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
  1322. package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
  1323. package/serialization/resources/ats/types/PhoneNumber.js +1 -0
  1324. package/serialization/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  1325. package/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
  1326. package/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
  1327. package/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
  1328. package/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
  1329. package/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
  1330. package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
  1331. package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
  1332. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
  1333. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
  1334. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
  1335. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
  1336. package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
  1337. package/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
  1338. package/serialization/resources/ats/types/Url.d.ts +1 -0
  1339. package/serialization/resources/ats/types/Url.js +1 -0
  1340. package/serialization/resources/ats/types/index.d.ts +6 -0
  1341. package/serialization/resources/ats/types/index.js +6 -0
  1342. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1343. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1344. package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
  1345. package/serialization/resources/crm/types/AccountIntegration.js +1 -0
  1346. package/serialization/resources/crm/types/Association.d.ts +2 -2
  1347. package/serialization/resources/crm/types/Association.js +2 -2
  1348. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1349. package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1350. package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
  1351. package/serialization/resources/crm/types/RemoteField.js +1 -1
  1352. package/serialization/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  1353. package/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
  1354. package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  1355. package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
  1356. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1357. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1358. package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
  1359. package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
  1360. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1361. package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1362. package/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  1363. package/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
  1364. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1365. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1366. package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
  1367. package/serialization/resources/hris/types/AccountIntegration.js +1 -0
  1368. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1369. package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1370. package/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  1371. package/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
  1372. package/serialization/resources/index.d.ts +1 -1
  1373. package/serialization/resources/index.js +2 -2
  1374. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1375. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1376. package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
  1377. package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
  1378. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1379. package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1380. package/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  1381. package/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
  1382. package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
  1383. package/serialization/resources/ticketing/types/Tag.js +1 -0
@@ -119,7 +119,7 @@ class Activities {
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.8",
122
+ "X-Fern-SDK-Version": "1.0.10",
123
123
  },
124
124
  contentType: "application/json",
125
125
  queryParameters: _queryParams,
@@ -131,6 +131,7 @@ class Activities {
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 Activities {
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.8",
189
+ "X-Fern-SDK-Version": "1.0.10",
189
190
  },
190
191
  contentType: "application/json",
191
192
  queryParameters: _queryParams,
@@ -198,6 +199,7 @@ class Activities {
198
199
  unrecognizedObjectKeys: "passthrough",
199
200
  allowUnrecognizedUnionMembers: true,
200
201
  allowUnrecognizedEnumValues: true,
202
+ skipValidation: true,
201
203
  breadcrumbsPrefix: ["response"],
202
204
  });
203
205
  }
@@ -255,7 +257,7 @@ class Activities {
255
257
  : undefined,
256
258
  "X-Fern-Language": "JavaScript",
257
259
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
258
- "X-Fern-SDK-Version": "1.0.8",
260
+ "X-Fern-SDK-Version": "1.0.10",
259
261
  },
260
262
  contentType: "application/json",
261
263
  queryParameters: _queryParams,
@@ -267,6 +269,7 @@ class Activities {
267
269
  unrecognizedObjectKeys: "passthrough",
268
270
  allowUnrecognizedUnionMembers: true,
269
271
  allowUnrecognizedEnumValues: true,
272
+ skipValidation: true,
270
273
  breadcrumbsPrefix: ["response"],
271
274
  });
272
275
  }
@@ -310,7 +313,7 @@ class Activities {
310
313
  : undefined,
311
314
  "X-Fern-Language": "JavaScript",
312
315
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
313
- "X-Fern-SDK-Version": "1.0.8",
316
+ "X-Fern-SDK-Version": "1.0.10",
314
317
  },
315
318
  contentType: "application/json",
316
319
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -321,6 +324,7 @@ class Activities {
321
324
  unrecognizedObjectKeys: "passthrough",
322
325
  allowUnrecognizedUnionMembers: true,
323
326
  allowUnrecognizedEnumValues: true,
327
+ skipValidation: true,
324
328
  breadcrumbsPrefix: ["response"],
325
329
  });
326
330
  }
@@ -128,7 +128,7 @@ class Applications {
128
128
  : undefined,
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
131
- "X-Fern-SDK-Version": "1.0.8",
131
+ "X-Fern-SDK-Version": "1.0.10",
132
132
  },
133
133
  contentType: "application/json",
134
134
  queryParameters: _queryParams,
@@ -140,6 +140,7 @@ class Applications {
140
140
  unrecognizedObjectKeys: "passthrough",
141
141
  allowUnrecognizedUnionMembers: true,
142
142
  allowUnrecognizedEnumValues: true,
143
+ skipValidation: true,
143
144
  breadcrumbsPrefix: ["response"],
144
145
  });
145
146
  }
@@ -194,7 +195,7 @@ class Applications {
194
195
  : undefined,
195
196
  "X-Fern-Language": "JavaScript",
196
197
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
197
- "X-Fern-SDK-Version": "1.0.8",
198
+ "X-Fern-SDK-Version": "1.0.10",
198
199
  },
199
200
  contentType: "application/json",
200
201
  queryParameters: _queryParams,
@@ -209,6 +210,7 @@ class Applications {
209
210
  unrecognizedObjectKeys: "passthrough",
210
211
  allowUnrecognizedUnionMembers: true,
211
212
  allowUnrecognizedEnumValues: true,
213
+ skipValidation: true,
212
214
  breadcrumbsPrefix: ["response"],
213
215
  });
214
216
  }
@@ -260,7 +262,7 @@ class Applications {
260
262
  : undefined,
261
263
  "X-Fern-Language": "JavaScript",
262
264
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
263
- "X-Fern-SDK-Version": "1.0.8",
265
+ "X-Fern-SDK-Version": "1.0.10",
264
266
  },
265
267
  contentType: "application/json",
266
268
  queryParameters: _queryParams,
@@ -272,6 +274,7 @@ class Applications {
272
274
  unrecognizedObjectKeys: "passthrough",
273
275
  allowUnrecognizedUnionMembers: true,
274
276
  allowUnrecognizedEnumValues: true,
277
+ skipValidation: true,
275
278
  breadcrumbsPrefix: ["response"],
276
279
  });
277
280
  }
@@ -323,7 +326,7 @@ class Applications {
323
326
  : undefined,
324
327
  "X-Fern-Language": "JavaScript",
325
328
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
326
- "X-Fern-SDK-Version": "1.0.8",
329
+ "X-Fern-SDK-Version": "1.0.10",
327
330
  },
328
331
  contentType: "application/json",
329
332
  queryParameters: _queryParams,
@@ -338,6 +341,7 @@ class Applications {
338
341
  unrecognizedObjectKeys: "passthrough",
339
342
  allowUnrecognizedUnionMembers: true,
340
343
  allowUnrecognizedEnumValues: true,
344
+ skipValidation: true,
341
345
  breadcrumbsPrefix: ["response"],
342
346
  });
343
347
  }
@@ -386,7 +390,7 @@ class Applications {
386
390
  : undefined,
387
391
  "X-Fern-Language": "JavaScript",
388
392
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
389
- "X-Fern-SDK-Version": "1.0.8",
393
+ "X-Fern-SDK-Version": "1.0.10",
390
394
  },
391
395
  contentType: "application/json",
392
396
  queryParameters: _queryParams,
@@ -398,6 +402,7 @@ class Applications {
398
402
  unrecognizedObjectKeys: "passthrough",
399
403
  allowUnrecognizedUnionMembers: true,
400
404
  allowUnrecognizedEnumValues: true,
405
+ skipValidation: true,
401
406
  breadcrumbsPrefix: ["response"],
402
407
  });
403
408
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type ApplicationsListRequestExpand = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "reject_reason";
4
+ export declare type ApplicationsListRequestExpand = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "offers,screening_question_answers" | "offers,screening_question_answers,candidate" | "offers,screening_question_answers,candidate,credited_to" | "offers,screening_question_answers,candidate,credited_to,current_stage" | "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,credited_to,reject_reason" | "offers,screening_question_answers,candidate,current_stage" | "offers,screening_question_answers,candidate,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job" | "offers,screening_question_answers,candidate,job,credited_to" | "offers,screening_question_answers,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,candidate,job,current_stage" | "offers,screening_question_answers,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,reject_reason" | "offers,screening_question_answers,candidate,reject_reason" | "offers,screening_question_answers,credited_to" | "offers,screening_question_answers,credited_to,current_stage" | "offers,screening_question_answers,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,credited_to,reject_reason" | "offers,screening_question_answers,current_stage" | "offers,screening_question_answers,current_stage,reject_reason" | "offers,screening_question_answers,job" | "offers,screening_question_answers,job,credited_to" | "offers,screening_question_answers,job,credited_to,current_stage" | "offers,screening_question_answers,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,job,credited_to,reject_reason" | "offers,screening_question_answers,job,current_stage" | "offers,screening_question_answers,job,current_stage,reject_reason" | "offers,screening_question_answers,job,reject_reason" | "offers,screening_question_answers,reject_reason" | "offers,screening_question_answers,screening_question_answers.question" | "offers,screening_question_answers,screening_question_answers.question,candidate" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,current_stage" | "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,reject_reason" | "offers,screening_question_answers.question" | "offers,screening_question_answers.question,candidate" | "offers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers.question,credited_to" | "offers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers.question,current_stage" | "offers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers.question,job" | "offers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers.question,reject_reason" | "reject_reason" | "screening_question_answers" | "screening_question_answers,candidate" | "screening_question_answers,candidate,credited_to" | "screening_question_answers,candidate,credited_to,current_stage" | "screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,credited_to,reject_reason" | "screening_question_answers,candidate,current_stage" | "screening_question_answers,candidate,current_stage,reject_reason" | "screening_question_answers,candidate,job" | "screening_question_answers,candidate,job,credited_to" | "screening_question_answers,candidate,job,credited_to,current_stage" | "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,job,credited_to,reject_reason" | "screening_question_answers,candidate,job,current_stage" | "screening_question_answers,candidate,job,current_stage,reject_reason" | "screening_question_answers,candidate,job,reject_reason" | "screening_question_answers,candidate,reject_reason" | "screening_question_answers,credited_to" | "screening_question_answers,credited_to,current_stage" | "screening_question_answers,credited_to,current_stage,reject_reason" | "screening_question_answers,credited_to,reject_reason" | "screening_question_answers,current_stage" | "screening_question_answers,current_stage,reject_reason" | "screening_question_answers,job" | "screening_question_answers,job,credited_to" | "screening_question_answers,job,credited_to,current_stage" | "screening_question_answers,job,credited_to,current_stage,reject_reason" | "screening_question_answers,job,credited_to,reject_reason" | "screening_question_answers,job,current_stage" | "screening_question_answers,job,current_stage,reject_reason" | "screening_question_answers,job,reject_reason" | "screening_question_answers,reject_reason" | "screening_question_answers,screening_question_answers.question" | "screening_question_answers,screening_question_answers.question,candidate" | "screening_question_answers,screening_question_answers.question,candidate,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,current_stage" | "screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job" | "screening_question_answers,screening_question_answers.question,job,credited_to" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,job,current_stage" | "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,reject_reason" | "screening_question_answers,screening_question_answers.question,reject_reason" | "screening_question_answers.question" | "screening_question_answers.question,candidate" | "screening_question_answers.question,candidate,credited_to" | "screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers.question,candidate,current_stage" | "screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers.question,candidate,job" | "screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers.question,candidate,reject_reason" | "screening_question_answers.question,credited_to" | "screening_question_answers.question,credited_to,current_stage" | "screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers.question,current_stage" | "screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers.question,job" | "screening_question_answers.question,job,credited_to" | "screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers.question,job,current_stage" | "screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers.question,job,reject_reason" | "screening_question_answers.question,reject_reason";
5
5
  export declare const ApplicationsListRequestExpand: {
6
6
  readonly Candidate: "candidate";
7
7
  readonly CandidateCreditedTo: "candidate,credited_to";
@@ -65,5 +65,197 @@ export declare const ApplicationsListRequestExpand: {
65
65
  readonly OffersJobCurrentStageRejectReason: "offers,job,current_stage,reject_reason";
66
66
  readonly OffersJobRejectReason: "offers,job,reject_reason";
67
67
  readonly OffersRejectReason: "offers,reject_reason";
68
+ readonly OffersScreeningQuestionAnswers: "offers,screening_question_answers";
69
+ readonly OffersScreeningQuestionAnswersCandidate: "offers,screening_question_answers,candidate";
70
+ readonly OffersScreeningQuestionAnswersCandidateCreditedTo: "offers,screening_question_answers,candidate,credited_to";
71
+ readonly OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage: "offers,screening_question_answers,candidate,credited_to,current_stage";
72
+ readonly OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason";
73
+ readonly OffersScreeningQuestionAnswersCandidateCreditedToRejectReason: "offers,screening_question_answers,candidate,credited_to,reject_reason";
74
+ readonly OffersScreeningQuestionAnswersCandidateCurrentStage: "offers,screening_question_answers,candidate,current_stage";
75
+ readonly OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason: "offers,screening_question_answers,candidate,current_stage,reject_reason";
76
+ readonly OffersScreeningQuestionAnswersCandidateJob: "offers,screening_question_answers,candidate,job";
77
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedTo: "offers,screening_question_answers,candidate,job,credited_to";
78
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,candidate,job,credited_to,current_stage";
79
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason";
80
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "offers,screening_question_answers,candidate,job,credited_to,reject_reason";
81
+ readonly OffersScreeningQuestionAnswersCandidateJobCurrentStage: "offers,screening_question_answers,candidate,job,current_stage";
82
+ readonly OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,current_stage,reject_reason";
83
+ readonly OffersScreeningQuestionAnswersCandidateJobRejectReason: "offers,screening_question_answers,candidate,job,reject_reason";
84
+ readonly OffersScreeningQuestionAnswersCandidateRejectReason: "offers,screening_question_answers,candidate,reject_reason";
85
+ readonly OffersScreeningQuestionAnswersCreditedTo: "offers,screening_question_answers,credited_to";
86
+ readonly OffersScreeningQuestionAnswersCreditedToCurrentStage: "offers,screening_question_answers,credited_to,current_stage";
87
+ readonly OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "offers,screening_question_answers,credited_to,current_stage,reject_reason";
88
+ readonly OffersScreeningQuestionAnswersCreditedToRejectReason: "offers,screening_question_answers,credited_to,reject_reason";
89
+ readonly OffersScreeningQuestionAnswersCurrentStage: "offers,screening_question_answers,current_stage";
90
+ readonly OffersScreeningQuestionAnswersCurrentStageRejectReason: "offers,screening_question_answers,current_stage,reject_reason";
91
+ readonly OffersScreeningQuestionAnswersJob: "offers,screening_question_answers,job";
92
+ readonly OffersScreeningQuestionAnswersJobCreditedTo: "offers,screening_question_answers,job,credited_to";
93
+ readonly OffersScreeningQuestionAnswersJobCreditedToCurrentStage: "offers,screening_question_answers,job,credited_to,current_stage";
94
+ readonly OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,job,credited_to,current_stage,reject_reason";
95
+ readonly OffersScreeningQuestionAnswersJobCreditedToRejectReason: "offers,screening_question_answers,job,credited_to,reject_reason";
96
+ readonly OffersScreeningQuestionAnswersJobCurrentStage: "offers,screening_question_answers,job,current_stage";
97
+ readonly OffersScreeningQuestionAnswersJobCurrentStageRejectReason: "offers,screening_question_answers,job,current_stage,reject_reason";
98
+ readonly OffersScreeningQuestionAnswersJobRejectReason: "offers,screening_question_answers,job,reject_reason";
99
+ readonly OffersScreeningQuestionAnswersRejectReason: "offers,screening_question_answers,reject_reason";
100
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "offers,screening_question_answers,screening_question_answers.question";
101
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers,screening_question_answers.question,candidate";
102
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to";
103
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage";
104
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
105
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason";
106
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage";
107
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason";
108
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers,screening_question_answers.question,candidate,job";
109
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to";
110
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage";
111
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
112
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
113
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage";
114
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
115
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason";
116
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason";
117
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers,screening_question_answers.question,credited_to";
118
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage";
119
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason";
120
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason";
121
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers,screening_question_answers.question,current_stage";
122
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason";
123
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers,screening_question_answers.question,job";
124
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,job,credited_to";
125
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage";
126
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
127
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason";
128
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,current_stage";
129
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason";
130
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,reject_reason";
131
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers,screening_question_answers.question,reject_reason";
132
+ readonly OffersScreeningQuestionAnswersQuestion: "offers,screening_question_answers.question";
133
+ readonly OffersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers.question,candidate";
134
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers.question,candidate,credited_to";
135
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,credited_to,current_stage";
136
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
137
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers.question,candidate,credited_to,reject_reason";
138
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers.question,candidate,current_stage";
139
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,current_stage,reject_reason";
140
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers.question,candidate,job";
141
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers.question,candidate,job,credited_to";
142
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage";
143
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
144
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
145
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers.question,candidate,job,current_stage";
146
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
147
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers.question,candidate,job,reject_reason";
148
+ readonly OffersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers.question,candidate,reject_reason";
149
+ readonly OffersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers.question,credited_to";
150
+ readonly OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers.question,credited_to,current_stage";
151
+ readonly OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,credited_to,current_stage,reject_reason";
152
+ readonly OffersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers.question,credited_to,reject_reason";
153
+ readonly OffersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers.question,current_stage";
154
+ readonly OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers.question,current_stage,reject_reason";
155
+ readonly OffersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers.question,job";
156
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers.question,job,credited_to";
157
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers.question,job,credited_to,current_stage";
158
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
159
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers.question,job,credited_to,reject_reason";
160
+ readonly OffersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers.question,job,current_stage";
161
+ readonly OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers.question,job,current_stage,reject_reason";
162
+ readonly OffersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers.question,job,reject_reason";
163
+ readonly OffersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers.question,reject_reason";
68
164
  readonly RejectReason: "reject_reason";
165
+ readonly ScreeningQuestionAnswers: "screening_question_answers";
166
+ readonly ScreeningQuestionAnswersCandidate: "screening_question_answers,candidate";
167
+ readonly ScreeningQuestionAnswersCandidateCreditedTo: "screening_question_answers,candidate,credited_to";
168
+ readonly ScreeningQuestionAnswersCandidateCreditedToCurrentStage: "screening_question_answers,candidate,credited_to,current_stage";
169
+ readonly ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,credited_to,current_stage,reject_reason";
170
+ readonly ScreeningQuestionAnswersCandidateCreditedToRejectReason: "screening_question_answers,candidate,credited_to,reject_reason";
171
+ readonly ScreeningQuestionAnswersCandidateCurrentStage: "screening_question_answers,candidate,current_stage";
172
+ readonly ScreeningQuestionAnswersCandidateCurrentStageRejectReason: "screening_question_answers,candidate,current_stage,reject_reason";
173
+ readonly ScreeningQuestionAnswersCandidateJob: "screening_question_answers,candidate,job";
174
+ readonly ScreeningQuestionAnswersCandidateJobCreditedTo: "screening_question_answers,candidate,job,credited_to";
175
+ readonly ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "screening_question_answers,candidate,job,credited_to,current_stage";
176
+ readonly ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason";
177
+ readonly ScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "screening_question_answers,candidate,job,credited_to,reject_reason";
178
+ readonly ScreeningQuestionAnswersCandidateJobCurrentStage: "screening_question_answers,candidate,job,current_stage";
179
+ readonly ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "screening_question_answers,candidate,job,current_stage,reject_reason";
180
+ readonly ScreeningQuestionAnswersCandidateJobRejectReason: "screening_question_answers,candidate,job,reject_reason";
181
+ readonly ScreeningQuestionAnswersCandidateRejectReason: "screening_question_answers,candidate,reject_reason";
182
+ readonly ScreeningQuestionAnswersCreditedTo: "screening_question_answers,credited_to";
183
+ readonly ScreeningQuestionAnswersCreditedToCurrentStage: "screening_question_answers,credited_to,current_stage";
184
+ readonly ScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "screening_question_answers,credited_to,current_stage,reject_reason";
185
+ readonly ScreeningQuestionAnswersCreditedToRejectReason: "screening_question_answers,credited_to,reject_reason";
186
+ readonly ScreeningQuestionAnswersCurrentStage: "screening_question_answers,current_stage";
187
+ readonly ScreeningQuestionAnswersCurrentStageRejectReason: "screening_question_answers,current_stage,reject_reason";
188
+ readonly ScreeningQuestionAnswersJob: "screening_question_answers,job";
189
+ readonly ScreeningQuestionAnswersJobCreditedTo: "screening_question_answers,job,credited_to";
190
+ readonly ScreeningQuestionAnswersJobCreditedToCurrentStage: "screening_question_answers,job,credited_to,current_stage";
191
+ readonly ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "screening_question_answers,job,credited_to,current_stage,reject_reason";
192
+ readonly ScreeningQuestionAnswersJobCreditedToRejectReason: "screening_question_answers,job,credited_to,reject_reason";
193
+ readonly ScreeningQuestionAnswersJobCurrentStage: "screening_question_answers,job,current_stage";
194
+ readonly ScreeningQuestionAnswersJobCurrentStageRejectReason: "screening_question_answers,job,current_stage,reject_reason";
195
+ readonly ScreeningQuestionAnswersJobRejectReason: "screening_question_answers,job,reject_reason";
196
+ readonly ScreeningQuestionAnswersRejectReason: "screening_question_answers,reject_reason";
197
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "screening_question_answers,screening_question_answers.question";
198
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "screening_question_answers,screening_question_answers.question,candidate";
199
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,credited_to";
200
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage";
201
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
202
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason";
203
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,current_stage";
204
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason";
205
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers,screening_question_answers.question,candidate,job";
206
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to";
207
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage";
208
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
209
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
210
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage";
211
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
212
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason";
213
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers,screening_question_answers.question,candidate,reject_reason";
214
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers,screening_question_answers.question,credited_to";
215
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,credited_to,current_stage";
216
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason";
217
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,reject_reason";
218
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers,screening_question_answers.question,current_stage";
219
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,current_stage,reject_reason";
220
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "screening_question_answers,screening_question_answers.question,job";
221
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers,screening_question_answers.question,job,credited_to";
222
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage";
223
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
224
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason";
225
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers,screening_question_answers.question,job,current_stage";
226
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason";
227
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers,screening_question_answers.question,job,reject_reason";
228
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers,screening_question_answers.question,reject_reason";
229
+ readonly ScreeningQuestionAnswersQuestion: "screening_question_answers.question";
230
+ readonly ScreeningQuestionAnswersQuestionCandidate: "screening_question_answers.question,candidate";
231
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers.question,candidate,credited_to";
232
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers.question,candidate,credited_to,current_stage";
233
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
234
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers.question,candidate,credited_to,reject_reason";
235
+ readonly ScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers.question,candidate,current_stage";
236
+ readonly ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers.question,candidate,current_stage,reject_reason";
237
+ readonly ScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers.question,candidate,job";
238
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers.question,candidate,job,credited_to";
239
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers.question,candidate,job,credited_to,current_stage";
240
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
241
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers.question,candidate,job,credited_to,reject_reason";
242
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers.question,candidate,job,current_stage";
243
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers.question,candidate,job,current_stage,reject_reason";
244
+ readonly ScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers.question,candidate,job,reject_reason";
245
+ readonly ScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers.question,candidate,reject_reason";
246
+ readonly ScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers.question,credited_to";
247
+ readonly ScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers.question,credited_to,current_stage";
248
+ readonly ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers.question,credited_to,current_stage,reject_reason";
249
+ readonly ScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers.question,credited_to,reject_reason";
250
+ readonly ScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers.question,current_stage";
251
+ readonly ScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers.question,current_stage,reject_reason";
252
+ readonly ScreeningQuestionAnswersQuestionJob: "screening_question_answers.question,job";
253
+ readonly ScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers.question,job,credited_to";
254
+ readonly ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers.question,job,credited_to,current_stage";
255
+ readonly ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,job,credited_to,current_stage,reject_reason";
256
+ readonly ScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers.question,job,credited_to,reject_reason";
257
+ readonly ScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers.question,job,current_stage";
258
+ readonly ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers.question,job,current_stage,reject_reason";
259
+ readonly ScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers.question,job,reject_reason";
260
+ readonly ScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers.question,reject_reason";
69
261
  };