@mergeapi/merge-node-client 1.1.7 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1978) hide show
  1. package/Client.d.ts +6 -6
  2. package/Client.js +14 -14
  3. package/api/resources/accounting/client/Client.d.ts +3 -0
  4. package/api/resources/accounting/client/Client.js +23 -18
  5. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  6. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  7. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  8. package/api/resources/accounting/resources/accounts/client/Client.js +8 -5
  9. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
  10. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  11. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  12. package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  13. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  14. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  15. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  16. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  17. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  18. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  19. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  20. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  21. package/api/resources/accounting/resources/contacts/client/Client.js +9 -6
  22. package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +4 -0
  23. package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  24. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  25. package/api/resources/accounting/resources/employees/client/Client.js +2 -2
  26. package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  27. package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  28. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  29. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
  30. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  31. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  32. package/api/resources/accounting/resources/index.d.ts +3 -0
  33. package/api/resources/accounting/resources/index.js +4 -1
  34. package/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -1
  35. package/api/resources/accounting/resources/invoices/client/Client.js +10 -9
  36. package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +8 -8
  37. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  38. package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  39. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  40. package/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  41. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  42. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  43. package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  44. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  45. package/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
  46. package/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
  47. package/api/resources/accounting/resources/payments/client/Client.js +8 -8
  48. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  49. package/api/resources/accounting/resources/projects/client/Client.d.ts +57 -0
  50. package/api/resources/accounting/resources/projects/client/Client.js +225 -0
  51. package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  52. package/api/resources/accounting/resources/projects/client/index.js +17 -0
  53. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
  54. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
  55. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
  56. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
  57. package/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
  58. package/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
  59. package/api/resources/accounting/resources/projects/index.d.ts +2 -0
  60. package/api/resources/accounting/resources/projects/index.js +18 -0
  61. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
  62. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
  63. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
  64. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
  65. package/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
  66. package/api/resources/accounting/resources/projects/types/index.js +18 -0
  67. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  68. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  69. package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  70. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  71. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  72. package/api/resources/accounting/resources/trackingCategories/client/Client.js +9 -3
  73. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
  74. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  75. package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  76. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  77. package/api/resources/accounting/types/Account.d.ts +332 -336
  78. package/api/resources/accounting/types/AccountAccountType.d.ts +13 -13
  79. package/api/resources/accounting/types/AccountAccountTypeEnum.d.ts +13 -13
  80. package/api/resources/accounting/types/AccountClassification.d.ts +5 -5
  81. package/api/resources/accounting/types/AccountCurrency.d.ts +306 -306
  82. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +0 -3
  83. package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  84. package/api/resources/accounting/types/AccountRequest.d.ts +332 -336
  85. package/api/resources/accounting/types/AccountRequestAccountType.d.ts +13 -13
  86. package/api/resources/accounting/types/AccountRequestClassification.d.ts +5 -5
  87. package/api/resources/accounting/types/AccountRequestCurrency.d.ts +306 -306
  88. package/api/resources/accounting/types/AccountRequestStatus.d.ts +3 -3
  89. package/api/resources/accounting/types/AccountStatus.d.ts +3 -3
  90. package/api/resources/accounting/types/AccountStatusEnum.d.ts +3 -3
  91. package/api/resources/accounting/types/AccountingAttachment.d.ts +0 -3
  92. package/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +0 -3
  93. package/api/resources/accounting/types/AccountingPeriod.d.ts +0 -3
  94. package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +0 -3
  95. package/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +0 -3
  96. package/api/resources/accounting/types/Address.d.ts +251 -254
  97. package/api/resources/accounting/types/AddressCountry.d.ts +249 -249
  98. package/api/resources/accounting/types/AddressRequest.d.ts +251 -254
  99. package/api/resources/accounting/types/AddressRequestCountry.d.ts +249 -249
  100. package/api/resources/accounting/types/AddressRequestType.d.ts +2 -2
  101. package/api/resources/accounting/types/AddressType.d.ts +2 -2
  102. package/api/resources/accounting/types/AddressTypeEnum.d.ts +2 -2
  103. package/api/resources/accounting/types/AsyncPostTaskStatusEnum.d.ts +4 -4
  104. package/api/resources/accounting/types/AuditLogEvent.d.ts +48 -48
  105. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +42 -42
  106. package/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
  107. package/api/resources/accounting/types/AvailableActions.d.ts +0 -3
  108. package/api/resources/accounting/types/BalanceSheet.d.ts +306 -309
  109. package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
  110. package/api/resources/accounting/types/BankFeedAccount.d.ts +310 -313
  111. package/api/resources/accounting/types/BankFeedAccountAccountType.d.ts +2 -2
  112. package/api/resources/accounting/types/BankFeedAccountAccountTypeEnum.d.ts +2 -2
  113. package/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +306 -306
  114. package/api/resources/accounting/types/BankFeedAccountFeedStatus.d.ts +2 -2
  115. package/api/resources/accounting/types/BankFeedAccountRequest.d.ts +310 -313
  116. package/api/resources/accounting/types/BankFeedAccountRequestAccountType.d.ts +2 -2
  117. package/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +306 -306
  118. package/api/resources/accounting/types/BankFeedAccountRequestFeedStatus.d.ts +2 -2
  119. package/api/resources/accounting/types/BankFeedTransaction.d.ts +2 -5
  120. package/api/resources/accounting/types/BankFeedTransactionCreditOrDebit.d.ts +2 -2
  121. package/api/resources/accounting/types/BankFeedTransactionRequestRequest.d.ts +2 -5
  122. package/api/resources/accounting/types/BankFeedTransactionRequestRequestCreditOrDebit.d.ts +2 -2
  123. package/api/resources/accounting/types/CashFlowStatement.d.ts +306 -309
  124. package/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +306 -306
  125. package/api/resources/accounting/types/CategoriesEnum.d.ts +7 -7
  126. package/api/resources/accounting/types/CategoryEnum.d.ts +7 -7
  127. package/api/resources/accounting/types/CategoryTypeEnum.d.ts +2 -2
  128. package/api/resources/accounting/types/ClassificationEnum.d.ts +5 -5
  129. package/api/resources/accounting/types/CompanyInfo.d.ts +306 -309
  130. package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
  131. package/api/resources/accounting/types/ComponentTypeEnum.d.ts +2 -2
  132. package/api/resources/accounting/types/Contact.d.ts +4 -8
  133. package/api/resources/accounting/types/ContactRequest.d.ts +4 -8
  134. package/api/resources/accounting/types/ContactRequestStatus.d.ts +2 -2
  135. package/api/resources/accounting/types/ContactStatus.d.ts +2 -2
  136. package/api/resources/accounting/types/CountryEnum.d.ts +249 -249
  137. package/api/resources/accounting/types/CreditNote.d.ts +310 -313
  138. package/api/resources/accounting/types/CreditNoteApplyLineForCreditNote.d.ts +0 -3
  139. package/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequest.d.ts +0 -3
  140. package/api/resources/accounting/types/CreditNoteApplyLineForInvoice.d.ts +0 -3
  141. package/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
  142. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -3
  143. package/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
  144. package/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
  145. package/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
  146. package/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
  147. package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -3
  148. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
  149. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
  150. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
  151. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
  152. package/api/resources/accounting/types/CreditNoteRequest.d.ts +310 -313
  153. package/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +306 -306
  154. package/api/resources/accounting/types/CreditNoteRequestStatus.d.ts +3 -3
  155. package/api/resources/accounting/types/CreditNoteStatus.d.ts +3 -3
  156. package/api/resources/accounting/types/CreditNoteStatusEnum.d.ts +3 -3
  157. package/api/resources/accounting/types/CreditOrDebitEnum.d.ts +2 -2
  158. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
  159. package/api/resources/accounting/types/Employee.d.ts +4 -8
  160. package/api/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  161. package/api/resources/accounting/types/EmployeeStatus.d.ts +2 -2
  162. package/api/resources/accounting/types/EnabledActionsEnum.d.ts +2 -2
  163. package/api/resources/accounting/types/EncodingEnum.d.ts +3 -3
  164. package/api/resources/accounting/types/EventTypeEnum.d.ts +42 -42
  165. package/api/resources/accounting/types/Expense.d.ts +306 -309
  166. package/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
  167. package/api/resources/accounting/types/ExpenseLine.d.ts +307 -309
  168. package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
  169. package/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
  170. package/api/resources/accounting/types/ExpenseLineProject.js +5 -0
  171. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +307 -309
  172. package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
  173. package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
  174. package/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
  175. package/api/resources/accounting/types/ExpenseRequest.d.ts +306 -309
  176. package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
  177. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  178. package/api/resources/accounting/types/FeedStatusEnum.d.ts +2 -2
  179. package/api/resources/accounting/types/FieldFormatEnum.d.ts +6 -6
  180. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  181. package/api/resources/accounting/types/FieldTypeEnum.d.ts +6 -6
  182. package/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +7 -10
  183. package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +613 -615
  184. package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +306 -306
  185. package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
  186. package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
  187. package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +306 -306
  188. package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +7 -7
  189. package/api/resources/accounting/types/IncomeStatement.d.ts +306 -309
  190. package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
  191. package/api/resources/accounting/types/Invoice.d.ts +315 -317
  192. package/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
  193. package/api/resources/accounting/types/InvoiceLineItem.d.ts +309 -309
  194. package/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
  195. package/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
  196. package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
  197. package/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
  198. package/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
  199. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +309 -309
  200. package/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
  201. package/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
  202. package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
  203. package/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
  204. package/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
  205. package/api/resources/accounting/types/InvoiceRequest.d.ts +315 -317
  206. package/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +306 -306
  207. package/api/resources/accounting/types/InvoiceRequestStatus.d.ts +6 -6
  208. package/api/resources/accounting/types/InvoiceRequestType.d.ts +2 -2
  209. package/api/resources/accounting/types/InvoiceStatus.d.ts +6 -6
  210. package/api/resources/accounting/types/InvoiceStatusEnum.d.ts +6 -6
  211. package/api/resources/accounting/types/InvoiceType.d.ts +2 -2
  212. package/api/resources/accounting/types/InvoiceTypeEnum.d.ts +2 -2
  213. package/api/resources/accounting/types/Issue.d.ts +2 -2
  214. package/api/resources/accounting/types/IssueStatus.d.ts +2 -2
  215. package/api/resources/accounting/types/IssueStatusEnum.d.ts +2 -2
  216. package/api/resources/accounting/types/Item.d.ts +2 -5
  217. package/api/resources/accounting/types/ItemFormatEnum.d.ts +6 -6
  218. package/api/resources/accounting/types/ItemStatus.d.ts +2 -2
  219. package/api/resources/accounting/types/ItemTypeEnum.d.ts +6 -6
  220. package/api/resources/accounting/types/JournalEntry.d.ts +308 -311
  221. package/api/resources/accounting/types/JournalEntryCurrency.d.ts +306 -306
  222. package/api/resources/accounting/types/JournalEntryPostingStatus.d.ts +2 -2
  223. package/api/resources/accounting/types/JournalEntryRequest.d.ts +308 -311
  224. package/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +306 -306
  225. package/api/resources/accounting/types/JournalEntryRequestPostingStatus.d.ts +2 -2
  226. package/api/resources/accounting/types/JournalLine.d.ts +307 -309
  227. package/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
  228. package/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
  229. package/api/resources/accounting/types/JournalLineProject.js +5 -0
  230. package/api/resources/accounting/types/JournalLineRequest.d.ts +307 -309
  231. package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
  232. package/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
  233. package/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
  234. package/api/resources/accounting/types/LanguageEnum.d.ts +2 -2
  235. package/api/resources/accounting/types/LastSyncResultEnum.d.ts +6 -6
  236. package/api/resources/accounting/types/MethodEnum.d.ts +7 -7
  237. package/api/resources/accounting/types/MethodTypeEnum.d.ts +5 -5
  238. package/api/resources/accounting/types/ModelOperation.d.ts +0 -3
  239. package/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +3 -6
  240. package/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  241. package/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
  242. package/api/resources/accounting/types/PaginatedProjectList.js +5 -0
  243. package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +308 -311
  244. package/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +306 -306
  245. package/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +2 -2
  246. package/api/resources/accounting/types/Payment.d.ts +308 -311
  247. package/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
  248. package/api/resources/accounting/types/PaymentLineItem.d.ts +0 -3
  249. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -3
  250. package/api/resources/accounting/types/PaymentMethod.d.ts +5 -8
  251. package/api/resources/accounting/types/PaymentMethodMethodType.d.ts +5 -5
  252. package/api/resources/accounting/types/PaymentRequest.d.ts +308 -311
  253. package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
  254. package/api/resources/accounting/types/PaymentRequestType.d.ts +2 -2
  255. package/api/resources/accounting/types/PaymentTerm.d.ts +0 -3
  256. package/api/resources/accounting/types/PaymentType.d.ts +2 -2
  257. package/api/resources/accounting/types/PaymentTypeEnum.d.ts +2 -2
  258. package/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
  259. package/api/resources/accounting/types/Project.d.ts +32 -0
  260. package/api/resources/accounting/types/Project.js +5 -0
  261. package/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
  262. package/api/resources/accounting/types/ProjectCompany.js +5 -0
  263. package/api/resources/accounting/types/ProjectContact.d.ts +8 -0
  264. package/api/resources/accounting/types/ProjectContact.js +5 -0
  265. package/api/resources/accounting/types/PurchaseOrder.d.ts +312 -315
  266. package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
  267. package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +306 -309
  268. package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
  269. package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +306 -309
  270. package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
  271. package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +311 -314
  272. package/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +306 -306
  273. package/api/resources/accounting/types/PurchaseOrderRequestStatus.d.ts +5 -5
  274. package/api/resources/accounting/types/PurchaseOrderStatus.d.ts +5 -5
  275. package/api/resources/accounting/types/PurchaseOrderStatusEnum.d.ts +5 -5
  276. package/api/resources/accounting/types/RemoteData.d.ts +0 -3
  277. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  278. package/api/resources/accounting/types/RemoteKey.d.ts +0 -3
  279. package/api/resources/accounting/types/RemoteResponse.d.ts +0 -3
  280. package/api/resources/accounting/types/ReportItem.d.ts +0 -3
  281. package/api/resources/accounting/types/RequestFormatEnum.d.ts +3 -3
  282. package/api/resources/accounting/types/ResponseTypeEnum.d.ts +2 -2
  283. package/api/resources/accounting/types/RoleEnum.d.ts +6 -6
  284. package/api/resources/accounting/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  285. package/api/resources/accounting/types/Status7D1Enum.d.ts +2 -2
  286. package/api/resources/accounting/types/Status895Enum.d.ts +2 -2
  287. package/api/resources/accounting/types/StatusFd5Enum.d.ts +6 -6
  288. package/api/resources/accounting/types/SyncStatus.d.ts +0 -3
  289. package/api/resources/accounting/types/TaxComponent.d.ts +2 -5
  290. package/api/resources/accounting/types/TaxComponentComponentType.d.ts +2 -2
  291. package/api/resources/accounting/types/TaxRate.d.ts +2 -5
  292. package/api/resources/accounting/types/TaxRateStatus.d.ts +2 -2
  293. package/api/resources/accounting/types/TrackingCategory.d.ts +4 -7
  294. package/api/resources/accounting/types/TrackingCategoryCategoryType.d.ts +2 -2
  295. package/api/resources/accounting/types/TrackingCategoryStatus.d.ts +2 -2
  296. package/api/resources/accounting/types/Transaction.d.ts +313 -317
  297. package/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
  298. package/api/resources/accounting/types/TransactionCurrencyEnum.d.ts +306 -306
  299. package/api/resources/accounting/types/TransactionLineItem.d.ts +306 -309
  300. package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
  301. package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +7 -7
  302. package/api/resources/accounting/types/VendorCredit.d.ts +306 -309
  303. package/api/resources/accounting/types/VendorCreditApplyLineForInvoice.d.ts +0 -3
  304. package/api/resources/accounting/types/VendorCreditApplyLineForVendorCredit.d.ts +0 -3
  305. package/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequest.d.ts +0 -3
  306. package/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
  307. package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -3
  308. package/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
  309. package/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
  310. package/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
  311. package/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
  312. package/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -3
  313. package/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
  314. package/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
  315. package/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
  316. package/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
  317. package/api/resources/accounting/types/VendorCreditRequest.d.ts +306 -309
  318. package/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +306 -306
  319. package/api/resources/accounting/types/index.d.ts +21 -0
  320. package/api/resources/accounting/types/index.js +21 -0
  321. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  322. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  323. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  324. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  325. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  326. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  327. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  328. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  329. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  330. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  331. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  332. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  333. package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  334. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  335. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  336. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  337. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  338. package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  339. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  340. package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  341. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -5
  342. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  343. package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -5
  344. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  345. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  346. package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  347. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  348. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  349. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  350. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  351. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  352. package/api/resources/ats/resources/scopes/client/Client.js +3 -3
  353. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  354. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  355. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  356. package/api/resources/ats/resources/users/client/Client.js +2 -2
  357. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  358. package/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
  359. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +0 -3
  360. package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  361. package/api/resources/ats/types/Activity.d.ts +6 -10
  362. package/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
  363. package/api/resources/ats/types/ActivityRequest.d.ts +6 -10
  364. package/api/resources/ats/types/ActivityRequestActivityType.d.ts +3 -3
  365. package/api/resources/ats/types/ActivityRequestVisibility.d.ts +3 -3
  366. package/api/resources/ats/types/ActivityTypeEnum.d.ts +3 -3
  367. package/api/resources/ats/types/ActivityVisibility.d.ts +3 -3
  368. package/api/resources/ats/types/Application.d.ts +0 -3
  369. package/api/resources/ats/types/ApplicationRequest.d.ts +0 -3
  370. package/api/resources/ats/types/Attachment.d.ts +4 -8
  371. package/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
  372. package/api/resources/ats/types/AttachmentRequest.d.ts +4 -8
  373. package/api/resources/ats/types/AttachmentRequestAttachmentType.d.ts +4 -4
  374. package/api/resources/ats/types/AttachmentTypeEnum.d.ts +4 -4
  375. package/api/resources/ats/types/AuditLogEvent.d.ts +48 -48
  376. package/api/resources/ats/types/AuditLogEventEventType.d.ts +42 -42
  377. package/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
  378. package/api/resources/ats/types/AvailableActions.d.ts +0 -3
  379. package/api/resources/ats/types/Candidate.d.ts +0 -4
  380. package/api/resources/ats/types/CandidateRequest.d.ts +0 -4
  381. package/api/resources/ats/types/CategoriesEnum.d.ts +7 -7
  382. package/api/resources/ats/types/CategoryEnum.d.ts +7 -7
  383. package/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
  384. package/api/resources/ats/types/Department.d.ts +0 -4
  385. package/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
  386. package/api/resources/ats/types/Eeoc.d.ts +19 -23
  387. package/api/resources/ats/types/EeocDisabilityStatus.d.ts +3 -3
  388. package/api/resources/ats/types/EeocGender.d.ts +5 -5
  389. package/api/resources/ats/types/EeocRace.d.ts +8 -8
  390. package/api/resources/ats/types/EeocVeteranStatus.d.ts +3 -3
  391. package/api/resources/ats/types/EmailAddress.d.ts +3 -7
  392. package/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
  393. package/api/resources/ats/types/EmailAddressRequest.d.ts +3 -7
  394. package/api/resources/ats/types/EmailAddressRequestEmailAddressType.d.ts +3 -3
  395. package/api/resources/ats/types/EmailAddressTypeEnum.d.ts +3 -3
  396. package/api/resources/ats/types/EnabledActionsEnum.d.ts +2 -2
  397. package/api/resources/ats/types/EncodingEnum.d.ts +3 -3
  398. package/api/resources/ats/types/EventTypeEnum.d.ts +42 -42
  399. package/api/resources/ats/types/GenderEnum.d.ts +5 -5
  400. package/api/resources/ats/types/Issue.d.ts +2 -2
  401. package/api/resources/ats/types/IssueStatus.d.ts +2 -2
  402. package/api/resources/ats/types/IssueStatusEnum.d.ts +2 -2
  403. package/api/resources/ats/types/Job.d.ts +8 -12
  404. package/api/resources/ats/types/JobInterviewStage.d.ts +0 -4
  405. package/api/resources/ats/types/JobPosting.d.ts +5 -9
  406. package/api/resources/ats/types/JobPostingStatusEnum.d.ts +5 -5
  407. package/api/resources/ats/types/JobStatus.d.ts +5 -5
  408. package/api/resources/ats/types/JobStatusEnum.d.ts +5 -5
  409. package/api/resources/ats/types/JobTypeEnum.d.ts +3 -3
  410. package/api/resources/ats/types/LanguageEnum.d.ts +2 -2
  411. package/api/resources/ats/types/LastSyncResultEnum.d.ts +6 -6
  412. package/api/resources/ats/types/MethodEnum.d.ts +7 -7
  413. package/api/resources/ats/types/ModelOperation.d.ts +0 -3
  414. package/api/resources/ats/types/MultipartFormFieldRequest.d.ts +3 -6
  415. package/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  416. package/api/resources/ats/types/Offer.d.ts +9 -13
  417. package/api/resources/ats/types/OfferStatus.d.ts +9 -9
  418. package/api/resources/ats/types/OfferStatusEnum.d.ts +9 -9
  419. package/api/resources/ats/types/Office.d.ts +0 -4
  420. package/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
  421. package/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -4
  422. package/api/resources/ats/types/PhoneNumber.d.ts +5 -9
  423. package/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
  424. package/api/resources/ats/types/PhoneNumberRequest.d.ts +5 -9
  425. package/api/resources/ats/types/PhoneNumberRequestPhoneNumberType.d.ts +5 -5
  426. package/api/resources/ats/types/PhoneNumberTypeEnum.d.ts +5 -5
  427. package/api/resources/ats/types/RaceEnum.d.ts +8 -8
  428. package/api/resources/ats/types/ReasonEnum.d.ts +3 -3
  429. package/api/resources/ats/types/RejectReason.d.ts +0 -4
  430. package/api/resources/ats/types/RemoteData.d.ts +0 -3
  431. package/api/resources/ats/types/RemoteKey.d.ts +0 -3
  432. package/api/resources/ats/types/RemoteResponse.d.ts +0 -3
  433. package/api/resources/ats/types/RemoteUser.d.ts +5 -9
  434. package/api/resources/ats/types/RemoteUserAccessRole.d.ts +5 -5
  435. package/api/resources/ats/types/RequestFormatEnum.d.ts +3 -3
  436. package/api/resources/ats/types/ResponseTypeEnum.d.ts +2 -2
  437. package/api/resources/ats/types/RoleEnum.d.ts +6 -6
  438. package/api/resources/ats/types/ScheduledInterview.d.ts +3 -7
  439. package/api/resources/ats/types/ScheduledInterviewRequest.d.ts +3 -7
  440. package/api/resources/ats/types/ScheduledInterviewRequestStatus.d.ts +3 -3
  441. package/api/resources/ats/types/ScheduledInterviewStatus.d.ts +3 -3
  442. package/api/resources/ats/types/ScheduledInterviewStatusEnum.d.ts +3 -3
  443. package/api/resources/ats/types/Scorecard.d.ts +5 -9
  444. package/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
  445. package/api/resources/ats/types/ScreeningQuestion.d.ts +8 -11
  446. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +0 -3
  447. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +0 -3
  448. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +0 -3
  449. package/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
  450. package/api/resources/ats/types/ScreeningQuestionTypeEnum.d.ts +8 -8
  451. package/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  452. package/api/resources/ats/types/StatusFd5Enum.d.ts +6 -6
  453. package/api/resources/ats/types/SyncStatus.d.ts +0 -3
  454. package/api/resources/ats/types/Tag.d.ts +0 -4
  455. package/api/resources/ats/types/Url.d.ts +7 -11
  456. package/api/resources/ats/types/UrlRequest.d.ts +7 -11
  457. package/api/resources/ats/types/UrlRequestUrlType.d.ts +7 -7
  458. package/api/resources/ats/types/UrlTypeEnum.d.ts +7 -7
  459. package/api/resources/ats/types/UrlUrlType.d.ts +7 -7
  460. package/api/resources/ats/types/VeteranStatusEnum.d.ts +3 -3
  461. package/api/resources/ats/types/VisibilityEnum.d.ts +3 -3
  462. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  463. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  464. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  465. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  466. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  467. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  468. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  469. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  470. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  471. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  472. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  473. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  474. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  475. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  476. package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  477. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  478. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  479. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  480. package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  481. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  482. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  483. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  484. package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  485. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  486. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  487. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +3 -3
  488. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  489. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  490. package/api/resources/crm/resources/scopes/client/Client.js +3 -3
  491. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  492. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  493. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  494. package/api/resources/crm/resources/users/client/Client.js +4 -4
  495. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  496. package/api/resources/crm/types/Account.d.ts +0 -4
  497. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +0 -3
  498. package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  499. package/api/resources/crm/types/AccountRequest.d.ts +0 -4
  500. package/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
  501. package/api/resources/crm/types/Address.d.ts +251 -255
  502. package/api/resources/crm/types/AddressAddressType.d.ts +2 -2
  503. package/api/resources/crm/types/AddressCountry.d.ts +249 -249
  504. package/api/resources/crm/types/AddressRequest.d.ts +251 -255
  505. package/api/resources/crm/types/AddressRequestAddressType.d.ts +2 -2
  506. package/api/resources/crm/types/AddressRequestCountry.d.ts +249 -249
  507. package/api/resources/crm/types/AddressTypeEnum.d.ts +2 -2
  508. package/api/resources/crm/types/Association.d.ts +0 -4
  509. package/api/resources/crm/types/AssociationType.d.ts +0 -4
  510. package/api/resources/crm/types/AuditLogEvent.d.ts +48 -48
  511. package/api/resources/crm/types/AuditLogEventEventType.d.ts +42 -42
  512. package/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
  513. package/api/resources/crm/types/AvailableActions.d.ts +0 -3
  514. package/api/resources/crm/types/CardinalityEnum.d.ts +4 -4
  515. package/api/resources/crm/types/CategoriesEnum.d.ts +7 -7
  516. package/api/resources/crm/types/CategoryEnum.d.ts +7 -7
  517. package/api/resources/crm/types/Contact.d.ts +0 -4
  518. package/api/resources/crm/types/ContactRequest.d.ts +0 -4
  519. package/api/resources/crm/types/CountryEnum.d.ts +249 -249
  520. package/api/resources/crm/types/CustomObject.d.ts +0 -4
  521. package/api/resources/crm/types/CustomObjectClass.d.ts +0 -4
  522. package/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
  523. package/api/resources/crm/types/DirectionEnum.d.ts +2 -2
  524. package/api/resources/crm/types/EmailAddress.d.ts +0 -4
  525. package/api/resources/crm/types/EmailAddressRequest.d.ts +0 -4
  526. package/api/resources/crm/types/EnabledActionsEnum.d.ts +2 -2
  527. package/api/resources/crm/types/EncodingEnum.d.ts +3 -3
  528. package/api/resources/crm/types/Engagement.d.ts +2 -6
  529. package/api/resources/crm/types/EngagementDirection.d.ts +2 -2
  530. package/api/resources/crm/types/EngagementRequest.d.ts +2 -6
  531. package/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
  532. package/api/resources/crm/types/EngagementType.d.ts +3 -7
  533. package/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
  534. package/api/resources/crm/types/EventTypeEnum.d.ts +42 -42
  535. package/api/resources/crm/types/FieldFormatEnum.d.ts +6 -6
  536. package/api/resources/crm/types/FieldTypeEnum.d.ts +6 -6
  537. package/api/resources/crm/types/Issue.d.ts +2 -2
  538. package/api/resources/crm/types/IssueStatus.d.ts +2 -2
  539. package/api/resources/crm/types/IssueStatusEnum.d.ts +2 -2
  540. package/api/resources/crm/types/ItemFormatEnum.d.ts +6 -6
  541. package/api/resources/crm/types/ItemTypeEnum.d.ts +6 -6
  542. package/api/resources/crm/types/LanguageEnum.d.ts +2 -2
  543. package/api/resources/crm/types/LastSyncResultEnum.d.ts +6 -6
  544. package/api/resources/crm/types/Lead.d.ts +0 -4
  545. package/api/resources/crm/types/LeadRequest.d.ts +0 -4
  546. package/api/resources/crm/types/MethodEnum.d.ts +7 -7
  547. package/api/resources/crm/types/ModelOperation.d.ts +0 -3
  548. package/api/resources/crm/types/MultipartFormFieldRequest.d.ts +3 -6
  549. package/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  550. package/api/resources/crm/types/Note.d.ts +0 -4
  551. package/api/resources/crm/types/NoteRequest.d.ts +0 -4
  552. package/api/resources/crm/types/Opportunity.d.ts +3 -7
  553. package/api/resources/crm/types/OpportunityRequest.d.ts +3 -7
  554. package/api/resources/crm/types/OpportunityRequestStatus.d.ts +3 -3
  555. package/api/resources/crm/types/OpportunityStatus.d.ts +3 -3
  556. package/api/resources/crm/types/OpportunityStatusEnum.d.ts +3 -3
  557. package/api/resources/crm/types/OriginTypeEnum.d.ts +3 -3
  558. package/api/resources/crm/types/PatchedAccountRequest.d.ts +0 -4
  559. package/api/resources/crm/types/PatchedContactRequest.d.ts +0 -4
  560. package/api/resources/crm/types/PatchedEngagementRequest.d.ts +2 -6
  561. package/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
  562. package/api/resources/crm/types/PatchedOpportunityRequest.d.ts +3 -7
  563. package/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
  564. package/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -6
  565. package/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
  566. package/api/resources/crm/types/PhoneNumber.d.ts +0 -4
  567. package/api/resources/crm/types/PhoneNumberRequest.d.ts +0 -4
  568. package/api/resources/crm/types/ReasonEnum.d.ts +3 -3
  569. package/api/resources/crm/types/RemoteData.d.ts +0 -3
  570. package/api/resources/crm/types/RemoteKey.d.ts +0 -3
  571. package/api/resources/crm/types/RemoteResponse.d.ts +0 -3
  572. package/api/resources/crm/types/RequestFormatEnum.d.ts +3 -3
  573. package/api/resources/crm/types/ResponseTypeEnum.d.ts +2 -2
  574. package/api/resources/crm/types/RoleEnum.d.ts +6 -6
  575. package/api/resources/crm/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  576. package/api/resources/crm/types/Stage.d.ts +0 -4
  577. package/api/resources/crm/types/StatusFd5Enum.d.ts +6 -6
  578. package/api/resources/crm/types/SyncStatus.d.ts +0 -3
  579. package/api/resources/crm/types/Task.d.ts +2 -6
  580. package/api/resources/crm/types/TaskRequest.d.ts +2 -6
  581. package/api/resources/crm/types/TaskRequestStatus.d.ts +2 -2
  582. package/api/resources/crm/types/TaskStatus.d.ts +2 -2
  583. package/api/resources/crm/types/TaskStatusEnum.d.ts +2 -2
  584. package/api/resources/crm/types/User.d.ts +0 -4
  585. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  586. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  587. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  588. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  589. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  590. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  591. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  592. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  593. package/api/resources/filestorage/resources/files/client/Client.js +7 -7
  594. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +0 -7
  595. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  596. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  597. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  598. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  599. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  600. package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  601. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  602. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  603. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  604. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  605. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  606. package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  607. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  608. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  609. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  610. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +0 -3
  611. package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  612. package/api/resources/filestorage/types/AuditLogEvent.d.ts +48 -48
  613. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +42 -42
  614. package/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
  615. package/api/resources/filestorage/types/AvailableActions.d.ts +0 -3
  616. package/api/resources/filestorage/types/CategoriesEnum.d.ts +7 -7
  617. package/api/resources/filestorage/types/CategoryEnum.d.ts +7 -7
  618. package/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
  619. package/api/resources/filestorage/types/Drive.d.ts +0 -4
  620. package/api/resources/filestorage/types/EnabledActionsEnum.d.ts +2 -2
  621. package/api/resources/filestorage/types/EncodingEnum.d.ts +3 -3
  622. package/api/resources/filestorage/types/EventTypeEnum.d.ts +42 -42
  623. package/api/resources/filestorage/types/FileRequest.d.ts +0 -4
  624. package/api/resources/filestorage/types/File_.d.ts +0 -4
  625. package/api/resources/filestorage/types/Folder.d.ts +0 -4
  626. package/api/resources/filestorage/types/FolderRequest.d.ts +0 -4
  627. package/api/resources/filestorage/types/Group.d.ts +0 -4
  628. package/api/resources/filestorage/types/Issue.d.ts +2 -2
  629. package/api/resources/filestorage/types/IssueStatus.d.ts +2 -2
  630. package/api/resources/filestorage/types/IssueStatusEnum.d.ts +2 -2
  631. package/api/resources/filestorage/types/LanguageEnum.d.ts +2 -2
  632. package/api/resources/filestorage/types/LastSyncResultEnum.d.ts +6 -6
  633. package/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
  634. package/api/resources/filestorage/types/ModelOperation.d.ts +0 -3
  635. package/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +3 -6
  636. package/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  637. package/api/resources/filestorage/types/Permission.d.ts +4 -7
  638. package/api/resources/filestorage/types/PermissionRequest.d.ts +4 -7
  639. package/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +3 -3
  640. package/api/resources/filestorage/types/PermissionRequestType.d.ts +4 -4
  641. package/api/resources/filestorage/types/PermissionRolesItem.d.ts +3 -3
  642. package/api/resources/filestorage/types/PermissionType.d.ts +4 -4
  643. package/api/resources/filestorage/types/RemoteData.d.ts +0 -3
  644. package/api/resources/filestorage/types/RemoteKey.d.ts +0 -3
  645. package/api/resources/filestorage/types/RemoteResponse.d.ts +0 -3
  646. package/api/resources/filestorage/types/RequestFormatEnum.d.ts +3 -3
  647. package/api/resources/filestorage/types/ResponseTypeEnum.d.ts +2 -2
  648. package/api/resources/filestorage/types/RoleEnum.d.ts +6 -6
  649. package/api/resources/filestorage/types/RolesEnum.d.ts +3 -3
  650. package/api/resources/filestorage/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  651. package/api/resources/filestorage/types/StatusFd5Enum.d.ts +6 -6
  652. package/api/resources/filestorage/types/SyncStatus.d.ts +0 -3
  653. package/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
  654. package/api/resources/filestorage/types/User.d.ts +0 -4
  655. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  656. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  657. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  658. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  659. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  660. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  661. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +2 -2
  662. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  663. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  664. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  665. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  666. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  667. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  668. package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +3 -3
  669. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  670. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  671. package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  672. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  673. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  674. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  675. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  676. package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  677. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  678. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  679. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  680. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  681. package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
  682. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  683. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  684. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  685. package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -5
  686. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  687. package/api/resources/hris/resources/scopes/client/Client.js +3 -3
  688. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  689. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  690. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  691. package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +11 -11
  692. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  693. package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +6 -6
  694. package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  695. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  696. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +0 -3
  697. package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  698. package/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
  699. package/api/resources/hris/types/AuditLogEvent.d.ts +48 -48
  700. package/api/resources/hris/types/AuditLogEventEventType.d.ts +42 -42
  701. package/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
  702. package/api/resources/hris/types/AvailableActions.d.ts +0 -3
  703. package/api/resources/hris/types/BankInfo.d.ts +2 -5
  704. package/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
  705. package/api/resources/hris/types/Benefit.d.ts +0 -3
  706. package/api/resources/hris/types/BenefitPlanTypeEnum.d.ts +5 -5
  707. package/api/resources/hris/types/CategoriesEnum.d.ts +7 -7
  708. package/api/resources/hris/types/CategoryEnum.d.ts +7 -7
  709. package/api/resources/hris/types/Company.d.ts +0 -3
  710. package/api/resources/hris/types/CountryEnum.d.ts +249 -249
  711. package/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
  712. package/api/resources/hris/types/Deduction.d.ts +0 -3
  713. package/api/resources/hris/types/Dependent.d.ts +8 -11
  714. package/api/resources/hris/types/DependentGender.d.ts +5 -5
  715. package/api/resources/hris/types/DependentRelationship.d.ts +3 -3
  716. package/api/resources/hris/types/Earning.d.ts +4 -7
  717. package/api/resources/hris/types/EarningType.d.ts +4 -4
  718. package/api/resources/hris/types/EarningTypeEnum.d.ts +4 -4
  719. package/api/resources/hris/types/Employee.d.ts +21 -24
  720. package/api/resources/hris/types/EmployeeEmploymentStatus.d.ts +3 -3
  721. package/api/resources/hris/types/EmployeeEthnicity.d.ts +8 -8
  722. package/api/resources/hris/types/EmployeeGender.d.ts +5 -5
  723. package/api/resources/hris/types/EmployeeMaritalStatus.d.ts +5 -5
  724. package/api/resources/hris/types/EmployeePayrollRun.d.ts +0 -3
  725. package/api/resources/hris/types/EmployeeRequest.d.ts +21 -24
  726. package/api/resources/hris/types/EmployeeRequestEmploymentStatus.d.ts +3 -3
  727. package/api/resources/hris/types/EmployeeRequestEthnicity.d.ts +8 -8
  728. package/api/resources/hris/types/EmployeeRequestGender.d.ts +5 -5
  729. package/api/resources/hris/types/EmployeeRequestMaritalStatus.d.ts +5 -5
  730. package/api/resources/hris/types/EmployerBenefit.d.ts +5 -8
  731. package/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
  732. package/api/resources/hris/types/Employment.d.ts +333 -336
  733. package/api/resources/hris/types/EmploymentEmploymentType.d.ts +5 -5
  734. package/api/resources/hris/types/EmploymentFlsaStatus.d.ts +4 -4
  735. package/api/resources/hris/types/EmploymentPayCurrency.d.ts +306 -306
  736. package/api/resources/hris/types/EmploymentPayFrequency.d.ts +9 -9
  737. package/api/resources/hris/types/EmploymentPayPeriod.d.ts +9 -9
  738. package/api/resources/hris/types/EmploymentStatusEnum.d.ts +3 -3
  739. package/api/resources/hris/types/EmploymentTypeEnum.d.ts +5 -5
  740. package/api/resources/hris/types/EnabledActionsEnum.d.ts +2 -2
  741. package/api/resources/hris/types/EncodingEnum.d.ts +3 -3
  742. package/api/resources/hris/types/EthnicityEnum.d.ts +8 -8
  743. package/api/resources/hris/types/EventTypeEnum.d.ts +42 -42
  744. package/api/resources/hris/types/FlsaStatusEnum.d.ts +4 -4
  745. package/api/resources/hris/types/GenderEnum.d.ts +5 -5
  746. package/api/resources/hris/types/Group.d.ts +5 -8
  747. package/api/resources/hris/types/GroupType.d.ts +5 -5
  748. package/api/resources/hris/types/GroupTypeEnum.d.ts +5 -5
  749. package/api/resources/hris/types/Issue.d.ts +2 -2
  750. package/api/resources/hris/types/IssueStatus.d.ts +2 -2
  751. package/api/resources/hris/types/IssueStatusEnum.d.ts +2 -2
  752. package/api/resources/hris/types/LanguageEnum.d.ts +2 -2
  753. package/api/resources/hris/types/LastSyncResultEnum.d.ts +6 -6
  754. package/api/resources/hris/types/Location.d.ts +251 -254
  755. package/api/resources/hris/types/LocationCountry.d.ts +249 -249
  756. package/api/resources/hris/types/LocationLocationType.d.ts +2 -2
  757. package/api/resources/hris/types/LocationTypeEnum.d.ts +2 -2
  758. package/api/resources/hris/types/MaritalStatusEnum.d.ts +5 -5
  759. package/api/resources/hris/types/MethodEnum.d.ts +7 -7
  760. package/api/resources/hris/types/ModelOperation.d.ts +0 -3
  761. package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +3 -6
  762. package/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  763. package/api/resources/hris/types/PayCurrencyEnum.d.ts +306 -306
  764. package/api/resources/hris/types/PayFrequencyEnum.d.ts +9 -9
  765. package/api/resources/hris/types/PayGroup.d.ts +0 -3
  766. package/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
  767. package/api/resources/hris/types/PayrollRun.d.ts +10 -13
  768. package/api/resources/hris/types/PayrollRunRunState.d.ts +5 -5
  769. package/api/resources/hris/types/PayrollRunRunType.d.ts +5 -5
  770. package/api/resources/hris/types/PolicyTypeEnum.d.ts +6 -6
  771. package/api/resources/hris/types/ReasonEnum.d.ts +3 -3
  772. package/api/resources/hris/types/RelationshipEnum.d.ts +3 -3
  773. package/api/resources/hris/types/RemoteData.d.ts +0 -3
  774. package/api/resources/hris/types/RemoteKey.d.ts +0 -3
  775. package/api/resources/hris/types/RemoteResponse.d.ts +0 -3
  776. package/api/resources/hris/types/RequestFormatEnum.d.ts +3 -3
  777. package/api/resources/hris/types/RequestTypeEnum.d.ts +6 -6
  778. package/api/resources/hris/types/ResponseTypeEnum.d.ts +2 -2
  779. package/api/resources/hris/types/RoleEnum.d.ts +6 -6
  780. package/api/resources/hris/types/RunStateEnum.d.ts +5 -5
  781. package/api/resources/hris/types/RunTypeEnum.d.ts +5 -5
  782. package/api/resources/hris/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  783. package/api/resources/hris/types/StatusFd5Enum.d.ts +6 -6
  784. package/api/resources/hris/types/SyncStatus.d.ts +0 -3
  785. package/api/resources/hris/types/Tax.d.ts +0 -3
  786. package/api/resources/hris/types/Team.d.ts +0 -3
  787. package/api/resources/hris/types/TimeOff.d.ts +13 -16
  788. package/api/resources/hris/types/TimeOffBalance.d.ts +6 -9
  789. package/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
  790. package/api/resources/hris/types/TimeOffRequest.d.ts +13 -16
  791. package/api/resources/hris/types/TimeOffRequestRequestType.d.ts +6 -6
  792. package/api/resources/hris/types/TimeOffRequestStatus.d.ts +5 -5
  793. package/api/resources/hris/types/TimeOffRequestType.d.ts +6 -6
  794. package/api/resources/hris/types/TimeOffRequestUnits.d.ts +2 -2
  795. package/api/resources/hris/types/TimeOffStatus.d.ts +5 -5
  796. package/api/resources/hris/types/TimeOffStatusEnum.d.ts +5 -5
  797. package/api/resources/hris/types/TimeOffUnits.d.ts +2 -2
  798. package/api/resources/hris/types/TimesheetEntry.d.ts +1 -3
  799. package/api/resources/hris/types/TimesheetEntryRequest.d.ts +1 -3
  800. package/api/resources/hris/types/UnitsEnum.d.ts +2 -2
  801. package/api/resources/index.d.ts +2 -2
  802. package/api/resources/index.js +3 -3
  803. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  804. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  805. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  806. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  807. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  808. package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +0 -7
  809. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  810. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  811. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  812. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  813. package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  814. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  815. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  816. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  817. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  818. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  819. package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  820. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  821. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  822. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  823. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  824. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  825. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  826. package/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  827. package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  828. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  829. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  830. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  831. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  832. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -4
  833. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  834. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  835. package/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
  836. package/api/resources/ticketing/types/Account.d.ts +0 -3
  837. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +0 -3
  838. package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  839. package/api/resources/ticketing/types/Attachment.d.ts +0 -3
  840. package/api/resources/ticketing/types/AttachmentRequest.d.ts +0 -3
  841. package/api/resources/ticketing/types/AuditLogEvent.d.ts +48 -48
  842. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +42 -42
  843. package/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
  844. package/api/resources/ticketing/types/AvailableActions.d.ts +0 -3
  845. package/api/resources/ticketing/types/CategoriesEnum.d.ts +7 -7
  846. package/api/resources/ticketing/types/CategoryEnum.d.ts +7 -7
  847. package/api/resources/ticketing/types/Collection.d.ts +5 -8
  848. package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +3 -3
  849. package/api/resources/ticketing/types/CollectionCollectionType.d.ts +2 -2
  850. package/api/resources/ticketing/types/CollectionTypeEnum.d.ts +2 -2
  851. package/api/resources/ticketing/types/Comment.d.ts +0 -3
  852. package/api/resources/ticketing/types/CommentRequest.d.ts +0 -3
  853. package/api/resources/ticketing/types/Contact.d.ts +0 -3
  854. package/api/resources/ticketing/types/ContactRequest.d.ts +0 -3
  855. package/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
  856. package/api/resources/ticketing/types/EnabledActionsEnum.d.ts +2 -2
  857. package/api/resources/ticketing/types/EncodingEnum.d.ts +3 -3
  858. package/api/resources/ticketing/types/EventTypeEnum.d.ts +42 -42
  859. package/api/resources/ticketing/types/FieldFormatEnum.d.ts +6 -6
  860. package/api/resources/ticketing/types/FieldTypeEnum.d.ts +6 -6
  861. package/api/resources/ticketing/types/Issue.d.ts +2 -2
  862. package/api/resources/ticketing/types/IssueStatus.d.ts +2 -2
  863. package/api/resources/ticketing/types/IssueStatusEnum.d.ts +2 -2
  864. package/api/resources/ticketing/types/ItemFormatEnum.d.ts +6 -6
  865. package/api/resources/ticketing/types/ItemTypeEnum.d.ts +6 -6
  866. package/api/resources/ticketing/types/LanguageEnum.d.ts +2 -2
  867. package/api/resources/ticketing/types/LastSyncResultEnum.d.ts +6 -6
  868. package/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
  869. package/api/resources/ticketing/types/ModelOperation.d.ts +0 -3
  870. package/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +3 -6
  871. package/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  872. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +8 -12
  873. package/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +4 -4
  874. package/api/resources/ticketing/types/PatchedTicketRequestStatus.d.ts +4 -4
  875. package/api/resources/ticketing/types/PriorityEnum.d.ts +4 -4
  876. package/api/resources/ticketing/types/Project.d.ts +0 -3
  877. package/api/resources/ticketing/types/RemoteData.d.ts +0 -3
  878. package/api/resources/ticketing/types/RemoteKey.d.ts +0 -3
  879. package/api/resources/ticketing/types/RemoteResponse.d.ts +0 -3
  880. package/api/resources/ticketing/types/RequestFormatEnum.d.ts +3 -3
  881. package/api/resources/ticketing/types/ResponseTypeEnum.d.ts +2 -2
  882. package/api/resources/ticketing/types/Role.d.ts +3 -6
  883. package/api/resources/ticketing/types/RoleEnum.d.ts +6 -6
  884. package/api/resources/ticketing/types/RoleTicketAccess.d.ts +3 -3
  885. package/api/resources/ticketing/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  886. package/api/resources/ticketing/types/StatusFd5Enum.d.ts +6 -6
  887. package/api/resources/ticketing/types/SyncStatus.d.ts +0 -3
  888. package/api/resources/ticketing/types/Tag.d.ts +0 -3
  889. package/api/resources/ticketing/types/Team.d.ts +0 -3
  890. package/api/resources/ticketing/types/Ticket.d.ts +8 -12
  891. package/api/resources/ticketing/types/TicketAccessEnum.d.ts +3 -3
  892. package/api/resources/ticketing/types/TicketActionsEnum.d.ts +6 -6
  893. package/api/resources/ticketing/types/TicketPriority.d.ts +4 -4
  894. package/api/resources/ticketing/types/TicketRequest.d.ts +8 -12
  895. package/api/resources/ticketing/types/TicketRequestPriority.d.ts +4 -4
  896. package/api/resources/ticketing/types/TicketRequestStatus.d.ts +4 -4
  897. package/api/resources/ticketing/types/TicketStatus.d.ts +4 -4
  898. package/api/resources/ticketing/types/TicketStatusEnum.d.ts +4 -4
  899. package/api/resources/ticketing/types/User.d.ts +0 -3
  900. package/api/resources/ticketing/types/Viewer.d.ts +0 -3
  901. package/dist/Client.d.ts +6 -6
  902. package/dist/Client.js +14 -14
  903. package/dist/api/resources/accounting/client/Client.d.ts +3 -0
  904. package/dist/api/resources/accounting/client/Client.js +23 -18
  905. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  906. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  907. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  908. package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -5
  909. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
  910. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  911. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  912. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  913. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  914. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  915. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  916. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  917. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  918. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  919. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  920. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  921. package/dist/api/resources/accounting/resources/contacts/client/Client.js +9 -6
  922. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +4 -0
  923. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  924. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  925. package/dist/api/resources/accounting/resources/employees/client/Client.js +2 -2
  926. package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  927. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  928. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  929. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
  930. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  931. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  932. package/dist/api/resources/accounting/resources/index.d.ts +3 -0
  933. package/dist/api/resources/accounting/resources/index.js +4 -1
  934. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -1
  935. package/dist/api/resources/accounting/resources/invoices/client/Client.js +10 -9
  936. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +8 -8
  937. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  938. package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  939. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  940. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  941. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  942. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  943. package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  944. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  945. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
  946. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
  947. package/dist/api/resources/accounting/resources/payments/client/Client.js +8 -8
  948. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  949. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +57 -0
  950. package/dist/api/resources/accounting/resources/projects/client/Client.js +225 -0
  951. package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  952. package/dist/api/resources/accounting/resources/projects/client/index.js +17 -0
  953. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
  954. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
  955. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
  956. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
  957. package/dist/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
  958. package/dist/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
  959. package/dist/api/resources/accounting/resources/projects/index.d.ts +2 -0
  960. package/dist/api/resources/accounting/resources/projects/index.js +18 -0
  961. package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
  962. package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
  963. package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
  964. package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
  965. package/dist/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
  966. package/dist/api/resources/accounting/resources/projects/types/index.js +18 -0
  967. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  968. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  969. package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  970. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  971. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  972. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +9 -3
  973. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
  974. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  975. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  976. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  977. package/dist/api/resources/accounting/types/Account.d.ts +332 -336
  978. package/dist/api/resources/accounting/types/AccountAccountType.d.ts +13 -13
  979. package/dist/api/resources/accounting/types/AccountAccountTypeEnum.d.ts +13 -13
  980. package/dist/api/resources/accounting/types/AccountClassification.d.ts +5 -5
  981. package/dist/api/resources/accounting/types/AccountCurrency.d.ts +306 -306
  982. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +0 -3
  983. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  984. package/dist/api/resources/accounting/types/AccountRequest.d.ts +332 -336
  985. package/dist/api/resources/accounting/types/AccountRequestAccountType.d.ts +13 -13
  986. package/dist/api/resources/accounting/types/AccountRequestClassification.d.ts +5 -5
  987. package/dist/api/resources/accounting/types/AccountRequestCurrency.d.ts +306 -306
  988. package/dist/api/resources/accounting/types/AccountRequestStatus.d.ts +3 -3
  989. package/dist/api/resources/accounting/types/AccountStatus.d.ts +3 -3
  990. package/dist/api/resources/accounting/types/AccountStatusEnum.d.ts +3 -3
  991. package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +0 -3
  992. package/dist/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +0 -3
  993. package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +0 -3
  994. package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +0 -3
  995. package/dist/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +0 -3
  996. package/dist/api/resources/accounting/types/Address.d.ts +251 -254
  997. package/dist/api/resources/accounting/types/AddressCountry.d.ts +249 -249
  998. package/dist/api/resources/accounting/types/AddressRequest.d.ts +251 -254
  999. package/dist/api/resources/accounting/types/AddressRequestCountry.d.ts +249 -249
  1000. package/dist/api/resources/accounting/types/AddressRequestType.d.ts +2 -2
  1001. package/dist/api/resources/accounting/types/AddressType.d.ts +2 -2
  1002. package/dist/api/resources/accounting/types/AddressTypeEnum.d.ts +2 -2
  1003. package/dist/api/resources/accounting/types/AsyncPostTaskStatusEnum.d.ts +4 -4
  1004. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +48 -48
  1005. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +42 -42
  1006. package/dist/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
  1007. package/dist/api/resources/accounting/types/AvailableActions.d.ts +0 -3
  1008. package/dist/api/resources/accounting/types/BalanceSheet.d.ts +306 -309
  1009. package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
  1010. package/dist/api/resources/accounting/types/BankFeedAccount.d.ts +310 -313
  1011. package/dist/api/resources/accounting/types/BankFeedAccountAccountType.d.ts +2 -2
  1012. package/dist/api/resources/accounting/types/BankFeedAccountAccountTypeEnum.d.ts +2 -2
  1013. package/dist/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +306 -306
  1014. package/dist/api/resources/accounting/types/BankFeedAccountFeedStatus.d.ts +2 -2
  1015. package/dist/api/resources/accounting/types/BankFeedAccountRequest.d.ts +310 -313
  1016. package/dist/api/resources/accounting/types/BankFeedAccountRequestAccountType.d.ts +2 -2
  1017. package/dist/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +306 -306
  1018. package/dist/api/resources/accounting/types/BankFeedAccountRequestFeedStatus.d.ts +2 -2
  1019. package/dist/api/resources/accounting/types/BankFeedTransaction.d.ts +2 -5
  1020. package/dist/api/resources/accounting/types/BankFeedTransactionCreditOrDebit.d.ts +2 -2
  1021. package/dist/api/resources/accounting/types/BankFeedTransactionRequestRequest.d.ts +2 -5
  1022. package/dist/api/resources/accounting/types/BankFeedTransactionRequestRequestCreditOrDebit.d.ts +2 -2
  1023. package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +306 -309
  1024. package/dist/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +306 -306
  1025. package/dist/api/resources/accounting/types/CategoriesEnum.d.ts +7 -7
  1026. package/dist/api/resources/accounting/types/CategoryEnum.d.ts +7 -7
  1027. package/dist/api/resources/accounting/types/CategoryTypeEnum.d.ts +2 -2
  1028. package/dist/api/resources/accounting/types/ClassificationEnum.d.ts +5 -5
  1029. package/dist/api/resources/accounting/types/CompanyInfo.d.ts +306 -309
  1030. package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
  1031. package/dist/api/resources/accounting/types/ComponentTypeEnum.d.ts +2 -2
  1032. package/dist/api/resources/accounting/types/Contact.d.ts +4 -8
  1033. package/dist/api/resources/accounting/types/ContactRequest.d.ts +4 -8
  1034. package/dist/api/resources/accounting/types/ContactRequestStatus.d.ts +2 -2
  1035. package/dist/api/resources/accounting/types/ContactStatus.d.ts +2 -2
  1036. package/dist/api/resources/accounting/types/CountryEnum.d.ts +249 -249
  1037. package/dist/api/resources/accounting/types/CreditNote.d.ts +310 -313
  1038. package/dist/api/resources/accounting/types/CreditNoteApplyLineForCreditNote.d.ts +0 -3
  1039. package/dist/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequest.d.ts +0 -3
  1040. package/dist/api/resources/accounting/types/CreditNoteApplyLineForInvoice.d.ts +0 -3
  1041. package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
  1042. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -3
  1043. package/dist/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
  1044. package/dist/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
  1045. package/dist/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
  1046. package/dist/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
  1047. package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -3
  1048. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
  1049. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
  1050. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
  1051. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
  1052. package/dist/api/resources/accounting/types/CreditNoteRequest.d.ts +310 -313
  1053. package/dist/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +306 -306
  1054. package/dist/api/resources/accounting/types/CreditNoteRequestStatus.d.ts +3 -3
  1055. package/dist/api/resources/accounting/types/CreditNoteStatus.d.ts +3 -3
  1056. package/dist/api/resources/accounting/types/CreditNoteStatusEnum.d.ts +3 -3
  1057. package/dist/api/resources/accounting/types/CreditOrDebitEnum.d.ts +2 -2
  1058. package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
  1059. package/dist/api/resources/accounting/types/Employee.d.ts +4 -8
  1060. package/dist/api/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  1061. package/dist/api/resources/accounting/types/EmployeeStatus.d.ts +2 -2
  1062. package/dist/api/resources/accounting/types/EnabledActionsEnum.d.ts +2 -2
  1063. package/dist/api/resources/accounting/types/EncodingEnum.d.ts +3 -3
  1064. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +42 -42
  1065. package/dist/api/resources/accounting/types/Expense.d.ts +306 -309
  1066. package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
  1067. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +307 -309
  1068. package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
  1069. package/dist/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
  1070. package/dist/api/resources/accounting/types/ExpenseLineProject.js +5 -0
  1071. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +307 -309
  1072. package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
  1073. package/dist/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
  1074. package/dist/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
  1075. package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +306 -309
  1076. package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
  1077. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1078. package/dist/api/resources/accounting/types/FeedStatusEnum.d.ts +2 -2
  1079. package/dist/api/resources/accounting/types/FieldFormatEnum.d.ts +6 -6
  1080. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1081. package/dist/api/resources/accounting/types/FieldTypeEnum.d.ts +6 -6
  1082. package/dist/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +7 -10
  1083. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +613 -615
  1084. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +306 -306
  1085. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
  1086. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
  1087. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +306 -306
  1088. package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +7 -7
  1089. package/dist/api/resources/accounting/types/IncomeStatement.d.ts +306 -309
  1090. package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
  1091. package/dist/api/resources/accounting/types/Invoice.d.ts +315 -317
  1092. package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
  1093. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +309 -309
  1094. package/dist/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
  1095. package/dist/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
  1096. package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
  1097. package/dist/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
  1098. package/dist/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
  1099. package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +309 -309
  1100. package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
  1101. package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
  1102. package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
  1103. package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
  1104. package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
  1105. package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +315 -317
  1106. package/dist/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +306 -306
  1107. package/dist/api/resources/accounting/types/InvoiceRequestStatus.d.ts +6 -6
  1108. package/dist/api/resources/accounting/types/InvoiceRequestType.d.ts +2 -2
  1109. package/dist/api/resources/accounting/types/InvoiceStatus.d.ts +6 -6
  1110. package/dist/api/resources/accounting/types/InvoiceStatusEnum.d.ts +6 -6
  1111. package/dist/api/resources/accounting/types/InvoiceType.d.ts +2 -2
  1112. package/dist/api/resources/accounting/types/InvoiceTypeEnum.d.ts +2 -2
  1113. package/dist/api/resources/accounting/types/Issue.d.ts +2 -2
  1114. package/dist/api/resources/accounting/types/IssueStatus.d.ts +2 -2
  1115. package/dist/api/resources/accounting/types/IssueStatusEnum.d.ts +2 -2
  1116. package/dist/api/resources/accounting/types/Item.d.ts +2 -5
  1117. package/dist/api/resources/accounting/types/ItemFormatEnum.d.ts +6 -6
  1118. package/dist/api/resources/accounting/types/ItemStatus.d.ts +2 -2
  1119. package/dist/api/resources/accounting/types/ItemTypeEnum.d.ts +6 -6
  1120. package/dist/api/resources/accounting/types/JournalEntry.d.ts +308 -311
  1121. package/dist/api/resources/accounting/types/JournalEntryCurrency.d.ts +306 -306
  1122. package/dist/api/resources/accounting/types/JournalEntryPostingStatus.d.ts +2 -2
  1123. package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +308 -311
  1124. package/dist/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +306 -306
  1125. package/dist/api/resources/accounting/types/JournalEntryRequestPostingStatus.d.ts +2 -2
  1126. package/dist/api/resources/accounting/types/JournalLine.d.ts +307 -309
  1127. package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
  1128. package/dist/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
  1129. package/dist/api/resources/accounting/types/JournalLineProject.js +5 -0
  1130. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +307 -309
  1131. package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
  1132. package/dist/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
  1133. package/dist/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
  1134. package/dist/api/resources/accounting/types/LanguageEnum.d.ts +2 -2
  1135. package/dist/api/resources/accounting/types/LastSyncResultEnum.d.ts +6 -6
  1136. package/dist/api/resources/accounting/types/MethodEnum.d.ts +7 -7
  1137. package/dist/api/resources/accounting/types/MethodTypeEnum.d.ts +5 -5
  1138. package/dist/api/resources/accounting/types/ModelOperation.d.ts +0 -3
  1139. package/dist/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +3 -6
  1140. package/dist/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1141. package/dist/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
  1142. package/dist/api/resources/accounting/types/PaginatedProjectList.js +5 -0
  1143. package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +308 -311
  1144. package/dist/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +306 -306
  1145. package/dist/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +2 -2
  1146. package/dist/api/resources/accounting/types/Payment.d.ts +308 -311
  1147. package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
  1148. package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +0 -3
  1149. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -3
  1150. package/dist/api/resources/accounting/types/PaymentMethod.d.ts +5 -8
  1151. package/dist/api/resources/accounting/types/PaymentMethodMethodType.d.ts +5 -5
  1152. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +308 -311
  1153. package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
  1154. package/dist/api/resources/accounting/types/PaymentRequestType.d.ts +2 -2
  1155. package/dist/api/resources/accounting/types/PaymentTerm.d.ts +0 -3
  1156. package/dist/api/resources/accounting/types/PaymentType.d.ts +2 -2
  1157. package/dist/api/resources/accounting/types/PaymentTypeEnum.d.ts +2 -2
  1158. package/dist/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
  1159. package/dist/api/resources/accounting/types/Project.d.ts +32 -0
  1160. package/dist/api/resources/accounting/types/Project.js +5 -0
  1161. package/dist/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
  1162. package/dist/api/resources/accounting/types/ProjectCompany.js +5 -0
  1163. package/dist/api/resources/accounting/types/ProjectContact.d.ts +8 -0
  1164. package/dist/api/resources/accounting/types/ProjectContact.js +5 -0
  1165. package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +312 -315
  1166. package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
  1167. package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +306 -309
  1168. package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
  1169. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +306 -309
  1170. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
  1171. package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +311 -314
  1172. package/dist/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +306 -306
  1173. package/dist/api/resources/accounting/types/PurchaseOrderRequestStatus.d.ts +5 -5
  1174. package/dist/api/resources/accounting/types/PurchaseOrderStatus.d.ts +5 -5
  1175. package/dist/api/resources/accounting/types/PurchaseOrderStatusEnum.d.ts +5 -5
  1176. package/dist/api/resources/accounting/types/RemoteData.d.ts +0 -3
  1177. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1178. package/dist/api/resources/accounting/types/RemoteKey.d.ts +0 -3
  1179. package/dist/api/resources/accounting/types/RemoteResponse.d.ts +0 -3
  1180. package/dist/api/resources/accounting/types/ReportItem.d.ts +0 -3
  1181. package/dist/api/resources/accounting/types/RequestFormatEnum.d.ts +3 -3
  1182. package/dist/api/resources/accounting/types/ResponseTypeEnum.d.ts +2 -2
  1183. package/dist/api/resources/accounting/types/RoleEnum.d.ts +6 -6
  1184. package/dist/api/resources/accounting/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1185. package/dist/api/resources/accounting/types/Status7D1Enum.d.ts +2 -2
  1186. package/dist/api/resources/accounting/types/Status895Enum.d.ts +2 -2
  1187. package/dist/api/resources/accounting/types/StatusFd5Enum.d.ts +6 -6
  1188. package/dist/api/resources/accounting/types/SyncStatus.d.ts +0 -3
  1189. package/dist/api/resources/accounting/types/TaxComponent.d.ts +2 -5
  1190. package/dist/api/resources/accounting/types/TaxComponentComponentType.d.ts +2 -2
  1191. package/dist/api/resources/accounting/types/TaxRate.d.ts +2 -5
  1192. package/dist/api/resources/accounting/types/TaxRateStatus.d.ts +2 -2
  1193. package/dist/api/resources/accounting/types/TrackingCategory.d.ts +4 -7
  1194. package/dist/api/resources/accounting/types/TrackingCategoryCategoryType.d.ts +2 -2
  1195. package/dist/api/resources/accounting/types/TrackingCategoryStatus.d.ts +2 -2
  1196. package/dist/api/resources/accounting/types/Transaction.d.ts +313 -317
  1197. package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
  1198. package/dist/api/resources/accounting/types/TransactionCurrencyEnum.d.ts +306 -306
  1199. package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +306 -309
  1200. package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
  1201. package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +7 -7
  1202. package/dist/api/resources/accounting/types/VendorCredit.d.ts +306 -309
  1203. package/dist/api/resources/accounting/types/VendorCreditApplyLineForInvoice.d.ts +0 -3
  1204. package/dist/api/resources/accounting/types/VendorCreditApplyLineForVendorCredit.d.ts +0 -3
  1205. package/dist/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequest.d.ts +0 -3
  1206. package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
  1207. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -3
  1208. package/dist/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
  1209. package/dist/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
  1210. package/dist/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
  1211. package/dist/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
  1212. package/dist/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -3
  1213. package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
  1214. package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
  1215. package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
  1216. package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
  1217. package/dist/api/resources/accounting/types/VendorCreditRequest.d.ts +306 -309
  1218. package/dist/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +306 -306
  1219. package/dist/api/resources/accounting/types/index.d.ts +21 -0
  1220. package/dist/api/resources/accounting/types/index.js +21 -0
  1221. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  1222. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  1223. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  1224. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  1225. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  1226. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  1227. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  1228. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  1229. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  1230. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  1231. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  1232. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  1233. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  1234. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  1235. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  1236. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  1237. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  1238. package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1239. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  1240. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  1241. package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -5
  1242. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  1243. package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -5
  1244. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  1245. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  1246. package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1247. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  1248. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  1249. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  1250. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  1251. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  1252. package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
  1253. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  1254. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  1255. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  1256. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  1257. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  1258. package/dist/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
  1259. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +0 -3
  1260. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1261. package/dist/api/resources/ats/types/Activity.d.ts +6 -10
  1262. package/dist/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
  1263. package/dist/api/resources/ats/types/ActivityRequest.d.ts +6 -10
  1264. package/dist/api/resources/ats/types/ActivityRequestActivityType.d.ts +3 -3
  1265. package/dist/api/resources/ats/types/ActivityRequestVisibility.d.ts +3 -3
  1266. package/dist/api/resources/ats/types/ActivityTypeEnum.d.ts +3 -3
  1267. package/dist/api/resources/ats/types/ActivityVisibility.d.ts +3 -3
  1268. package/dist/api/resources/ats/types/Application.d.ts +0 -3
  1269. package/dist/api/resources/ats/types/ApplicationRequest.d.ts +0 -3
  1270. package/dist/api/resources/ats/types/Attachment.d.ts +4 -8
  1271. package/dist/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
  1272. package/dist/api/resources/ats/types/AttachmentRequest.d.ts +4 -8
  1273. package/dist/api/resources/ats/types/AttachmentRequestAttachmentType.d.ts +4 -4
  1274. package/dist/api/resources/ats/types/AttachmentTypeEnum.d.ts +4 -4
  1275. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +48 -48
  1276. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +42 -42
  1277. package/dist/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
  1278. package/dist/api/resources/ats/types/AvailableActions.d.ts +0 -3
  1279. package/dist/api/resources/ats/types/Candidate.d.ts +0 -4
  1280. package/dist/api/resources/ats/types/CandidateRequest.d.ts +0 -4
  1281. package/dist/api/resources/ats/types/CategoriesEnum.d.ts +7 -7
  1282. package/dist/api/resources/ats/types/CategoryEnum.d.ts +7 -7
  1283. package/dist/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
  1284. package/dist/api/resources/ats/types/Department.d.ts +0 -4
  1285. package/dist/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
  1286. package/dist/api/resources/ats/types/Eeoc.d.ts +19 -23
  1287. package/dist/api/resources/ats/types/EeocDisabilityStatus.d.ts +3 -3
  1288. package/dist/api/resources/ats/types/EeocGender.d.ts +5 -5
  1289. package/dist/api/resources/ats/types/EeocRace.d.ts +8 -8
  1290. package/dist/api/resources/ats/types/EeocVeteranStatus.d.ts +3 -3
  1291. package/dist/api/resources/ats/types/EmailAddress.d.ts +3 -7
  1292. package/dist/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
  1293. package/dist/api/resources/ats/types/EmailAddressRequest.d.ts +3 -7
  1294. package/dist/api/resources/ats/types/EmailAddressRequestEmailAddressType.d.ts +3 -3
  1295. package/dist/api/resources/ats/types/EmailAddressTypeEnum.d.ts +3 -3
  1296. package/dist/api/resources/ats/types/EnabledActionsEnum.d.ts +2 -2
  1297. package/dist/api/resources/ats/types/EncodingEnum.d.ts +3 -3
  1298. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +42 -42
  1299. package/dist/api/resources/ats/types/GenderEnum.d.ts +5 -5
  1300. package/dist/api/resources/ats/types/Issue.d.ts +2 -2
  1301. package/dist/api/resources/ats/types/IssueStatus.d.ts +2 -2
  1302. package/dist/api/resources/ats/types/IssueStatusEnum.d.ts +2 -2
  1303. package/dist/api/resources/ats/types/Job.d.ts +8 -12
  1304. package/dist/api/resources/ats/types/JobInterviewStage.d.ts +0 -4
  1305. package/dist/api/resources/ats/types/JobPosting.d.ts +5 -9
  1306. package/dist/api/resources/ats/types/JobPostingStatusEnum.d.ts +5 -5
  1307. package/dist/api/resources/ats/types/JobStatus.d.ts +5 -5
  1308. package/dist/api/resources/ats/types/JobStatusEnum.d.ts +5 -5
  1309. package/dist/api/resources/ats/types/JobTypeEnum.d.ts +3 -3
  1310. package/dist/api/resources/ats/types/LanguageEnum.d.ts +2 -2
  1311. package/dist/api/resources/ats/types/LastSyncResultEnum.d.ts +6 -6
  1312. package/dist/api/resources/ats/types/MethodEnum.d.ts +7 -7
  1313. package/dist/api/resources/ats/types/ModelOperation.d.ts +0 -3
  1314. package/dist/api/resources/ats/types/MultipartFormFieldRequest.d.ts +3 -6
  1315. package/dist/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1316. package/dist/api/resources/ats/types/Offer.d.ts +9 -13
  1317. package/dist/api/resources/ats/types/OfferStatus.d.ts +9 -9
  1318. package/dist/api/resources/ats/types/OfferStatusEnum.d.ts +9 -9
  1319. package/dist/api/resources/ats/types/Office.d.ts +0 -4
  1320. package/dist/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
  1321. package/dist/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -4
  1322. package/dist/api/resources/ats/types/PhoneNumber.d.ts +5 -9
  1323. package/dist/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
  1324. package/dist/api/resources/ats/types/PhoneNumberRequest.d.ts +5 -9
  1325. package/dist/api/resources/ats/types/PhoneNumberRequestPhoneNumberType.d.ts +5 -5
  1326. package/dist/api/resources/ats/types/PhoneNumberTypeEnum.d.ts +5 -5
  1327. package/dist/api/resources/ats/types/RaceEnum.d.ts +8 -8
  1328. package/dist/api/resources/ats/types/ReasonEnum.d.ts +3 -3
  1329. package/dist/api/resources/ats/types/RejectReason.d.ts +0 -4
  1330. package/dist/api/resources/ats/types/RemoteData.d.ts +0 -3
  1331. package/dist/api/resources/ats/types/RemoteKey.d.ts +0 -3
  1332. package/dist/api/resources/ats/types/RemoteResponse.d.ts +0 -3
  1333. package/dist/api/resources/ats/types/RemoteUser.d.ts +5 -9
  1334. package/dist/api/resources/ats/types/RemoteUserAccessRole.d.ts +5 -5
  1335. package/dist/api/resources/ats/types/RequestFormatEnum.d.ts +3 -3
  1336. package/dist/api/resources/ats/types/ResponseTypeEnum.d.ts +2 -2
  1337. package/dist/api/resources/ats/types/RoleEnum.d.ts +6 -6
  1338. package/dist/api/resources/ats/types/ScheduledInterview.d.ts +3 -7
  1339. package/dist/api/resources/ats/types/ScheduledInterviewRequest.d.ts +3 -7
  1340. package/dist/api/resources/ats/types/ScheduledInterviewRequestStatus.d.ts +3 -3
  1341. package/dist/api/resources/ats/types/ScheduledInterviewStatus.d.ts +3 -3
  1342. package/dist/api/resources/ats/types/ScheduledInterviewStatusEnum.d.ts +3 -3
  1343. package/dist/api/resources/ats/types/Scorecard.d.ts +5 -9
  1344. package/dist/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
  1345. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +8 -11
  1346. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +0 -3
  1347. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +0 -3
  1348. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +0 -3
  1349. package/dist/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
  1350. package/dist/api/resources/ats/types/ScreeningQuestionTypeEnum.d.ts +8 -8
  1351. package/dist/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1352. package/dist/api/resources/ats/types/StatusFd5Enum.d.ts +6 -6
  1353. package/dist/api/resources/ats/types/SyncStatus.d.ts +0 -3
  1354. package/dist/api/resources/ats/types/Tag.d.ts +0 -4
  1355. package/dist/api/resources/ats/types/Url.d.ts +7 -11
  1356. package/dist/api/resources/ats/types/UrlRequest.d.ts +7 -11
  1357. package/dist/api/resources/ats/types/UrlRequestUrlType.d.ts +7 -7
  1358. package/dist/api/resources/ats/types/UrlTypeEnum.d.ts +7 -7
  1359. package/dist/api/resources/ats/types/UrlUrlType.d.ts +7 -7
  1360. package/dist/api/resources/ats/types/VeteranStatusEnum.d.ts +3 -3
  1361. package/dist/api/resources/ats/types/VisibilityEnum.d.ts +3 -3
  1362. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  1363. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  1364. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  1365. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  1366. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  1367. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  1368. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  1369. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  1370. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  1371. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  1372. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  1373. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  1374. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  1375. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  1376. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  1377. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  1378. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  1379. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  1380. package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1381. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  1382. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  1383. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  1384. package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1385. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  1386. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  1387. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +3 -3
  1388. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  1389. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  1390. package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
  1391. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  1392. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  1393. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  1394. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  1395. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  1396. package/dist/api/resources/crm/types/Account.d.ts +0 -4
  1397. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +0 -3
  1398. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1399. package/dist/api/resources/crm/types/AccountRequest.d.ts +0 -4
  1400. package/dist/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
  1401. package/dist/api/resources/crm/types/Address.d.ts +251 -255
  1402. package/dist/api/resources/crm/types/AddressAddressType.d.ts +2 -2
  1403. package/dist/api/resources/crm/types/AddressCountry.d.ts +249 -249
  1404. package/dist/api/resources/crm/types/AddressRequest.d.ts +251 -255
  1405. package/dist/api/resources/crm/types/AddressRequestAddressType.d.ts +2 -2
  1406. package/dist/api/resources/crm/types/AddressRequestCountry.d.ts +249 -249
  1407. package/dist/api/resources/crm/types/AddressTypeEnum.d.ts +2 -2
  1408. package/dist/api/resources/crm/types/Association.d.ts +0 -4
  1409. package/dist/api/resources/crm/types/AssociationType.d.ts +0 -4
  1410. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +48 -48
  1411. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +42 -42
  1412. package/dist/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
  1413. package/dist/api/resources/crm/types/AvailableActions.d.ts +0 -3
  1414. package/dist/api/resources/crm/types/CardinalityEnum.d.ts +4 -4
  1415. package/dist/api/resources/crm/types/CategoriesEnum.d.ts +7 -7
  1416. package/dist/api/resources/crm/types/CategoryEnum.d.ts +7 -7
  1417. package/dist/api/resources/crm/types/Contact.d.ts +0 -4
  1418. package/dist/api/resources/crm/types/ContactRequest.d.ts +0 -4
  1419. package/dist/api/resources/crm/types/CountryEnum.d.ts +249 -249
  1420. package/dist/api/resources/crm/types/CustomObject.d.ts +0 -4
  1421. package/dist/api/resources/crm/types/CustomObjectClass.d.ts +0 -4
  1422. package/dist/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
  1423. package/dist/api/resources/crm/types/DirectionEnum.d.ts +2 -2
  1424. package/dist/api/resources/crm/types/EmailAddress.d.ts +0 -4
  1425. package/dist/api/resources/crm/types/EmailAddressRequest.d.ts +0 -4
  1426. package/dist/api/resources/crm/types/EnabledActionsEnum.d.ts +2 -2
  1427. package/dist/api/resources/crm/types/EncodingEnum.d.ts +3 -3
  1428. package/dist/api/resources/crm/types/Engagement.d.ts +2 -6
  1429. package/dist/api/resources/crm/types/EngagementDirection.d.ts +2 -2
  1430. package/dist/api/resources/crm/types/EngagementRequest.d.ts +2 -6
  1431. package/dist/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
  1432. package/dist/api/resources/crm/types/EngagementType.d.ts +3 -7
  1433. package/dist/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
  1434. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +42 -42
  1435. package/dist/api/resources/crm/types/FieldFormatEnum.d.ts +6 -6
  1436. package/dist/api/resources/crm/types/FieldTypeEnum.d.ts +6 -6
  1437. package/dist/api/resources/crm/types/Issue.d.ts +2 -2
  1438. package/dist/api/resources/crm/types/IssueStatus.d.ts +2 -2
  1439. package/dist/api/resources/crm/types/IssueStatusEnum.d.ts +2 -2
  1440. package/dist/api/resources/crm/types/ItemFormatEnum.d.ts +6 -6
  1441. package/dist/api/resources/crm/types/ItemTypeEnum.d.ts +6 -6
  1442. package/dist/api/resources/crm/types/LanguageEnum.d.ts +2 -2
  1443. package/dist/api/resources/crm/types/LastSyncResultEnum.d.ts +6 -6
  1444. package/dist/api/resources/crm/types/Lead.d.ts +0 -4
  1445. package/dist/api/resources/crm/types/LeadRequest.d.ts +0 -4
  1446. package/dist/api/resources/crm/types/MethodEnum.d.ts +7 -7
  1447. package/dist/api/resources/crm/types/ModelOperation.d.ts +0 -3
  1448. package/dist/api/resources/crm/types/MultipartFormFieldRequest.d.ts +3 -6
  1449. package/dist/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1450. package/dist/api/resources/crm/types/Note.d.ts +0 -4
  1451. package/dist/api/resources/crm/types/NoteRequest.d.ts +0 -4
  1452. package/dist/api/resources/crm/types/Opportunity.d.ts +3 -7
  1453. package/dist/api/resources/crm/types/OpportunityRequest.d.ts +3 -7
  1454. package/dist/api/resources/crm/types/OpportunityRequestStatus.d.ts +3 -3
  1455. package/dist/api/resources/crm/types/OpportunityStatus.d.ts +3 -3
  1456. package/dist/api/resources/crm/types/OpportunityStatusEnum.d.ts +3 -3
  1457. package/dist/api/resources/crm/types/OriginTypeEnum.d.ts +3 -3
  1458. package/dist/api/resources/crm/types/PatchedAccountRequest.d.ts +0 -4
  1459. package/dist/api/resources/crm/types/PatchedContactRequest.d.ts +0 -4
  1460. package/dist/api/resources/crm/types/PatchedEngagementRequest.d.ts +2 -6
  1461. package/dist/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
  1462. package/dist/api/resources/crm/types/PatchedOpportunityRequest.d.ts +3 -7
  1463. package/dist/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
  1464. package/dist/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -6
  1465. package/dist/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
  1466. package/dist/api/resources/crm/types/PhoneNumber.d.ts +0 -4
  1467. package/dist/api/resources/crm/types/PhoneNumberRequest.d.ts +0 -4
  1468. package/dist/api/resources/crm/types/ReasonEnum.d.ts +3 -3
  1469. package/dist/api/resources/crm/types/RemoteData.d.ts +0 -3
  1470. package/dist/api/resources/crm/types/RemoteKey.d.ts +0 -3
  1471. package/dist/api/resources/crm/types/RemoteResponse.d.ts +0 -3
  1472. package/dist/api/resources/crm/types/RequestFormatEnum.d.ts +3 -3
  1473. package/dist/api/resources/crm/types/ResponseTypeEnum.d.ts +2 -2
  1474. package/dist/api/resources/crm/types/RoleEnum.d.ts +6 -6
  1475. package/dist/api/resources/crm/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1476. package/dist/api/resources/crm/types/Stage.d.ts +0 -4
  1477. package/dist/api/resources/crm/types/StatusFd5Enum.d.ts +6 -6
  1478. package/dist/api/resources/crm/types/SyncStatus.d.ts +0 -3
  1479. package/dist/api/resources/crm/types/Task.d.ts +2 -6
  1480. package/dist/api/resources/crm/types/TaskRequest.d.ts +2 -6
  1481. package/dist/api/resources/crm/types/TaskRequestStatus.d.ts +2 -2
  1482. package/dist/api/resources/crm/types/TaskStatus.d.ts +2 -2
  1483. package/dist/api/resources/crm/types/TaskStatusEnum.d.ts +2 -2
  1484. package/dist/api/resources/crm/types/User.d.ts +0 -4
  1485. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  1486. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  1487. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  1488. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  1489. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  1490. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  1491. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  1492. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  1493. package/dist/api/resources/filestorage/resources/files/client/Client.js +7 -7
  1494. package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +0 -7
  1495. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  1496. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  1497. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  1498. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  1499. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  1500. package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1501. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  1502. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  1503. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1504. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  1505. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  1506. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  1507. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  1508. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  1509. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  1510. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +0 -3
  1511. package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1512. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +48 -48
  1513. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +42 -42
  1514. package/dist/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
  1515. package/dist/api/resources/filestorage/types/AvailableActions.d.ts +0 -3
  1516. package/dist/api/resources/filestorage/types/CategoriesEnum.d.ts +7 -7
  1517. package/dist/api/resources/filestorage/types/CategoryEnum.d.ts +7 -7
  1518. package/dist/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
  1519. package/dist/api/resources/filestorage/types/Drive.d.ts +0 -4
  1520. package/dist/api/resources/filestorage/types/EnabledActionsEnum.d.ts +2 -2
  1521. package/dist/api/resources/filestorage/types/EncodingEnum.d.ts +3 -3
  1522. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +42 -42
  1523. package/dist/api/resources/filestorage/types/FileRequest.d.ts +0 -4
  1524. package/dist/api/resources/filestorage/types/File_.d.ts +0 -4
  1525. package/dist/api/resources/filestorage/types/Folder.d.ts +0 -4
  1526. package/dist/api/resources/filestorage/types/FolderRequest.d.ts +0 -4
  1527. package/dist/api/resources/filestorage/types/Group.d.ts +0 -4
  1528. package/dist/api/resources/filestorage/types/Issue.d.ts +2 -2
  1529. package/dist/api/resources/filestorage/types/IssueStatus.d.ts +2 -2
  1530. package/dist/api/resources/filestorage/types/IssueStatusEnum.d.ts +2 -2
  1531. package/dist/api/resources/filestorage/types/LanguageEnum.d.ts +2 -2
  1532. package/dist/api/resources/filestorage/types/LastSyncResultEnum.d.ts +6 -6
  1533. package/dist/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
  1534. package/dist/api/resources/filestorage/types/ModelOperation.d.ts +0 -3
  1535. package/dist/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +3 -6
  1536. package/dist/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1537. package/dist/api/resources/filestorage/types/Permission.d.ts +4 -7
  1538. package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +4 -7
  1539. package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +3 -3
  1540. package/dist/api/resources/filestorage/types/PermissionRequestType.d.ts +4 -4
  1541. package/dist/api/resources/filestorage/types/PermissionRolesItem.d.ts +3 -3
  1542. package/dist/api/resources/filestorage/types/PermissionType.d.ts +4 -4
  1543. package/dist/api/resources/filestorage/types/RemoteData.d.ts +0 -3
  1544. package/dist/api/resources/filestorage/types/RemoteKey.d.ts +0 -3
  1545. package/dist/api/resources/filestorage/types/RemoteResponse.d.ts +0 -3
  1546. package/dist/api/resources/filestorage/types/RequestFormatEnum.d.ts +3 -3
  1547. package/dist/api/resources/filestorage/types/ResponseTypeEnum.d.ts +2 -2
  1548. package/dist/api/resources/filestorage/types/RoleEnum.d.ts +6 -6
  1549. package/dist/api/resources/filestorage/types/RolesEnum.d.ts +3 -3
  1550. package/dist/api/resources/filestorage/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1551. package/dist/api/resources/filestorage/types/StatusFd5Enum.d.ts +6 -6
  1552. package/dist/api/resources/filestorage/types/SyncStatus.d.ts +0 -3
  1553. package/dist/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
  1554. package/dist/api/resources/filestorage/types/User.d.ts +0 -4
  1555. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  1556. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  1557. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  1558. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  1559. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  1560. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  1561. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +2 -2
  1562. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  1563. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  1564. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  1565. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  1566. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  1567. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  1568. package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +3 -3
  1569. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  1570. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  1571. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  1572. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  1573. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  1574. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  1575. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  1576. package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1577. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  1578. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  1579. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1580. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  1581. package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
  1582. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  1583. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  1584. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  1585. package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -5
  1586. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  1587. package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
  1588. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  1589. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  1590. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  1591. package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +11 -11
  1592. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  1593. package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +6 -6
  1594. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  1595. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  1596. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +0 -3
  1597. package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1598. package/dist/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
  1599. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +48 -48
  1600. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +42 -42
  1601. package/dist/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
  1602. package/dist/api/resources/hris/types/AvailableActions.d.ts +0 -3
  1603. package/dist/api/resources/hris/types/BankInfo.d.ts +2 -5
  1604. package/dist/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
  1605. package/dist/api/resources/hris/types/Benefit.d.ts +0 -3
  1606. package/dist/api/resources/hris/types/BenefitPlanTypeEnum.d.ts +5 -5
  1607. package/dist/api/resources/hris/types/CategoriesEnum.d.ts +7 -7
  1608. package/dist/api/resources/hris/types/CategoryEnum.d.ts +7 -7
  1609. package/dist/api/resources/hris/types/Company.d.ts +0 -3
  1610. package/dist/api/resources/hris/types/CountryEnum.d.ts +249 -249
  1611. package/dist/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
  1612. package/dist/api/resources/hris/types/Deduction.d.ts +0 -3
  1613. package/dist/api/resources/hris/types/Dependent.d.ts +8 -11
  1614. package/dist/api/resources/hris/types/DependentGender.d.ts +5 -5
  1615. package/dist/api/resources/hris/types/DependentRelationship.d.ts +3 -3
  1616. package/dist/api/resources/hris/types/Earning.d.ts +4 -7
  1617. package/dist/api/resources/hris/types/EarningType.d.ts +4 -4
  1618. package/dist/api/resources/hris/types/EarningTypeEnum.d.ts +4 -4
  1619. package/dist/api/resources/hris/types/Employee.d.ts +21 -24
  1620. package/dist/api/resources/hris/types/EmployeeEmploymentStatus.d.ts +3 -3
  1621. package/dist/api/resources/hris/types/EmployeeEthnicity.d.ts +8 -8
  1622. package/dist/api/resources/hris/types/EmployeeGender.d.ts +5 -5
  1623. package/dist/api/resources/hris/types/EmployeeMaritalStatus.d.ts +5 -5
  1624. package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +0 -3
  1625. package/dist/api/resources/hris/types/EmployeeRequest.d.ts +21 -24
  1626. package/dist/api/resources/hris/types/EmployeeRequestEmploymentStatus.d.ts +3 -3
  1627. package/dist/api/resources/hris/types/EmployeeRequestEthnicity.d.ts +8 -8
  1628. package/dist/api/resources/hris/types/EmployeeRequestGender.d.ts +5 -5
  1629. package/dist/api/resources/hris/types/EmployeeRequestMaritalStatus.d.ts +5 -5
  1630. package/dist/api/resources/hris/types/EmployerBenefit.d.ts +5 -8
  1631. package/dist/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
  1632. package/dist/api/resources/hris/types/Employment.d.ts +333 -336
  1633. package/dist/api/resources/hris/types/EmploymentEmploymentType.d.ts +5 -5
  1634. package/dist/api/resources/hris/types/EmploymentFlsaStatus.d.ts +4 -4
  1635. package/dist/api/resources/hris/types/EmploymentPayCurrency.d.ts +306 -306
  1636. package/dist/api/resources/hris/types/EmploymentPayFrequency.d.ts +9 -9
  1637. package/dist/api/resources/hris/types/EmploymentPayPeriod.d.ts +9 -9
  1638. package/dist/api/resources/hris/types/EmploymentStatusEnum.d.ts +3 -3
  1639. package/dist/api/resources/hris/types/EmploymentTypeEnum.d.ts +5 -5
  1640. package/dist/api/resources/hris/types/EnabledActionsEnum.d.ts +2 -2
  1641. package/dist/api/resources/hris/types/EncodingEnum.d.ts +3 -3
  1642. package/dist/api/resources/hris/types/EthnicityEnum.d.ts +8 -8
  1643. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +42 -42
  1644. package/dist/api/resources/hris/types/FlsaStatusEnum.d.ts +4 -4
  1645. package/dist/api/resources/hris/types/GenderEnum.d.ts +5 -5
  1646. package/dist/api/resources/hris/types/Group.d.ts +5 -8
  1647. package/dist/api/resources/hris/types/GroupType.d.ts +5 -5
  1648. package/dist/api/resources/hris/types/GroupTypeEnum.d.ts +5 -5
  1649. package/dist/api/resources/hris/types/Issue.d.ts +2 -2
  1650. package/dist/api/resources/hris/types/IssueStatus.d.ts +2 -2
  1651. package/dist/api/resources/hris/types/IssueStatusEnum.d.ts +2 -2
  1652. package/dist/api/resources/hris/types/LanguageEnum.d.ts +2 -2
  1653. package/dist/api/resources/hris/types/LastSyncResultEnum.d.ts +6 -6
  1654. package/dist/api/resources/hris/types/Location.d.ts +251 -254
  1655. package/dist/api/resources/hris/types/LocationCountry.d.ts +249 -249
  1656. package/dist/api/resources/hris/types/LocationLocationType.d.ts +2 -2
  1657. package/dist/api/resources/hris/types/LocationTypeEnum.d.ts +2 -2
  1658. package/dist/api/resources/hris/types/MaritalStatusEnum.d.ts +5 -5
  1659. package/dist/api/resources/hris/types/MethodEnum.d.ts +7 -7
  1660. package/dist/api/resources/hris/types/ModelOperation.d.ts +0 -3
  1661. package/dist/api/resources/hris/types/MultipartFormFieldRequest.d.ts +3 -6
  1662. package/dist/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1663. package/dist/api/resources/hris/types/PayCurrencyEnum.d.ts +306 -306
  1664. package/dist/api/resources/hris/types/PayFrequencyEnum.d.ts +9 -9
  1665. package/dist/api/resources/hris/types/PayGroup.d.ts +0 -3
  1666. package/dist/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
  1667. package/dist/api/resources/hris/types/PayrollRun.d.ts +10 -13
  1668. package/dist/api/resources/hris/types/PayrollRunRunState.d.ts +5 -5
  1669. package/dist/api/resources/hris/types/PayrollRunRunType.d.ts +5 -5
  1670. package/dist/api/resources/hris/types/PolicyTypeEnum.d.ts +6 -6
  1671. package/dist/api/resources/hris/types/ReasonEnum.d.ts +3 -3
  1672. package/dist/api/resources/hris/types/RelationshipEnum.d.ts +3 -3
  1673. package/dist/api/resources/hris/types/RemoteData.d.ts +0 -3
  1674. package/dist/api/resources/hris/types/RemoteKey.d.ts +0 -3
  1675. package/dist/api/resources/hris/types/RemoteResponse.d.ts +0 -3
  1676. package/dist/api/resources/hris/types/RequestFormatEnum.d.ts +3 -3
  1677. package/dist/api/resources/hris/types/RequestTypeEnum.d.ts +6 -6
  1678. package/dist/api/resources/hris/types/ResponseTypeEnum.d.ts +2 -2
  1679. package/dist/api/resources/hris/types/RoleEnum.d.ts +6 -6
  1680. package/dist/api/resources/hris/types/RunStateEnum.d.ts +5 -5
  1681. package/dist/api/resources/hris/types/RunTypeEnum.d.ts +5 -5
  1682. package/dist/api/resources/hris/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1683. package/dist/api/resources/hris/types/StatusFd5Enum.d.ts +6 -6
  1684. package/dist/api/resources/hris/types/SyncStatus.d.ts +0 -3
  1685. package/dist/api/resources/hris/types/Tax.d.ts +0 -3
  1686. package/dist/api/resources/hris/types/Team.d.ts +0 -3
  1687. package/dist/api/resources/hris/types/TimeOff.d.ts +13 -16
  1688. package/dist/api/resources/hris/types/TimeOffBalance.d.ts +6 -9
  1689. package/dist/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
  1690. package/dist/api/resources/hris/types/TimeOffRequest.d.ts +13 -16
  1691. package/dist/api/resources/hris/types/TimeOffRequestRequestType.d.ts +6 -6
  1692. package/dist/api/resources/hris/types/TimeOffRequestStatus.d.ts +5 -5
  1693. package/dist/api/resources/hris/types/TimeOffRequestType.d.ts +6 -6
  1694. package/dist/api/resources/hris/types/TimeOffRequestUnits.d.ts +2 -2
  1695. package/dist/api/resources/hris/types/TimeOffStatus.d.ts +5 -5
  1696. package/dist/api/resources/hris/types/TimeOffStatusEnum.d.ts +5 -5
  1697. package/dist/api/resources/hris/types/TimeOffUnits.d.ts +2 -2
  1698. package/dist/api/resources/hris/types/TimesheetEntry.d.ts +1 -3
  1699. package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +1 -3
  1700. package/dist/api/resources/hris/types/UnitsEnum.d.ts +2 -2
  1701. package/dist/api/resources/index.d.ts +2 -2
  1702. package/dist/api/resources/index.js +3 -3
  1703. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  1704. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  1705. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  1706. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  1707. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  1708. package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +0 -7
  1709. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  1710. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  1711. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  1712. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  1713. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  1714. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  1715. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  1716. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  1717. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  1718. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  1719. package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1720. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  1721. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  1722. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1723. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  1724. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  1725. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  1726. package/dist/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  1727. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  1728. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  1729. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  1730. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  1731. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  1732. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -4
  1733. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  1734. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  1735. package/dist/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
  1736. package/dist/api/resources/ticketing/types/Account.d.ts +0 -3
  1737. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +0 -3
  1738. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1739. package/dist/api/resources/ticketing/types/Attachment.d.ts +0 -3
  1740. package/dist/api/resources/ticketing/types/AttachmentRequest.d.ts +0 -3
  1741. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +48 -48
  1742. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +42 -42
  1743. package/dist/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
  1744. package/dist/api/resources/ticketing/types/AvailableActions.d.ts +0 -3
  1745. package/dist/api/resources/ticketing/types/CategoriesEnum.d.ts +7 -7
  1746. package/dist/api/resources/ticketing/types/CategoryEnum.d.ts +7 -7
  1747. package/dist/api/resources/ticketing/types/Collection.d.ts +5 -8
  1748. package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +3 -3
  1749. package/dist/api/resources/ticketing/types/CollectionCollectionType.d.ts +2 -2
  1750. package/dist/api/resources/ticketing/types/CollectionTypeEnum.d.ts +2 -2
  1751. package/dist/api/resources/ticketing/types/Comment.d.ts +0 -3
  1752. package/dist/api/resources/ticketing/types/CommentRequest.d.ts +0 -3
  1753. package/dist/api/resources/ticketing/types/Contact.d.ts +0 -3
  1754. package/dist/api/resources/ticketing/types/ContactRequest.d.ts +0 -3
  1755. package/dist/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
  1756. package/dist/api/resources/ticketing/types/EnabledActionsEnum.d.ts +2 -2
  1757. package/dist/api/resources/ticketing/types/EncodingEnum.d.ts +3 -3
  1758. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +42 -42
  1759. package/dist/api/resources/ticketing/types/FieldFormatEnum.d.ts +6 -6
  1760. package/dist/api/resources/ticketing/types/FieldTypeEnum.d.ts +6 -6
  1761. package/dist/api/resources/ticketing/types/Issue.d.ts +2 -2
  1762. package/dist/api/resources/ticketing/types/IssueStatus.d.ts +2 -2
  1763. package/dist/api/resources/ticketing/types/IssueStatusEnum.d.ts +2 -2
  1764. package/dist/api/resources/ticketing/types/ItemFormatEnum.d.ts +6 -6
  1765. package/dist/api/resources/ticketing/types/ItemTypeEnum.d.ts +6 -6
  1766. package/dist/api/resources/ticketing/types/LanguageEnum.d.ts +2 -2
  1767. package/dist/api/resources/ticketing/types/LastSyncResultEnum.d.ts +6 -6
  1768. package/dist/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
  1769. package/dist/api/resources/ticketing/types/ModelOperation.d.ts +0 -3
  1770. package/dist/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +3 -6
  1771. package/dist/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1772. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +8 -12
  1773. package/dist/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +4 -4
  1774. package/dist/api/resources/ticketing/types/PatchedTicketRequestStatus.d.ts +4 -4
  1775. package/dist/api/resources/ticketing/types/PriorityEnum.d.ts +4 -4
  1776. package/dist/api/resources/ticketing/types/Project.d.ts +0 -3
  1777. package/dist/api/resources/ticketing/types/RemoteData.d.ts +0 -3
  1778. package/dist/api/resources/ticketing/types/RemoteKey.d.ts +0 -3
  1779. package/dist/api/resources/ticketing/types/RemoteResponse.d.ts +0 -3
  1780. package/dist/api/resources/ticketing/types/RequestFormatEnum.d.ts +3 -3
  1781. package/dist/api/resources/ticketing/types/ResponseTypeEnum.d.ts +2 -2
  1782. package/dist/api/resources/ticketing/types/Role.d.ts +3 -6
  1783. package/dist/api/resources/ticketing/types/RoleEnum.d.ts +6 -6
  1784. package/dist/api/resources/ticketing/types/RoleTicketAccess.d.ts +3 -3
  1785. package/dist/api/resources/ticketing/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1786. package/dist/api/resources/ticketing/types/StatusFd5Enum.d.ts +6 -6
  1787. package/dist/api/resources/ticketing/types/SyncStatus.d.ts +0 -3
  1788. package/dist/api/resources/ticketing/types/Tag.d.ts +0 -3
  1789. package/dist/api/resources/ticketing/types/Team.d.ts +0 -3
  1790. package/dist/api/resources/ticketing/types/Ticket.d.ts +8 -12
  1791. package/dist/api/resources/ticketing/types/TicketAccessEnum.d.ts +3 -3
  1792. package/dist/api/resources/ticketing/types/TicketActionsEnum.d.ts +6 -6
  1793. package/dist/api/resources/ticketing/types/TicketPriority.d.ts +4 -4
  1794. package/dist/api/resources/ticketing/types/TicketRequest.d.ts +8 -12
  1795. package/dist/api/resources/ticketing/types/TicketRequestPriority.d.ts +4 -4
  1796. package/dist/api/resources/ticketing/types/TicketRequestStatus.d.ts +4 -4
  1797. package/dist/api/resources/ticketing/types/TicketStatus.d.ts +4 -4
  1798. package/dist/api/resources/ticketing/types/TicketStatusEnum.d.ts +4 -4
  1799. package/dist/api/resources/ticketing/types/User.d.ts +0 -3
  1800. package/dist/api/resources/ticketing/types/Viewer.d.ts +0 -3
  1801. package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
  1802. package/dist/serialization/resources/accounting/resources/index.js +3 -1
  1803. package/dist/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
  1804. package/dist/serialization/resources/accounting/resources/projects/index.js +17 -0
  1805. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
  1806. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
  1807. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
  1808. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
  1809. package/dist/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
  1810. package/dist/serialization/resources/accounting/resources/projects/types/index.js +18 -0
  1811. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
  1812. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
  1813. package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
  1814. package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
  1815. package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
  1816. package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
  1817. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
  1818. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
  1819. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
  1820. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
  1821. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
  1822. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
  1823. package/dist/serialization/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  1824. package/dist/serialization/resources/accounting/types/EmployeeCompany.js +2 -1
  1825. package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
  1826. package/dist/serialization/resources/accounting/types/ExpenseLine.js +2 -0
  1827. package/dist/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
  1828. package/dist/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
  1829. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  1830. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
  1831. package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
  1832. package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
  1833. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1834. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  1835. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1836. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  1837. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
  1838. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
  1839. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
  1840. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
  1841. package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
  1842. package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  1843. package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
  1844. package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
  1845. package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
  1846. package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
  1847. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  1848. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  1849. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
  1850. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
  1851. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
  1852. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
  1853. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  1854. package/dist/serialization/resources/accounting/types/JournalLine.js +2 -0
  1855. package/dist/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
  1856. package/dist/serialization/resources/accounting/types/JournalLineProject.js +42 -0
  1857. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  1858. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
  1859. package/dist/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
  1860. package/dist/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
  1861. package/dist/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
  1862. package/dist/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
  1863. package/dist/serialization/resources/accounting/types/Project.d.ts +24 -0
  1864. package/dist/serialization/resources/accounting/types/Project.js +55 -0
  1865. package/dist/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
  1866. package/dist/serialization/resources/accounting/types/ProjectCompany.js +42 -0
  1867. package/dist/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
  1868. package/dist/serialization/resources/accounting/types/ProjectContact.js +42 -0
  1869. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1870. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
  1871. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
  1872. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
  1873. package/dist/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
  1874. package/dist/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
  1875. package/dist/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
  1876. package/dist/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
  1877. package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
  1878. package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
  1879. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
  1880. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
  1881. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
  1882. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
  1883. package/dist/serialization/resources/accounting/types/index.d.ts +21 -0
  1884. package/dist/serialization/resources/accounting/types/index.js +21 -0
  1885. package/dist/serialization/resources/index.d.ts +2 -2
  1886. package/dist/serialization/resources/index.js +3 -3
  1887. package/dist/version.d.ts +1 -1
  1888. package/dist/version.js +1 -1
  1889. package/package.json +1 -1
  1890. package/reference.md +3227 -3239
  1891. package/serialization/resources/accounting/resources/index.d.ts +2 -0
  1892. package/serialization/resources/accounting/resources/index.js +3 -1
  1893. package/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
  1894. package/serialization/resources/accounting/resources/projects/index.js +17 -0
  1895. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
  1896. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
  1897. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
  1898. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
  1899. package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
  1900. package/serialization/resources/accounting/resources/projects/types/index.js +18 -0
  1901. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
  1902. package/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
  1903. package/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
  1904. package/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
  1905. package/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
  1906. package/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
  1907. package/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
  1908. package/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
  1909. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
  1910. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
  1911. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
  1912. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
  1913. package/serialization/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  1914. package/serialization/resources/accounting/types/EmployeeCompany.js +2 -1
  1915. package/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
  1916. package/serialization/resources/accounting/types/ExpenseLine.js +2 -0
  1917. package/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
  1918. package/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
  1919. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  1920. package/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
  1921. package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
  1922. package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
  1923. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1924. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  1925. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1926. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  1927. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
  1928. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
  1929. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
  1930. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
  1931. package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
  1932. package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  1933. package/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
  1934. package/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
  1935. package/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
  1936. package/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
  1937. package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  1938. package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  1939. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
  1940. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
  1941. package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
  1942. package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
  1943. package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  1944. package/serialization/resources/accounting/types/JournalLine.js +2 -0
  1945. package/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
  1946. package/serialization/resources/accounting/types/JournalLineProject.js +42 -0
  1947. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  1948. package/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
  1949. package/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
  1950. package/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
  1951. package/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
  1952. package/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
  1953. package/serialization/resources/accounting/types/Project.d.ts +24 -0
  1954. package/serialization/resources/accounting/types/Project.js +55 -0
  1955. package/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
  1956. package/serialization/resources/accounting/types/ProjectCompany.js +42 -0
  1957. package/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
  1958. package/serialization/resources/accounting/types/ProjectContact.js +42 -0
  1959. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1960. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
  1961. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
  1962. package/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
  1963. package/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
  1964. package/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
  1965. package/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
  1966. package/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
  1967. package/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
  1968. package/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
  1969. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
  1970. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
  1971. package/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
  1972. package/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
  1973. package/serialization/resources/accounting/types/index.d.ts +21 -0
  1974. package/serialization/resources/accounting/types/index.js +21 -0
  1975. package/serialization/resources/index.d.ts +2 -2
  1976. package/serialization/resources/index.js +3 -3
  1977. package/version.d.ts +1 -1
  1978. package/version.js +1 -1
@@ -4,13 +4,9 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Activity Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Activity` object is used to represent an activity for a candidate performed by a user.
11
- *
12
9
  * ### Usage Example
13
- *
14
10
  * Fetch from the `LIST Activities` endpoint and filter by `ID` to show all activities.
15
11
  */
16
12
  export interface ActivityRequest {
@@ -19,9 +15,9 @@ export interface ActivityRequest {
19
15
  /**
20
16
  * The activity's type.
21
17
  *
22
- * - `NOTE` - NOTE
23
- * - `EMAIL` - EMAIL
24
- * - `OTHER` - OTHER
18
+ * * `NOTE` - NOTE
19
+ * * `EMAIL` - EMAIL
20
+ * * `OTHER` - OTHER
25
21
  */
26
22
  activityType?: Merge.ats.ActivityRequestActivityType;
27
23
  /** The activity's subject. */
@@ -31,9 +27,9 @@ export interface ActivityRequest {
31
27
  /**
32
28
  * The activity's visibility.
33
29
  *
34
- * - `ADMIN_ONLY` - ADMIN_ONLY
35
- * - `PUBLIC` - PUBLIC
36
- * - `PRIVATE` - PRIVATE
30
+ * * `ADMIN_ONLY` - ADMIN_ONLY
31
+ * * `PUBLIC` - PUBLIC
32
+ * * `PRIVATE` - PRIVATE
37
33
  */
38
34
  visibility?: Merge.ats.ActivityRequestVisibility;
39
35
  candidate?: string;
@@ -5,8 +5,8 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * The activity's type.
7
7
  *
8
- * - `NOTE` - NOTE
9
- * - `EMAIL` - EMAIL
10
- * - `OTHER` - OTHER
8
+ * * `NOTE` - NOTE
9
+ * * `EMAIL` - EMAIL
10
+ * * `OTHER` - OTHER
11
11
  */
12
12
  export type ActivityRequestActivityType = Merge.ats.ActivityTypeEnum | string;
@@ -5,8 +5,8 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * The activity's visibility.
7
7
  *
8
- * - `ADMIN_ONLY` - ADMIN_ONLY
9
- * - `PUBLIC` - PUBLIC
10
- * - `PRIVATE` - PRIVATE
8
+ * * `ADMIN_ONLY` - ADMIN_ONLY
9
+ * * `PUBLIC` - PUBLIC
10
+ * * `PRIVATE` - PRIVATE
11
11
  */
12
12
  export type ActivityRequestVisibility = Merge.ats.VisibilityEnum | string;
@@ -2,9 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * - `NOTE` - NOTE
6
- * - `EMAIL` - EMAIL
7
- * - `OTHER` - OTHER
5
+ * * `NOTE` - NOTE
6
+ * * `EMAIL` - EMAIL
7
+ * * `OTHER` - OTHER
8
8
  */
9
9
  export type ActivityTypeEnum = "NOTE" | "EMAIL" | "OTHER";
10
10
  export declare const ActivityTypeEnum: {
@@ -5,8 +5,8 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * The activity's visibility.
7
7
  *
8
- * - `ADMIN_ONLY` - ADMIN_ONLY
9
- * - `PUBLIC` - PUBLIC
10
- * - `PRIVATE` - PRIVATE
8
+ * * `ADMIN_ONLY` - ADMIN_ONLY
9
+ * * `PUBLIC` - PUBLIC
10
+ * * `PRIVATE` - PRIVATE
11
11
  */
12
12
  export type ActivityVisibility = Merge.ats.VisibilityEnum | string;
@@ -4,13 +4,10 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Application Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The Application Object is used to represent a candidate's journey through a particular Job's recruiting process. If a Candidate applies for multiple Jobs, there will be a separate Application for each Job if the third-party integration allows it.
11
9
  *
12
10
  * ### Usage Example
13
- *
14
11
  * Fetch from the `LIST Applications` endpoint and filter by `ID` to show all applications.
15
12
  */
16
13
  export interface Application {
@@ -4,13 +4,10 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Application Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The Application Object is used to represent a candidate's journey through a particular Job's recruiting process. If a Candidate applies for multiple Jobs, there will be a separate Application for each Job if the third-party integration allows it.
11
9
  *
12
10
  * ### Usage Example
13
- *
14
11
  * Fetch from the `LIST Applications` endpoint and filter by `ID` to show all applications.
15
12
  */
16
13
  export interface ApplicationRequest {
@@ -4,13 +4,9 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Attachment Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Attachment` object is used to represent a file attached to a candidate.
11
- *
12
9
  * ### Usage Example
13
- *
14
10
  * Fetch from the `LIST Attachments` endpoint and view attachments accessible by a company.
15
11
  */
16
12
  export interface Attachment {
@@ -30,10 +26,10 @@ export interface Attachment {
30
26
  /**
31
27
  * The attachment's type.
32
28
  *
33
- * - `RESUME` - RESUME
34
- * - `COVER_LETTER` - COVER_LETTER
35
- * - `OFFER_LETTER` - OFFER_LETTER
36
- * - `OTHER` - OTHER
29
+ * * `RESUME` - RESUME
30
+ * * `COVER_LETTER` - COVER_LETTER
31
+ * * `OFFER_LETTER` - OFFER_LETTER
32
+ * * `OTHER` - OTHER
37
33
  */
38
34
  attachmentType?: Merge.ats.AttachmentAttachmentType;
39
35
  /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
@@ -5,9 +5,9 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * The attachment's type.
7
7
  *
8
- * - `RESUME` - RESUME
9
- * - `COVER_LETTER` - COVER_LETTER
10
- * - `OFFER_LETTER` - OFFER_LETTER
11
- * - `OTHER` - OTHER
8
+ * * `RESUME` - RESUME
9
+ * * `COVER_LETTER` - COVER_LETTER
10
+ * * `OFFER_LETTER` - OFFER_LETTER
11
+ * * `OTHER` - OTHER
12
12
  */
13
13
  export type AttachmentAttachmentType = Merge.ats.AttachmentTypeEnum | string;
@@ -4,13 +4,9 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Attachment Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Attachment` object is used to represent a file attached to a candidate.
11
- *
12
9
  * ### Usage Example
13
- *
14
10
  * Fetch from the `LIST Attachments` endpoint and view attachments accessible by a company.
15
11
  */
16
12
  export interface AttachmentRequest {
@@ -23,10 +19,10 @@ export interface AttachmentRequest {
23
19
  /**
24
20
  * The attachment's type.
25
21
  *
26
- * - `RESUME` - RESUME
27
- * - `COVER_LETTER` - COVER_LETTER
28
- * - `OFFER_LETTER` - OFFER_LETTER
29
- * - `OTHER` - OTHER
22
+ * * `RESUME` - RESUME
23
+ * * `COVER_LETTER` - COVER_LETTER
24
+ * * `OFFER_LETTER` - OFFER_LETTER
25
+ * * `OTHER` - OTHER
30
26
  */
31
27
  attachmentType?: Merge.ats.AttachmentRequestAttachmentType;
32
28
  integrationParams?: Record<string, unknown>;
@@ -5,9 +5,9 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * The attachment's type.
7
7
  *
8
- * - `RESUME` - RESUME
9
- * - `COVER_LETTER` - COVER_LETTER
10
- * - `OFFER_LETTER` - OFFER_LETTER
11
- * - `OTHER` - OTHER
8
+ * * `RESUME` - RESUME
9
+ * * `COVER_LETTER` - COVER_LETTER
10
+ * * `OFFER_LETTER` - OFFER_LETTER
11
+ * * `OTHER` - OTHER
12
12
  */
13
13
  export type AttachmentRequestAttachmentType = Merge.ats.AttachmentTypeEnum | string;
@@ -2,10 +2,10 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * - `RESUME` - RESUME
6
- * - `COVER_LETTER` - COVER_LETTER
7
- * - `OFFER_LETTER` - OFFER_LETTER
8
- * - `OTHER` - OTHER
5
+ * * `RESUME` - RESUME
6
+ * * `COVER_LETTER` - COVER_LETTER
7
+ * * `OFFER_LETTER` - OFFER_LETTER
8
+ * * `OTHER` - OTHER
9
9
  */
10
10
  export type AttachmentTypeEnum = "RESUME" | "COVER_LETTER" | "OFFER_LETTER" | "OTHER";
11
11
  export declare const AttachmentTypeEnum: {
@@ -11,60 +11,60 @@ export interface AuditLogEvent {
11
11
  /**
12
12
  * Designates the role of the user (or SYSTEM/API if action not taken by a user) at the time of this Event occurring.
13
13
  *
14
- * - `ADMIN` - ADMIN
15
- * - `DEVELOPER` - DEVELOPER
16
- * - `MEMBER` - MEMBER
17
- * - `API` - API
18
- * - `SYSTEM` - SYSTEM
19
- * - `MERGE_TEAM` - MERGE_TEAM
14
+ * * `ADMIN` - ADMIN
15
+ * * `DEVELOPER` - DEVELOPER
16
+ * * `MEMBER` - MEMBER
17
+ * * `API` - API
18
+ * * `SYSTEM` - SYSTEM
19
+ * * `MERGE_TEAM` - MERGE_TEAM
20
20
  */
21
21
  role: Merge.ats.AuditLogEventRole;
22
22
  ipAddress: string;
23
23
  /**
24
24
  * Designates the type of event that occurred.
25
25
  *
26
- * - `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
27
- * - `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
28
- * - `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
29
- * - `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
30
- * - `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
31
- * - `INVITED_USER` - INVITED_USER
32
- * - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
33
- * - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
34
- * - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
35
- * - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
36
- * - `CREATED_DESTINATION` - CREATED_DESTINATION
37
- * - `DELETED_DESTINATION` - DELETED_DESTINATION
38
- * - `CHANGED_DESTINATION` - CHANGED_DESTINATION
39
- * - `CHANGED_SCOPES` - CHANGED_SCOPES
40
- * - `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
41
- * - `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
42
- * - `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
43
- * - `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
44
- * - `ENABLED_CATEGORY` - ENABLED_CATEGORY
45
- * - `DISABLED_CATEGORY` - DISABLED_CATEGORY
46
- * - `CHANGED_PASSWORD` - CHANGED_PASSWORD
47
- * - `RESET_PASSWORD` - RESET_PASSWORD
48
- * - `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
49
- * - `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
50
- * - `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
51
- * - `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
52
- * - `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
53
- * - `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
54
- * - `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
55
- * - `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
56
- * - `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
57
- * - `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
58
- * - `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
59
- * - `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
60
- * - `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
61
- * - `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
62
- * - `MUTED_ISSUE` - MUTED_ISSUE
63
- * - `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
64
- * - `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
65
- * - `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
66
- * - `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
67
- * - `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
26
+ * * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
27
+ * * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
28
+ * * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
29
+ * * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
30
+ * * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
31
+ * * `INVITED_USER` - INVITED_USER
32
+ * * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
33
+ * * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
34
+ * * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
35
+ * * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
36
+ * * `CREATED_DESTINATION` - CREATED_DESTINATION
37
+ * * `DELETED_DESTINATION` - DELETED_DESTINATION
38
+ * * `CHANGED_DESTINATION` - CHANGED_DESTINATION
39
+ * * `CHANGED_SCOPES` - CHANGED_SCOPES
40
+ * * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
41
+ * * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
42
+ * * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
43
+ * * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
44
+ * * `ENABLED_CATEGORY` - ENABLED_CATEGORY
45
+ * * `DISABLED_CATEGORY` - DISABLED_CATEGORY
46
+ * * `CHANGED_PASSWORD` - CHANGED_PASSWORD
47
+ * * `RESET_PASSWORD` - RESET_PASSWORD
48
+ * * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
49
+ * * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
50
+ * * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
51
+ * * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
52
+ * * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
53
+ * * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
54
+ * * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
55
+ * * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
56
+ * * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
57
+ * * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
58
+ * * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
59
+ * * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
60
+ * * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
61
+ * * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
62
+ * * `MUTED_ISSUE` - MUTED_ISSUE
63
+ * * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
64
+ * * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
65
+ * * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
66
+ * * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
67
+ * * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
68
68
  */
69
69
  eventType: Merge.ats.AuditLogEventEventType;
70
70
  eventDescription: string;
@@ -5,47 +5,47 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * Designates the type of event that occurred.
7
7
  *
8
- * - `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
9
- * - `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
10
- * - `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
11
- * - `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
12
- * - `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
13
- * - `INVITED_USER` - INVITED_USER
14
- * - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
15
- * - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
16
- * - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
17
- * - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
18
- * - `CREATED_DESTINATION` - CREATED_DESTINATION
19
- * - `DELETED_DESTINATION` - DELETED_DESTINATION
20
- * - `CHANGED_DESTINATION` - CHANGED_DESTINATION
21
- * - `CHANGED_SCOPES` - CHANGED_SCOPES
22
- * - `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
23
- * - `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
24
- * - `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
25
- * - `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
26
- * - `ENABLED_CATEGORY` - ENABLED_CATEGORY
27
- * - `DISABLED_CATEGORY` - DISABLED_CATEGORY
28
- * - `CHANGED_PASSWORD` - CHANGED_PASSWORD
29
- * - `RESET_PASSWORD` - RESET_PASSWORD
30
- * - `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
31
- * - `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
32
- * - `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
33
- * - `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
34
- * - `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
35
- * - `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
36
- * - `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
37
- * - `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
38
- * - `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
39
- * - `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
40
- * - `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
41
- * - `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
42
- * - `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
43
- * - `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
44
- * - `MUTED_ISSUE` - MUTED_ISSUE
45
- * - `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
46
- * - `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
47
- * - `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
48
- * - `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
49
- * - `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
8
+ * * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
9
+ * * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
10
+ * * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
11
+ * * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
12
+ * * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
13
+ * * `INVITED_USER` - INVITED_USER
14
+ * * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
15
+ * * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
16
+ * * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
17
+ * * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
18
+ * * `CREATED_DESTINATION` - CREATED_DESTINATION
19
+ * * `DELETED_DESTINATION` - DELETED_DESTINATION
20
+ * * `CHANGED_DESTINATION` - CHANGED_DESTINATION
21
+ * * `CHANGED_SCOPES` - CHANGED_SCOPES
22
+ * * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
23
+ * * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
24
+ * * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
25
+ * * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
26
+ * * `ENABLED_CATEGORY` - ENABLED_CATEGORY
27
+ * * `DISABLED_CATEGORY` - DISABLED_CATEGORY
28
+ * * `CHANGED_PASSWORD` - CHANGED_PASSWORD
29
+ * * `RESET_PASSWORD` - RESET_PASSWORD
30
+ * * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
31
+ * * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
32
+ * * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
33
+ * * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
34
+ * * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
35
+ * * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
36
+ * * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
37
+ * * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
38
+ * * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
39
+ * * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
40
+ * * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
41
+ * * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
42
+ * * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
43
+ * * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
44
+ * * `MUTED_ISSUE` - MUTED_ISSUE
45
+ * * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
46
+ * * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
47
+ * * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
48
+ * * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
49
+ * * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
50
50
  */
51
51
  export type AuditLogEventEventType = Merge.ats.EventTypeEnum | string;
@@ -5,11 +5,11 @@ import * as Merge from "../../../index";
5
5
  /**
6
6
  * Designates the role of the user (or SYSTEM/API if action not taken by a user) at the time of this Event occurring.
7
7
  *
8
- * - `ADMIN` - ADMIN
9
- * - `DEVELOPER` - DEVELOPER
10
- * - `MEMBER` - MEMBER
11
- * - `API` - API
12
- * - `SYSTEM` - SYSTEM
13
- * - `MERGE_TEAM` - MERGE_TEAM
8
+ * * `ADMIN` - ADMIN
9
+ * * `DEVELOPER` - DEVELOPER
10
+ * * `MEMBER` - MEMBER
11
+ * * `API` - API
12
+ * * `SYSTEM` - SYSTEM
13
+ * * `MERGE_TEAM` - MERGE_TEAM
14
14
  */
15
15
  export type AuditLogEventRole = Merge.ats.RoleEnum | string;
@@ -4,13 +4,10 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The AvailableActions Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Activity` object is used to see all available model/operation combinations for an integration.
11
9
  *
12
10
  * ### Usage Example
13
- *
14
11
  * Fetch all the actions available for the `Zenefits` integration.
15
12
  */
16
13
  export interface AvailableActions {
@@ -4,13 +4,9 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Candidate Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Candidate` object is used to represent profile information about a given Candidate. Because it is specific to a Candidate, this information stays constant across applications.
11
- *
12
9
  * ### Usage Example
13
- *
14
10
  * Fetch from the `LIST Candidates` endpoint and filter by `ID` to show all candidates.
15
11
  */
16
12
  export interface Candidate {
@@ -4,13 +4,9 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Candidate Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Candidate` object is used to represent profile information about a given Candidate. Because it is specific to a Candidate, this information stays constant across applications.
11
- *
12
9
  * ### Usage Example
13
- *
14
10
  * Fetch from the `LIST Candidates` endpoint and filter by `ID` to show all candidates.
15
11
  */
16
12
  export interface CandidateRequest {
@@ -2,13 +2,13 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * - `hris` - hris
6
- * - `ats` - ats
7
- * - `accounting` - accounting
8
- * - `ticketing` - ticketing
9
- * - `crm` - crm
10
- * - `mktg` - mktg
11
- * - `filestorage` - filestorage
5
+ * * `hris` - hris
6
+ * * `ats` - ats
7
+ * * `accounting` - accounting
8
+ * * `ticketing` - ticketing
9
+ * * `crm` - crm
10
+ * * `mktg` - mktg
11
+ * * `filestorage` - filestorage
12
12
  */
13
13
  export type CategoriesEnum = "hris" | "ats" | "accounting" | "ticketing" | "crm" | "mktg" | "filestorage";
14
14
  export declare const CategoriesEnum: {
@@ -2,13 +2,13 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * - `hris` - hris
6
- * - `ats` - ats
7
- * - `accounting` - accounting
8
- * - `ticketing` - ticketing
9
- * - `crm` - crm
10
- * - `mktg` - mktg
11
- * - `filestorage` - filestorage
5
+ * * `hris` - hris
6
+ * * `ats` - ats
7
+ * * `accounting` - accounting
8
+ * * `ticketing` - ticketing
9
+ * * `crm` - crm
10
+ * * `mktg` - mktg
11
+ * * `filestorage` - filestorage
12
12
  */
13
13
  export type CategoryEnum = "hris" | "ats" | "accounting" | "ticketing" | "crm" | "mktg" | "filestorage";
14
14
  export declare const CategoryEnum: {
@@ -4,13 +4,10 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The DataPassthrough Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint.
11
9
  *
12
10
  * ### Usage Example
13
- *
14
11
  * Create a `DataPassthrough` to get team hierarchies from your Rippling integration.
15
12
  */
16
13
  export interface DataPassthroughRequest {
@@ -4,13 +4,9 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The Department Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `Department` object is used to represent a department within a company.
11
- *
12
9
  * ### Usage Example
13
- *
14
10
  * Fetch from the `LIST Departments` endpoint and view the departments within a company.
15
11
  */
16
12
  export interface Department {
@@ -2,9 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * - `YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY` - YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
6
- * - `NO_I_DONT_HAVE_A_DISABILITY` - NO_I_DONT_HAVE_A_DISABILITY
7
- * - `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
5
+ * * `YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY` - YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
6
+ * * `NO_I_DONT_HAVE_A_DISABILITY` - NO_I_DONT_HAVE_A_DISABILITY
7
+ * * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
8
8
  */
9
9
  export type DisabilityStatusEnum = "YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY" | "NO_I_DONT_HAVE_A_DISABILITY" | "I_DONT_WISH_TO_ANSWER";
10
10
  export declare const DisabilityStatusEnum: {