@mergeapi/merge-node-client 1.1.7 → 1.1.9

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