@mergeapi/merge-node-client 1.1.7 → 1.1.8

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 (1676) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +9 -9
  3. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  4. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  5. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  6. package/api/resources/accounting/resources/accounts/client/Client.js +8 -5
  7. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
  8. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  9. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  10. package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  11. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  12. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  13. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  14. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  15. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  16. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  17. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  18. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  19. package/api/resources/accounting/resources/contacts/client/Client.js +9 -6
  20. package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +4 -0
  21. package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  22. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  23. package/api/resources/accounting/resources/employees/client/Client.js +2 -2
  24. package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  25. package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  26. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  27. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
  28. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  29. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  30. package/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -1
  31. package/api/resources/accounting/resources/invoices/client/Client.js +10 -9
  32. package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +8 -8
  33. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  34. package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  35. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  36. package/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  37. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  38. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  39. package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  40. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  41. package/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
  42. package/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
  43. package/api/resources/accounting/resources/payments/client/Client.js +8 -8
  44. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  45. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  46. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  47. package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  48. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  49. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  50. package/api/resources/accounting/resources/trackingCategories/client/Client.js +9 -3
  51. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
  52. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  53. package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  54. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  55. package/api/resources/accounting/types/Account.d.ts +332 -336
  56. package/api/resources/accounting/types/AccountAccountType.d.ts +13 -13
  57. package/api/resources/accounting/types/AccountAccountTypeEnum.d.ts +13 -13
  58. package/api/resources/accounting/types/AccountClassification.d.ts +5 -5
  59. package/api/resources/accounting/types/AccountCurrency.d.ts +306 -306
  60. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +0 -3
  61. package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  62. package/api/resources/accounting/types/AccountRequest.d.ts +332 -336
  63. package/api/resources/accounting/types/AccountRequestAccountType.d.ts +13 -13
  64. package/api/resources/accounting/types/AccountRequestClassification.d.ts +5 -5
  65. package/api/resources/accounting/types/AccountRequestCurrency.d.ts +306 -306
  66. package/api/resources/accounting/types/AccountRequestStatus.d.ts +3 -3
  67. package/api/resources/accounting/types/AccountStatus.d.ts +3 -3
  68. package/api/resources/accounting/types/AccountStatusEnum.d.ts +3 -3
  69. package/api/resources/accounting/types/AccountingAttachment.d.ts +0 -3
  70. package/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +0 -3
  71. package/api/resources/accounting/types/AccountingPeriod.d.ts +0 -3
  72. package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +0 -3
  73. package/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +0 -3
  74. package/api/resources/accounting/types/Address.d.ts +251 -254
  75. package/api/resources/accounting/types/AddressCountry.d.ts +249 -249
  76. package/api/resources/accounting/types/AddressRequest.d.ts +251 -254
  77. package/api/resources/accounting/types/AddressRequestCountry.d.ts +249 -249
  78. package/api/resources/accounting/types/AddressRequestType.d.ts +2 -2
  79. package/api/resources/accounting/types/AddressType.d.ts +2 -2
  80. package/api/resources/accounting/types/AddressTypeEnum.d.ts +2 -2
  81. package/api/resources/accounting/types/AsyncPostTaskStatusEnum.d.ts +4 -4
  82. package/api/resources/accounting/types/AuditLogEvent.d.ts +48 -48
  83. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +42 -42
  84. package/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
  85. package/api/resources/accounting/types/AvailableActions.d.ts +0 -3
  86. package/api/resources/accounting/types/BalanceSheet.d.ts +306 -309
  87. package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
  88. package/api/resources/accounting/types/BankFeedAccount.d.ts +310 -313
  89. package/api/resources/accounting/types/BankFeedAccountAccountType.d.ts +2 -2
  90. package/api/resources/accounting/types/BankFeedAccountAccountTypeEnum.d.ts +2 -2
  91. package/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +306 -306
  92. package/api/resources/accounting/types/BankFeedAccountFeedStatus.d.ts +2 -2
  93. package/api/resources/accounting/types/BankFeedAccountRequest.d.ts +310 -313
  94. package/api/resources/accounting/types/BankFeedAccountRequestAccountType.d.ts +2 -2
  95. package/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +306 -306
  96. package/api/resources/accounting/types/BankFeedAccountRequestFeedStatus.d.ts +2 -2
  97. package/api/resources/accounting/types/BankFeedTransaction.d.ts +2 -5
  98. package/api/resources/accounting/types/BankFeedTransactionCreditOrDebit.d.ts +2 -2
  99. package/api/resources/accounting/types/BankFeedTransactionRequestRequest.d.ts +2 -5
  100. package/api/resources/accounting/types/BankFeedTransactionRequestRequestCreditOrDebit.d.ts +2 -2
  101. package/api/resources/accounting/types/CashFlowStatement.d.ts +306 -309
  102. package/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +306 -306
  103. package/api/resources/accounting/types/CategoriesEnum.d.ts +7 -7
  104. package/api/resources/accounting/types/CategoryEnum.d.ts +7 -7
  105. package/api/resources/accounting/types/CategoryTypeEnum.d.ts +2 -2
  106. package/api/resources/accounting/types/ClassificationEnum.d.ts +5 -5
  107. package/api/resources/accounting/types/CompanyInfo.d.ts +306 -309
  108. package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
  109. package/api/resources/accounting/types/ComponentTypeEnum.d.ts +2 -2
  110. package/api/resources/accounting/types/Contact.d.ts +4 -8
  111. package/api/resources/accounting/types/ContactRequest.d.ts +4 -8
  112. package/api/resources/accounting/types/ContactRequestStatus.d.ts +2 -2
  113. package/api/resources/accounting/types/ContactStatus.d.ts +2 -2
  114. package/api/resources/accounting/types/CountryEnum.d.ts +249 -249
  115. package/api/resources/accounting/types/CreditNote.d.ts +310 -313
  116. package/api/resources/accounting/types/CreditNoteApplyLineForCreditNote.d.ts +0 -3
  117. package/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequest.d.ts +0 -3
  118. package/api/resources/accounting/types/CreditNoteApplyLineForInvoice.d.ts +0 -3
  119. package/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
  120. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +0 -3
  121. package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +0 -3
  122. package/api/resources/accounting/types/CreditNoteRequest.d.ts +310 -313
  123. package/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +306 -306
  124. package/api/resources/accounting/types/CreditNoteRequestStatus.d.ts +3 -3
  125. package/api/resources/accounting/types/CreditNoteStatus.d.ts +3 -3
  126. package/api/resources/accounting/types/CreditNoteStatusEnum.d.ts +3 -3
  127. package/api/resources/accounting/types/CreditOrDebitEnum.d.ts +2 -2
  128. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
  129. package/api/resources/accounting/types/Employee.d.ts +4 -8
  130. package/api/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  131. package/api/resources/accounting/types/EmployeeStatus.d.ts +2 -2
  132. package/api/resources/accounting/types/EnabledActionsEnum.d.ts +2 -2
  133. package/api/resources/accounting/types/EncodingEnum.d.ts +3 -3
  134. package/api/resources/accounting/types/EventTypeEnum.d.ts +42 -42
  135. package/api/resources/accounting/types/Expense.d.ts +306 -309
  136. package/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
  137. package/api/resources/accounting/types/ExpenseLine.d.ts +306 -309
  138. package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
  139. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +306 -309
  140. package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
  141. package/api/resources/accounting/types/ExpenseRequest.d.ts +306 -309
  142. package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
  143. package/api/resources/accounting/types/FeedStatusEnum.d.ts +2 -2
  144. package/api/resources/accounting/types/FieldFormatEnum.d.ts +6 -6
  145. package/api/resources/accounting/types/FieldTypeEnum.d.ts +6 -6
  146. package/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +7 -10
  147. package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +612 -615
  148. package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +306 -306
  149. package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +306 -306
  150. package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +7 -7
  151. package/api/resources/accounting/types/IncomeStatement.d.ts +306 -309
  152. package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
  153. package/api/resources/accounting/types/Invoice.d.ts +315 -317
  154. package/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
  155. package/api/resources/accounting/types/InvoiceLineItem.d.ts +306 -309
  156. package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
  157. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +306 -309
  158. package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
  159. package/api/resources/accounting/types/InvoiceRequest.d.ts +315 -317
  160. package/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +306 -306
  161. package/api/resources/accounting/types/InvoiceRequestStatus.d.ts +6 -6
  162. package/api/resources/accounting/types/InvoiceRequestType.d.ts +2 -2
  163. package/api/resources/accounting/types/InvoiceStatus.d.ts +6 -6
  164. package/api/resources/accounting/types/InvoiceStatusEnum.d.ts +6 -6
  165. package/api/resources/accounting/types/InvoiceType.d.ts +2 -2
  166. package/api/resources/accounting/types/InvoiceTypeEnum.d.ts +2 -2
  167. package/api/resources/accounting/types/Issue.d.ts +2 -2
  168. package/api/resources/accounting/types/IssueStatus.d.ts +2 -2
  169. package/api/resources/accounting/types/IssueStatusEnum.d.ts +2 -2
  170. package/api/resources/accounting/types/Item.d.ts +2 -5
  171. package/api/resources/accounting/types/ItemFormatEnum.d.ts +6 -6
  172. package/api/resources/accounting/types/ItemStatus.d.ts +2 -2
  173. package/api/resources/accounting/types/ItemTypeEnum.d.ts +6 -6
  174. package/api/resources/accounting/types/JournalEntry.d.ts +308 -311
  175. package/api/resources/accounting/types/JournalEntryCurrency.d.ts +306 -306
  176. package/api/resources/accounting/types/JournalEntryPostingStatus.d.ts +2 -2
  177. package/api/resources/accounting/types/JournalEntryRequest.d.ts +308 -311
  178. package/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +306 -306
  179. package/api/resources/accounting/types/JournalEntryRequestPostingStatus.d.ts +2 -2
  180. package/api/resources/accounting/types/JournalLine.d.ts +306 -309
  181. package/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
  182. package/api/resources/accounting/types/JournalLineRequest.d.ts +306 -309
  183. package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
  184. package/api/resources/accounting/types/LanguageEnum.d.ts +2 -2
  185. package/api/resources/accounting/types/LastSyncResultEnum.d.ts +6 -6
  186. package/api/resources/accounting/types/MethodEnum.d.ts +7 -7
  187. package/api/resources/accounting/types/MethodTypeEnum.d.ts +5 -5
  188. package/api/resources/accounting/types/ModelOperation.d.ts +0 -3
  189. package/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +3 -6
  190. package/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  191. package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +308 -311
  192. package/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +306 -306
  193. package/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +2 -2
  194. package/api/resources/accounting/types/Payment.d.ts +308 -311
  195. package/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
  196. package/api/resources/accounting/types/PaymentLineItem.d.ts +0 -3
  197. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -3
  198. package/api/resources/accounting/types/PaymentMethod.d.ts +5 -8
  199. package/api/resources/accounting/types/PaymentMethodMethodType.d.ts +5 -5
  200. package/api/resources/accounting/types/PaymentRequest.d.ts +308 -311
  201. package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
  202. package/api/resources/accounting/types/PaymentRequestType.d.ts +2 -2
  203. package/api/resources/accounting/types/PaymentTerm.d.ts +0 -3
  204. package/api/resources/accounting/types/PaymentType.d.ts +2 -2
  205. package/api/resources/accounting/types/PaymentTypeEnum.d.ts +2 -2
  206. package/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
  207. package/api/resources/accounting/types/PurchaseOrder.d.ts +312 -315
  208. package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
  209. package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +306 -309
  210. package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
  211. package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +306 -309
  212. package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
  213. package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +311 -314
  214. package/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +306 -306
  215. package/api/resources/accounting/types/PurchaseOrderRequestStatus.d.ts +5 -5
  216. package/api/resources/accounting/types/PurchaseOrderStatus.d.ts +5 -5
  217. package/api/resources/accounting/types/PurchaseOrderStatusEnum.d.ts +5 -5
  218. package/api/resources/accounting/types/RemoteData.d.ts +0 -3
  219. package/api/resources/accounting/types/RemoteKey.d.ts +0 -3
  220. package/api/resources/accounting/types/RemoteResponse.d.ts +0 -3
  221. package/api/resources/accounting/types/ReportItem.d.ts +0 -3
  222. package/api/resources/accounting/types/RequestFormatEnum.d.ts +3 -3
  223. package/api/resources/accounting/types/ResponseTypeEnum.d.ts +2 -2
  224. package/api/resources/accounting/types/RoleEnum.d.ts +6 -6
  225. package/api/resources/accounting/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  226. package/api/resources/accounting/types/Status7D1Enum.d.ts +2 -2
  227. package/api/resources/accounting/types/Status895Enum.d.ts +2 -2
  228. package/api/resources/accounting/types/StatusFd5Enum.d.ts +6 -6
  229. package/api/resources/accounting/types/SyncStatus.d.ts +0 -3
  230. package/api/resources/accounting/types/TaxComponent.d.ts +2 -5
  231. package/api/resources/accounting/types/TaxComponentComponentType.d.ts +2 -2
  232. package/api/resources/accounting/types/TaxRate.d.ts +2 -5
  233. package/api/resources/accounting/types/TaxRateStatus.d.ts +2 -2
  234. package/api/resources/accounting/types/TrackingCategory.d.ts +4 -7
  235. package/api/resources/accounting/types/TrackingCategoryCategoryType.d.ts +2 -2
  236. package/api/resources/accounting/types/TrackingCategoryStatus.d.ts +2 -2
  237. package/api/resources/accounting/types/Transaction.d.ts +313 -317
  238. package/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
  239. package/api/resources/accounting/types/TransactionCurrencyEnum.d.ts +306 -306
  240. package/api/resources/accounting/types/TransactionLineItem.d.ts +306 -309
  241. package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
  242. package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +7 -7
  243. package/api/resources/accounting/types/VendorCredit.d.ts +306 -309
  244. package/api/resources/accounting/types/VendorCreditApplyLineForInvoice.d.ts +0 -3
  245. package/api/resources/accounting/types/VendorCreditApplyLineForVendorCredit.d.ts +0 -3
  246. package/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequest.d.ts +0 -3
  247. package/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
  248. package/api/resources/accounting/types/VendorCreditLine.d.ts +0 -3
  249. package/api/resources/accounting/types/VendorCreditLineRequest.d.ts +0 -3
  250. package/api/resources/accounting/types/VendorCreditRequest.d.ts +306 -309
  251. package/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +306 -306
  252. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  253. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  254. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  255. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  256. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  257. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  258. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  259. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  260. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  261. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  262. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  263. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  264. package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  265. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  266. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  267. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  268. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  269. package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  270. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  271. package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  272. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -5
  273. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  274. package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -5
  275. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  276. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  277. package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  278. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  279. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  280. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  281. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  282. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  283. package/api/resources/ats/resources/scopes/client/Client.js +3 -3
  284. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  285. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  286. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  287. package/api/resources/ats/resources/users/client/Client.js +2 -2
  288. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  289. package/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
  290. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +0 -3
  291. package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  292. package/api/resources/ats/types/Activity.d.ts +6 -10
  293. package/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
  294. package/api/resources/ats/types/ActivityRequest.d.ts +6 -10
  295. package/api/resources/ats/types/ActivityRequestActivityType.d.ts +3 -3
  296. package/api/resources/ats/types/ActivityRequestVisibility.d.ts +3 -3
  297. package/api/resources/ats/types/ActivityTypeEnum.d.ts +3 -3
  298. package/api/resources/ats/types/ActivityVisibility.d.ts +3 -3
  299. package/api/resources/ats/types/Application.d.ts +0 -3
  300. package/api/resources/ats/types/ApplicationRequest.d.ts +0 -3
  301. package/api/resources/ats/types/Attachment.d.ts +4 -8
  302. package/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
  303. package/api/resources/ats/types/AttachmentRequest.d.ts +4 -8
  304. package/api/resources/ats/types/AttachmentRequestAttachmentType.d.ts +4 -4
  305. package/api/resources/ats/types/AttachmentTypeEnum.d.ts +4 -4
  306. package/api/resources/ats/types/AuditLogEvent.d.ts +48 -48
  307. package/api/resources/ats/types/AuditLogEventEventType.d.ts +42 -42
  308. package/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
  309. package/api/resources/ats/types/AvailableActions.d.ts +0 -3
  310. package/api/resources/ats/types/Candidate.d.ts +0 -4
  311. package/api/resources/ats/types/CandidateRequest.d.ts +0 -4
  312. package/api/resources/ats/types/CategoriesEnum.d.ts +7 -7
  313. package/api/resources/ats/types/CategoryEnum.d.ts +7 -7
  314. package/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
  315. package/api/resources/ats/types/Department.d.ts +0 -4
  316. package/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
  317. package/api/resources/ats/types/Eeoc.d.ts +19 -23
  318. package/api/resources/ats/types/EeocDisabilityStatus.d.ts +3 -3
  319. package/api/resources/ats/types/EeocGender.d.ts +5 -5
  320. package/api/resources/ats/types/EeocRace.d.ts +8 -8
  321. package/api/resources/ats/types/EeocVeteranStatus.d.ts +3 -3
  322. package/api/resources/ats/types/EmailAddress.d.ts +3 -7
  323. package/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
  324. package/api/resources/ats/types/EmailAddressRequest.d.ts +3 -7
  325. package/api/resources/ats/types/EmailAddressRequestEmailAddressType.d.ts +3 -3
  326. package/api/resources/ats/types/EmailAddressTypeEnum.d.ts +3 -3
  327. package/api/resources/ats/types/EnabledActionsEnum.d.ts +2 -2
  328. package/api/resources/ats/types/EncodingEnum.d.ts +3 -3
  329. package/api/resources/ats/types/EventTypeEnum.d.ts +42 -42
  330. package/api/resources/ats/types/GenderEnum.d.ts +5 -5
  331. package/api/resources/ats/types/Issue.d.ts +2 -2
  332. package/api/resources/ats/types/IssueStatus.d.ts +2 -2
  333. package/api/resources/ats/types/IssueStatusEnum.d.ts +2 -2
  334. package/api/resources/ats/types/Job.d.ts +8 -12
  335. package/api/resources/ats/types/JobInterviewStage.d.ts +0 -4
  336. package/api/resources/ats/types/JobPosting.d.ts +5 -9
  337. package/api/resources/ats/types/JobPostingStatusEnum.d.ts +5 -5
  338. package/api/resources/ats/types/JobStatus.d.ts +5 -5
  339. package/api/resources/ats/types/JobStatusEnum.d.ts +5 -5
  340. package/api/resources/ats/types/JobTypeEnum.d.ts +3 -3
  341. package/api/resources/ats/types/LanguageEnum.d.ts +2 -2
  342. package/api/resources/ats/types/LastSyncResultEnum.d.ts +6 -6
  343. package/api/resources/ats/types/MethodEnum.d.ts +7 -7
  344. package/api/resources/ats/types/ModelOperation.d.ts +0 -3
  345. package/api/resources/ats/types/MultipartFormFieldRequest.d.ts +3 -6
  346. package/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  347. package/api/resources/ats/types/Offer.d.ts +9 -13
  348. package/api/resources/ats/types/OfferStatus.d.ts +9 -9
  349. package/api/resources/ats/types/OfferStatusEnum.d.ts +9 -9
  350. package/api/resources/ats/types/Office.d.ts +0 -4
  351. package/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
  352. package/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -4
  353. package/api/resources/ats/types/PhoneNumber.d.ts +5 -9
  354. package/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
  355. package/api/resources/ats/types/PhoneNumberRequest.d.ts +5 -9
  356. package/api/resources/ats/types/PhoneNumberRequestPhoneNumberType.d.ts +5 -5
  357. package/api/resources/ats/types/PhoneNumberTypeEnum.d.ts +5 -5
  358. package/api/resources/ats/types/RaceEnum.d.ts +8 -8
  359. package/api/resources/ats/types/ReasonEnum.d.ts +3 -3
  360. package/api/resources/ats/types/RejectReason.d.ts +0 -4
  361. package/api/resources/ats/types/RemoteData.d.ts +0 -3
  362. package/api/resources/ats/types/RemoteKey.d.ts +0 -3
  363. package/api/resources/ats/types/RemoteResponse.d.ts +0 -3
  364. package/api/resources/ats/types/RemoteUser.d.ts +5 -9
  365. package/api/resources/ats/types/RemoteUserAccessRole.d.ts +5 -5
  366. package/api/resources/ats/types/RequestFormatEnum.d.ts +3 -3
  367. package/api/resources/ats/types/ResponseTypeEnum.d.ts +2 -2
  368. package/api/resources/ats/types/RoleEnum.d.ts +6 -6
  369. package/api/resources/ats/types/ScheduledInterview.d.ts +3 -7
  370. package/api/resources/ats/types/ScheduledInterviewRequest.d.ts +3 -7
  371. package/api/resources/ats/types/ScheduledInterviewRequestStatus.d.ts +3 -3
  372. package/api/resources/ats/types/ScheduledInterviewStatus.d.ts +3 -3
  373. package/api/resources/ats/types/ScheduledInterviewStatusEnum.d.ts +3 -3
  374. package/api/resources/ats/types/Scorecard.d.ts +5 -9
  375. package/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
  376. package/api/resources/ats/types/ScreeningQuestion.d.ts +8 -11
  377. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +0 -3
  378. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +0 -3
  379. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +0 -3
  380. package/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
  381. package/api/resources/ats/types/ScreeningQuestionTypeEnum.d.ts +8 -8
  382. package/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  383. package/api/resources/ats/types/StatusFd5Enum.d.ts +6 -6
  384. package/api/resources/ats/types/SyncStatus.d.ts +0 -3
  385. package/api/resources/ats/types/Tag.d.ts +0 -4
  386. package/api/resources/ats/types/Url.d.ts +7 -11
  387. package/api/resources/ats/types/UrlRequest.d.ts +7 -11
  388. package/api/resources/ats/types/UrlRequestUrlType.d.ts +7 -7
  389. package/api/resources/ats/types/UrlTypeEnum.d.ts +7 -7
  390. package/api/resources/ats/types/UrlUrlType.d.ts +7 -7
  391. package/api/resources/ats/types/VeteranStatusEnum.d.ts +3 -3
  392. package/api/resources/ats/types/VisibilityEnum.d.ts +3 -3
  393. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  394. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  395. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  396. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  397. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  398. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  399. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  400. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  401. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  402. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  403. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  404. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  405. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  406. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  407. package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  408. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  409. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  410. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  411. package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  412. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  413. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  414. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  415. package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  416. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  417. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  418. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +3 -3
  419. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  420. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  421. package/api/resources/crm/resources/scopes/client/Client.js +3 -3
  422. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  423. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  424. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  425. package/api/resources/crm/resources/users/client/Client.js +4 -4
  426. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  427. package/api/resources/crm/types/Account.d.ts +0 -4
  428. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +0 -3
  429. package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  430. package/api/resources/crm/types/AccountRequest.d.ts +0 -4
  431. package/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
  432. package/api/resources/crm/types/Address.d.ts +251 -255
  433. package/api/resources/crm/types/AddressAddressType.d.ts +2 -2
  434. package/api/resources/crm/types/AddressCountry.d.ts +249 -249
  435. package/api/resources/crm/types/AddressRequest.d.ts +251 -255
  436. package/api/resources/crm/types/AddressRequestAddressType.d.ts +2 -2
  437. package/api/resources/crm/types/AddressRequestCountry.d.ts +249 -249
  438. package/api/resources/crm/types/AddressTypeEnum.d.ts +2 -2
  439. package/api/resources/crm/types/Association.d.ts +0 -4
  440. package/api/resources/crm/types/AssociationType.d.ts +0 -4
  441. package/api/resources/crm/types/AuditLogEvent.d.ts +48 -48
  442. package/api/resources/crm/types/AuditLogEventEventType.d.ts +42 -42
  443. package/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
  444. package/api/resources/crm/types/AvailableActions.d.ts +0 -3
  445. package/api/resources/crm/types/CardinalityEnum.d.ts +4 -4
  446. package/api/resources/crm/types/CategoriesEnum.d.ts +7 -7
  447. package/api/resources/crm/types/CategoryEnum.d.ts +7 -7
  448. package/api/resources/crm/types/Contact.d.ts +0 -4
  449. package/api/resources/crm/types/ContactRequest.d.ts +0 -4
  450. package/api/resources/crm/types/CountryEnum.d.ts +249 -249
  451. package/api/resources/crm/types/CustomObject.d.ts +0 -4
  452. package/api/resources/crm/types/CustomObjectClass.d.ts +0 -4
  453. package/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
  454. package/api/resources/crm/types/DirectionEnum.d.ts +2 -2
  455. package/api/resources/crm/types/EmailAddress.d.ts +0 -4
  456. package/api/resources/crm/types/EmailAddressRequest.d.ts +0 -4
  457. package/api/resources/crm/types/EnabledActionsEnum.d.ts +2 -2
  458. package/api/resources/crm/types/EncodingEnum.d.ts +3 -3
  459. package/api/resources/crm/types/Engagement.d.ts +2 -6
  460. package/api/resources/crm/types/EngagementDirection.d.ts +2 -2
  461. package/api/resources/crm/types/EngagementRequest.d.ts +2 -6
  462. package/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
  463. package/api/resources/crm/types/EngagementType.d.ts +3 -7
  464. package/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
  465. package/api/resources/crm/types/EventTypeEnum.d.ts +42 -42
  466. package/api/resources/crm/types/FieldFormatEnum.d.ts +6 -6
  467. package/api/resources/crm/types/FieldTypeEnum.d.ts +6 -6
  468. package/api/resources/crm/types/Issue.d.ts +2 -2
  469. package/api/resources/crm/types/IssueStatus.d.ts +2 -2
  470. package/api/resources/crm/types/IssueStatusEnum.d.ts +2 -2
  471. package/api/resources/crm/types/ItemFormatEnum.d.ts +6 -6
  472. package/api/resources/crm/types/ItemTypeEnum.d.ts +6 -6
  473. package/api/resources/crm/types/LanguageEnum.d.ts +2 -2
  474. package/api/resources/crm/types/LastSyncResultEnum.d.ts +6 -6
  475. package/api/resources/crm/types/Lead.d.ts +0 -4
  476. package/api/resources/crm/types/LeadRequest.d.ts +0 -4
  477. package/api/resources/crm/types/MethodEnum.d.ts +7 -7
  478. package/api/resources/crm/types/ModelOperation.d.ts +0 -3
  479. package/api/resources/crm/types/MultipartFormFieldRequest.d.ts +3 -6
  480. package/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  481. package/api/resources/crm/types/Note.d.ts +0 -4
  482. package/api/resources/crm/types/NoteRequest.d.ts +0 -4
  483. package/api/resources/crm/types/Opportunity.d.ts +3 -7
  484. package/api/resources/crm/types/OpportunityRequest.d.ts +3 -7
  485. package/api/resources/crm/types/OpportunityRequestStatus.d.ts +3 -3
  486. package/api/resources/crm/types/OpportunityStatus.d.ts +3 -3
  487. package/api/resources/crm/types/OpportunityStatusEnum.d.ts +3 -3
  488. package/api/resources/crm/types/OriginTypeEnum.d.ts +3 -3
  489. package/api/resources/crm/types/PatchedAccountRequest.d.ts +0 -4
  490. package/api/resources/crm/types/PatchedContactRequest.d.ts +0 -4
  491. package/api/resources/crm/types/PatchedEngagementRequest.d.ts +2 -6
  492. package/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
  493. package/api/resources/crm/types/PatchedOpportunityRequest.d.ts +3 -7
  494. package/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
  495. package/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -6
  496. package/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
  497. package/api/resources/crm/types/PhoneNumber.d.ts +0 -4
  498. package/api/resources/crm/types/PhoneNumberRequest.d.ts +0 -4
  499. package/api/resources/crm/types/ReasonEnum.d.ts +3 -3
  500. package/api/resources/crm/types/RemoteData.d.ts +0 -3
  501. package/api/resources/crm/types/RemoteKey.d.ts +0 -3
  502. package/api/resources/crm/types/RemoteResponse.d.ts +0 -3
  503. package/api/resources/crm/types/RequestFormatEnum.d.ts +3 -3
  504. package/api/resources/crm/types/ResponseTypeEnum.d.ts +2 -2
  505. package/api/resources/crm/types/RoleEnum.d.ts +6 -6
  506. package/api/resources/crm/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  507. package/api/resources/crm/types/Stage.d.ts +0 -4
  508. package/api/resources/crm/types/StatusFd5Enum.d.ts +6 -6
  509. package/api/resources/crm/types/SyncStatus.d.ts +0 -3
  510. package/api/resources/crm/types/Task.d.ts +2 -6
  511. package/api/resources/crm/types/TaskRequest.d.ts +2 -6
  512. package/api/resources/crm/types/TaskRequestStatus.d.ts +2 -2
  513. package/api/resources/crm/types/TaskStatus.d.ts +2 -2
  514. package/api/resources/crm/types/TaskStatusEnum.d.ts +2 -2
  515. package/api/resources/crm/types/User.d.ts +0 -4
  516. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  517. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  518. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  519. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  520. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  521. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  522. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  523. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  524. package/api/resources/filestorage/resources/files/client/Client.js +7 -7
  525. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +0 -7
  526. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  527. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  528. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  529. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  530. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  531. package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  532. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  533. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  534. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  535. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  536. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  537. package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  538. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  539. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  540. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  541. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +0 -3
  542. package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  543. package/api/resources/filestorage/types/AuditLogEvent.d.ts +48 -48
  544. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +42 -42
  545. package/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
  546. package/api/resources/filestorage/types/AvailableActions.d.ts +0 -3
  547. package/api/resources/filestorage/types/CategoriesEnum.d.ts +7 -7
  548. package/api/resources/filestorage/types/CategoryEnum.d.ts +7 -7
  549. package/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
  550. package/api/resources/filestorage/types/Drive.d.ts +0 -4
  551. package/api/resources/filestorage/types/EnabledActionsEnum.d.ts +2 -2
  552. package/api/resources/filestorage/types/EncodingEnum.d.ts +3 -3
  553. package/api/resources/filestorage/types/EventTypeEnum.d.ts +42 -42
  554. package/api/resources/filestorage/types/FileRequest.d.ts +0 -4
  555. package/api/resources/filestorage/types/File_.d.ts +0 -4
  556. package/api/resources/filestorage/types/Folder.d.ts +0 -4
  557. package/api/resources/filestorage/types/FolderRequest.d.ts +0 -4
  558. package/api/resources/filestorage/types/Group.d.ts +0 -4
  559. package/api/resources/filestorage/types/Issue.d.ts +2 -2
  560. package/api/resources/filestorage/types/IssueStatus.d.ts +2 -2
  561. package/api/resources/filestorage/types/IssueStatusEnum.d.ts +2 -2
  562. package/api/resources/filestorage/types/LanguageEnum.d.ts +2 -2
  563. package/api/resources/filestorage/types/LastSyncResultEnum.d.ts +6 -6
  564. package/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
  565. package/api/resources/filestorage/types/ModelOperation.d.ts +0 -3
  566. package/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +3 -6
  567. package/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  568. package/api/resources/filestorage/types/Permission.d.ts +4 -7
  569. package/api/resources/filestorage/types/PermissionRequest.d.ts +4 -7
  570. package/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +3 -3
  571. package/api/resources/filestorage/types/PermissionRequestType.d.ts +4 -4
  572. package/api/resources/filestorage/types/PermissionRolesItem.d.ts +3 -3
  573. package/api/resources/filestorage/types/PermissionType.d.ts +4 -4
  574. package/api/resources/filestorage/types/RemoteData.d.ts +0 -3
  575. package/api/resources/filestorage/types/RemoteKey.d.ts +0 -3
  576. package/api/resources/filestorage/types/RemoteResponse.d.ts +0 -3
  577. package/api/resources/filestorage/types/RequestFormatEnum.d.ts +3 -3
  578. package/api/resources/filestorage/types/ResponseTypeEnum.d.ts +2 -2
  579. package/api/resources/filestorage/types/RoleEnum.d.ts +6 -6
  580. package/api/resources/filestorage/types/RolesEnum.d.ts +3 -3
  581. package/api/resources/filestorage/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  582. package/api/resources/filestorage/types/StatusFd5Enum.d.ts +6 -6
  583. package/api/resources/filestorage/types/SyncStatus.d.ts +0 -3
  584. package/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
  585. package/api/resources/filestorage/types/User.d.ts +0 -4
  586. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  587. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  588. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  589. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  590. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  591. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  592. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +2 -2
  593. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  594. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  595. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  596. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  597. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  598. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  599. package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +3 -3
  600. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  601. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  602. package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  603. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  604. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  605. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  606. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  607. package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  608. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  609. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  610. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  611. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  612. package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
  613. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  614. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  615. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  616. package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -5
  617. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  618. package/api/resources/hris/resources/scopes/client/Client.js +3 -3
  619. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  620. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  621. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  622. package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +11 -11
  623. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  624. package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +6 -6
  625. package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  626. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  627. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +0 -3
  628. package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  629. package/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
  630. package/api/resources/hris/types/AuditLogEvent.d.ts +48 -48
  631. package/api/resources/hris/types/AuditLogEventEventType.d.ts +42 -42
  632. package/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
  633. package/api/resources/hris/types/AvailableActions.d.ts +0 -3
  634. package/api/resources/hris/types/BankInfo.d.ts +2 -5
  635. package/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
  636. package/api/resources/hris/types/Benefit.d.ts +0 -3
  637. package/api/resources/hris/types/BenefitPlanTypeEnum.d.ts +5 -5
  638. package/api/resources/hris/types/CategoriesEnum.d.ts +7 -7
  639. package/api/resources/hris/types/CategoryEnum.d.ts +7 -7
  640. package/api/resources/hris/types/Company.d.ts +0 -3
  641. package/api/resources/hris/types/CountryEnum.d.ts +249 -249
  642. package/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
  643. package/api/resources/hris/types/Deduction.d.ts +0 -3
  644. package/api/resources/hris/types/Dependent.d.ts +8 -11
  645. package/api/resources/hris/types/DependentGender.d.ts +5 -5
  646. package/api/resources/hris/types/DependentRelationship.d.ts +3 -3
  647. package/api/resources/hris/types/Earning.d.ts +4 -7
  648. package/api/resources/hris/types/EarningType.d.ts +4 -4
  649. package/api/resources/hris/types/EarningTypeEnum.d.ts +4 -4
  650. package/api/resources/hris/types/Employee.d.ts +21 -24
  651. package/api/resources/hris/types/EmployeeEmploymentStatus.d.ts +3 -3
  652. package/api/resources/hris/types/EmployeeEthnicity.d.ts +8 -8
  653. package/api/resources/hris/types/EmployeeGender.d.ts +5 -5
  654. package/api/resources/hris/types/EmployeeMaritalStatus.d.ts +5 -5
  655. package/api/resources/hris/types/EmployeePayrollRun.d.ts +0 -3
  656. package/api/resources/hris/types/EmployeeRequest.d.ts +21 -24
  657. package/api/resources/hris/types/EmployeeRequestEmploymentStatus.d.ts +3 -3
  658. package/api/resources/hris/types/EmployeeRequestEthnicity.d.ts +8 -8
  659. package/api/resources/hris/types/EmployeeRequestGender.d.ts +5 -5
  660. package/api/resources/hris/types/EmployeeRequestMaritalStatus.d.ts +5 -5
  661. package/api/resources/hris/types/EmployerBenefit.d.ts +5 -8
  662. package/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
  663. package/api/resources/hris/types/Employment.d.ts +333 -336
  664. package/api/resources/hris/types/EmploymentEmploymentType.d.ts +5 -5
  665. package/api/resources/hris/types/EmploymentFlsaStatus.d.ts +4 -4
  666. package/api/resources/hris/types/EmploymentPayCurrency.d.ts +306 -306
  667. package/api/resources/hris/types/EmploymentPayFrequency.d.ts +9 -9
  668. package/api/resources/hris/types/EmploymentPayPeriod.d.ts +9 -9
  669. package/api/resources/hris/types/EmploymentStatusEnum.d.ts +3 -3
  670. package/api/resources/hris/types/EmploymentTypeEnum.d.ts +5 -5
  671. package/api/resources/hris/types/EnabledActionsEnum.d.ts +2 -2
  672. package/api/resources/hris/types/EncodingEnum.d.ts +3 -3
  673. package/api/resources/hris/types/EthnicityEnum.d.ts +8 -8
  674. package/api/resources/hris/types/EventTypeEnum.d.ts +42 -42
  675. package/api/resources/hris/types/FlsaStatusEnum.d.ts +4 -4
  676. package/api/resources/hris/types/GenderEnum.d.ts +5 -5
  677. package/api/resources/hris/types/Group.d.ts +5 -8
  678. package/api/resources/hris/types/GroupType.d.ts +5 -5
  679. package/api/resources/hris/types/GroupTypeEnum.d.ts +5 -5
  680. package/api/resources/hris/types/Issue.d.ts +2 -2
  681. package/api/resources/hris/types/IssueStatus.d.ts +2 -2
  682. package/api/resources/hris/types/IssueStatusEnum.d.ts +2 -2
  683. package/api/resources/hris/types/LanguageEnum.d.ts +2 -2
  684. package/api/resources/hris/types/LastSyncResultEnum.d.ts +6 -6
  685. package/api/resources/hris/types/Location.d.ts +251 -254
  686. package/api/resources/hris/types/LocationCountry.d.ts +249 -249
  687. package/api/resources/hris/types/LocationLocationType.d.ts +2 -2
  688. package/api/resources/hris/types/LocationTypeEnum.d.ts +2 -2
  689. package/api/resources/hris/types/MaritalStatusEnum.d.ts +5 -5
  690. package/api/resources/hris/types/MethodEnum.d.ts +7 -7
  691. package/api/resources/hris/types/ModelOperation.d.ts +0 -3
  692. package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +3 -6
  693. package/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  694. package/api/resources/hris/types/PayCurrencyEnum.d.ts +306 -306
  695. package/api/resources/hris/types/PayFrequencyEnum.d.ts +9 -9
  696. package/api/resources/hris/types/PayGroup.d.ts +0 -3
  697. package/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
  698. package/api/resources/hris/types/PayrollRun.d.ts +10 -13
  699. package/api/resources/hris/types/PayrollRunRunState.d.ts +5 -5
  700. package/api/resources/hris/types/PayrollRunRunType.d.ts +5 -5
  701. package/api/resources/hris/types/PolicyTypeEnum.d.ts +6 -6
  702. package/api/resources/hris/types/ReasonEnum.d.ts +3 -3
  703. package/api/resources/hris/types/RelationshipEnum.d.ts +3 -3
  704. package/api/resources/hris/types/RemoteData.d.ts +0 -3
  705. package/api/resources/hris/types/RemoteKey.d.ts +0 -3
  706. package/api/resources/hris/types/RemoteResponse.d.ts +0 -3
  707. package/api/resources/hris/types/RequestFormatEnum.d.ts +3 -3
  708. package/api/resources/hris/types/RequestTypeEnum.d.ts +6 -6
  709. package/api/resources/hris/types/ResponseTypeEnum.d.ts +2 -2
  710. package/api/resources/hris/types/RoleEnum.d.ts +6 -6
  711. package/api/resources/hris/types/RunStateEnum.d.ts +5 -5
  712. package/api/resources/hris/types/RunTypeEnum.d.ts +5 -5
  713. package/api/resources/hris/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  714. package/api/resources/hris/types/StatusFd5Enum.d.ts +6 -6
  715. package/api/resources/hris/types/SyncStatus.d.ts +0 -3
  716. package/api/resources/hris/types/Tax.d.ts +0 -3
  717. package/api/resources/hris/types/Team.d.ts +0 -3
  718. package/api/resources/hris/types/TimeOff.d.ts +13 -16
  719. package/api/resources/hris/types/TimeOffBalance.d.ts +6 -9
  720. package/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
  721. package/api/resources/hris/types/TimeOffRequest.d.ts +13 -16
  722. package/api/resources/hris/types/TimeOffRequestRequestType.d.ts +6 -6
  723. package/api/resources/hris/types/TimeOffRequestStatus.d.ts +5 -5
  724. package/api/resources/hris/types/TimeOffRequestType.d.ts +6 -6
  725. package/api/resources/hris/types/TimeOffRequestUnits.d.ts +2 -2
  726. package/api/resources/hris/types/TimeOffStatus.d.ts +5 -5
  727. package/api/resources/hris/types/TimeOffStatusEnum.d.ts +5 -5
  728. package/api/resources/hris/types/TimeOffUnits.d.ts +2 -2
  729. package/api/resources/hris/types/TimesheetEntry.d.ts +1 -3
  730. package/api/resources/hris/types/TimesheetEntryRequest.d.ts +1 -3
  731. package/api/resources/hris/types/UnitsEnum.d.ts +2 -2
  732. package/api/resources/index.d.ts +1 -1
  733. package/api/resources/index.js +2 -2
  734. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  735. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  736. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  737. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  738. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  739. package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +0 -7
  740. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  741. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  742. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  743. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  744. package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  745. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  746. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  747. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  748. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  749. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  750. package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  751. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  752. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  753. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  754. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  755. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  756. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  757. package/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  758. package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  759. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  760. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  761. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  762. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  763. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -4
  764. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  765. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  766. package/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
  767. package/api/resources/ticketing/types/Account.d.ts +0 -3
  768. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +0 -3
  769. package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  770. package/api/resources/ticketing/types/Attachment.d.ts +0 -3
  771. package/api/resources/ticketing/types/AttachmentRequest.d.ts +0 -3
  772. package/api/resources/ticketing/types/AuditLogEvent.d.ts +48 -48
  773. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +42 -42
  774. package/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
  775. package/api/resources/ticketing/types/AvailableActions.d.ts +0 -3
  776. package/api/resources/ticketing/types/CategoriesEnum.d.ts +7 -7
  777. package/api/resources/ticketing/types/CategoryEnum.d.ts +7 -7
  778. package/api/resources/ticketing/types/Collection.d.ts +5 -8
  779. package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +3 -3
  780. package/api/resources/ticketing/types/CollectionCollectionType.d.ts +2 -2
  781. package/api/resources/ticketing/types/CollectionTypeEnum.d.ts +2 -2
  782. package/api/resources/ticketing/types/Comment.d.ts +0 -3
  783. package/api/resources/ticketing/types/CommentRequest.d.ts +0 -3
  784. package/api/resources/ticketing/types/Contact.d.ts +0 -3
  785. package/api/resources/ticketing/types/ContactRequest.d.ts +0 -3
  786. package/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
  787. package/api/resources/ticketing/types/EnabledActionsEnum.d.ts +2 -2
  788. package/api/resources/ticketing/types/EncodingEnum.d.ts +3 -3
  789. package/api/resources/ticketing/types/EventTypeEnum.d.ts +42 -42
  790. package/api/resources/ticketing/types/FieldFormatEnum.d.ts +6 -6
  791. package/api/resources/ticketing/types/FieldTypeEnum.d.ts +6 -6
  792. package/api/resources/ticketing/types/Issue.d.ts +2 -2
  793. package/api/resources/ticketing/types/IssueStatus.d.ts +2 -2
  794. package/api/resources/ticketing/types/IssueStatusEnum.d.ts +2 -2
  795. package/api/resources/ticketing/types/ItemFormatEnum.d.ts +6 -6
  796. package/api/resources/ticketing/types/ItemTypeEnum.d.ts +6 -6
  797. package/api/resources/ticketing/types/LanguageEnum.d.ts +2 -2
  798. package/api/resources/ticketing/types/LastSyncResultEnum.d.ts +6 -6
  799. package/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
  800. package/api/resources/ticketing/types/ModelOperation.d.ts +0 -3
  801. package/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +3 -6
  802. package/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  803. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +8 -12
  804. package/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +4 -4
  805. package/api/resources/ticketing/types/PatchedTicketRequestStatus.d.ts +4 -4
  806. package/api/resources/ticketing/types/PriorityEnum.d.ts +4 -4
  807. package/api/resources/ticketing/types/Project.d.ts +0 -3
  808. package/api/resources/ticketing/types/RemoteData.d.ts +0 -3
  809. package/api/resources/ticketing/types/RemoteKey.d.ts +0 -3
  810. package/api/resources/ticketing/types/RemoteResponse.d.ts +0 -3
  811. package/api/resources/ticketing/types/RequestFormatEnum.d.ts +3 -3
  812. package/api/resources/ticketing/types/ResponseTypeEnum.d.ts +2 -2
  813. package/api/resources/ticketing/types/Role.d.ts +3 -6
  814. package/api/resources/ticketing/types/RoleEnum.d.ts +6 -6
  815. package/api/resources/ticketing/types/RoleTicketAccess.d.ts +3 -3
  816. package/api/resources/ticketing/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  817. package/api/resources/ticketing/types/StatusFd5Enum.d.ts +6 -6
  818. package/api/resources/ticketing/types/SyncStatus.d.ts +0 -3
  819. package/api/resources/ticketing/types/Tag.d.ts +0 -3
  820. package/api/resources/ticketing/types/Team.d.ts +0 -3
  821. package/api/resources/ticketing/types/Ticket.d.ts +8 -12
  822. package/api/resources/ticketing/types/TicketAccessEnum.d.ts +3 -3
  823. package/api/resources/ticketing/types/TicketActionsEnum.d.ts +6 -6
  824. package/api/resources/ticketing/types/TicketPriority.d.ts +4 -4
  825. package/api/resources/ticketing/types/TicketRequest.d.ts +8 -12
  826. package/api/resources/ticketing/types/TicketRequestPriority.d.ts +4 -4
  827. package/api/resources/ticketing/types/TicketRequestStatus.d.ts +4 -4
  828. package/api/resources/ticketing/types/TicketStatus.d.ts +4 -4
  829. package/api/resources/ticketing/types/TicketStatusEnum.d.ts +4 -4
  830. package/api/resources/ticketing/types/User.d.ts +0 -3
  831. package/api/resources/ticketing/types/Viewer.d.ts +0 -3
  832. package/dist/Client.d.ts +3 -3
  833. package/dist/Client.js +9 -9
  834. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  835. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  836. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  837. package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -5
  838. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +4 -0
  839. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  840. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  841. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  842. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  843. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  844. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  845. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  846. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  847. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  848. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  849. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  850. package/dist/api/resources/accounting/resources/contacts/client/Client.js +9 -6
  851. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +4 -0
  852. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  853. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  854. package/dist/api/resources/accounting/resources/employees/client/Client.js +2 -2
  855. package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  856. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  857. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  858. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
  859. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  860. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  861. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -1
  862. package/dist/api/resources/accounting/resources/invoices/client/Client.js +10 -9
  863. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +8 -8
  864. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  865. package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  866. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  867. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  868. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  869. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  870. package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  871. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  872. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
  873. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
  874. package/dist/api/resources/accounting/resources/payments/client/Client.js +8 -8
  875. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  876. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  877. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  878. package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  879. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  880. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  881. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +9 -3
  882. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +8 -0
  883. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  884. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  885. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  886. package/dist/api/resources/accounting/types/Account.d.ts +332 -336
  887. package/dist/api/resources/accounting/types/AccountAccountType.d.ts +13 -13
  888. package/dist/api/resources/accounting/types/AccountAccountTypeEnum.d.ts +13 -13
  889. package/dist/api/resources/accounting/types/AccountClassification.d.ts +5 -5
  890. package/dist/api/resources/accounting/types/AccountCurrency.d.ts +306 -306
  891. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +0 -3
  892. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  893. package/dist/api/resources/accounting/types/AccountRequest.d.ts +332 -336
  894. package/dist/api/resources/accounting/types/AccountRequestAccountType.d.ts +13 -13
  895. package/dist/api/resources/accounting/types/AccountRequestClassification.d.ts +5 -5
  896. package/dist/api/resources/accounting/types/AccountRequestCurrency.d.ts +306 -306
  897. package/dist/api/resources/accounting/types/AccountRequestStatus.d.ts +3 -3
  898. package/dist/api/resources/accounting/types/AccountStatus.d.ts +3 -3
  899. package/dist/api/resources/accounting/types/AccountStatusEnum.d.ts +3 -3
  900. package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +0 -3
  901. package/dist/api/resources/accounting/types/AccountingAttachmentRequest.d.ts +0 -3
  902. package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +0 -3
  903. package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +0 -3
  904. package/dist/api/resources/accounting/types/AccountingPhoneNumberRequest.d.ts +0 -3
  905. package/dist/api/resources/accounting/types/Address.d.ts +251 -254
  906. package/dist/api/resources/accounting/types/AddressCountry.d.ts +249 -249
  907. package/dist/api/resources/accounting/types/AddressRequest.d.ts +251 -254
  908. package/dist/api/resources/accounting/types/AddressRequestCountry.d.ts +249 -249
  909. package/dist/api/resources/accounting/types/AddressRequestType.d.ts +2 -2
  910. package/dist/api/resources/accounting/types/AddressType.d.ts +2 -2
  911. package/dist/api/resources/accounting/types/AddressTypeEnum.d.ts +2 -2
  912. package/dist/api/resources/accounting/types/AsyncPostTaskStatusEnum.d.ts +4 -4
  913. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +48 -48
  914. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +42 -42
  915. package/dist/api/resources/accounting/types/AuditLogEventRole.d.ts +6 -6
  916. package/dist/api/resources/accounting/types/AvailableActions.d.ts +0 -3
  917. package/dist/api/resources/accounting/types/BalanceSheet.d.ts +306 -309
  918. package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +306 -306
  919. package/dist/api/resources/accounting/types/BankFeedAccount.d.ts +310 -313
  920. package/dist/api/resources/accounting/types/BankFeedAccountAccountType.d.ts +2 -2
  921. package/dist/api/resources/accounting/types/BankFeedAccountAccountTypeEnum.d.ts +2 -2
  922. package/dist/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +306 -306
  923. package/dist/api/resources/accounting/types/BankFeedAccountFeedStatus.d.ts +2 -2
  924. package/dist/api/resources/accounting/types/BankFeedAccountRequest.d.ts +310 -313
  925. package/dist/api/resources/accounting/types/BankFeedAccountRequestAccountType.d.ts +2 -2
  926. package/dist/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +306 -306
  927. package/dist/api/resources/accounting/types/BankFeedAccountRequestFeedStatus.d.ts +2 -2
  928. package/dist/api/resources/accounting/types/BankFeedTransaction.d.ts +2 -5
  929. package/dist/api/resources/accounting/types/BankFeedTransactionCreditOrDebit.d.ts +2 -2
  930. package/dist/api/resources/accounting/types/BankFeedTransactionRequestRequest.d.ts +2 -5
  931. package/dist/api/resources/accounting/types/BankFeedTransactionRequestRequestCreditOrDebit.d.ts +2 -2
  932. package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +306 -309
  933. package/dist/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +306 -306
  934. package/dist/api/resources/accounting/types/CategoriesEnum.d.ts +7 -7
  935. package/dist/api/resources/accounting/types/CategoryEnum.d.ts +7 -7
  936. package/dist/api/resources/accounting/types/CategoryTypeEnum.d.ts +2 -2
  937. package/dist/api/resources/accounting/types/ClassificationEnum.d.ts +5 -5
  938. package/dist/api/resources/accounting/types/CompanyInfo.d.ts +306 -309
  939. package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +306 -306
  940. package/dist/api/resources/accounting/types/ComponentTypeEnum.d.ts +2 -2
  941. package/dist/api/resources/accounting/types/Contact.d.ts +4 -8
  942. package/dist/api/resources/accounting/types/ContactRequest.d.ts +4 -8
  943. package/dist/api/resources/accounting/types/ContactRequestStatus.d.ts +2 -2
  944. package/dist/api/resources/accounting/types/ContactStatus.d.ts +2 -2
  945. package/dist/api/resources/accounting/types/CountryEnum.d.ts +249 -249
  946. package/dist/api/resources/accounting/types/CreditNote.d.ts +310 -313
  947. package/dist/api/resources/accounting/types/CreditNoteApplyLineForCreditNote.d.ts +0 -3
  948. package/dist/api/resources/accounting/types/CreditNoteApplyLineForCreditNoteRequest.d.ts +0 -3
  949. package/dist/api/resources/accounting/types/CreditNoteApplyLineForInvoice.d.ts +0 -3
  950. package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +306 -306
  951. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +0 -3
  952. package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +0 -3
  953. package/dist/api/resources/accounting/types/CreditNoteRequest.d.ts +310 -313
  954. package/dist/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +306 -306
  955. package/dist/api/resources/accounting/types/CreditNoteRequestStatus.d.ts +3 -3
  956. package/dist/api/resources/accounting/types/CreditNoteStatus.d.ts +3 -3
  957. package/dist/api/resources/accounting/types/CreditNoteStatusEnum.d.ts +3 -3
  958. package/dist/api/resources/accounting/types/CreditOrDebitEnum.d.ts +2 -2
  959. package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +0 -3
  960. package/dist/api/resources/accounting/types/Employee.d.ts +4 -8
  961. package/dist/api/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  962. package/dist/api/resources/accounting/types/EmployeeStatus.d.ts +2 -2
  963. package/dist/api/resources/accounting/types/EnabledActionsEnum.d.ts +2 -2
  964. package/dist/api/resources/accounting/types/EncodingEnum.d.ts +3 -3
  965. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +42 -42
  966. package/dist/api/resources/accounting/types/Expense.d.ts +306 -309
  967. package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +306 -306
  968. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +306 -309
  969. package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +306 -306
  970. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +306 -309
  971. package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +306 -306
  972. package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +306 -309
  973. package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +306 -306
  974. package/dist/api/resources/accounting/types/FeedStatusEnum.d.ts +2 -2
  975. package/dist/api/resources/accounting/types/FieldFormatEnum.d.ts +6 -6
  976. package/dist/api/resources/accounting/types/FieldTypeEnum.d.ts +6 -6
  977. package/dist/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +7 -10
  978. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +612 -615
  979. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +306 -306
  980. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +306 -306
  981. package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +7 -7
  982. package/dist/api/resources/accounting/types/IncomeStatement.d.ts +306 -309
  983. package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +306 -306
  984. package/dist/api/resources/accounting/types/Invoice.d.ts +315 -317
  985. package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +306 -306
  986. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +306 -309
  987. package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +306 -306
  988. package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +306 -309
  989. package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +306 -306
  990. package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +315 -317
  991. package/dist/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +306 -306
  992. package/dist/api/resources/accounting/types/InvoiceRequestStatus.d.ts +6 -6
  993. package/dist/api/resources/accounting/types/InvoiceRequestType.d.ts +2 -2
  994. package/dist/api/resources/accounting/types/InvoiceStatus.d.ts +6 -6
  995. package/dist/api/resources/accounting/types/InvoiceStatusEnum.d.ts +6 -6
  996. package/dist/api/resources/accounting/types/InvoiceType.d.ts +2 -2
  997. package/dist/api/resources/accounting/types/InvoiceTypeEnum.d.ts +2 -2
  998. package/dist/api/resources/accounting/types/Issue.d.ts +2 -2
  999. package/dist/api/resources/accounting/types/IssueStatus.d.ts +2 -2
  1000. package/dist/api/resources/accounting/types/IssueStatusEnum.d.ts +2 -2
  1001. package/dist/api/resources/accounting/types/Item.d.ts +2 -5
  1002. package/dist/api/resources/accounting/types/ItemFormatEnum.d.ts +6 -6
  1003. package/dist/api/resources/accounting/types/ItemStatus.d.ts +2 -2
  1004. package/dist/api/resources/accounting/types/ItemTypeEnum.d.ts +6 -6
  1005. package/dist/api/resources/accounting/types/JournalEntry.d.ts +308 -311
  1006. package/dist/api/resources/accounting/types/JournalEntryCurrency.d.ts +306 -306
  1007. package/dist/api/resources/accounting/types/JournalEntryPostingStatus.d.ts +2 -2
  1008. package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +308 -311
  1009. package/dist/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +306 -306
  1010. package/dist/api/resources/accounting/types/JournalEntryRequestPostingStatus.d.ts +2 -2
  1011. package/dist/api/resources/accounting/types/JournalLine.d.ts +306 -309
  1012. package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +306 -306
  1013. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +306 -309
  1014. package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +306 -306
  1015. package/dist/api/resources/accounting/types/LanguageEnum.d.ts +2 -2
  1016. package/dist/api/resources/accounting/types/LastSyncResultEnum.d.ts +6 -6
  1017. package/dist/api/resources/accounting/types/MethodEnum.d.ts +7 -7
  1018. package/dist/api/resources/accounting/types/MethodTypeEnum.d.ts +5 -5
  1019. package/dist/api/resources/accounting/types/ModelOperation.d.ts +0 -3
  1020. package/dist/api/resources/accounting/types/MultipartFormFieldRequest.d.ts +3 -6
  1021. package/dist/api/resources/accounting/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1022. package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +308 -311
  1023. package/dist/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +306 -306
  1024. package/dist/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +2 -2
  1025. package/dist/api/resources/accounting/types/Payment.d.ts +308 -311
  1026. package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +306 -306
  1027. package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +0 -3
  1028. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +0 -3
  1029. package/dist/api/resources/accounting/types/PaymentMethod.d.ts +5 -8
  1030. package/dist/api/resources/accounting/types/PaymentMethodMethodType.d.ts +5 -5
  1031. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +308 -311
  1032. package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +306 -306
  1033. package/dist/api/resources/accounting/types/PaymentRequestType.d.ts +2 -2
  1034. package/dist/api/resources/accounting/types/PaymentTerm.d.ts +0 -3
  1035. package/dist/api/resources/accounting/types/PaymentType.d.ts +2 -2
  1036. package/dist/api/resources/accounting/types/PaymentTypeEnum.d.ts +2 -2
  1037. package/dist/api/resources/accounting/types/PostingStatusEnum.d.ts +2 -2
  1038. package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +312 -315
  1039. package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +306 -306
  1040. package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +306 -309
  1041. package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +306 -306
  1042. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +306 -309
  1043. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +306 -306
  1044. package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +311 -314
  1045. package/dist/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +306 -306
  1046. package/dist/api/resources/accounting/types/PurchaseOrderRequestStatus.d.ts +5 -5
  1047. package/dist/api/resources/accounting/types/PurchaseOrderStatus.d.ts +5 -5
  1048. package/dist/api/resources/accounting/types/PurchaseOrderStatusEnum.d.ts +5 -5
  1049. package/dist/api/resources/accounting/types/RemoteData.d.ts +0 -3
  1050. package/dist/api/resources/accounting/types/RemoteKey.d.ts +0 -3
  1051. package/dist/api/resources/accounting/types/RemoteResponse.d.ts +0 -3
  1052. package/dist/api/resources/accounting/types/ReportItem.d.ts +0 -3
  1053. package/dist/api/resources/accounting/types/RequestFormatEnum.d.ts +3 -3
  1054. package/dist/api/resources/accounting/types/ResponseTypeEnum.d.ts +2 -2
  1055. package/dist/api/resources/accounting/types/RoleEnum.d.ts +6 -6
  1056. package/dist/api/resources/accounting/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1057. package/dist/api/resources/accounting/types/Status7D1Enum.d.ts +2 -2
  1058. package/dist/api/resources/accounting/types/Status895Enum.d.ts +2 -2
  1059. package/dist/api/resources/accounting/types/StatusFd5Enum.d.ts +6 -6
  1060. package/dist/api/resources/accounting/types/SyncStatus.d.ts +0 -3
  1061. package/dist/api/resources/accounting/types/TaxComponent.d.ts +2 -5
  1062. package/dist/api/resources/accounting/types/TaxComponentComponentType.d.ts +2 -2
  1063. package/dist/api/resources/accounting/types/TaxRate.d.ts +2 -5
  1064. package/dist/api/resources/accounting/types/TaxRateStatus.d.ts +2 -2
  1065. package/dist/api/resources/accounting/types/TrackingCategory.d.ts +4 -7
  1066. package/dist/api/resources/accounting/types/TrackingCategoryCategoryType.d.ts +2 -2
  1067. package/dist/api/resources/accounting/types/TrackingCategoryStatus.d.ts +2 -2
  1068. package/dist/api/resources/accounting/types/Transaction.d.ts +313 -317
  1069. package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +306 -306
  1070. package/dist/api/resources/accounting/types/TransactionCurrencyEnum.d.ts +306 -306
  1071. package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +306 -309
  1072. package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +306 -306
  1073. package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +7 -7
  1074. package/dist/api/resources/accounting/types/VendorCredit.d.ts +306 -309
  1075. package/dist/api/resources/accounting/types/VendorCreditApplyLineForInvoice.d.ts +0 -3
  1076. package/dist/api/resources/accounting/types/VendorCreditApplyLineForVendorCredit.d.ts +0 -3
  1077. package/dist/api/resources/accounting/types/VendorCreditApplyLineForVendorCreditRequest.d.ts +0 -3
  1078. package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +306 -306
  1079. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +0 -3
  1080. package/dist/api/resources/accounting/types/VendorCreditLineRequest.d.ts +0 -3
  1081. package/dist/api/resources/accounting/types/VendorCreditRequest.d.ts +306 -309
  1082. package/dist/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +306 -306
  1083. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  1084. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  1085. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  1086. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  1087. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  1088. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  1089. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  1090. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  1091. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  1092. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  1093. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  1094. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  1095. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  1096. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  1097. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  1098. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  1099. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  1100. package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1101. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  1102. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  1103. package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -5
  1104. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  1105. package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -5
  1106. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  1107. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  1108. package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1109. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  1110. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  1111. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  1112. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  1113. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  1114. package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
  1115. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  1116. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  1117. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  1118. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  1119. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  1120. package/dist/api/resources/ats/types/AccessRoleEnum.d.ts +5 -5
  1121. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +0 -3
  1122. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1123. package/dist/api/resources/ats/types/Activity.d.ts +6 -10
  1124. package/dist/api/resources/ats/types/ActivityActivityType.d.ts +3 -3
  1125. package/dist/api/resources/ats/types/ActivityRequest.d.ts +6 -10
  1126. package/dist/api/resources/ats/types/ActivityRequestActivityType.d.ts +3 -3
  1127. package/dist/api/resources/ats/types/ActivityRequestVisibility.d.ts +3 -3
  1128. package/dist/api/resources/ats/types/ActivityTypeEnum.d.ts +3 -3
  1129. package/dist/api/resources/ats/types/ActivityVisibility.d.ts +3 -3
  1130. package/dist/api/resources/ats/types/Application.d.ts +0 -3
  1131. package/dist/api/resources/ats/types/ApplicationRequest.d.ts +0 -3
  1132. package/dist/api/resources/ats/types/Attachment.d.ts +4 -8
  1133. package/dist/api/resources/ats/types/AttachmentAttachmentType.d.ts +4 -4
  1134. package/dist/api/resources/ats/types/AttachmentRequest.d.ts +4 -8
  1135. package/dist/api/resources/ats/types/AttachmentRequestAttachmentType.d.ts +4 -4
  1136. package/dist/api/resources/ats/types/AttachmentTypeEnum.d.ts +4 -4
  1137. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +48 -48
  1138. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +42 -42
  1139. package/dist/api/resources/ats/types/AuditLogEventRole.d.ts +6 -6
  1140. package/dist/api/resources/ats/types/AvailableActions.d.ts +0 -3
  1141. package/dist/api/resources/ats/types/Candidate.d.ts +0 -4
  1142. package/dist/api/resources/ats/types/CandidateRequest.d.ts +0 -4
  1143. package/dist/api/resources/ats/types/CategoriesEnum.d.ts +7 -7
  1144. package/dist/api/resources/ats/types/CategoryEnum.d.ts +7 -7
  1145. package/dist/api/resources/ats/types/DataPassthroughRequest.d.ts +0 -3
  1146. package/dist/api/resources/ats/types/Department.d.ts +0 -4
  1147. package/dist/api/resources/ats/types/DisabilityStatusEnum.d.ts +3 -3
  1148. package/dist/api/resources/ats/types/Eeoc.d.ts +19 -23
  1149. package/dist/api/resources/ats/types/EeocDisabilityStatus.d.ts +3 -3
  1150. package/dist/api/resources/ats/types/EeocGender.d.ts +5 -5
  1151. package/dist/api/resources/ats/types/EeocRace.d.ts +8 -8
  1152. package/dist/api/resources/ats/types/EeocVeteranStatus.d.ts +3 -3
  1153. package/dist/api/resources/ats/types/EmailAddress.d.ts +3 -7
  1154. package/dist/api/resources/ats/types/EmailAddressEmailAddressType.d.ts +3 -3
  1155. package/dist/api/resources/ats/types/EmailAddressRequest.d.ts +3 -7
  1156. package/dist/api/resources/ats/types/EmailAddressRequestEmailAddressType.d.ts +3 -3
  1157. package/dist/api/resources/ats/types/EmailAddressTypeEnum.d.ts +3 -3
  1158. package/dist/api/resources/ats/types/EnabledActionsEnum.d.ts +2 -2
  1159. package/dist/api/resources/ats/types/EncodingEnum.d.ts +3 -3
  1160. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +42 -42
  1161. package/dist/api/resources/ats/types/GenderEnum.d.ts +5 -5
  1162. package/dist/api/resources/ats/types/Issue.d.ts +2 -2
  1163. package/dist/api/resources/ats/types/IssueStatus.d.ts +2 -2
  1164. package/dist/api/resources/ats/types/IssueStatusEnum.d.ts +2 -2
  1165. package/dist/api/resources/ats/types/Job.d.ts +8 -12
  1166. package/dist/api/resources/ats/types/JobInterviewStage.d.ts +0 -4
  1167. package/dist/api/resources/ats/types/JobPosting.d.ts +5 -9
  1168. package/dist/api/resources/ats/types/JobPostingStatusEnum.d.ts +5 -5
  1169. package/dist/api/resources/ats/types/JobStatus.d.ts +5 -5
  1170. package/dist/api/resources/ats/types/JobStatusEnum.d.ts +5 -5
  1171. package/dist/api/resources/ats/types/JobTypeEnum.d.ts +3 -3
  1172. package/dist/api/resources/ats/types/LanguageEnum.d.ts +2 -2
  1173. package/dist/api/resources/ats/types/LastSyncResultEnum.d.ts +6 -6
  1174. package/dist/api/resources/ats/types/MethodEnum.d.ts +7 -7
  1175. package/dist/api/resources/ats/types/ModelOperation.d.ts +0 -3
  1176. package/dist/api/resources/ats/types/MultipartFormFieldRequest.d.ts +3 -6
  1177. package/dist/api/resources/ats/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1178. package/dist/api/resources/ats/types/Offer.d.ts +9 -13
  1179. package/dist/api/resources/ats/types/OfferStatus.d.ts +9 -9
  1180. package/dist/api/resources/ats/types/OfferStatusEnum.d.ts +9 -9
  1181. package/dist/api/resources/ats/types/Office.d.ts +0 -4
  1182. package/dist/api/resources/ats/types/OverallRecommendationEnum.d.ts +5 -5
  1183. package/dist/api/resources/ats/types/PatchedCandidateRequest.d.ts +0 -4
  1184. package/dist/api/resources/ats/types/PhoneNumber.d.ts +5 -9
  1185. package/dist/api/resources/ats/types/PhoneNumberPhoneNumberType.d.ts +5 -5
  1186. package/dist/api/resources/ats/types/PhoneNumberRequest.d.ts +5 -9
  1187. package/dist/api/resources/ats/types/PhoneNumberRequestPhoneNumberType.d.ts +5 -5
  1188. package/dist/api/resources/ats/types/PhoneNumberTypeEnum.d.ts +5 -5
  1189. package/dist/api/resources/ats/types/RaceEnum.d.ts +8 -8
  1190. package/dist/api/resources/ats/types/ReasonEnum.d.ts +3 -3
  1191. package/dist/api/resources/ats/types/RejectReason.d.ts +0 -4
  1192. package/dist/api/resources/ats/types/RemoteData.d.ts +0 -3
  1193. package/dist/api/resources/ats/types/RemoteKey.d.ts +0 -3
  1194. package/dist/api/resources/ats/types/RemoteResponse.d.ts +0 -3
  1195. package/dist/api/resources/ats/types/RemoteUser.d.ts +5 -9
  1196. package/dist/api/resources/ats/types/RemoteUserAccessRole.d.ts +5 -5
  1197. package/dist/api/resources/ats/types/RequestFormatEnum.d.ts +3 -3
  1198. package/dist/api/resources/ats/types/ResponseTypeEnum.d.ts +2 -2
  1199. package/dist/api/resources/ats/types/RoleEnum.d.ts +6 -6
  1200. package/dist/api/resources/ats/types/ScheduledInterview.d.ts +3 -7
  1201. package/dist/api/resources/ats/types/ScheduledInterviewRequest.d.ts +3 -7
  1202. package/dist/api/resources/ats/types/ScheduledInterviewRequestStatus.d.ts +3 -3
  1203. package/dist/api/resources/ats/types/ScheduledInterviewStatus.d.ts +3 -3
  1204. package/dist/api/resources/ats/types/ScheduledInterviewStatusEnum.d.ts +3 -3
  1205. package/dist/api/resources/ats/types/Scorecard.d.ts +5 -9
  1206. package/dist/api/resources/ats/types/ScorecardOverallRecommendation.d.ts +5 -5
  1207. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +8 -11
  1208. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +0 -3
  1209. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +0 -3
  1210. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +0 -3
  1211. package/dist/api/resources/ats/types/ScreeningQuestionType.d.ts +8 -8
  1212. package/dist/api/resources/ats/types/ScreeningQuestionTypeEnum.d.ts +8 -8
  1213. package/dist/api/resources/ats/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1214. package/dist/api/resources/ats/types/StatusFd5Enum.d.ts +6 -6
  1215. package/dist/api/resources/ats/types/SyncStatus.d.ts +0 -3
  1216. package/dist/api/resources/ats/types/Tag.d.ts +0 -4
  1217. package/dist/api/resources/ats/types/Url.d.ts +7 -11
  1218. package/dist/api/resources/ats/types/UrlRequest.d.ts +7 -11
  1219. package/dist/api/resources/ats/types/UrlRequestUrlType.d.ts +7 -7
  1220. package/dist/api/resources/ats/types/UrlTypeEnum.d.ts +7 -7
  1221. package/dist/api/resources/ats/types/UrlUrlType.d.ts +7 -7
  1222. package/dist/api/resources/ats/types/VeteranStatusEnum.d.ts +3 -3
  1223. package/dist/api/resources/ats/types/VisibilityEnum.d.ts +3 -3
  1224. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  1225. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  1226. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  1227. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  1228. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  1229. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  1230. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  1231. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  1232. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  1233. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  1234. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  1235. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  1236. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  1237. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  1238. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  1239. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  1240. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  1241. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  1242. package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1243. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  1244. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  1245. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  1246. package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1247. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  1248. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  1249. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +3 -3
  1250. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  1251. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  1252. package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
  1253. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  1254. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  1255. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  1256. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  1257. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  1258. package/dist/api/resources/crm/types/Account.d.ts +0 -4
  1259. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +0 -3
  1260. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1261. package/dist/api/resources/crm/types/AccountRequest.d.ts +0 -4
  1262. package/dist/api/resources/crm/types/ActivityTypeEnum.d.ts +3 -3
  1263. package/dist/api/resources/crm/types/Address.d.ts +251 -255
  1264. package/dist/api/resources/crm/types/AddressAddressType.d.ts +2 -2
  1265. package/dist/api/resources/crm/types/AddressCountry.d.ts +249 -249
  1266. package/dist/api/resources/crm/types/AddressRequest.d.ts +251 -255
  1267. package/dist/api/resources/crm/types/AddressRequestAddressType.d.ts +2 -2
  1268. package/dist/api/resources/crm/types/AddressRequestCountry.d.ts +249 -249
  1269. package/dist/api/resources/crm/types/AddressTypeEnum.d.ts +2 -2
  1270. package/dist/api/resources/crm/types/Association.d.ts +0 -4
  1271. package/dist/api/resources/crm/types/AssociationType.d.ts +0 -4
  1272. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +48 -48
  1273. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +42 -42
  1274. package/dist/api/resources/crm/types/AuditLogEventRole.d.ts +6 -6
  1275. package/dist/api/resources/crm/types/AvailableActions.d.ts +0 -3
  1276. package/dist/api/resources/crm/types/CardinalityEnum.d.ts +4 -4
  1277. package/dist/api/resources/crm/types/CategoriesEnum.d.ts +7 -7
  1278. package/dist/api/resources/crm/types/CategoryEnum.d.ts +7 -7
  1279. package/dist/api/resources/crm/types/Contact.d.ts +0 -4
  1280. package/dist/api/resources/crm/types/ContactRequest.d.ts +0 -4
  1281. package/dist/api/resources/crm/types/CountryEnum.d.ts +249 -249
  1282. package/dist/api/resources/crm/types/CustomObject.d.ts +0 -4
  1283. package/dist/api/resources/crm/types/CustomObjectClass.d.ts +0 -4
  1284. package/dist/api/resources/crm/types/DataPassthroughRequest.d.ts +0 -3
  1285. package/dist/api/resources/crm/types/DirectionEnum.d.ts +2 -2
  1286. package/dist/api/resources/crm/types/EmailAddress.d.ts +0 -4
  1287. package/dist/api/resources/crm/types/EmailAddressRequest.d.ts +0 -4
  1288. package/dist/api/resources/crm/types/EnabledActionsEnum.d.ts +2 -2
  1289. package/dist/api/resources/crm/types/EncodingEnum.d.ts +3 -3
  1290. package/dist/api/resources/crm/types/Engagement.d.ts +2 -6
  1291. package/dist/api/resources/crm/types/EngagementDirection.d.ts +2 -2
  1292. package/dist/api/resources/crm/types/EngagementRequest.d.ts +2 -6
  1293. package/dist/api/resources/crm/types/EngagementRequestDirection.d.ts +2 -2
  1294. package/dist/api/resources/crm/types/EngagementType.d.ts +3 -7
  1295. package/dist/api/resources/crm/types/EngagementTypeActivityType.d.ts +3 -3
  1296. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +42 -42
  1297. package/dist/api/resources/crm/types/FieldFormatEnum.d.ts +6 -6
  1298. package/dist/api/resources/crm/types/FieldTypeEnum.d.ts +6 -6
  1299. package/dist/api/resources/crm/types/Issue.d.ts +2 -2
  1300. package/dist/api/resources/crm/types/IssueStatus.d.ts +2 -2
  1301. package/dist/api/resources/crm/types/IssueStatusEnum.d.ts +2 -2
  1302. package/dist/api/resources/crm/types/ItemFormatEnum.d.ts +6 -6
  1303. package/dist/api/resources/crm/types/ItemTypeEnum.d.ts +6 -6
  1304. package/dist/api/resources/crm/types/LanguageEnum.d.ts +2 -2
  1305. package/dist/api/resources/crm/types/LastSyncResultEnum.d.ts +6 -6
  1306. package/dist/api/resources/crm/types/Lead.d.ts +0 -4
  1307. package/dist/api/resources/crm/types/LeadRequest.d.ts +0 -4
  1308. package/dist/api/resources/crm/types/MethodEnum.d.ts +7 -7
  1309. package/dist/api/resources/crm/types/ModelOperation.d.ts +0 -3
  1310. package/dist/api/resources/crm/types/MultipartFormFieldRequest.d.ts +3 -6
  1311. package/dist/api/resources/crm/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1312. package/dist/api/resources/crm/types/Note.d.ts +0 -4
  1313. package/dist/api/resources/crm/types/NoteRequest.d.ts +0 -4
  1314. package/dist/api/resources/crm/types/Opportunity.d.ts +3 -7
  1315. package/dist/api/resources/crm/types/OpportunityRequest.d.ts +3 -7
  1316. package/dist/api/resources/crm/types/OpportunityRequestStatus.d.ts +3 -3
  1317. package/dist/api/resources/crm/types/OpportunityStatus.d.ts +3 -3
  1318. package/dist/api/resources/crm/types/OpportunityStatusEnum.d.ts +3 -3
  1319. package/dist/api/resources/crm/types/OriginTypeEnum.d.ts +3 -3
  1320. package/dist/api/resources/crm/types/PatchedAccountRequest.d.ts +0 -4
  1321. package/dist/api/resources/crm/types/PatchedContactRequest.d.ts +0 -4
  1322. package/dist/api/resources/crm/types/PatchedEngagementRequest.d.ts +2 -6
  1323. package/dist/api/resources/crm/types/PatchedEngagementRequestDirection.d.ts +2 -2
  1324. package/dist/api/resources/crm/types/PatchedOpportunityRequest.d.ts +3 -7
  1325. package/dist/api/resources/crm/types/PatchedOpportunityRequestStatus.d.ts +3 -3
  1326. package/dist/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -6
  1327. package/dist/api/resources/crm/types/PatchedTaskRequestStatus.d.ts +2 -2
  1328. package/dist/api/resources/crm/types/PhoneNumber.d.ts +0 -4
  1329. package/dist/api/resources/crm/types/PhoneNumberRequest.d.ts +0 -4
  1330. package/dist/api/resources/crm/types/ReasonEnum.d.ts +3 -3
  1331. package/dist/api/resources/crm/types/RemoteData.d.ts +0 -3
  1332. package/dist/api/resources/crm/types/RemoteKey.d.ts +0 -3
  1333. package/dist/api/resources/crm/types/RemoteResponse.d.ts +0 -3
  1334. package/dist/api/resources/crm/types/RequestFormatEnum.d.ts +3 -3
  1335. package/dist/api/resources/crm/types/ResponseTypeEnum.d.ts +2 -2
  1336. package/dist/api/resources/crm/types/RoleEnum.d.ts +6 -6
  1337. package/dist/api/resources/crm/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1338. package/dist/api/resources/crm/types/Stage.d.ts +0 -4
  1339. package/dist/api/resources/crm/types/StatusFd5Enum.d.ts +6 -6
  1340. package/dist/api/resources/crm/types/SyncStatus.d.ts +0 -3
  1341. package/dist/api/resources/crm/types/Task.d.ts +2 -6
  1342. package/dist/api/resources/crm/types/TaskRequest.d.ts +2 -6
  1343. package/dist/api/resources/crm/types/TaskRequestStatus.d.ts +2 -2
  1344. package/dist/api/resources/crm/types/TaskStatus.d.ts +2 -2
  1345. package/dist/api/resources/crm/types/TaskStatusEnum.d.ts +2 -2
  1346. package/dist/api/resources/crm/types/User.d.ts +0 -4
  1347. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  1348. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  1349. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  1350. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  1351. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  1352. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  1353. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  1354. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  1355. package/dist/api/resources/filestorage/resources/files/client/Client.js +7 -7
  1356. package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRetrieveRequest.d.ts +0 -7
  1357. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  1358. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  1359. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  1360. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  1361. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  1362. package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1363. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  1364. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  1365. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1366. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  1367. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  1368. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  1369. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  1370. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  1371. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  1372. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +0 -3
  1373. package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1374. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +48 -48
  1375. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +42 -42
  1376. package/dist/api/resources/filestorage/types/AuditLogEventRole.d.ts +6 -6
  1377. package/dist/api/resources/filestorage/types/AvailableActions.d.ts +0 -3
  1378. package/dist/api/resources/filestorage/types/CategoriesEnum.d.ts +7 -7
  1379. package/dist/api/resources/filestorage/types/CategoryEnum.d.ts +7 -7
  1380. package/dist/api/resources/filestorage/types/DataPassthroughRequest.d.ts +0 -3
  1381. package/dist/api/resources/filestorage/types/Drive.d.ts +0 -4
  1382. package/dist/api/resources/filestorage/types/EnabledActionsEnum.d.ts +2 -2
  1383. package/dist/api/resources/filestorage/types/EncodingEnum.d.ts +3 -3
  1384. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +42 -42
  1385. package/dist/api/resources/filestorage/types/FileRequest.d.ts +0 -4
  1386. package/dist/api/resources/filestorage/types/File_.d.ts +0 -4
  1387. package/dist/api/resources/filestorage/types/Folder.d.ts +0 -4
  1388. package/dist/api/resources/filestorage/types/FolderRequest.d.ts +0 -4
  1389. package/dist/api/resources/filestorage/types/Group.d.ts +0 -4
  1390. package/dist/api/resources/filestorage/types/Issue.d.ts +2 -2
  1391. package/dist/api/resources/filestorage/types/IssueStatus.d.ts +2 -2
  1392. package/dist/api/resources/filestorage/types/IssueStatusEnum.d.ts +2 -2
  1393. package/dist/api/resources/filestorage/types/LanguageEnum.d.ts +2 -2
  1394. package/dist/api/resources/filestorage/types/LastSyncResultEnum.d.ts +6 -6
  1395. package/dist/api/resources/filestorage/types/MethodEnum.d.ts +7 -7
  1396. package/dist/api/resources/filestorage/types/ModelOperation.d.ts +0 -3
  1397. package/dist/api/resources/filestorage/types/MultipartFormFieldRequest.d.ts +3 -6
  1398. package/dist/api/resources/filestorage/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1399. package/dist/api/resources/filestorage/types/Permission.d.ts +4 -7
  1400. package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +4 -7
  1401. package/dist/api/resources/filestorage/types/PermissionRequestRolesItem.d.ts +3 -3
  1402. package/dist/api/resources/filestorage/types/PermissionRequestType.d.ts +4 -4
  1403. package/dist/api/resources/filestorage/types/PermissionRolesItem.d.ts +3 -3
  1404. package/dist/api/resources/filestorage/types/PermissionType.d.ts +4 -4
  1405. package/dist/api/resources/filestorage/types/RemoteData.d.ts +0 -3
  1406. package/dist/api/resources/filestorage/types/RemoteKey.d.ts +0 -3
  1407. package/dist/api/resources/filestorage/types/RemoteResponse.d.ts +0 -3
  1408. package/dist/api/resources/filestorage/types/RequestFormatEnum.d.ts +3 -3
  1409. package/dist/api/resources/filestorage/types/ResponseTypeEnum.d.ts +2 -2
  1410. package/dist/api/resources/filestorage/types/RoleEnum.d.ts +6 -6
  1411. package/dist/api/resources/filestorage/types/RolesEnum.d.ts +3 -3
  1412. package/dist/api/resources/filestorage/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1413. package/dist/api/resources/filestorage/types/StatusFd5Enum.d.ts +6 -6
  1414. package/dist/api/resources/filestorage/types/SyncStatus.d.ts +0 -3
  1415. package/dist/api/resources/filestorage/types/TypeEnum.d.ts +4 -4
  1416. package/dist/api/resources/filestorage/types/User.d.ts +0 -4
  1417. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  1418. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  1419. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  1420. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  1421. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  1422. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  1423. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +2 -2
  1424. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  1425. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  1426. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  1427. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  1428. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  1429. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  1430. package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +3 -3
  1431. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  1432. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  1433. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  1434. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  1435. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  1436. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  1437. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  1438. package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1439. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  1440. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  1441. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1442. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  1443. package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
  1444. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  1445. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  1446. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  1447. package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -5
  1448. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  1449. package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
  1450. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  1451. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  1452. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  1453. package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +11 -11
  1454. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  1455. package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +6 -6
  1456. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  1457. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  1458. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +0 -3
  1459. package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1460. package/dist/api/resources/hris/types/AccountTypeEnum.d.ts +2 -2
  1461. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +48 -48
  1462. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +42 -42
  1463. package/dist/api/resources/hris/types/AuditLogEventRole.d.ts +6 -6
  1464. package/dist/api/resources/hris/types/AvailableActions.d.ts +0 -3
  1465. package/dist/api/resources/hris/types/BankInfo.d.ts +2 -5
  1466. package/dist/api/resources/hris/types/BankInfoAccountType.d.ts +2 -2
  1467. package/dist/api/resources/hris/types/Benefit.d.ts +0 -3
  1468. package/dist/api/resources/hris/types/BenefitPlanTypeEnum.d.ts +5 -5
  1469. package/dist/api/resources/hris/types/CategoriesEnum.d.ts +7 -7
  1470. package/dist/api/resources/hris/types/CategoryEnum.d.ts +7 -7
  1471. package/dist/api/resources/hris/types/Company.d.ts +0 -3
  1472. package/dist/api/resources/hris/types/CountryEnum.d.ts +249 -249
  1473. package/dist/api/resources/hris/types/DataPassthroughRequest.d.ts +0 -3
  1474. package/dist/api/resources/hris/types/Deduction.d.ts +0 -3
  1475. package/dist/api/resources/hris/types/Dependent.d.ts +8 -11
  1476. package/dist/api/resources/hris/types/DependentGender.d.ts +5 -5
  1477. package/dist/api/resources/hris/types/DependentRelationship.d.ts +3 -3
  1478. package/dist/api/resources/hris/types/Earning.d.ts +4 -7
  1479. package/dist/api/resources/hris/types/EarningType.d.ts +4 -4
  1480. package/dist/api/resources/hris/types/EarningTypeEnum.d.ts +4 -4
  1481. package/dist/api/resources/hris/types/Employee.d.ts +21 -24
  1482. package/dist/api/resources/hris/types/EmployeeEmploymentStatus.d.ts +3 -3
  1483. package/dist/api/resources/hris/types/EmployeeEthnicity.d.ts +8 -8
  1484. package/dist/api/resources/hris/types/EmployeeGender.d.ts +5 -5
  1485. package/dist/api/resources/hris/types/EmployeeMaritalStatus.d.ts +5 -5
  1486. package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +0 -3
  1487. package/dist/api/resources/hris/types/EmployeeRequest.d.ts +21 -24
  1488. package/dist/api/resources/hris/types/EmployeeRequestEmploymentStatus.d.ts +3 -3
  1489. package/dist/api/resources/hris/types/EmployeeRequestEthnicity.d.ts +8 -8
  1490. package/dist/api/resources/hris/types/EmployeeRequestGender.d.ts +5 -5
  1491. package/dist/api/resources/hris/types/EmployeeRequestMaritalStatus.d.ts +5 -5
  1492. package/dist/api/resources/hris/types/EmployerBenefit.d.ts +5 -8
  1493. package/dist/api/resources/hris/types/EmployerBenefitBenefitPlanType.d.ts +5 -5
  1494. package/dist/api/resources/hris/types/Employment.d.ts +333 -336
  1495. package/dist/api/resources/hris/types/EmploymentEmploymentType.d.ts +5 -5
  1496. package/dist/api/resources/hris/types/EmploymentFlsaStatus.d.ts +4 -4
  1497. package/dist/api/resources/hris/types/EmploymentPayCurrency.d.ts +306 -306
  1498. package/dist/api/resources/hris/types/EmploymentPayFrequency.d.ts +9 -9
  1499. package/dist/api/resources/hris/types/EmploymentPayPeriod.d.ts +9 -9
  1500. package/dist/api/resources/hris/types/EmploymentStatusEnum.d.ts +3 -3
  1501. package/dist/api/resources/hris/types/EmploymentTypeEnum.d.ts +5 -5
  1502. package/dist/api/resources/hris/types/EnabledActionsEnum.d.ts +2 -2
  1503. package/dist/api/resources/hris/types/EncodingEnum.d.ts +3 -3
  1504. package/dist/api/resources/hris/types/EthnicityEnum.d.ts +8 -8
  1505. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +42 -42
  1506. package/dist/api/resources/hris/types/FlsaStatusEnum.d.ts +4 -4
  1507. package/dist/api/resources/hris/types/GenderEnum.d.ts +5 -5
  1508. package/dist/api/resources/hris/types/Group.d.ts +5 -8
  1509. package/dist/api/resources/hris/types/GroupType.d.ts +5 -5
  1510. package/dist/api/resources/hris/types/GroupTypeEnum.d.ts +5 -5
  1511. package/dist/api/resources/hris/types/Issue.d.ts +2 -2
  1512. package/dist/api/resources/hris/types/IssueStatus.d.ts +2 -2
  1513. package/dist/api/resources/hris/types/IssueStatusEnum.d.ts +2 -2
  1514. package/dist/api/resources/hris/types/LanguageEnum.d.ts +2 -2
  1515. package/dist/api/resources/hris/types/LastSyncResultEnum.d.ts +6 -6
  1516. package/dist/api/resources/hris/types/Location.d.ts +251 -254
  1517. package/dist/api/resources/hris/types/LocationCountry.d.ts +249 -249
  1518. package/dist/api/resources/hris/types/LocationLocationType.d.ts +2 -2
  1519. package/dist/api/resources/hris/types/LocationTypeEnum.d.ts +2 -2
  1520. package/dist/api/resources/hris/types/MaritalStatusEnum.d.ts +5 -5
  1521. package/dist/api/resources/hris/types/MethodEnum.d.ts +7 -7
  1522. package/dist/api/resources/hris/types/ModelOperation.d.ts +0 -3
  1523. package/dist/api/resources/hris/types/MultipartFormFieldRequest.d.ts +3 -6
  1524. package/dist/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1525. package/dist/api/resources/hris/types/PayCurrencyEnum.d.ts +306 -306
  1526. package/dist/api/resources/hris/types/PayFrequencyEnum.d.ts +9 -9
  1527. package/dist/api/resources/hris/types/PayGroup.d.ts +0 -3
  1528. package/dist/api/resources/hris/types/PayPeriodEnum.d.ts +9 -9
  1529. package/dist/api/resources/hris/types/PayrollRun.d.ts +10 -13
  1530. package/dist/api/resources/hris/types/PayrollRunRunState.d.ts +5 -5
  1531. package/dist/api/resources/hris/types/PayrollRunRunType.d.ts +5 -5
  1532. package/dist/api/resources/hris/types/PolicyTypeEnum.d.ts +6 -6
  1533. package/dist/api/resources/hris/types/ReasonEnum.d.ts +3 -3
  1534. package/dist/api/resources/hris/types/RelationshipEnum.d.ts +3 -3
  1535. package/dist/api/resources/hris/types/RemoteData.d.ts +0 -3
  1536. package/dist/api/resources/hris/types/RemoteKey.d.ts +0 -3
  1537. package/dist/api/resources/hris/types/RemoteResponse.d.ts +0 -3
  1538. package/dist/api/resources/hris/types/RequestFormatEnum.d.ts +3 -3
  1539. package/dist/api/resources/hris/types/RequestTypeEnum.d.ts +6 -6
  1540. package/dist/api/resources/hris/types/ResponseTypeEnum.d.ts +2 -2
  1541. package/dist/api/resources/hris/types/RoleEnum.d.ts +6 -6
  1542. package/dist/api/resources/hris/types/RunStateEnum.d.ts +5 -5
  1543. package/dist/api/resources/hris/types/RunTypeEnum.d.ts +5 -5
  1544. package/dist/api/resources/hris/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1545. package/dist/api/resources/hris/types/StatusFd5Enum.d.ts +6 -6
  1546. package/dist/api/resources/hris/types/SyncStatus.d.ts +0 -3
  1547. package/dist/api/resources/hris/types/Tax.d.ts +0 -3
  1548. package/dist/api/resources/hris/types/Team.d.ts +0 -3
  1549. package/dist/api/resources/hris/types/TimeOff.d.ts +13 -16
  1550. package/dist/api/resources/hris/types/TimeOffBalance.d.ts +6 -9
  1551. package/dist/api/resources/hris/types/TimeOffBalancePolicyType.d.ts +6 -6
  1552. package/dist/api/resources/hris/types/TimeOffRequest.d.ts +13 -16
  1553. package/dist/api/resources/hris/types/TimeOffRequestRequestType.d.ts +6 -6
  1554. package/dist/api/resources/hris/types/TimeOffRequestStatus.d.ts +5 -5
  1555. package/dist/api/resources/hris/types/TimeOffRequestType.d.ts +6 -6
  1556. package/dist/api/resources/hris/types/TimeOffRequestUnits.d.ts +2 -2
  1557. package/dist/api/resources/hris/types/TimeOffStatus.d.ts +5 -5
  1558. package/dist/api/resources/hris/types/TimeOffStatusEnum.d.ts +5 -5
  1559. package/dist/api/resources/hris/types/TimeOffUnits.d.ts +2 -2
  1560. package/dist/api/resources/hris/types/TimesheetEntry.d.ts +1 -3
  1561. package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +1 -3
  1562. package/dist/api/resources/hris/types/UnitsEnum.d.ts +2 -2
  1563. package/dist/api/resources/index.d.ts +1 -1
  1564. package/dist/api/resources/index.js +2 -2
  1565. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  1566. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  1567. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  1568. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  1569. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  1570. package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsDownloadRetrieveRequest.d.ts +0 -7
  1571. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  1572. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  1573. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  1574. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  1575. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  1576. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  1577. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  1578. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  1579. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  1580. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  1581. package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +2 -2
  1582. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  1583. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  1584. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +7 -7
  1585. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  1586. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  1587. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  1588. package/dist/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  1589. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  1590. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  1591. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  1592. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  1593. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  1594. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -4
  1595. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  1596. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  1597. package/dist/api/resources/ticketing/types/AccessLevelEnum.d.ts +3 -3
  1598. package/dist/api/resources/ticketing/types/Account.d.ts +0 -3
  1599. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +0 -3
  1600. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +4 -4
  1601. package/dist/api/resources/ticketing/types/Attachment.d.ts +0 -3
  1602. package/dist/api/resources/ticketing/types/AttachmentRequest.d.ts +0 -3
  1603. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +48 -48
  1604. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +42 -42
  1605. package/dist/api/resources/ticketing/types/AuditLogEventRole.d.ts +6 -6
  1606. package/dist/api/resources/ticketing/types/AvailableActions.d.ts +0 -3
  1607. package/dist/api/resources/ticketing/types/CategoriesEnum.d.ts +7 -7
  1608. package/dist/api/resources/ticketing/types/CategoryEnum.d.ts +7 -7
  1609. package/dist/api/resources/ticketing/types/Collection.d.ts +5 -8
  1610. package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +3 -3
  1611. package/dist/api/resources/ticketing/types/CollectionCollectionType.d.ts +2 -2
  1612. package/dist/api/resources/ticketing/types/CollectionTypeEnum.d.ts +2 -2
  1613. package/dist/api/resources/ticketing/types/Comment.d.ts +0 -3
  1614. package/dist/api/resources/ticketing/types/CommentRequest.d.ts +0 -3
  1615. package/dist/api/resources/ticketing/types/Contact.d.ts +0 -3
  1616. package/dist/api/resources/ticketing/types/ContactRequest.d.ts +0 -3
  1617. package/dist/api/resources/ticketing/types/DataPassthroughRequest.d.ts +0 -3
  1618. package/dist/api/resources/ticketing/types/EnabledActionsEnum.d.ts +2 -2
  1619. package/dist/api/resources/ticketing/types/EncodingEnum.d.ts +3 -3
  1620. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +42 -42
  1621. package/dist/api/resources/ticketing/types/FieldFormatEnum.d.ts +6 -6
  1622. package/dist/api/resources/ticketing/types/FieldTypeEnum.d.ts +6 -6
  1623. package/dist/api/resources/ticketing/types/Issue.d.ts +2 -2
  1624. package/dist/api/resources/ticketing/types/IssueStatus.d.ts +2 -2
  1625. package/dist/api/resources/ticketing/types/IssueStatusEnum.d.ts +2 -2
  1626. package/dist/api/resources/ticketing/types/ItemFormatEnum.d.ts +6 -6
  1627. package/dist/api/resources/ticketing/types/ItemTypeEnum.d.ts +6 -6
  1628. package/dist/api/resources/ticketing/types/LanguageEnum.d.ts +2 -2
  1629. package/dist/api/resources/ticketing/types/LastSyncResultEnum.d.ts +6 -6
  1630. package/dist/api/resources/ticketing/types/MethodEnum.d.ts +7 -7
  1631. package/dist/api/resources/ticketing/types/ModelOperation.d.ts +0 -3
  1632. package/dist/api/resources/ticketing/types/MultipartFormFieldRequest.d.ts +3 -6
  1633. package/dist/api/resources/ticketing/types/MultipartFormFieldRequestEncoding.d.ts +3 -3
  1634. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +8 -12
  1635. package/dist/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +4 -4
  1636. package/dist/api/resources/ticketing/types/PatchedTicketRequestStatus.d.ts +4 -4
  1637. package/dist/api/resources/ticketing/types/PriorityEnum.d.ts +4 -4
  1638. package/dist/api/resources/ticketing/types/Project.d.ts +0 -3
  1639. package/dist/api/resources/ticketing/types/RemoteData.d.ts +0 -3
  1640. package/dist/api/resources/ticketing/types/RemoteKey.d.ts +0 -3
  1641. package/dist/api/resources/ticketing/types/RemoteResponse.d.ts +0 -3
  1642. package/dist/api/resources/ticketing/types/RequestFormatEnum.d.ts +3 -3
  1643. package/dist/api/resources/ticketing/types/ResponseTypeEnum.d.ts +2 -2
  1644. package/dist/api/resources/ticketing/types/Role.d.ts +3 -6
  1645. package/dist/api/resources/ticketing/types/RoleEnum.d.ts +6 -6
  1646. package/dist/api/resources/ticketing/types/RoleTicketAccess.d.ts +3 -3
  1647. package/dist/api/resources/ticketing/types/SelectiveSyncConfigurationsUsageEnum.d.ts +2 -2
  1648. package/dist/api/resources/ticketing/types/StatusFd5Enum.d.ts +6 -6
  1649. package/dist/api/resources/ticketing/types/SyncStatus.d.ts +0 -3
  1650. package/dist/api/resources/ticketing/types/Tag.d.ts +0 -3
  1651. package/dist/api/resources/ticketing/types/Team.d.ts +0 -3
  1652. package/dist/api/resources/ticketing/types/Ticket.d.ts +8 -12
  1653. package/dist/api/resources/ticketing/types/TicketAccessEnum.d.ts +3 -3
  1654. package/dist/api/resources/ticketing/types/TicketActionsEnum.d.ts +6 -6
  1655. package/dist/api/resources/ticketing/types/TicketPriority.d.ts +4 -4
  1656. package/dist/api/resources/ticketing/types/TicketRequest.d.ts +8 -12
  1657. package/dist/api/resources/ticketing/types/TicketRequestPriority.d.ts +4 -4
  1658. package/dist/api/resources/ticketing/types/TicketRequestStatus.d.ts +4 -4
  1659. package/dist/api/resources/ticketing/types/TicketStatus.d.ts +4 -4
  1660. package/dist/api/resources/ticketing/types/TicketStatusEnum.d.ts +4 -4
  1661. package/dist/api/resources/ticketing/types/User.d.ts +0 -3
  1662. package/dist/api/resources/ticketing/types/Viewer.d.ts +0 -3
  1663. package/dist/serialization/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  1664. package/dist/serialization/resources/accounting/types/EmployeeCompany.js +2 -1
  1665. package/dist/serialization/resources/index.d.ts +1 -1
  1666. package/dist/serialization/resources/index.js +2 -2
  1667. package/dist/version.d.ts +1 -1
  1668. package/dist/version.js +1 -1
  1669. package/package.json +1 -1
  1670. package/reference.md +1928 -2076
  1671. package/serialization/resources/accounting/types/EmployeeCompany.d.ts +2 -1
  1672. package/serialization/resources/accounting/types/EmployeeCompany.js +2 -1
  1673. package/serialization/resources/index.d.ts +1 -1
  1674. package/serialization/resources/index.js +2 -2
  1675. package/version.d.ts +1 -1
  1676. package/version.js +1 -1
@@ -4,13 +4,10 @@
4
4
  import * as Merge from "../../../index";
5
5
  /**
6
6
  * # The GeneralLedgerTransactionLineSerializer Object
7
- *
8
7
  * ### Description
9
- *
10
8
  * The `GeneralLedgerTransactionLineSerializer` object represents general ledger transaction line item.
11
9
  *
12
10
  * ### Usage Example Fetch from the `GET GeneralLedgerTransactionLineSerializer` endpoint and view an
13
- *
14
11
  * `GeneralLedgerTransaction` line item.
15
12
  */
16
13
  export interface GeneralLedgerTransactionLine {
@@ -29,623 +26,623 @@ export interface GeneralLedgerTransactionLine {
29
26
  /**
30
27
  * The base currency of the transaction
31
28
  *
32
- * - `XUA` - ADB Unit of Account
33
- * - `AFN` - Afghan Afghani
34
- * - `AFA` - Afghan Afghani (1927–2002)
35
- * - `ALL` - Albanian Lek
36
- * - `ALK` - Albanian Lek (1946–1965)
37
- * - `DZD` - Algerian Dinar
38
- * - `ADP` - Andorran Peseta
39
- * - `AOA` - Angolan Kwanza
40
- * - `AOK` - Angolan Kwanza (1977–1991)
41
- * - `AON` - Angolan New Kwanza (1990–2000)
42
- * - `AOR` - Angolan Readjusted Kwanza (1995–1999)
43
- * - `ARA` - Argentine Austral
44
- * - `ARS` - Argentine Peso
45
- * - `ARM` - Argentine Peso (1881–1970)
46
- * - `ARP` - Argentine Peso (1983–1985)
47
- * - `ARL` - Argentine Peso Ley (1970–1983)
48
- * - `AMD` - Armenian Dram
49
- * - `AWG` - Aruban Florin
50
- * - `AUD` - Australian Dollar
51
- * - `ATS` - Austrian Schilling
52
- * - `AZN` - Azerbaijani Manat
53
- * - `AZM` - Azerbaijani Manat (1993–2006)
54
- * - `BSD` - Bahamian Dollar
55
- * - `BHD` - Bahraini Dinar
56
- * - `BDT` - Bangladeshi Taka
57
- * - `BBD` - Barbadian Dollar
58
- * - `BYN` - Belarusian Ruble
59
- * - `BYB` - Belarusian Ruble (1994–1999)
60
- * - `BYR` - Belarusian Ruble (2000–2016)
61
- * - `BEF` - Belgian Franc
62
- * - `BEC` - Belgian Franc (convertible)
63
- * - `BEL` - Belgian Franc (financial)
64
- * - `BZD` - Belize Dollar
65
- * - `BMD` - Bermudan Dollar
66
- * - `BTN` - Bhutanese Ngultrum
67
- * - `BOB` - Bolivian Boliviano
68
- * - `BOL` - Bolivian Boliviano (1863–1963)
69
- * - `BOV` - Bolivian Mvdol
70
- * - `BOP` - Bolivian Peso
71
- * - `BAM` - Bosnia-Herzegovina Convertible Mark
72
- * - `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
73
- * - `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
74
- * - `BWP` - Botswanan Pula
75
- * - `BRC` - Brazilian Cruzado (1986–1989)
76
- * - `BRZ` - Brazilian Cruzeiro (1942–1967)
77
- * - `BRE` - Brazilian Cruzeiro (1990–1993)
78
- * - `BRR` - Brazilian Cruzeiro (1993–1994)
79
- * - `BRN` - Brazilian New Cruzado (1989–1990)
80
- * - `BRB` - Brazilian New Cruzeiro (1967–1986)
81
- * - `BRL` - Brazilian Real
82
- * - `GBP` - British Pound
83
- * - `BND` - Brunei Dollar
84
- * - `BGL` - Bulgarian Hard Lev
85
- * - `BGN` - Bulgarian Lev
86
- * - `BGO` - Bulgarian Lev (1879–1952)
87
- * - `BGM` - Bulgarian Socialist Lev
88
- * - `BUK` - Burmese Kyat
89
- * - `BIF` - Burundian Franc
90
- * - `XPF` - CFP Franc
91
- * - `KHR` - Cambodian Riel
92
- * - `CAD` - Canadian Dollar
93
- * - `CVE` - Cape Verdean Escudo
94
- * - `KYD` - Cayman Islands Dollar
95
- * - `XAF` - Central African CFA Franc
96
- * - `CLE` - Chilean Escudo
97
- * - `CLP` - Chilean Peso
98
- * - `CLF` - Chilean Unit of Account (UF)
99
- * - `CNX` - Chinese People’s Bank Dollar
100
- * - `CNY` - Chinese Yuan
101
- * - `CNH` - Chinese Yuan (offshore)
102
- * - `COP` - Colombian Peso
103
- * - `COU` - Colombian Real Value Unit
104
- * - `KMF` - Comorian Franc
105
- * - `CDF` - Congolese Franc
106
- * - `CRC` - Costa Rican Colón
107
- * - `HRD` - Croatian Dinar
108
- * - `HRK` - Croatian Kuna
109
- * - `CUC` - Cuban Convertible Peso
110
- * - `CUP` - Cuban Peso
111
- * - `CYP` - Cypriot Pound
112
- * - `CZK` - Czech Koruna
113
- * - `CSK` - Czechoslovak Hard Koruna
114
- * - `DKK` - Danish Krone
115
- * - `DJF` - Djiboutian Franc
116
- * - `DOP` - Dominican Peso
117
- * - `NLG` - Dutch Guilder
118
- * - `XCD` - East Caribbean Dollar
119
- * - `DDM` - East German Mark
120
- * - `ECS` - Ecuadorian Sucre
121
- * - `ECV` - Ecuadorian Unit of Constant Value
122
- * - `EGP` - Egyptian Pound
123
- * - `GQE` - Equatorial Guinean Ekwele
124
- * - `ERN` - Eritrean Nakfa
125
- * - `EEK` - Estonian Kroon
126
- * - `ETB` - Ethiopian Birr
127
- * - `EUR` - Euro
128
- * - `XBA` - European Composite Unit
129
- * - `XEU` - European Currency Unit
130
- * - `XBB` - European Monetary Unit
131
- * - `XBC` - European Unit of Account (XBC)
132
- * - `XBD` - European Unit of Account (XBD)
133
- * - `FKP` - Falkland Islands Pound
134
- * - `FJD` - Fijian Dollar
135
- * - `FIM` - Finnish Markka
136
- * - `FRF` - French Franc
137
- * - `XFO` - French Gold Franc
138
- * - `XFU` - French UIC-Franc
139
- * - `GMD` - Gambian Dalasi
140
- * - `GEK` - Georgian Kupon Larit
141
- * - `GEL` - Georgian Lari
142
- * - `DEM` - German Mark
143
- * - `GHS` - Ghanaian Cedi
144
- * - `GHC` - Ghanaian Cedi (1979–2007)
145
- * - `GIP` - Gibraltar Pound
146
- * - `XAU` - Gold
147
- * - `GRD` - Greek Drachma
148
- * - `GTQ` - Guatemalan Quetzal
149
- * - `GWP` - Guinea-Bissau Peso
150
- * - `GNF` - Guinean Franc
151
- * - `GNS` - Guinean Syli
152
- * - `GYD` - Guyanaese Dollar
153
- * - `HTG` - Haitian Gourde
154
- * - `HNL` - Honduran Lempira
155
- * - `HKD` - Hong Kong Dollar
156
- * - `HUF` - Hungarian Forint
157
- * - `IMP` - IMP
158
- * - `ISK` - Icelandic Króna
159
- * - `ISJ` - Icelandic Króna (1918–1981)
160
- * - `INR` - Indian Rupee
161
- * - `IDR` - Indonesian Rupiah
162
- * - `IRR` - Iranian Rial
163
- * - `IQD` - Iraqi Dinar
164
- * - `IEP` - Irish Pound
165
- * - `ILS` - Israeli New Shekel
166
- * - `ILP` - Israeli Pound
167
- * - `ILR` - Israeli Shekel (1980–1985)
168
- * - `ITL` - Italian Lira
169
- * - `JMD` - Jamaican Dollar
170
- * - `JPY` - Japanese Yen
171
- * - `JOD` - Jordanian Dinar
172
- * - `KZT` - Kazakhstani Tenge
173
- * - `KES` - Kenyan Shilling
174
- * - `KWD` - Kuwaiti Dinar
175
- * - `KGS` - Kyrgystani Som
176
- * - `LAK` - Laotian Kip
177
- * - `LVL` - Latvian Lats
178
- * - `LVR` - Latvian Ruble
179
- * - `LBP` - Lebanese Pound
180
- * - `LSL` - Lesotho Loti
181
- * - `LRD` - Liberian Dollar
182
- * - `LYD` - Libyan Dinar
183
- * - `LTL` - Lithuanian Litas
184
- * - `LTT` - Lithuanian Talonas
185
- * - `LUL` - Luxembourg Financial Franc
186
- * - `LUC` - Luxembourgian Convertible Franc
187
- * - `LUF` - Luxembourgian Franc
188
- * - `MOP` - Macanese Pataca
189
- * - `MKD` - Macedonian Denar
190
- * - `MKN` - Macedonian Denar (1992–1993)
191
- * - `MGA` - Malagasy Ariary
192
- * - `MGF` - Malagasy Franc
193
- * - `MWK` - Malawian Kwacha
194
- * - `MYR` - Malaysian Ringgit
195
- * - `MVR` - Maldivian Rufiyaa
196
- * - `MVP` - Maldivian Rupee (1947–1981)
197
- * - `MLF` - Malian Franc
198
- * - `MTL` - Maltese Lira
199
- * - `MTP` - Maltese Pound
200
- * - `MRU` - Mauritanian Ouguiya
201
- * - `MRO` - Mauritanian Ouguiya (1973–2017)
202
- * - `MUR` - Mauritian Rupee
203
- * - `MXV` - Mexican Investment Unit
204
- * - `MXN` - Mexican Peso
205
- * - `MXP` - Mexican Silver Peso (1861–1992)
206
- * - `MDC` - Moldovan Cupon
207
- * - `MDL` - Moldovan Leu
208
- * - `MCF` - Monegasque Franc
209
- * - `MNT` - Mongolian Tugrik
210
- * - `MAD` - Moroccan Dirham
211
- * - `MAF` - Moroccan Franc
212
- * - `MZE` - Mozambican Escudo
213
- * - `MZN` - Mozambican Metical
214
- * - `MZM` - Mozambican Metical (1980–2006)
215
- * - `MMK` - Myanmar Kyat
216
- * - `NAD` - Namibian Dollar
217
- * - `NPR` - Nepalese Rupee
218
- * - `ANG` - Netherlands Antillean Guilder
219
- * - `TWD` - New Taiwan Dollar
220
- * - `NZD` - New Zealand Dollar
221
- * - `NIO` - Nicaraguan Córdoba
222
- * - `NIC` - Nicaraguan Córdoba (1988–1991)
223
- * - `NGN` - Nigerian Naira
224
- * - `KPW` - North Korean Won
225
- * - `NOK` - Norwegian Krone
226
- * - `OMR` - Omani Rial
227
- * - `PKR` - Pakistani Rupee
228
- * - `XPD` - Palladium
229
- * - `PAB` - Panamanian Balboa
230
- * - `PGK` - Papua New Guinean Kina
231
- * - `PYG` - Paraguayan Guarani
232
- * - `PEI` - Peruvian Inti
233
- * - `PEN` - Peruvian Sol
234
- * - `PES` - Peruvian Sol (1863–1965)
235
- * - `PHP` - Philippine Peso
236
- * - `XPT` - Platinum
237
- * - `PLN` - Polish Zloty
238
- * - `PLZ` - Polish Zloty (1950–1995)
239
- * - `PTE` - Portuguese Escudo
240
- * - `GWE` - Portuguese Guinea Escudo
241
- * - `QAR` - Qatari Rial
242
- * - `XRE` - RINET Funds
243
- * - `RHD` - Rhodesian Dollar
244
- * - `RON` - Romanian Leu
245
- * - `ROL` - Romanian Leu (1952–2006)
246
- * - `RUB` - Russian Ruble
247
- * - `RUR` - Russian Ruble (1991–1998)
248
- * - `RWF` - Rwandan Franc
249
- * - `SVC` - Salvadoran Colón
250
- * - `WST` - Samoan Tala
251
- * - `SAR` - Saudi Riyal
252
- * - `RSD` - Serbian Dinar
253
- * - `CSD` - Serbian Dinar (2002–2006)
254
- * - `SCR` - Seychellois Rupee
255
- * - `SLL` - Sierra Leonean Leone
256
- * - `XAG` - Silver
257
- * - `SGD` - Singapore Dollar
258
- * - `SKK` - Slovak Koruna
259
- * - `SIT` - Slovenian Tolar
260
- * - `SBD` - Solomon Islands Dollar
261
- * - `SOS` - Somali Shilling
262
- * - `ZAR` - South African Rand
263
- * - `ZAL` - South African Rand (financial)
264
- * - `KRH` - South Korean Hwan (1953–1962)
265
- * - `KRW` - South Korean Won
266
- * - `KRO` - South Korean Won (1945–1953)
267
- * - `SSP` - South Sudanese Pound
268
- * - `SUR` - Soviet Rouble
269
- * - `ESP` - Spanish Peseta
270
- * - `ESA` - Spanish Peseta (A account)
271
- * - `ESB` - Spanish Peseta (convertible account)
272
- * - `XDR` - Special Drawing Rights
273
- * - `LKR` - Sri Lankan Rupee
274
- * - `SHP` - St. Helena Pound
275
- * - `XSU` - Sucre
276
- * - `SDD` - Sudanese Dinar (1992–2007)
277
- * - `SDG` - Sudanese Pound
278
- * - `SDP` - Sudanese Pound (1957–1998)
279
- * - `SRD` - Surinamese Dollar
280
- * - `SRG` - Surinamese Guilder
281
- * - `SZL` - Swazi Lilangeni
282
- * - `SEK` - Swedish Krona
283
- * - `CHF` - Swiss Franc
284
- * - `SYP` - Syrian Pound
285
- * - `STN` - São Tomé & Príncipe Dobra
286
- * - `STD` - São Tomé & Príncipe Dobra (1977–2017)
287
- * - `TVD` - TVD
288
- * - `TJR` - Tajikistani Ruble
289
- * - `TJS` - Tajikistani Somoni
290
- * - `TZS` - Tanzanian Shilling
291
- * - `XTS` - Testing Currency Code
292
- * - `THB` - Thai Baht
293
- * - `XXX` - The codes assigned for transactions where no currency is involved
294
- * - `TPE` - Timorese Escudo
295
- * - `TOP` - Tongan Paʻanga
296
- * - `TTD` - Trinidad & Tobago Dollar
297
- * - `TND` - Tunisian Dinar
298
- * - `TRY` - Turkish Lira
299
- * - `TRL` - Turkish Lira (1922–2005)
300
- * - `TMT` - Turkmenistani Manat
301
- * - `TMM` - Turkmenistani Manat (1993–2009)
302
- * - `USD` - US Dollar
303
- * - `USN` - US Dollar (Next day)
304
- * - `USS` - US Dollar (Same day)
305
- * - `UGX` - Ugandan Shilling
306
- * - `UGS` - Ugandan Shilling (1966–1987)
307
- * - `UAH` - Ukrainian Hryvnia
308
- * - `UAK` - Ukrainian Karbovanets
309
- * - `AED` - United Arab Emirates Dirham
310
- * - `UYW` - Uruguayan Nominal Wage Index Unit
311
- * - `UYU` - Uruguayan Peso
312
- * - `UYP` - Uruguayan Peso (1975–1993)
313
- * - `UYI` - Uruguayan Peso (Indexed Units)
314
- * - `UZS` - Uzbekistani Som
315
- * - `VUV` - Vanuatu Vatu
316
- * - `VES` - Venezuelan Bolívar
317
- * - `VEB` - Venezuelan Bolívar (1871–2008)
318
- * - `VEF` - Venezuelan Bolívar (2008–2018)
319
- * - `VND` - Vietnamese Dong
320
- * - `VNN` - Vietnamese Dong (1978–1985)
321
- * - `CHE` - WIR Euro
322
- * - `CHW` - WIR Franc
323
- * - `XOF` - West African CFA Franc
324
- * - `YDD` - Yemeni Dinar
325
- * - `YER` - Yemeni Rial
326
- * - `YUN` - Yugoslavian Convertible Dinar (1990–1992)
327
- * - `YUD` - Yugoslavian Hard Dinar (1966–1990)
328
- * - `YUM` - Yugoslavian New Dinar (1994–2002)
329
- * - `YUR` - Yugoslavian Reformed Dinar (1992–1993)
330
- * - `ZWN` - ZWN
331
- * - `ZRN` - Zairean New Zaire (1993–1998)
332
- * - `ZRZ` - Zairean Zaire (1971–1993)
333
- * - `ZMW` - Zambian Kwacha
334
- * - `ZMK` - Zambian Kwacha (1968–2012)
335
- * - `ZWD` - Zimbabwean Dollar (1980–2008)
336
- * - `ZWR` - Zimbabwean Dollar (2008)
337
- * - `ZWL` - Zimbabwean Dollar (2009)
29
+ * * `XUA` - ADB Unit of Account
30
+ * * `AFN` - Afghan Afghani
31
+ * * `AFA` - Afghan Afghani (1927–2002)
32
+ * * `ALL` - Albanian Lek
33
+ * * `ALK` - Albanian Lek (1946–1965)
34
+ * * `DZD` - Algerian Dinar
35
+ * * `ADP` - Andorran Peseta
36
+ * * `AOA` - Angolan Kwanza
37
+ * * `AOK` - Angolan Kwanza (1977–1991)
38
+ * * `AON` - Angolan New Kwanza (1990–2000)
39
+ * * `AOR` - Angolan Readjusted Kwanza (1995–1999)
40
+ * * `ARA` - Argentine Austral
41
+ * * `ARS` - Argentine Peso
42
+ * * `ARM` - Argentine Peso (1881–1970)
43
+ * * `ARP` - Argentine Peso (1983–1985)
44
+ * * `ARL` - Argentine Peso Ley (1970–1983)
45
+ * * `AMD` - Armenian Dram
46
+ * * `AWG` - Aruban Florin
47
+ * * `AUD` - Australian Dollar
48
+ * * `ATS` - Austrian Schilling
49
+ * * `AZN` - Azerbaijani Manat
50
+ * * `AZM` - Azerbaijani Manat (1993–2006)
51
+ * * `BSD` - Bahamian Dollar
52
+ * * `BHD` - Bahraini Dinar
53
+ * * `BDT` - Bangladeshi Taka
54
+ * * `BBD` - Barbadian Dollar
55
+ * * `BYN` - Belarusian Ruble
56
+ * * `BYB` - Belarusian Ruble (1994–1999)
57
+ * * `BYR` - Belarusian Ruble (2000–2016)
58
+ * * `BEF` - Belgian Franc
59
+ * * `BEC` - Belgian Franc (convertible)
60
+ * * `BEL` - Belgian Franc (financial)
61
+ * * `BZD` - Belize Dollar
62
+ * * `BMD` - Bermudan Dollar
63
+ * * `BTN` - Bhutanese Ngultrum
64
+ * * `BOB` - Bolivian Boliviano
65
+ * * `BOL` - Bolivian Boliviano (1863–1963)
66
+ * * `BOV` - Bolivian Mvdol
67
+ * * `BOP` - Bolivian Peso
68
+ * * `BAM` - Bosnia-Herzegovina Convertible Mark
69
+ * * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
70
+ * * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
71
+ * * `BWP` - Botswanan Pula
72
+ * * `BRC` - Brazilian Cruzado (1986–1989)
73
+ * * `BRZ` - Brazilian Cruzeiro (1942–1967)
74
+ * * `BRE` - Brazilian Cruzeiro (1990–1993)
75
+ * * `BRR` - Brazilian Cruzeiro (1993–1994)
76
+ * * `BRN` - Brazilian New Cruzado (1989–1990)
77
+ * * `BRB` - Brazilian New Cruzeiro (1967–1986)
78
+ * * `BRL` - Brazilian Real
79
+ * * `GBP` - British Pound
80
+ * * `BND` - Brunei Dollar
81
+ * * `BGL` - Bulgarian Hard Lev
82
+ * * `BGN` - Bulgarian Lev
83
+ * * `BGO` - Bulgarian Lev (1879–1952)
84
+ * * `BGM` - Bulgarian Socialist Lev
85
+ * * `BUK` - Burmese Kyat
86
+ * * `BIF` - Burundian Franc
87
+ * * `XPF` - CFP Franc
88
+ * * `KHR` - Cambodian Riel
89
+ * * `CAD` - Canadian Dollar
90
+ * * `CVE` - Cape Verdean Escudo
91
+ * * `KYD` - Cayman Islands Dollar
92
+ * * `XAF` - Central African CFA Franc
93
+ * * `CLE` - Chilean Escudo
94
+ * * `CLP` - Chilean Peso
95
+ * * `CLF` - Chilean Unit of Account (UF)
96
+ * * `CNX` - Chinese People’s Bank Dollar
97
+ * * `CNY` - Chinese Yuan
98
+ * * `CNH` - Chinese Yuan (offshore)
99
+ * * `COP` - Colombian Peso
100
+ * * `COU` - Colombian Real Value Unit
101
+ * * `KMF` - Comorian Franc
102
+ * * `CDF` - Congolese Franc
103
+ * * `CRC` - Costa Rican Colón
104
+ * * `HRD` - Croatian Dinar
105
+ * * `HRK` - Croatian Kuna
106
+ * * `CUC` - Cuban Convertible Peso
107
+ * * `CUP` - Cuban Peso
108
+ * * `CYP` - Cypriot Pound
109
+ * * `CZK` - Czech Koruna
110
+ * * `CSK` - Czechoslovak Hard Koruna
111
+ * * `DKK` - Danish Krone
112
+ * * `DJF` - Djiboutian Franc
113
+ * * `DOP` - Dominican Peso
114
+ * * `NLG` - Dutch Guilder
115
+ * * `XCD` - East Caribbean Dollar
116
+ * * `DDM` - East German Mark
117
+ * * `ECS` - Ecuadorian Sucre
118
+ * * `ECV` - Ecuadorian Unit of Constant Value
119
+ * * `EGP` - Egyptian Pound
120
+ * * `GQE` - Equatorial Guinean Ekwele
121
+ * * `ERN` - Eritrean Nakfa
122
+ * * `EEK` - Estonian Kroon
123
+ * * `ETB` - Ethiopian Birr
124
+ * * `EUR` - Euro
125
+ * * `XBA` - European Composite Unit
126
+ * * `XEU` - European Currency Unit
127
+ * * `XBB` - European Monetary Unit
128
+ * * `XBC` - European Unit of Account (XBC)
129
+ * * `XBD` - European Unit of Account (XBD)
130
+ * * `FKP` - Falkland Islands Pound
131
+ * * `FJD` - Fijian Dollar
132
+ * * `FIM` - Finnish Markka
133
+ * * `FRF` - French Franc
134
+ * * `XFO` - French Gold Franc
135
+ * * `XFU` - French UIC-Franc
136
+ * * `GMD` - Gambian Dalasi
137
+ * * `GEK` - Georgian Kupon Larit
138
+ * * `GEL` - Georgian Lari
139
+ * * `DEM` - German Mark
140
+ * * `GHS` - Ghanaian Cedi
141
+ * * `GHC` - Ghanaian Cedi (1979–2007)
142
+ * * `GIP` - Gibraltar Pound
143
+ * * `XAU` - Gold
144
+ * * `GRD` - Greek Drachma
145
+ * * `GTQ` - Guatemalan Quetzal
146
+ * * `GWP` - Guinea-Bissau Peso
147
+ * * `GNF` - Guinean Franc
148
+ * * `GNS` - Guinean Syli
149
+ * * `GYD` - Guyanaese Dollar
150
+ * * `HTG` - Haitian Gourde
151
+ * * `HNL` - Honduran Lempira
152
+ * * `HKD` - Hong Kong Dollar
153
+ * * `HUF` - Hungarian Forint
154
+ * * `IMP` - IMP
155
+ * * `ISK` - Icelandic Króna
156
+ * * `ISJ` - Icelandic Króna (1918–1981)
157
+ * * `INR` - Indian Rupee
158
+ * * `IDR` - Indonesian Rupiah
159
+ * * `IRR` - Iranian Rial
160
+ * * `IQD` - Iraqi Dinar
161
+ * * `IEP` - Irish Pound
162
+ * * `ILS` - Israeli New Shekel
163
+ * * `ILP` - Israeli Pound
164
+ * * `ILR` - Israeli Shekel (1980–1985)
165
+ * * `ITL` - Italian Lira
166
+ * * `JMD` - Jamaican Dollar
167
+ * * `JPY` - Japanese Yen
168
+ * * `JOD` - Jordanian Dinar
169
+ * * `KZT` - Kazakhstani Tenge
170
+ * * `KES` - Kenyan Shilling
171
+ * * `KWD` - Kuwaiti Dinar
172
+ * * `KGS` - Kyrgystani Som
173
+ * * `LAK` - Laotian Kip
174
+ * * `LVL` - Latvian Lats
175
+ * * `LVR` - Latvian Ruble
176
+ * * `LBP` - Lebanese Pound
177
+ * * `LSL` - Lesotho Loti
178
+ * * `LRD` - Liberian Dollar
179
+ * * `LYD` - Libyan Dinar
180
+ * * `LTL` - Lithuanian Litas
181
+ * * `LTT` - Lithuanian Talonas
182
+ * * `LUL` - Luxembourg Financial Franc
183
+ * * `LUC` - Luxembourgian Convertible Franc
184
+ * * `LUF` - Luxembourgian Franc
185
+ * * `MOP` - Macanese Pataca
186
+ * * `MKD` - Macedonian Denar
187
+ * * `MKN` - Macedonian Denar (1992–1993)
188
+ * * `MGA` - Malagasy Ariary
189
+ * * `MGF` - Malagasy Franc
190
+ * * `MWK` - Malawian Kwacha
191
+ * * `MYR` - Malaysian Ringgit
192
+ * * `MVR` - Maldivian Rufiyaa
193
+ * * `MVP` - Maldivian Rupee (1947–1981)
194
+ * * `MLF` - Malian Franc
195
+ * * `MTL` - Maltese Lira
196
+ * * `MTP` - Maltese Pound
197
+ * * `MRU` - Mauritanian Ouguiya
198
+ * * `MRO` - Mauritanian Ouguiya (1973–2017)
199
+ * * `MUR` - Mauritian Rupee
200
+ * * `MXV` - Mexican Investment Unit
201
+ * * `MXN` - Mexican Peso
202
+ * * `MXP` - Mexican Silver Peso (1861–1992)
203
+ * * `MDC` - Moldovan Cupon
204
+ * * `MDL` - Moldovan Leu
205
+ * * `MCF` - Monegasque Franc
206
+ * * `MNT` - Mongolian Tugrik
207
+ * * `MAD` - Moroccan Dirham
208
+ * * `MAF` - Moroccan Franc
209
+ * * `MZE` - Mozambican Escudo
210
+ * * `MZN` - Mozambican Metical
211
+ * * `MZM` - Mozambican Metical (1980–2006)
212
+ * * `MMK` - Myanmar Kyat
213
+ * * `NAD` - Namibian Dollar
214
+ * * `NPR` - Nepalese Rupee
215
+ * * `ANG` - Netherlands Antillean Guilder
216
+ * * `TWD` - New Taiwan Dollar
217
+ * * `NZD` - New Zealand Dollar
218
+ * * `NIO` - Nicaraguan Córdoba
219
+ * * `NIC` - Nicaraguan Córdoba (1988–1991)
220
+ * * `NGN` - Nigerian Naira
221
+ * * `KPW` - North Korean Won
222
+ * * `NOK` - Norwegian Krone
223
+ * * `OMR` - Omani Rial
224
+ * * `PKR` - Pakistani Rupee
225
+ * * `XPD` - Palladium
226
+ * * `PAB` - Panamanian Balboa
227
+ * * `PGK` - Papua New Guinean Kina
228
+ * * `PYG` - Paraguayan Guarani
229
+ * * `PEI` - Peruvian Inti
230
+ * * `PEN` - Peruvian Sol
231
+ * * `PES` - Peruvian Sol (1863–1965)
232
+ * * `PHP` - Philippine Peso
233
+ * * `XPT` - Platinum
234
+ * * `PLN` - Polish Zloty
235
+ * * `PLZ` - Polish Zloty (1950–1995)
236
+ * * `PTE` - Portuguese Escudo
237
+ * * `GWE` - Portuguese Guinea Escudo
238
+ * * `QAR` - Qatari Rial
239
+ * * `XRE` - RINET Funds
240
+ * * `RHD` - Rhodesian Dollar
241
+ * * `RON` - Romanian Leu
242
+ * * `ROL` - Romanian Leu (1952–2006)
243
+ * * `RUB` - Russian Ruble
244
+ * * `RUR` - Russian Ruble (1991–1998)
245
+ * * `RWF` - Rwandan Franc
246
+ * * `SVC` - Salvadoran Colón
247
+ * * `WST` - Samoan Tala
248
+ * * `SAR` - Saudi Riyal
249
+ * * `RSD` - Serbian Dinar
250
+ * * `CSD` - Serbian Dinar (2002–2006)
251
+ * * `SCR` - Seychellois Rupee
252
+ * * `SLL` - Sierra Leonean Leone
253
+ * * `XAG` - Silver
254
+ * * `SGD` - Singapore Dollar
255
+ * * `SKK` - Slovak Koruna
256
+ * * `SIT` - Slovenian Tolar
257
+ * * `SBD` - Solomon Islands Dollar
258
+ * * `SOS` - Somali Shilling
259
+ * * `ZAR` - South African Rand
260
+ * * `ZAL` - South African Rand (financial)
261
+ * * `KRH` - South Korean Hwan (1953–1962)
262
+ * * `KRW` - South Korean Won
263
+ * * `KRO` - South Korean Won (1945–1953)
264
+ * * `SSP` - South Sudanese Pound
265
+ * * `SUR` - Soviet Rouble
266
+ * * `ESP` - Spanish Peseta
267
+ * * `ESA` - Spanish Peseta (A account)
268
+ * * `ESB` - Spanish Peseta (convertible account)
269
+ * * `XDR` - Special Drawing Rights
270
+ * * `LKR` - Sri Lankan Rupee
271
+ * * `SHP` - St. Helena Pound
272
+ * * `XSU` - Sucre
273
+ * * `SDD` - Sudanese Dinar (1992–2007)
274
+ * * `SDG` - Sudanese Pound
275
+ * * `SDP` - Sudanese Pound (1957–1998)
276
+ * * `SRD` - Surinamese Dollar
277
+ * * `SRG` - Surinamese Guilder
278
+ * * `SZL` - Swazi Lilangeni
279
+ * * `SEK` - Swedish Krona
280
+ * * `CHF` - Swiss Franc
281
+ * * `SYP` - Syrian Pound
282
+ * * `STN` - São Tomé & Príncipe Dobra
283
+ * * `STD` - São Tomé & Príncipe Dobra (1977–2017)
284
+ * * `TVD` - TVD
285
+ * * `TJR` - Tajikistani Ruble
286
+ * * `TJS` - Tajikistani Somoni
287
+ * * `TZS` - Tanzanian Shilling
288
+ * * `XTS` - Testing Currency Code
289
+ * * `THB` - Thai Baht
290
+ * * `XXX` - The codes assigned for transactions where no currency is involved
291
+ * * `TPE` - Timorese Escudo
292
+ * * `TOP` - Tongan Paʻanga
293
+ * * `TTD` - Trinidad & Tobago Dollar
294
+ * * `TND` - Tunisian Dinar
295
+ * * `TRY` - Turkish Lira
296
+ * * `TRL` - Turkish Lira (1922–2005)
297
+ * * `TMT` - Turkmenistani Manat
298
+ * * `TMM` - Turkmenistani Manat (1993–2009)
299
+ * * `USD` - US Dollar
300
+ * * `USN` - US Dollar (Next day)
301
+ * * `USS` - US Dollar (Same day)
302
+ * * `UGX` - Ugandan Shilling
303
+ * * `UGS` - Ugandan Shilling (1966–1987)
304
+ * * `UAH` - Ukrainian Hryvnia
305
+ * * `UAK` - Ukrainian Karbovanets
306
+ * * `AED` - United Arab Emirates Dirham
307
+ * * `UYW` - Uruguayan Nominal Wage Index Unit
308
+ * * `UYU` - Uruguayan Peso
309
+ * * `UYP` - Uruguayan Peso (1975–1993)
310
+ * * `UYI` - Uruguayan Peso (Indexed Units)
311
+ * * `UZS` - Uzbekistani Som
312
+ * * `VUV` - Vanuatu Vatu
313
+ * * `VES` - Venezuelan Bolívar
314
+ * * `VEB` - Venezuelan Bolívar (1871–2008)
315
+ * * `VEF` - Venezuelan Bolívar (2008–2018)
316
+ * * `VND` - Vietnamese Dong
317
+ * * `VNN` - Vietnamese Dong (1978–1985)
318
+ * * `CHE` - WIR Euro
319
+ * * `CHW` - WIR Franc
320
+ * * `XOF` - West African CFA Franc
321
+ * * `YDD` - Yemeni Dinar
322
+ * * `YER` - Yemeni Rial
323
+ * * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
324
+ * * `YUD` - Yugoslavian Hard Dinar (1966–1990)
325
+ * * `YUM` - Yugoslavian New Dinar (1994–2002)
326
+ * * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
327
+ * * `ZWN` - ZWN
328
+ * * `ZRN` - Zairean New Zaire (1993–1998)
329
+ * * `ZRZ` - Zairean Zaire (1971–1993)
330
+ * * `ZMW` - Zambian Kwacha
331
+ * * `ZMK` - Zambian Kwacha (1968–2012)
332
+ * * `ZWD` - Zimbabwean Dollar (1980–2008)
333
+ * * `ZWR` - Zimbabwean Dollar (2008)
334
+ * * `ZWL` - Zimbabwean Dollar (2009)
338
335
  */
339
336
  baseCurrency?: Merge.accounting.GeneralLedgerTransactionLineBaseCurrency;
340
337
  /**
341
338
  * The transaction currency that the transaction is made in.
342
339
  *
343
- * - `XUA` - ADB Unit of Account
344
- * - `AFN` - Afghan Afghani
345
- * - `AFA` - Afghan Afghani (1927–2002)
346
- * - `ALL` - Albanian Lek
347
- * - `ALK` - Albanian Lek (1946–1965)
348
- * - `DZD` - Algerian Dinar
349
- * - `ADP` - Andorran Peseta
350
- * - `AOA` - Angolan Kwanza
351
- * - `AOK` - Angolan Kwanza (1977–1991)
352
- * - `AON` - Angolan New Kwanza (1990–2000)
353
- * - `AOR` - Angolan Readjusted Kwanza (1995–1999)
354
- * - `ARA` - Argentine Austral
355
- * - `ARS` - Argentine Peso
356
- * - `ARM` - Argentine Peso (1881–1970)
357
- * - `ARP` - Argentine Peso (1983–1985)
358
- * - `ARL` - Argentine Peso Ley (1970–1983)
359
- * - `AMD` - Armenian Dram
360
- * - `AWG` - Aruban Florin
361
- * - `AUD` - Australian Dollar
362
- * - `ATS` - Austrian Schilling
363
- * - `AZN` - Azerbaijani Manat
364
- * - `AZM` - Azerbaijani Manat (1993–2006)
365
- * - `BSD` - Bahamian Dollar
366
- * - `BHD` - Bahraini Dinar
367
- * - `BDT` - Bangladeshi Taka
368
- * - `BBD` - Barbadian Dollar
369
- * - `BYN` - Belarusian Ruble
370
- * - `BYB` - Belarusian Ruble (1994–1999)
371
- * - `BYR` - Belarusian Ruble (2000–2016)
372
- * - `BEF` - Belgian Franc
373
- * - `BEC` - Belgian Franc (convertible)
374
- * - `BEL` - Belgian Franc (financial)
375
- * - `BZD` - Belize Dollar
376
- * - `BMD` - Bermudan Dollar
377
- * - `BTN` - Bhutanese Ngultrum
378
- * - `BOB` - Bolivian Boliviano
379
- * - `BOL` - Bolivian Boliviano (1863–1963)
380
- * - `BOV` - Bolivian Mvdol
381
- * - `BOP` - Bolivian Peso
382
- * - `BAM` - Bosnia-Herzegovina Convertible Mark
383
- * - `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
384
- * - `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
385
- * - `BWP` - Botswanan Pula
386
- * - `BRC` - Brazilian Cruzado (1986–1989)
387
- * - `BRZ` - Brazilian Cruzeiro (1942–1967)
388
- * - `BRE` - Brazilian Cruzeiro (1990–1993)
389
- * - `BRR` - Brazilian Cruzeiro (1993–1994)
390
- * - `BRN` - Brazilian New Cruzado (1989–1990)
391
- * - `BRB` - Brazilian New Cruzeiro (1967–1986)
392
- * - `BRL` - Brazilian Real
393
- * - `GBP` - British Pound
394
- * - `BND` - Brunei Dollar
395
- * - `BGL` - Bulgarian Hard Lev
396
- * - `BGN` - Bulgarian Lev
397
- * - `BGO` - Bulgarian Lev (1879–1952)
398
- * - `BGM` - Bulgarian Socialist Lev
399
- * - `BUK` - Burmese Kyat
400
- * - `BIF` - Burundian Franc
401
- * - `XPF` - CFP Franc
402
- * - `KHR` - Cambodian Riel
403
- * - `CAD` - Canadian Dollar
404
- * - `CVE` - Cape Verdean Escudo
405
- * - `KYD` - Cayman Islands Dollar
406
- * - `XAF` - Central African CFA Franc
407
- * - `CLE` - Chilean Escudo
408
- * - `CLP` - Chilean Peso
409
- * - `CLF` - Chilean Unit of Account (UF)
410
- * - `CNX` - Chinese People’s Bank Dollar
411
- * - `CNY` - Chinese Yuan
412
- * - `CNH` - Chinese Yuan (offshore)
413
- * - `COP` - Colombian Peso
414
- * - `COU` - Colombian Real Value Unit
415
- * - `KMF` - Comorian Franc
416
- * - `CDF` - Congolese Franc
417
- * - `CRC` - Costa Rican Colón
418
- * - `HRD` - Croatian Dinar
419
- * - `HRK` - Croatian Kuna
420
- * - `CUC` - Cuban Convertible Peso
421
- * - `CUP` - Cuban Peso
422
- * - `CYP` - Cypriot Pound
423
- * - `CZK` - Czech Koruna
424
- * - `CSK` - Czechoslovak Hard Koruna
425
- * - `DKK` - Danish Krone
426
- * - `DJF` - Djiboutian Franc
427
- * - `DOP` - Dominican Peso
428
- * - `NLG` - Dutch Guilder
429
- * - `XCD` - East Caribbean Dollar
430
- * - `DDM` - East German Mark
431
- * - `ECS` - Ecuadorian Sucre
432
- * - `ECV` - Ecuadorian Unit of Constant Value
433
- * - `EGP` - Egyptian Pound
434
- * - `GQE` - Equatorial Guinean Ekwele
435
- * - `ERN` - Eritrean Nakfa
436
- * - `EEK` - Estonian Kroon
437
- * - `ETB` - Ethiopian Birr
438
- * - `EUR` - Euro
439
- * - `XBA` - European Composite Unit
440
- * - `XEU` - European Currency Unit
441
- * - `XBB` - European Monetary Unit
442
- * - `XBC` - European Unit of Account (XBC)
443
- * - `XBD` - European Unit of Account (XBD)
444
- * - `FKP` - Falkland Islands Pound
445
- * - `FJD` - Fijian Dollar
446
- * - `FIM` - Finnish Markka
447
- * - `FRF` - French Franc
448
- * - `XFO` - French Gold Franc
449
- * - `XFU` - French UIC-Franc
450
- * - `GMD` - Gambian Dalasi
451
- * - `GEK` - Georgian Kupon Larit
452
- * - `GEL` - Georgian Lari
453
- * - `DEM` - German Mark
454
- * - `GHS` - Ghanaian Cedi
455
- * - `GHC` - Ghanaian Cedi (1979–2007)
456
- * - `GIP` - Gibraltar Pound
457
- * - `XAU` - Gold
458
- * - `GRD` - Greek Drachma
459
- * - `GTQ` - Guatemalan Quetzal
460
- * - `GWP` - Guinea-Bissau Peso
461
- * - `GNF` - Guinean Franc
462
- * - `GNS` - Guinean Syli
463
- * - `GYD` - Guyanaese Dollar
464
- * - `HTG` - Haitian Gourde
465
- * - `HNL` - Honduran Lempira
466
- * - `HKD` - Hong Kong Dollar
467
- * - `HUF` - Hungarian Forint
468
- * - `IMP` - IMP
469
- * - `ISK` - Icelandic Króna
470
- * - `ISJ` - Icelandic Króna (1918–1981)
471
- * - `INR` - Indian Rupee
472
- * - `IDR` - Indonesian Rupiah
473
- * - `IRR` - Iranian Rial
474
- * - `IQD` - Iraqi Dinar
475
- * - `IEP` - Irish Pound
476
- * - `ILS` - Israeli New Shekel
477
- * - `ILP` - Israeli Pound
478
- * - `ILR` - Israeli Shekel (1980–1985)
479
- * - `ITL` - Italian Lira
480
- * - `JMD` - Jamaican Dollar
481
- * - `JPY` - Japanese Yen
482
- * - `JOD` - Jordanian Dinar
483
- * - `KZT` - Kazakhstani Tenge
484
- * - `KES` - Kenyan Shilling
485
- * - `KWD` - Kuwaiti Dinar
486
- * - `KGS` - Kyrgystani Som
487
- * - `LAK` - Laotian Kip
488
- * - `LVL` - Latvian Lats
489
- * - `LVR` - Latvian Ruble
490
- * - `LBP` - Lebanese Pound
491
- * - `LSL` - Lesotho Loti
492
- * - `LRD` - Liberian Dollar
493
- * - `LYD` - Libyan Dinar
494
- * - `LTL` - Lithuanian Litas
495
- * - `LTT` - Lithuanian Talonas
496
- * - `LUL` - Luxembourg Financial Franc
497
- * - `LUC` - Luxembourgian Convertible Franc
498
- * - `LUF` - Luxembourgian Franc
499
- * - `MOP` - Macanese Pataca
500
- * - `MKD` - Macedonian Denar
501
- * - `MKN` - Macedonian Denar (1992–1993)
502
- * - `MGA` - Malagasy Ariary
503
- * - `MGF` - Malagasy Franc
504
- * - `MWK` - Malawian Kwacha
505
- * - `MYR` - Malaysian Ringgit
506
- * - `MVR` - Maldivian Rufiyaa
507
- * - `MVP` - Maldivian Rupee (1947–1981)
508
- * - `MLF` - Malian Franc
509
- * - `MTL` - Maltese Lira
510
- * - `MTP` - Maltese Pound
511
- * - `MRU` - Mauritanian Ouguiya
512
- * - `MRO` - Mauritanian Ouguiya (1973–2017)
513
- * - `MUR` - Mauritian Rupee
514
- * - `MXV` - Mexican Investment Unit
515
- * - `MXN` - Mexican Peso
516
- * - `MXP` - Mexican Silver Peso (1861–1992)
517
- * - `MDC` - Moldovan Cupon
518
- * - `MDL` - Moldovan Leu
519
- * - `MCF` - Monegasque Franc
520
- * - `MNT` - Mongolian Tugrik
521
- * - `MAD` - Moroccan Dirham
522
- * - `MAF` - Moroccan Franc
523
- * - `MZE` - Mozambican Escudo
524
- * - `MZN` - Mozambican Metical
525
- * - `MZM` - Mozambican Metical (1980–2006)
526
- * - `MMK` - Myanmar Kyat
527
- * - `NAD` - Namibian Dollar
528
- * - `NPR` - Nepalese Rupee
529
- * - `ANG` - Netherlands Antillean Guilder
530
- * - `TWD` - New Taiwan Dollar
531
- * - `NZD` - New Zealand Dollar
532
- * - `NIO` - Nicaraguan Córdoba
533
- * - `NIC` - Nicaraguan Córdoba (1988–1991)
534
- * - `NGN` - Nigerian Naira
535
- * - `KPW` - North Korean Won
536
- * - `NOK` - Norwegian Krone
537
- * - `OMR` - Omani Rial
538
- * - `PKR` - Pakistani Rupee
539
- * - `XPD` - Palladium
540
- * - `PAB` - Panamanian Balboa
541
- * - `PGK` - Papua New Guinean Kina
542
- * - `PYG` - Paraguayan Guarani
543
- * - `PEI` - Peruvian Inti
544
- * - `PEN` - Peruvian Sol
545
- * - `PES` - Peruvian Sol (1863–1965)
546
- * - `PHP` - Philippine Peso
547
- * - `XPT` - Platinum
548
- * - `PLN` - Polish Zloty
549
- * - `PLZ` - Polish Zloty (1950–1995)
550
- * - `PTE` - Portuguese Escudo
551
- * - `GWE` - Portuguese Guinea Escudo
552
- * - `QAR` - Qatari Rial
553
- * - `XRE` - RINET Funds
554
- * - `RHD` - Rhodesian Dollar
555
- * - `RON` - Romanian Leu
556
- * - `ROL` - Romanian Leu (1952–2006)
557
- * - `RUB` - Russian Ruble
558
- * - `RUR` - Russian Ruble (1991–1998)
559
- * - `RWF` - Rwandan Franc
560
- * - `SVC` - Salvadoran Colón
561
- * - `WST` - Samoan Tala
562
- * - `SAR` - Saudi Riyal
563
- * - `RSD` - Serbian Dinar
564
- * - `CSD` - Serbian Dinar (2002–2006)
565
- * - `SCR` - Seychellois Rupee
566
- * - `SLL` - Sierra Leonean Leone
567
- * - `XAG` - Silver
568
- * - `SGD` - Singapore Dollar
569
- * - `SKK` - Slovak Koruna
570
- * - `SIT` - Slovenian Tolar
571
- * - `SBD` - Solomon Islands Dollar
572
- * - `SOS` - Somali Shilling
573
- * - `ZAR` - South African Rand
574
- * - `ZAL` - South African Rand (financial)
575
- * - `KRH` - South Korean Hwan (1953–1962)
576
- * - `KRW` - South Korean Won
577
- * - `KRO` - South Korean Won (1945–1953)
578
- * - `SSP` - South Sudanese Pound
579
- * - `SUR` - Soviet Rouble
580
- * - `ESP` - Spanish Peseta
581
- * - `ESA` - Spanish Peseta (A account)
582
- * - `ESB` - Spanish Peseta (convertible account)
583
- * - `XDR` - Special Drawing Rights
584
- * - `LKR` - Sri Lankan Rupee
585
- * - `SHP` - St. Helena Pound
586
- * - `XSU` - Sucre
587
- * - `SDD` - Sudanese Dinar (1992–2007)
588
- * - `SDG` - Sudanese Pound
589
- * - `SDP` - Sudanese Pound (1957–1998)
590
- * - `SRD` - Surinamese Dollar
591
- * - `SRG` - Surinamese Guilder
592
- * - `SZL` - Swazi Lilangeni
593
- * - `SEK` - Swedish Krona
594
- * - `CHF` - Swiss Franc
595
- * - `SYP` - Syrian Pound
596
- * - `STN` - São Tomé & Príncipe Dobra
597
- * - `STD` - São Tomé & Príncipe Dobra (1977–2017)
598
- * - `TVD` - TVD
599
- * - `TJR` - Tajikistani Ruble
600
- * - `TJS` - Tajikistani Somoni
601
- * - `TZS` - Tanzanian Shilling
602
- * - `XTS` - Testing Currency Code
603
- * - `THB` - Thai Baht
604
- * - `XXX` - The codes assigned for transactions where no currency is involved
605
- * - `TPE` - Timorese Escudo
606
- * - `TOP` - Tongan Paʻanga
607
- * - `TTD` - Trinidad & Tobago Dollar
608
- * - `TND` - Tunisian Dinar
609
- * - `TRY` - Turkish Lira
610
- * - `TRL` - Turkish Lira (1922–2005)
611
- * - `TMT` - Turkmenistani Manat
612
- * - `TMM` - Turkmenistani Manat (1993–2009)
613
- * - `USD` - US Dollar
614
- * - `USN` - US Dollar (Next day)
615
- * - `USS` - US Dollar (Same day)
616
- * - `UGX` - Ugandan Shilling
617
- * - `UGS` - Ugandan Shilling (1966–1987)
618
- * - `UAH` - Ukrainian Hryvnia
619
- * - `UAK` - Ukrainian Karbovanets
620
- * - `AED` - United Arab Emirates Dirham
621
- * - `UYW` - Uruguayan Nominal Wage Index Unit
622
- * - `UYU` - Uruguayan Peso
623
- * - `UYP` - Uruguayan Peso (1975–1993)
624
- * - `UYI` - Uruguayan Peso (Indexed Units)
625
- * - `UZS` - Uzbekistani Som
626
- * - `VUV` - Vanuatu Vatu
627
- * - `VES` - Venezuelan Bolívar
628
- * - `VEB` - Venezuelan Bolívar (1871–2008)
629
- * - `VEF` - Venezuelan Bolívar (2008–2018)
630
- * - `VND` - Vietnamese Dong
631
- * - `VNN` - Vietnamese Dong (1978–1985)
632
- * - `CHE` - WIR Euro
633
- * - `CHW` - WIR Franc
634
- * - `XOF` - West African CFA Franc
635
- * - `YDD` - Yemeni Dinar
636
- * - `YER` - Yemeni Rial
637
- * - `YUN` - Yugoslavian Convertible Dinar (1990–1992)
638
- * - `YUD` - Yugoslavian Hard Dinar (1966–1990)
639
- * - `YUM` - Yugoslavian New Dinar (1994–2002)
640
- * - `YUR` - Yugoslavian Reformed Dinar (1992–1993)
641
- * - `ZWN` - ZWN
642
- * - `ZRN` - Zairean New Zaire (1993–1998)
643
- * - `ZRZ` - Zairean Zaire (1971–1993)
644
- * - `ZMW` - Zambian Kwacha
645
- * - `ZMK` - Zambian Kwacha (1968–2012)
646
- * - `ZWD` - Zimbabwean Dollar (1980–2008)
647
- * - `ZWR` - Zimbabwean Dollar (2008)
648
- * - `ZWL` - Zimbabwean Dollar (2009)
340
+ * * `XUA` - ADB Unit of Account
341
+ * * `AFN` - Afghan Afghani
342
+ * * `AFA` - Afghan Afghani (1927–2002)
343
+ * * `ALL` - Albanian Lek
344
+ * * `ALK` - Albanian Lek (1946–1965)
345
+ * * `DZD` - Algerian Dinar
346
+ * * `ADP` - Andorran Peseta
347
+ * * `AOA` - Angolan Kwanza
348
+ * * `AOK` - Angolan Kwanza (1977–1991)
349
+ * * `AON` - Angolan New Kwanza (1990–2000)
350
+ * * `AOR` - Angolan Readjusted Kwanza (1995–1999)
351
+ * * `ARA` - Argentine Austral
352
+ * * `ARS` - Argentine Peso
353
+ * * `ARM` - Argentine Peso (1881–1970)
354
+ * * `ARP` - Argentine Peso (1983–1985)
355
+ * * `ARL` - Argentine Peso Ley (1970–1983)
356
+ * * `AMD` - Armenian Dram
357
+ * * `AWG` - Aruban Florin
358
+ * * `AUD` - Australian Dollar
359
+ * * `ATS` - Austrian Schilling
360
+ * * `AZN` - Azerbaijani Manat
361
+ * * `AZM` - Azerbaijani Manat (1993–2006)
362
+ * * `BSD` - Bahamian Dollar
363
+ * * `BHD` - Bahraini Dinar
364
+ * * `BDT` - Bangladeshi Taka
365
+ * * `BBD` - Barbadian Dollar
366
+ * * `BYN` - Belarusian Ruble
367
+ * * `BYB` - Belarusian Ruble (1994–1999)
368
+ * * `BYR` - Belarusian Ruble (2000–2016)
369
+ * * `BEF` - Belgian Franc
370
+ * * `BEC` - Belgian Franc (convertible)
371
+ * * `BEL` - Belgian Franc (financial)
372
+ * * `BZD` - Belize Dollar
373
+ * * `BMD` - Bermudan Dollar
374
+ * * `BTN` - Bhutanese Ngultrum
375
+ * * `BOB` - Bolivian Boliviano
376
+ * * `BOL` - Bolivian Boliviano (1863–1963)
377
+ * * `BOV` - Bolivian Mvdol
378
+ * * `BOP` - Bolivian Peso
379
+ * * `BAM` - Bosnia-Herzegovina Convertible Mark
380
+ * * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
381
+ * * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
382
+ * * `BWP` - Botswanan Pula
383
+ * * `BRC` - Brazilian Cruzado (1986–1989)
384
+ * * `BRZ` - Brazilian Cruzeiro (1942–1967)
385
+ * * `BRE` - Brazilian Cruzeiro (1990–1993)
386
+ * * `BRR` - Brazilian Cruzeiro (1993–1994)
387
+ * * `BRN` - Brazilian New Cruzado (1989–1990)
388
+ * * `BRB` - Brazilian New Cruzeiro (1967–1986)
389
+ * * `BRL` - Brazilian Real
390
+ * * `GBP` - British Pound
391
+ * * `BND` - Brunei Dollar
392
+ * * `BGL` - Bulgarian Hard Lev
393
+ * * `BGN` - Bulgarian Lev
394
+ * * `BGO` - Bulgarian Lev (1879–1952)
395
+ * * `BGM` - Bulgarian Socialist Lev
396
+ * * `BUK` - Burmese Kyat
397
+ * * `BIF` - Burundian Franc
398
+ * * `XPF` - CFP Franc
399
+ * * `KHR` - Cambodian Riel
400
+ * * `CAD` - Canadian Dollar
401
+ * * `CVE` - Cape Verdean Escudo
402
+ * * `KYD` - Cayman Islands Dollar
403
+ * * `XAF` - Central African CFA Franc
404
+ * * `CLE` - Chilean Escudo
405
+ * * `CLP` - Chilean Peso
406
+ * * `CLF` - Chilean Unit of Account (UF)
407
+ * * `CNX` - Chinese People’s Bank Dollar
408
+ * * `CNY` - Chinese Yuan
409
+ * * `CNH` - Chinese Yuan (offshore)
410
+ * * `COP` - Colombian Peso
411
+ * * `COU` - Colombian Real Value Unit
412
+ * * `KMF` - Comorian Franc
413
+ * * `CDF` - Congolese Franc
414
+ * * `CRC` - Costa Rican Colón
415
+ * * `HRD` - Croatian Dinar
416
+ * * `HRK` - Croatian Kuna
417
+ * * `CUC` - Cuban Convertible Peso
418
+ * * `CUP` - Cuban Peso
419
+ * * `CYP` - Cypriot Pound
420
+ * * `CZK` - Czech Koruna
421
+ * * `CSK` - Czechoslovak Hard Koruna
422
+ * * `DKK` - Danish Krone
423
+ * * `DJF` - Djiboutian Franc
424
+ * * `DOP` - Dominican Peso
425
+ * * `NLG` - Dutch Guilder
426
+ * * `XCD` - East Caribbean Dollar
427
+ * * `DDM` - East German Mark
428
+ * * `ECS` - Ecuadorian Sucre
429
+ * * `ECV` - Ecuadorian Unit of Constant Value
430
+ * * `EGP` - Egyptian Pound
431
+ * * `GQE` - Equatorial Guinean Ekwele
432
+ * * `ERN` - Eritrean Nakfa
433
+ * * `EEK` - Estonian Kroon
434
+ * * `ETB` - Ethiopian Birr
435
+ * * `EUR` - Euro
436
+ * * `XBA` - European Composite Unit
437
+ * * `XEU` - European Currency Unit
438
+ * * `XBB` - European Monetary Unit
439
+ * * `XBC` - European Unit of Account (XBC)
440
+ * * `XBD` - European Unit of Account (XBD)
441
+ * * `FKP` - Falkland Islands Pound
442
+ * * `FJD` - Fijian Dollar
443
+ * * `FIM` - Finnish Markka
444
+ * * `FRF` - French Franc
445
+ * * `XFO` - French Gold Franc
446
+ * * `XFU` - French UIC-Franc
447
+ * * `GMD` - Gambian Dalasi
448
+ * * `GEK` - Georgian Kupon Larit
449
+ * * `GEL` - Georgian Lari
450
+ * * `DEM` - German Mark
451
+ * * `GHS` - Ghanaian Cedi
452
+ * * `GHC` - Ghanaian Cedi (1979–2007)
453
+ * * `GIP` - Gibraltar Pound
454
+ * * `XAU` - Gold
455
+ * * `GRD` - Greek Drachma
456
+ * * `GTQ` - Guatemalan Quetzal
457
+ * * `GWP` - Guinea-Bissau Peso
458
+ * * `GNF` - Guinean Franc
459
+ * * `GNS` - Guinean Syli
460
+ * * `GYD` - Guyanaese Dollar
461
+ * * `HTG` - Haitian Gourde
462
+ * * `HNL` - Honduran Lempira
463
+ * * `HKD` - Hong Kong Dollar
464
+ * * `HUF` - Hungarian Forint
465
+ * * `IMP` - IMP
466
+ * * `ISK` - Icelandic Króna
467
+ * * `ISJ` - Icelandic Króna (1918–1981)
468
+ * * `INR` - Indian Rupee
469
+ * * `IDR` - Indonesian Rupiah
470
+ * * `IRR` - Iranian Rial
471
+ * * `IQD` - Iraqi Dinar
472
+ * * `IEP` - Irish Pound
473
+ * * `ILS` - Israeli New Shekel
474
+ * * `ILP` - Israeli Pound
475
+ * * `ILR` - Israeli Shekel (1980–1985)
476
+ * * `ITL` - Italian Lira
477
+ * * `JMD` - Jamaican Dollar
478
+ * * `JPY` - Japanese Yen
479
+ * * `JOD` - Jordanian Dinar
480
+ * * `KZT` - Kazakhstani Tenge
481
+ * * `KES` - Kenyan Shilling
482
+ * * `KWD` - Kuwaiti Dinar
483
+ * * `KGS` - Kyrgystani Som
484
+ * * `LAK` - Laotian Kip
485
+ * * `LVL` - Latvian Lats
486
+ * * `LVR` - Latvian Ruble
487
+ * * `LBP` - Lebanese Pound
488
+ * * `LSL` - Lesotho Loti
489
+ * * `LRD` - Liberian Dollar
490
+ * * `LYD` - Libyan Dinar
491
+ * * `LTL` - Lithuanian Litas
492
+ * * `LTT` - Lithuanian Talonas
493
+ * * `LUL` - Luxembourg Financial Franc
494
+ * * `LUC` - Luxembourgian Convertible Franc
495
+ * * `LUF` - Luxembourgian Franc
496
+ * * `MOP` - Macanese Pataca
497
+ * * `MKD` - Macedonian Denar
498
+ * * `MKN` - Macedonian Denar (1992–1993)
499
+ * * `MGA` - Malagasy Ariary
500
+ * * `MGF` - Malagasy Franc
501
+ * * `MWK` - Malawian Kwacha
502
+ * * `MYR` - Malaysian Ringgit
503
+ * * `MVR` - Maldivian Rufiyaa
504
+ * * `MVP` - Maldivian Rupee (1947–1981)
505
+ * * `MLF` - Malian Franc
506
+ * * `MTL` - Maltese Lira
507
+ * * `MTP` - Maltese Pound
508
+ * * `MRU` - Mauritanian Ouguiya
509
+ * * `MRO` - Mauritanian Ouguiya (1973–2017)
510
+ * * `MUR` - Mauritian Rupee
511
+ * * `MXV` - Mexican Investment Unit
512
+ * * `MXN` - Mexican Peso
513
+ * * `MXP` - Mexican Silver Peso (1861–1992)
514
+ * * `MDC` - Moldovan Cupon
515
+ * * `MDL` - Moldovan Leu
516
+ * * `MCF` - Monegasque Franc
517
+ * * `MNT` - Mongolian Tugrik
518
+ * * `MAD` - Moroccan Dirham
519
+ * * `MAF` - Moroccan Franc
520
+ * * `MZE` - Mozambican Escudo
521
+ * * `MZN` - Mozambican Metical
522
+ * * `MZM` - Mozambican Metical (1980–2006)
523
+ * * `MMK` - Myanmar Kyat
524
+ * * `NAD` - Namibian Dollar
525
+ * * `NPR` - Nepalese Rupee
526
+ * * `ANG` - Netherlands Antillean Guilder
527
+ * * `TWD` - New Taiwan Dollar
528
+ * * `NZD` - New Zealand Dollar
529
+ * * `NIO` - Nicaraguan Córdoba
530
+ * * `NIC` - Nicaraguan Córdoba (1988–1991)
531
+ * * `NGN` - Nigerian Naira
532
+ * * `KPW` - North Korean Won
533
+ * * `NOK` - Norwegian Krone
534
+ * * `OMR` - Omani Rial
535
+ * * `PKR` - Pakistani Rupee
536
+ * * `XPD` - Palladium
537
+ * * `PAB` - Panamanian Balboa
538
+ * * `PGK` - Papua New Guinean Kina
539
+ * * `PYG` - Paraguayan Guarani
540
+ * * `PEI` - Peruvian Inti
541
+ * * `PEN` - Peruvian Sol
542
+ * * `PES` - Peruvian Sol (1863–1965)
543
+ * * `PHP` - Philippine Peso
544
+ * * `XPT` - Platinum
545
+ * * `PLN` - Polish Zloty
546
+ * * `PLZ` - Polish Zloty (1950–1995)
547
+ * * `PTE` - Portuguese Escudo
548
+ * * `GWE` - Portuguese Guinea Escudo
549
+ * * `QAR` - Qatari Rial
550
+ * * `XRE` - RINET Funds
551
+ * * `RHD` - Rhodesian Dollar
552
+ * * `RON` - Romanian Leu
553
+ * * `ROL` - Romanian Leu (1952–2006)
554
+ * * `RUB` - Russian Ruble
555
+ * * `RUR` - Russian Ruble (1991–1998)
556
+ * * `RWF` - Rwandan Franc
557
+ * * `SVC` - Salvadoran Colón
558
+ * * `WST` - Samoan Tala
559
+ * * `SAR` - Saudi Riyal
560
+ * * `RSD` - Serbian Dinar
561
+ * * `CSD` - Serbian Dinar (2002–2006)
562
+ * * `SCR` - Seychellois Rupee
563
+ * * `SLL` - Sierra Leonean Leone
564
+ * * `XAG` - Silver
565
+ * * `SGD` - Singapore Dollar
566
+ * * `SKK` - Slovak Koruna
567
+ * * `SIT` - Slovenian Tolar
568
+ * * `SBD` - Solomon Islands Dollar
569
+ * * `SOS` - Somali Shilling
570
+ * * `ZAR` - South African Rand
571
+ * * `ZAL` - South African Rand (financial)
572
+ * * `KRH` - South Korean Hwan (1953–1962)
573
+ * * `KRW` - South Korean Won
574
+ * * `KRO` - South Korean Won (1945–1953)
575
+ * * `SSP` - South Sudanese Pound
576
+ * * `SUR` - Soviet Rouble
577
+ * * `ESP` - Spanish Peseta
578
+ * * `ESA` - Spanish Peseta (A account)
579
+ * * `ESB` - Spanish Peseta (convertible account)
580
+ * * `XDR` - Special Drawing Rights
581
+ * * `LKR` - Sri Lankan Rupee
582
+ * * `SHP` - St. Helena Pound
583
+ * * `XSU` - Sucre
584
+ * * `SDD` - Sudanese Dinar (1992–2007)
585
+ * * `SDG` - Sudanese Pound
586
+ * * `SDP` - Sudanese Pound (1957–1998)
587
+ * * `SRD` - Surinamese Dollar
588
+ * * `SRG` - Surinamese Guilder
589
+ * * `SZL` - Swazi Lilangeni
590
+ * * `SEK` - Swedish Krona
591
+ * * `CHF` - Swiss Franc
592
+ * * `SYP` - Syrian Pound
593
+ * * `STN` - São Tomé & Príncipe Dobra
594
+ * * `STD` - São Tomé & Príncipe Dobra (1977–2017)
595
+ * * `TVD` - TVD
596
+ * * `TJR` - Tajikistani Ruble
597
+ * * `TJS` - Tajikistani Somoni
598
+ * * `TZS` - Tanzanian Shilling
599
+ * * `XTS` - Testing Currency Code
600
+ * * `THB` - Thai Baht
601
+ * * `XXX` - The codes assigned for transactions where no currency is involved
602
+ * * `TPE` - Timorese Escudo
603
+ * * `TOP` - Tongan Paʻanga
604
+ * * `TTD` - Trinidad & Tobago Dollar
605
+ * * `TND` - Tunisian Dinar
606
+ * * `TRY` - Turkish Lira
607
+ * * `TRL` - Turkish Lira (1922–2005)
608
+ * * `TMT` - Turkmenistani Manat
609
+ * * `TMM` - Turkmenistani Manat (1993–2009)
610
+ * * `USD` - US Dollar
611
+ * * `USN` - US Dollar (Next day)
612
+ * * `USS` - US Dollar (Same day)
613
+ * * `UGX` - Ugandan Shilling
614
+ * * `UGS` - Ugandan Shilling (1966–1987)
615
+ * * `UAH` - Ukrainian Hryvnia
616
+ * * `UAK` - Ukrainian Karbovanets
617
+ * * `AED` - United Arab Emirates Dirham
618
+ * * `UYW` - Uruguayan Nominal Wage Index Unit
619
+ * * `UYU` - Uruguayan Peso
620
+ * * `UYP` - Uruguayan Peso (1975–1993)
621
+ * * `UYI` - Uruguayan Peso (Indexed Units)
622
+ * * `UZS` - Uzbekistani Som
623
+ * * `VUV` - Vanuatu Vatu
624
+ * * `VES` - Venezuelan Bolívar
625
+ * * `VEB` - Venezuelan Bolívar (1871–2008)
626
+ * * `VEF` - Venezuelan Bolívar (2008–2018)
627
+ * * `VND` - Vietnamese Dong
628
+ * * `VNN` - Vietnamese Dong (1978–1985)
629
+ * * `CHE` - WIR Euro
630
+ * * `CHW` - WIR Franc
631
+ * * `XOF` - West African CFA Franc
632
+ * * `YDD` - Yemeni Dinar
633
+ * * `YER` - Yemeni Rial
634
+ * * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
635
+ * * `YUD` - Yugoslavian Hard Dinar (1966–1990)
636
+ * * `YUM` - Yugoslavian New Dinar (1994–2002)
637
+ * * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
638
+ * * `ZWN` - ZWN
639
+ * * `ZRN` - Zairean New Zaire (1993–1998)
640
+ * * `ZRZ` - Zairean Zaire (1971–1993)
641
+ * * `ZMW` - Zambian Kwacha
642
+ * * `ZMK` - Zambian Kwacha (1968–2012)
643
+ * * `ZWD` - Zimbabwean Dollar (1980–2008)
644
+ * * `ZWR` - Zimbabwean Dollar (2008)
645
+ * * `ZWL` - Zimbabwean Dollar (2009)
649
646
  */
650
647
  transactionCurrency?: Merge.accounting.GeneralLedgerTransactionLineTransactionCurrency;
651
648
  /** The exchange rate between the base currency and the transaction currency. */