@mergeapi/merge-node-client 3.0.1 → 4.0.0-alpha.1

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 (2397) hide show
  1. package/BaseClient.js +2 -2
  2. package/Client.d.ts +4 -4
  3. package/Client.js +6 -6
  4. package/api/resources/accounting/client/Client.d.ts +6 -0
  5. package/api/resources/accounting/client/Client.js +48 -38
  6. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +10 -0
  7. package/api/resources/accounting/resources/accountToken/client/Client.js +49 -0
  8. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -2
  9. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +55 -44
  10. package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +1 -1
  11. package/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -4
  12. package/api/resources/accounting/resources/accounts/client/Client.js +85 -76
  13. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +2 -3
  14. package/api/resources/accounting/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +1 -2
  15. package/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -2
  16. package/api/resources/accounting/resources/attachments/client/Client.js +61 -50
  17. package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +1 -1
  18. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -2
  19. package/api/resources/accounting/resources/auditTrail/client/Client.js +56 -45
  20. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  21. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -4
  22. package/api/resources/accounting/resources/balanceSheets/client/Client.js +63 -54
  23. package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +2 -3
  24. package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsRetrieveRequest.d.ts +1 -2
  25. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +1 -2
  26. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +55 -44
  27. package/api/resources/accounting/resources/bankFeedAccounts/client/requests/BankFeedAccountsListRequest.d.ts +1 -1
  28. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +1 -4
  29. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +63 -54
  30. package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsListRequest.d.ts +2 -3
  31. package/api/resources/accounting/resources/bankFeedTransactions/client/requests/BankFeedTransactionsRetrieveRequest.d.ts +1 -2
  32. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -4
  33. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +63 -54
  34. package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +2 -3
  35. package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsRetrieveRequest.d.ts +1 -2
  36. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -4
  37. package/api/resources/accounting/resources/companyInfo/client/Client.js +79 -60
  38. package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -3
  39. package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoRetrieveRequest.d.ts +1 -2
  40. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.d.ts +5 -0
  41. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.js +8 -0
  42. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.d.ts +5 -0
  43. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.js +8 -0
  44. package/api/resources/accounting/resources/companyInfo/types/index.d.ts +2 -2
  45. package/api/resources/accounting/resources/companyInfo/types/index.js +2 -2
  46. package/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -6
  47. package/api/resources/accounting/resources/contacts/client/Client.js +147 -119
  48. package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +2 -3
  49. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +1 -1
  50. package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
  51. package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.d.ts +6 -0
  52. package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.js +9 -0
  53. package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +6 -0
  54. package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +9 -0
  55. package/api/resources/accounting/resources/contacts/types/index.d.ts +2 -2
  56. package/api/resources/accounting/resources/contacts/types/index.js +2 -2
  57. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +45 -4
  58. package/api/resources/accounting/resources/creditNotes/client/Client.js +264 -70
  59. package/api/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.d.ts +21 -0
  60. package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +2 -3
  61. package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +1 -2
  62. package/api/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.d.ts +16 -0
  63. package/api/resources/accounting/resources/creditNotes/client/requests/index.d.ts +2 -0
  64. package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.d.ts +10 -0
  65. package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.js +13 -0
  66. package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.d.ts +10 -0
  67. package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.js +13 -0
  68. package/api/resources/accounting/resources/creditNotes/types/index.d.ts +2 -2
  69. package/api/resources/accounting/resources/creditNotes/types/index.js +2 -2
  70. package/api/resources/accounting/resources/employees/client/Client.d.ts +1 -4
  71. package/api/resources/accounting/resources/employees/client/Client.js +63 -54
  72. package/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +2 -3
  73. package/api/resources/accounting/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +1 -2
  74. package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +4 -11
  75. package/api/resources/accounting/resources/expenseReports/client/Client.js +258 -205
  76. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +2 -3
  77. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +1 -1
  78. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +2 -3
  79. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +1 -1
  80. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +1 -2
  81. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.d.ts +9 -0
  82. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.js +12 -0
  83. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.d.ts +7 -0
  84. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.js +10 -0
  85. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.d.ts +7 -0
  86. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.js +10 -0
  87. package/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -3
  88. package/api/resources/accounting/resources/expenseReports/types/index.js +3 -3
  89. package/api/resources/accounting/resources/expenses/client/Client.d.ts +30 -8
  90. package/api/resources/accounting/resources/expenses/client/Client.js +268 -121
  91. package/api/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +13 -0
  92. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +1 -1
  93. package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +2 -3
  94. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +1 -1
  95. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +1 -2
  96. package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +1 -0
  97. package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.d.ts +9 -0
  98. package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.js +12 -0
  99. package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.d.ts +9 -0
  100. package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.js +12 -0
  101. package/api/resources/accounting/resources/expenses/types/index.d.ts +2 -2
  102. package/api/resources/accounting/resources/expenses/types/index.js +2 -2
  103. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +4 -1
  104. package/api/resources/accounting/resources/fieldMapping/client/Client.js +12 -4
  105. package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +7 -0
  106. package/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +9 -1
  107. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +1 -4
  108. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +80 -63
  109. package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts +2 -3
  110. package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +1 -2
  111. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.d.ts +7 -0
  112. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.js +10 -0
  113. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.d.ts +7 -0
  114. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.js +10 -0
  115. package/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -2
  116. package/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +2 -2
  117. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -4
  118. package/api/resources/accounting/resources/incomeStatements/client/Client.js +63 -54
  119. package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +2 -3
  120. package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsRetrieveRequest.d.ts +1 -2
  121. package/api/resources/accounting/resources/index.d.ts +6 -0
  122. package/api/resources/accounting/resources/index.js +7 -1
  123. package/api/resources/accounting/resources/invoices/client/Client.d.ts +30 -8
  124. package/api/resources/accounting/resources/invoices/client/Client.js +299 -152
  125. package/api/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +13 -0
  126. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
  127. package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +2 -3
  128. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +1 -1
  129. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +1 -2
  130. package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +1 -0
  131. package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.d.ts +16 -0
  132. package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.js +19 -0
  133. package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.d.ts +16 -0
  134. package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.js +19 -0
  135. package/api/resources/accounting/resources/invoices/types/index.d.ts +2 -2
  136. package/api/resources/accounting/resources/invoices/types/index.js +2 -2
  137. package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -2
  138. package/api/resources/accounting/resources/issues/client/Client.js +68 -57
  139. package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
  140. package/api/resources/accounting/resources/itemFulfillments/client/Client.d.ts +138 -0
  141. package/api/resources/accounting/resources/itemFulfillments/client/Client.js +615 -0
  142. package/api/resources/accounting/resources/itemFulfillments/client/index.d.ts +1 -0
  143. package/api/resources/accounting/resources/itemFulfillments/client/index.js +17 -0
  144. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +13 -0
  145. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +16 -0
  146. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.d.ts +28 -0
  147. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.d.ts +34 -0
  148. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.d.ts +28 -0
  149. package/api/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentsRetrieveRequest.d.ts +25 -0
  150. package/api/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +6 -0
  151. package/api/resources/accounting/resources/itemFulfillments/client/requests/index.js +2 -0
  152. package/api/resources/accounting/resources/itemFulfillments/exports.d.ts +2 -0
  153. package/api/resources/accounting/resources/itemFulfillments/exports.js +21 -0
  154. package/api/resources/accounting/resources/itemFulfillments/index.d.ts +2 -0
  155. package/api/resources/accounting/resources/itemFulfillments/index.js +18 -0
  156. package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.d.ts +7 -0
  157. package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.js +10 -0
  158. package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.d.ts +7 -0
  159. package/api/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.js +10 -0
  160. package/api/resources/accounting/resources/itemFulfillments/types/index.d.ts +2 -0
  161. package/api/resources/accounting/resources/itemFulfillments/types/index.js +18 -0
  162. package/api/resources/accounting/resources/items/client/Client.d.ts +2 -4
  163. package/api/resources/accounting/resources/items/client/Client.js +82 -63
  164. package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -3
  165. package/api/resources/accounting/resources/items/client/requests/ItemsRetrieveRequest.d.ts +1 -2
  166. package/api/resources/accounting/resources/items/types/ItemsListRequestExpandItem.d.ts +8 -0
  167. package/api/resources/accounting/resources/items/types/ItemsListRequestExpandItem.js +11 -0
  168. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.d.ts +8 -0
  169. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.js +11 -0
  170. package/api/resources/accounting/resources/items/types/index.d.ts +2 -2
  171. package/api/resources/accounting/resources/items/types/index.js +2 -2
  172. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -8
  173. package/api/resources/accounting/resources/journalEntries/client/Client.js +195 -156
  174. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +1 -1
  175. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +2 -3
  176. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +1 -1
  177. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +1 -2
  178. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.d.ts +9 -0
  179. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.js +12 -0
  180. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.d.ts +9 -0
  181. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.js +12 -0
  182. package/api/resources/accounting/resources/journalEntries/types/index.d.ts +2 -2
  183. package/api/resources/accounting/resources/journalEntries/types/index.js +2 -2
  184. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  185. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  186. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +10 -0
  187. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +7 -0
  188. package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  189. package/api/resources/accounting/resources/linkToken/types/index.js +1 -0
  190. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -2
  191. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +67 -56
  192. package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +6 -2
  193. package/api/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +4 -0
  194. package/api/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +4 -0
  195. package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +1 -2
  196. package/api/resources/accounting/resources/paymentMethods/client/Client.js +55 -44
  197. package/api/resources/accounting/resources/paymentMethods/client/requests/PaymentMethodsListRequest.d.ts +1 -1
  198. package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +1 -4
  199. package/api/resources/accounting/resources/paymentTerms/client/Client.js +57 -48
  200. package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsListRequest.d.ts +2 -3
  201. package/api/resources/accounting/resources/paymentTerms/client/requests/PaymentTermsRetrieveRequest.d.ts +1 -2
  202. package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -8
  203. package/api/resources/accounting/resources/payments/client/Client.js +197 -158
  204. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
  205. package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +2 -3
  206. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +1 -1
  207. package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +1 -2
  208. package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.d.ts +10 -0
  209. package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.js +13 -0
  210. package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.d.ts +10 -0
  211. package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.js +13 -0
  212. package/api/resources/accounting/resources/payments/types/index.d.ts +2 -2
  213. package/api/resources/accounting/resources/payments/types/index.js +2 -2
  214. package/api/resources/accounting/resources/projects/client/Client.d.ts +1 -4
  215. package/api/resources/accounting/resources/projects/client/Client.js +78 -61
  216. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +2 -3
  217. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +1 -2
  218. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.d.ts +5 -0
  219. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.js +8 -0
  220. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.d.ts +5 -0
  221. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.js +8 -0
  222. package/api/resources/accounting/resources/projects/types/index.d.ts +2 -2
  223. package/api/resources/accounting/resources/projects/types/index.js +2 -2
  224. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -8
  225. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +197 -158
  226. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +1 -1
  227. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +2 -3
  228. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +1 -1
  229. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +1 -2
  230. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.d.ts +10 -0
  231. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.js +13 -0
  232. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.d.ts +10 -0
  233. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.js +13 -0
  234. package/api/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -2
  235. package/api/resources/accounting/resources/purchaseOrders/types/index.js +2 -2
  236. package/api/resources/accounting/resources/salesOrders/client/Client.d.ts +146 -0
  237. package/api/resources/accounting/resources/salesOrders/client/Client.js +631 -0
  238. package/api/resources/accounting/resources/salesOrders/client/index.d.ts +1 -0
  239. package/api/resources/accounting/resources/salesOrders/client/index.js +17 -0
  240. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +13 -0
  241. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +16 -0
  242. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.d.ts +28 -0
  243. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersListRequest.d.ts +58 -0
  244. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.d.ts +28 -0
  245. package/api/resources/accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.d.ts +25 -0
  246. package/api/resources/accounting/resources/salesOrders/client/requests/index.d.ts +6 -0
  247. package/api/resources/accounting/resources/salesOrders/client/requests/index.js +2 -0
  248. package/api/resources/accounting/resources/salesOrders/exports.d.ts +2 -0
  249. package/api/resources/accounting/resources/salesOrders/exports.js +21 -0
  250. package/api/resources/accounting/resources/salesOrders/index.d.ts +2 -0
  251. package/api/resources/accounting/resources/salesOrders/index.js +18 -0
  252. package/api/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.d.ts +9 -0
  253. package/api/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.js +12 -0
  254. package/api/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.d.ts +9 -0
  255. package/api/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.js +12 -0
  256. package/api/resources/accounting/resources/salesOrders/types/index.d.ts +2 -0
  257. package/api/resources/accounting/resources/salesOrders/types/index.js +18 -0
  258. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -2
  259. package/api/resources/accounting/resources/syncStatus/client/Client.js +52 -41
  260. package/api/resources/accounting/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
  261. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -4
  262. package/api/resources/accounting/resources/taxRates/client/Client.js +64 -55
  263. package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +2 -3
  264. package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesRetrieveRequest.d.ts +1 -2
  265. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -4
  266. package/api/resources/accounting/resources/trackingCategories/client/Client.js +74 -67
  267. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +2 -3
  268. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesRetrieveRequest.d.ts +1 -2
  269. package/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -4
  270. package/api/resources/accounting/resources/transactions/client/Client.js +80 -63
  271. package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +2 -3
  272. package/api/resources/accounting/resources/transactions/client/requests/TransactionsRetrieveRequest.d.ts +1 -2
  273. package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.d.ts +9 -0
  274. package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.js +12 -0
  275. package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.d.ts +9 -0
  276. package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.js +12 -0
  277. package/api/resources/accounting/resources/transactions/types/index.d.ts +2 -2
  278. package/api/resources/accounting/resources/transactions/types/index.js +2 -2
  279. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +45 -4
  280. package/api/resources/accounting/resources/vendorCredits/client/Client.js +254 -56
  281. package/api/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.d.ts +21 -0
  282. package/api/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.d.ts +16 -0
  283. package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +2 -3
  284. package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsRetrieveRequest.d.ts +1 -2
  285. package/api/resources/accounting/resources/vendorCredits/client/requests/index.d.ts +2 -0
  286. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.d.ts +8 -0
  287. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.js +11 -0
  288. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.d.ts +8 -0
  289. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.js +11 -0
  290. package/api/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -2
  291. package/api/resources/accounting/resources/vendorCredits/types/index.js +2 -2
  292. package/api/resources/accounting/types/Account.d.ts +1 -1
  293. package/api/resources/accounting/types/AccountCompany.d.ts +5 -0
  294. package/api/resources/accounting/types/AccountRequest.d.ts +1 -1
  295. package/api/resources/accounting/types/AccountRequestCompany.d.ts +5 -0
  296. package/api/resources/accounting/types/AsyncBulkCreateResponse.d.ts +7 -0
  297. package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  298. package/api/resources/accounting/types/AuditLogEventRole.d.ts +1 -0
  299. package/api/resources/accounting/types/BankFeedAccount.d.ts +1 -1
  300. package/api/resources/accounting/types/BatchObject.d.ts +20 -0
  301. package/api/resources/accounting/types/BatchObjectItemResponse.d.ts +7 -0
  302. package/api/resources/accounting/types/BatchObjectStatus.d.ts +13 -0
  303. package/api/resources/accounting/types/BatchObjectStatusEnum.d.ts +15 -0
  304. package/api/resources/accounting/types/BatchObjectStatusEnum.js +18 -0
  305. package/api/resources/accounting/types/BatchObjectsResponse.d.ts +29 -0
  306. package/api/resources/accounting/types/BatchObjectsResponseStatus.d.ts +19 -0
  307. package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +24 -0
  308. package/api/resources/accounting/types/BatchObjectsResponseStatusEnum.js +27 -0
  309. package/api/resources/accounting/types/CategoriesEnum.d.ts +2 -0
  310. package/api/resources/accounting/types/CategoriesEnum.js +2 -0
  311. package/api/resources/accounting/types/CategoryEnum.d.ts +2 -0
  312. package/api/resources/accounting/types/CategoryEnum.js +2 -0
  313. package/api/resources/accounting/types/CompanyInfo.d.ts +2 -2
  314. package/api/resources/accounting/types/CompanyInfoAddressesItem.d.ts +2 -0
  315. package/api/resources/accounting/types/CompanyInfoPhoneNumbersItem.d.ts +2 -0
  316. package/api/resources/accounting/types/Contact.d.ts +3 -3
  317. package/api/resources/accounting/types/ContactCompany.d.ts +5 -0
  318. package/api/resources/accounting/types/ContactPhoneNumbersItem.d.ts +2 -0
  319. package/api/resources/accounting/types/ContactPhoneNumbersItem.js +3 -0
  320. package/api/resources/accounting/types/ContactRequest.d.ts +3 -3
  321. package/api/resources/accounting/types/ContactRequestCompany.d.ts +5 -0
  322. package/api/resources/accounting/types/ContactRequestCompany.js +3 -0
  323. package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +2 -0
  324. package/api/resources/accounting/types/ContactRequestPhoneNumbersItem.js +3 -0
  325. package/api/resources/accounting/types/CreditNote.d.ts +1 -1
  326. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +1 -1
  327. package/api/resources/accounting/types/CreditNoteLineItemsItem.d.ts +2 -0
  328. package/api/resources/accounting/types/CreditNoteLineItemsItem.js +3 -0
  329. package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
  330. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  331. package/api/resources/accounting/types/ErrorValidationProblem.d.ts +3 -0
  332. package/api/resources/accounting/types/Expense.d.ts +1 -1
  333. package/api/resources/accounting/types/ExpenseBatchItemRequest.d.ts +6 -0
  334. package/api/resources/accounting/types/ExpenseBatchItemRequest.js +3 -0
  335. package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +1 -1
  336. package/api/resources/accounting/types/ExpenseReport.d.ts +4 -4
  337. package/api/resources/accounting/types/ExpenseReportAccountingPeriod.d.ts +5 -0
  338. package/api/resources/accounting/types/ExpenseReportAccountingPeriod.js +3 -0
  339. package/api/resources/accounting/types/ExpenseReportCurrency.d.ts +312 -0
  340. package/api/resources/accounting/types/ExpenseReportCurrency.js +3 -0
  341. package/api/resources/accounting/types/ExpenseReportEmployee.d.ts +5 -0
  342. package/api/resources/accounting/types/ExpenseReportEmployee.js +3 -0
  343. package/api/resources/accounting/types/ExpenseReportLine.d.ts +1 -1
  344. package/api/resources/accounting/types/ExpenseReportLineCurrency.d.ts +312 -0
  345. package/api/resources/accounting/types/ExpenseReportLineCurrency.js +3 -0
  346. package/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +1 -1
  347. package/api/resources/accounting/types/ExpenseReportLineRequestCurrency.d.ts +312 -0
  348. package/api/resources/accounting/types/ExpenseReportLineRequestCurrency.js +3 -0
  349. package/api/resources/accounting/types/ExpenseReportLinesItem.d.ts +2 -0
  350. package/api/resources/accounting/types/ExpenseReportLinesItem.js +3 -0
  351. package/api/resources/accounting/types/ExpenseReportRequest.d.ts +2 -2
  352. package/api/resources/accounting/types/ExpenseReportRequestCurrency.d.ts +312 -0
  353. package/api/resources/accounting/types/ExpenseReportRequestCurrency.js +3 -0
  354. package/api/resources/accounting/types/ExpenseReportRequestStatus.d.ts +10 -0
  355. package/api/resources/accounting/types/ExpenseReportRequestStatus.js +3 -0
  356. package/api/resources/accounting/types/ExpenseRequest.d.ts +1 -1
  357. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
  358. package/api/resources/accounting/types/FieldMappingApiInstance.d.ts +2 -0
  359. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
  360. package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -1
  361. package/api/resources/accounting/types/Invoice.d.ts +2 -1
  362. package/api/resources/accounting/types/InvoiceBatchItemRequest.d.ts +6 -0
  363. package/api/resources/accounting/types/InvoiceBatchItemRequest.js +3 -0
  364. package/api/resources/accounting/types/InvoiceLineItem.d.ts +1 -1
  365. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +1 -1
  366. package/api/resources/accounting/types/InvoiceLineItemsItem.d.ts +2 -0
  367. package/api/resources/accounting/types/InvoiceLineItemsItem.js +3 -0
  368. package/api/resources/accounting/types/InvoiceRequest.d.ts +3 -1
  369. package/api/resources/accounting/types/InvoiceRequestAccountingPeriod.d.ts +5 -0
  370. package/api/resources/accounting/types/InvoiceRequestAccountingPeriod.js +3 -0
  371. package/api/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +2 -0
  372. package/api/resources/accounting/types/InvoiceRequestLineItemsItem.js +3 -0
  373. package/api/resources/accounting/types/InvoiceSalesOrdersItem.d.ts +2 -0
  374. package/api/resources/accounting/types/InvoiceSalesOrdersItem.js +3 -0
  375. package/api/resources/accounting/types/ItemFulfillment.d.ts +47 -0
  376. package/api/resources/accounting/types/ItemFulfillment.js +3 -0
  377. package/api/resources/accounting/types/ItemFulfillmentBatchItemRequest.d.ts +6 -0
  378. package/api/resources/accounting/types/ItemFulfillmentBatchItemRequest.js +3 -0
  379. package/api/resources/accounting/types/ItemFulfillmentCompany.d.ts +5 -0
  380. package/api/resources/accounting/types/ItemFulfillmentCompany.js +3 -0
  381. package/api/resources/accounting/types/ItemFulfillmentCustomer.d.ts +5 -0
  382. package/api/resources/accounting/types/ItemFulfillmentCustomer.js +3 -0
  383. package/api/resources/accounting/types/ItemFulfillmentLine.d.ts +31 -0
  384. package/api/resources/accounting/types/ItemFulfillmentLine.js +3 -0
  385. package/api/resources/accounting/types/ItemFulfillmentLineItem.d.ts +2 -0
  386. package/api/resources/accounting/types/ItemFulfillmentLineItem.js +3 -0
  387. package/api/resources/accounting/types/ItemFulfillmentLineRequest.d.ts +26 -0
  388. package/api/resources/accounting/types/ItemFulfillmentLineRequest.js +3 -0
  389. package/api/resources/accounting/types/ItemFulfillmentLineRequestItem.d.ts +2 -0
  390. package/api/resources/accounting/types/ItemFulfillmentLineRequestItem.js +3 -0
  391. package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +2 -0
  392. package/api/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +3 -0
  393. package/api/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.d.ts +2 -0
  394. package/api/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.js +3 -0
  395. package/api/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.d.ts +2 -0
  396. package/api/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.js +3 -0
  397. package/api/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.d.ts +2 -0
  398. package/api/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.js +3 -0
  399. package/api/resources/accounting/types/ItemFulfillmentLinesItem.d.ts +2 -0
  400. package/api/resources/accounting/types/ItemFulfillmentLinesItem.js +3 -0
  401. package/api/resources/accounting/types/ItemFulfillmentRequestRequest.d.ts +34 -0
  402. package/api/resources/accounting/types/ItemFulfillmentRequestRequest.js +3 -0
  403. package/api/resources/accounting/types/ItemFulfillmentRequestRequestCompany.d.ts +5 -0
  404. package/api/resources/accounting/types/ItemFulfillmentRequestRequestCompany.js +3 -0
  405. package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +5 -0
  406. package/api/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +3 -0
  407. package/api/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.d.ts +2 -0
  408. package/api/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.js +3 -0
  409. package/api/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.d.ts +5 -0
  410. package/api/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.js +3 -0
  411. package/api/resources/accounting/types/ItemFulfillmentRequestRequestStatus.d.ts +10 -0
  412. package/api/resources/accounting/types/ItemFulfillmentRequestRequestStatus.js +3 -0
  413. package/api/resources/accounting/types/ItemFulfillmentResponse.d.ts +7 -0
  414. package/api/resources/accounting/types/ItemFulfillmentResponse.js +3 -0
  415. package/api/resources/accounting/types/ItemFulfillmentSalesOrder.d.ts +5 -0
  416. package/api/resources/accounting/types/ItemFulfillmentSalesOrder.js +3 -0
  417. package/api/resources/accounting/types/ItemFulfillmentStatus.d.ts +10 -0
  418. package/api/resources/accounting/types/ItemFulfillmentStatus.js +3 -0
  419. package/api/resources/accounting/types/ItemFulfillmentStatusEnum.d.ts +13 -0
  420. package/api/resources/accounting/types/ItemFulfillmentStatusEnum.js +16 -0
  421. package/api/resources/accounting/types/JournalEntry.d.ts +1 -1
  422. package/api/resources/accounting/types/JournalEntryLinesItem.d.ts +2 -0
  423. package/api/resources/accounting/types/JournalEntryLinesItem.js +3 -0
  424. package/api/resources/accounting/types/JournalEntryRequest.d.ts +1 -1
  425. package/api/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +2 -0
  426. package/api/resources/accounting/types/JournalEntryRequestLinesItem.js +3 -0
  427. package/api/resources/accounting/types/MetaResponse.d.ts +2 -1
  428. package/api/resources/accounting/types/PaginatedItemFulfillmentList.d.ts +6 -0
  429. package/api/resources/accounting/types/PaginatedItemFulfillmentList.js +3 -0
  430. package/api/resources/accounting/types/PaginatedSalesOrderList.d.ts +6 -0
  431. package/api/resources/accounting/types/PaginatedSalesOrderList.js +3 -0
  432. package/api/resources/accounting/types/PatchedContactRequest.d.ts +2 -2
  433. package/api/resources/accounting/types/PatchedContactRequestStatus.d.ts +8 -0
  434. package/api/resources/accounting/types/PatchedContactRequestStatus.js +3 -0
  435. package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -7
  436. package/api/resources/accounting/types/PatchedVendorCreditRequest.d.ts +337 -0
  437. package/api/resources/accounting/types/PatchedVendorCreditRequest.js +3 -0
  438. package/api/resources/accounting/types/PatchedVendorCreditRequestCurrency.d.ts +312 -0
  439. package/api/resources/accounting/types/PatchedVendorCreditRequestCurrency.js +3 -0
  440. package/api/resources/accounting/types/PaymentMethod.d.ts +1 -1
  441. package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +1 -1
  442. package/api/resources/accounting/types/PurchaseOrder.d.ts +1 -1
  443. package/api/resources/accounting/types/PurchaseOrderLineItemsItem.d.ts +2 -0
  444. package/api/resources/accounting/types/PurchaseOrderLineItemsItem.js +3 -0
  445. package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -1
  446. package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +2 -0
  447. package/api/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +3 -0
  448. package/api/resources/accounting/types/RegenerateAccountToken.d.ts +12 -0
  449. package/api/resources/accounting/types/RegenerateAccountToken.js +3 -0
  450. package/api/resources/accounting/types/RemoteField.d.ts +2 -2
  451. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +3 -0
  452. package/api/resources/accounting/types/RemoteFieldRequest.d.ts +2 -3
  453. package/api/resources/accounting/types/RemoteResponse.d.ts +1 -1
  454. package/api/resources/accounting/types/RemoteResponseResponseType.d.ts +2 -0
  455. package/api/resources/accounting/types/RemoteResponseResponseType.js +3 -0
  456. package/api/resources/accounting/types/ReportItem.d.ts +1 -1
  457. package/api/resources/accounting/types/RoleEnum.d.ts +2 -0
  458. package/api/resources/accounting/types/RoleEnum.js +2 -0
  459. package/api/resources/accounting/types/SalesOrder.d.ts +369 -0
  460. package/api/resources/accounting/types/SalesOrder.js +3 -0
  461. package/api/resources/accounting/types/SalesOrderBatchItemRequest.d.ts +6 -0
  462. package/api/resources/accounting/types/SalesOrderBatchItemRequest.js +3 -0
  463. package/api/resources/accounting/types/SalesOrderCompany.d.ts +5 -0
  464. package/api/resources/accounting/types/SalesOrderCompany.js +3 -0
  465. package/api/resources/accounting/types/SalesOrderCurrency.d.ts +312 -0
  466. package/api/resources/accounting/types/SalesOrderCurrency.js +3 -0
  467. package/api/resources/accounting/types/SalesOrderCustomer.d.ts +5 -0
  468. package/api/resources/accounting/types/SalesOrderCustomer.js +3 -0
  469. package/api/resources/accounting/types/SalesOrderLine.d.ts +38 -0
  470. package/api/resources/accounting/types/SalesOrderLine.js +3 -0
  471. package/api/resources/accounting/types/SalesOrderLineCompany.d.ts +5 -0
  472. package/api/resources/accounting/types/SalesOrderLineCompany.js +3 -0
  473. package/api/resources/accounting/types/SalesOrderLineItem.d.ts +2 -0
  474. package/api/resources/accounting/types/SalesOrderLineItem.js +3 -0
  475. package/api/resources/accounting/types/SalesOrderLineRequest.d.ts +33 -0
  476. package/api/resources/accounting/types/SalesOrderLineRequest.js +3 -0
  477. package/api/resources/accounting/types/SalesOrderLineRequestCompany.d.ts +5 -0
  478. package/api/resources/accounting/types/SalesOrderLineRequestCompany.js +3 -0
  479. package/api/resources/accounting/types/SalesOrderLineRequestItem.d.ts +2 -0
  480. package/api/resources/accounting/types/SalesOrderLineRequestItem.js +3 -0
  481. package/api/resources/accounting/types/SalesOrderLineRequestTaxRate.d.ts +5 -0
  482. package/api/resources/accounting/types/SalesOrderLineRequestTaxRate.js +3 -0
  483. package/api/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.d.ts +2 -0
  484. package/api/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.js +3 -0
  485. package/api/resources/accounting/types/SalesOrderLineTaxRate.d.ts +5 -0
  486. package/api/resources/accounting/types/SalesOrderLineTaxRate.js +3 -0
  487. package/api/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.d.ts +2 -0
  488. package/api/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.js +3 -0
  489. package/api/resources/accounting/types/SalesOrderLinesItem.d.ts +2 -0
  490. package/api/resources/accounting/types/SalesOrderLinesItem.js +3 -0
  491. package/api/resources/accounting/types/SalesOrderPaymentTerm.d.ts +5 -0
  492. package/api/resources/accounting/types/SalesOrderPaymentTerm.js +3 -0
  493. package/api/resources/accounting/types/SalesOrderRequestRequest.d.ts +356 -0
  494. package/api/resources/accounting/types/SalesOrderRequestRequest.js +3 -0
  495. package/api/resources/accounting/types/SalesOrderRequestRequestCompany.d.ts +5 -0
  496. package/api/resources/accounting/types/SalesOrderRequestRequestCompany.js +3 -0
  497. package/api/resources/accounting/types/SalesOrderRequestRequestCurrency.d.ts +312 -0
  498. package/api/resources/accounting/types/SalesOrderRequestRequestCurrency.js +3 -0
  499. package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +5 -0
  500. package/api/resources/accounting/types/SalesOrderRequestRequestCustomer.js +3 -0
  501. package/api/resources/accounting/types/SalesOrderRequestRequestLinesItem.d.ts +2 -0
  502. package/api/resources/accounting/types/SalesOrderRequestRequestLinesItem.js +3 -0
  503. package/api/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.d.ts +5 -0
  504. package/api/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.js +3 -0
  505. package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +5 -0
  506. package/api/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +3 -0
  507. package/api/resources/accounting/types/SalesOrderRequestRequestStatus.d.ts +12 -0
  508. package/api/resources/accounting/types/SalesOrderRequestRequestStatus.js +3 -0
  509. package/api/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.d.ts +2 -0
  510. package/api/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.js +3 -0
  511. package/api/resources/accounting/types/SalesOrderResponse.d.ts +7 -0
  512. package/api/resources/accounting/types/SalesOrderResponse.js +3 -0
  513. package/api/resources/accounting/types/SalesOrderShippingAddress.d.ts +5 -0
  514. package/api/resources/accounting/types/SalesOrderShippingAddress.js +3 -0
  515. package/api/resources/accounting/types/SalesOrderStatus.d.ts +12 -0
  516. package/api/resources/accounting/types/SalesOrderStatus.js +3 -0
  517. package/api/resources/accounting/types/SalesOrderStatusEnum.d.ts +17 -0
  518. package/api/resources/accounting/types/SalesOrderStatusEnum.js +20 -0
  519. package/api/resources/accounting/types/SalesOrderTrackingCategoriesItem.d.ts +2 -0
  520. package/api/resources/accounting/types/SalesOrderTrackingCategoriesItem.js +3 -0
  521. package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  522. package/api/resources/accounting/types/SyncStatusLastSyncResult.d.ts +2 -0
  523. package/api/resources/accounting/types/SyncStatusLastSyncResult.js +3 -0
  524. package/api/resources/accounting/types/TaxRate.d.ts +1 -1
  525. package/api/resources/accounting/types/Transaction.d.ts +2 -2
  526. package/api/resources/accounting/types/TransactionCompany.d.ts +5 -0
  527. package/api/resources/accounting/types/TransactionCompany.js +3 -0
  528. package/api/resources/accounting/types/TransactionLineItemsItem.d.ts +2 -0
  529. package/api/resources/accounting/types/TransactionLineItemsItem.js +3 -0
  530. package/api/resources/accounting/types/VendorCredit.d.ts +1 -1
  531. package/api/resources/accounting/types/VendorCreditLinesItem.d.ts +2 -0
  532. package/api/resources/accounting/types/VendorCreditLinesItem.js +3 -0
  533. package/api/resources/accounting/types/WarningValidationProblem.d.ts +3 -0
  534. package/api/resources/accounting/types/index.d.ts +101 -15
  535. package/api/resources/accounting/types/index.js +101 -15
  536. package/api/resources/ats/resources/accountToken/client/Client.d.ts +10 -0
  537. package/api/resources/ats/resources/accountToken/client/Client.js +49 -0
  538. package/api/resources/ats/resources/activities/client/Client.d.ts +1 -4
  539. package/api/resources/ats/resources/activities/client/Client.js +73 -64
  540. package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +2 -3
  541. package/api/resources/ats/resources/activities/client/requests/ActivitiesRetrieveRequest.d.ts +1 -2
  542. package/api/resources/ats/resources/applications/client/Client.d.ts +1 -4
  543. package/api/resources/ats/resources/applications/client/Client.js +83 -66
  544. package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +1 -2
  545. package/api/resources/ats/resources/applications/client/requests/ApplicationsRetrieveRequest.d.ts +1 -2
  546. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.d.ts +11 -0
  547. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.js +14 -0
  548. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.d.ts +11 -0
  549. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.js +14 -0
  550. package/api/resources/ats/resources/applications/types/index.d.ts +2 -2
  551. package/api/resources/ats/resources/applications/types/index.js +2 -2
  552. package/api/resources/ats/resources/attachments/client/Client.d.ts +1 -4
  553. package/api/resources/ats/resources/attachments/client/Client.js +65 -56
  554. package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +1 -2
  555. package/api/resources/ats/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +1 -2
  556. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -2
  557. package/api/resources/ats/resources/auditTrail/client/Client.js +56 -45
  558. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  559. package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -4
  560. package/api/resources/ats/resources/candidates/client/Client.js +81 -64
  561. package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +1 -2
  562. package/api/resources/ats/resources/candidates/client/requests/CandidatesRetrieveRequest.d.ts +1 -2
  563. package/api/resources/ats/resources/candidates/client/requests/index.d.ts +0 -1
  564. package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.d.ts +5 -0
  565. package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.js +8 -0
  566. package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.d.ts +5 -0
  567. package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.js +8 -0
  568. package/api/resources/ats/resources/candidates/types/index.d.ts +2 -3
  569. package/api/resources/ats/resources/candidates/types/index.js +2 -3
  570. package/api/resources/ats/resources/departments/client/Client.d.ts +1 -2
  571. package/api/resources/ats/resources/departments/client/Client.js +60 -49
  572. package/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -4
  573. package/api/resources/ats/resources/eeocs/client/Client.js +73 -64
  574. package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +2 -3
  575. package/api/resources/ats/resources/eeocs/client/requests/EeocsRetrieveRequest.d.ts +1 -2
  576. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  577. package/api/resources/ats/resources/fieldMapping/client/Client.js +9 -3
  578. package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -0
  579. package/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
  580. package/api/resources/ats/resources/interviews/client/Client.d.ts +1 -4
  581. package/api/resources/ats/resources/interviews/client/Client.js +83 -66
  582. package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +2 -3
  583. package/api/resources/ats/resources/interviews/client/requests/InterviewsRetrieveRequest.d.ts +1 -2
  584. package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.d.ts +7 -0
  585. package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.js +10 -0
  586. package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.d.ts +7 -0
  587. package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.js +10 -0
  588. package/api/resources/ats/resources/interviews/types/index.d.ts +2 -2
  589. package/api/resources/ats/resources/interviews/types/index.js +2 -2
  590. package/api/resources/ats/resources/issues/client/Client.d.ts +1 -2
  591. package/api/resources/ats/resources/issues/client/Client.js +68 -55
  592. package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
  593. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -4
  594. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +63 -54
  595. package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +2 -3
  596. package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesRetrieveRequest.d.ts +1 -2
  597. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -4
  598. package/api/resources/ats/resources/jobPostings/client/Client.js +67 -58
  599. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +2 -3
  600. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +1 -2
  601. package/api/resources/ats/resources/jobs/client/Client.d.ts +2 -7
  602. package/api/resources/ats/resources/jobs/client/Client.js +151 -114
  603. package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +2 -3
  604. package/api/resources/ats/resources/jobs/client/requests/JobsRetrieveRequest.d.ts +1 -2
  605. package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +2 -3
  606. package/api/resources/ats/resources/jobs/types/JobsListRequestExpandItem.d.ts +8 -0
  607. package/api/resources/ats/resources/jobs/types/JobsListRequestExpandItem.js +11 -0
  608. package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.d.ts +8 -0
  609. package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.js +11 -0
  610. package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.d.ts +5 -0
  611. package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.js +8 -0
  612. package/api/resources/ats/resources/jobs/types/index.d.ts +3 -3
  613. package/api/resources/ats/resources/jobs/types/index.js +3 -3
  614. package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  615. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  616. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -2
  617. package/api/resources/ats/resources/linkedAccounts/client/Client.js +67 -56
  618. package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  619. package/api/resources/ats/resources/offers/client/Client.d.ts +3 -5
  620. package/api/resources/ats/resources/offers/client/Client.js +88 -63
  621. package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +17 -3
  622. package/api/resources/ats/resources/offers/client/requests/OffersRetrieveRequest.d.ts +1 -2
  623. package/api/resources/ats/resources/offers/types/OffersListRequestExpandItem.d.ts +5 -0
  624. package/api/resources/ats/resources/offers/types/OffersListRequestExpandItem.js +8 -0
  625. package/api/resources/ats/resources/offers/types/OffersListRequestStatus.d.ts +12 -0
  626. package/api/resources/ats/resources/offers/types/OffersListRequestStatus.js +15 -0
  627. package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.d.ts +5 -0
  628. package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.js +8 -0
  629. package/api/resources/ats/resources/offers/types/index.d.ts +3 -2
  630. package/api/resources/ats/resources/offers/types/index.js +3 -2
  631. package/api/resources/ats/resources/offices/client/Client.d.ts +1 -2
  632. package/api/resources/ats/resources/offices/client/Client.js +60 -49
  633. package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +1 -1
  634. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -2
  635. package/api/resources/ats/resources/rejectReasons/client/Client.js +60 -49
  636. package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +1 -1
  637. package/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -4
  638. package/api/resources/ats/resources/scorecards/client/Client.js +82 -65
  639. package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +2 -3
  640. package/api/resources/ats/resources/scorecards/client/requests/ScorecardsRetrieveRequest.d.ts +1 -2
  641. package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.d.ts +6 -0
  642. package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.js +9 -0
  643. package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.d.ts +6 -0
  644. package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.js +9 -0
  645. package/api/resources/ats/resources/scorecards/types/index.d.ts +2 -2
  646. package/api/resources/ats/resources/scorecards/types/index.js +2 -2
  647. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -2
  648. package/api/resources/ats/resources/syncStatus/client/Client.js +52 -41
  649. package/api/resources/ats/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
  650. package/api/resources/ats/resources/tags/client/Client.d.ts +1 -2
  651. package/api/resources/ats/resources/tags/client/Client.js +60 -49
  652. package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +1 -1
  653. package/api/resources/ats/resources/users/client/Client.d.ts +1 -2
  654. package/api/resources/ats/resources/users/client/Client.js +63 -52
  655. package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  656. package/api/resources/ats/types/ActivityRequest.d.ts +1 -1
  657. package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  658. package/api/resources/ats/types/AuditLogEventRole.d.ts +1 -0
  659. package/api/resources/ats/types/FieldMappingApiInstance.d.ts +1 -0
  660. package/api/resources/ats/types/IgnoreCommonModelRequest.d.ts +5 -0
  661. package/api/resources/ats/types/IgnoreCommonModelRequest.js +3 -0
  662. package/api/resources/ats/types/IgnoreCommonModelRequestReason.d.ts +2 -0
  663. package/api/resources/ats/types/IgnoreCommonModelRequestReason.js +3 -0
  664. package/api/resources/ats/types/RegenerateAccountToken.d.ts +12 -0
  665. package/api/resources/ats/types/RegenerateAccountToken.js +3 -0
  666. package/api/resources/ats/types/RoleEnum.d.ts +2 -0
  667. package/api/resources/ats/types/RoleEnum.js +2 -0
  668. package/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
  669. package/api/resources/ats/types/ScreeningQuestionOptionsItem.d.ts +2 -0
  670. package/api/resources/ats/types/ScreeningQuestionOptionsItem.js +3 -0
  671. package/api/resources/ats/types/index.d.ts +4 -1
  672. package/api/resources/ats/types/index.js +4 -1
  673. package/api/resources/crm/resources/accountToken/client/Client.d.ts +10 -0
  674. package/api/resources/crm/resources/accountToken/client/Client.js +49 -0
  675. package/api/resources/crm/resources/accounts/client/Client.d.ts +2 -6
  676. package/api/resources/crm/resources/accounts/client/Client.js +123 -103
  677. package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +2 -3
  678. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +1 -1
  679. package/api/resources/crm/resources/accounts/client/requests/AccountsRetrieveRequest.d.ts +1 -2
  680. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -4
  681. package/api/resources/crm/resources/associationTypes/client/Client.js +62 -53
  682. package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +2 -3
  683. package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesRetrieveRequest.d.ts +1 -2
  684. package/api/resources/crm/resources/associations/client/Client.d.ts +1 -3
  685. package/api/resources/crm/resources/associations/client/Client.js +62 -52
  686. package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +2 -3
  687. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -2
  688. package/api/resources/crm/resources/auditTrail/client/Client.js +56 -45
  689. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  690. package/api/resources/crm/resources/contacts/client/Client.d.ts +2 -6
  691. package/api/resources/crm/resources/contacts/client/Client.js +139 -109
  692. package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +2 -3
  693. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +1 -1
  694. package/api/resources/crm/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
  695. package/api/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.d.ts +5 -0
  696. package/api/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.js +8 -0
  697. package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +5 -0
  698. package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +8 -0
  699. package/api/resources/crm/resources/contacts/types/index.d.ts +2 -2
  700. package/api/resources/crm/resources/contacts/types/index.js +2 -2
  701. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -4
  702. package/api/resources/crm/resources/customObjectClasses/client/Client.js +62 -53
  703. package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +2 -3
  704. package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesRetrieveRequest.d.ts +1 -2
  705. package/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -4
  706. package/api/resources/crm/resources/customObjects/client/Client.js +119 -97
  707. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +1 -1
  708. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +1 -1
  709. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -4
  710. package/api/resources/crm/resources/engagementTypes/client/Client.js +119 -97
  711. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +1 -1
  712. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +1 -1
  713. package/api/resources/crm/resources/engagements/client/Client.d.ts +2 -6
  714. package/api/resources/crm/resources/engagements/client/Client.js +138 -110
  715. package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +2 -3
  716. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +1 -1
  717. package/api/resources/crm/resources/engagements/client/requests/EngagementsRetrieveRequest.d.ts +1 -2
  718. package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.d.ts +7 -0
  719. package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.js +10 -0
  720. package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.d.ts +7 -0
  721. package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.js +10 -0
  722. package/api/resources/crm/resources/engagements/types/index.d.ts +2 -2
  723. package/api/resources/crm/resources/engagements/types/index.js +2 -2
  724. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +4 -1
  725. package/api/resources/crm/resources/fieldMapping/client/Client.js +12 -4
  726. package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +5 -0
  727. package/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
  728. package/api/resources/crm/resources/issues/client/Client.d.ts +1 -2
  729. package/api/resources/crm/resources/issues/client/Client.js +68 -55
  730. package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
  731. package/api/resources/crm/resources/leads/client/Client.d.ts +2 -6
  732. package/api/resources/crm/resources/leads/client/Client.js +141 -111
  733. package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +2 -3
  734. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +1 -1
  735. package/api/resources/crm/resources/leads/client/requests/LeadsRetrieveRequest.d.ts +1 -2
  736. package/api/resources/crm/resources/leads/types/LeadsListRequestExpandItem.d.ts +6 -0
  737. package/api/resources/crm/resources/leads/types/LeadsListRequestExpandItem.js +9 -0
  738. package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.d.ts +6 -0
  739. package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.js +9 -0
  740. package/api/resources/crm/resources/leads/types/index.d.ts +2 -2
  741. package/api/resources/crm/resources/leads/types/index.js +2 -2
  742. package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  743. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  744. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -2
  745. package/api/resources/crm/resources/linkedAccounts/client/Client.js +67 -56
  746. package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  747. package/api/resources/crm/resources/notes/client/Client.d.ts +2 -6
  748. package/api/resources/crm/resources/notes/client/Client.js +140 -110
  749. package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +2 -3
  750. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +1 -1
  751. package/api/resources/crm/resources/notes/client/requests/NotesRetrieveRequest.d.ts +1 -2
  752. package/api/resources/crm/resources/notes/types/NotesListRequestExpandItem.d.ts +7 -0
  753. package/api/resources/crm/resources/notes/types/NotesListRequestExpandItem.js +10 -0
  754. package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.d.ts +7 -0
  755. package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.js +10 -0
  756. package/api/resources/crm/resources/notes/types/index.d.ts +2 -2
  757. package/api/resources/crm/resources/notes/types/index.js +2 -2
  758. package/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -6
  759. package/api/resources/crm/resources/opportunities/client/Client.js +147 -119
  760. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +2 -3
  761. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +1 -1
  762. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRetrieveRequest.d.ts +1 -2
  763. package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.d.ts +6 -0
  764. package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.js +9 -0
  765. package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.d.ts +6 -0
  766. package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.js +9 -0
  767. package/api/resources/crm/resources/opportunities/types/index.d.ts +2 -2
  768. package/api/resources/crm/resources/opportunities/types/index.js +2 -2
  769. package/api/resources/crm/resources/stages/client/Client.d.ts +2 -4
  770. package/api/resources/crm/resources/stages/client/Client.js +119 -97
  771. package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +1 -1
  772. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +1 -1
  773. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -2
  774. package/api/resources/crm/resources/syncStatus/client/Client.js +52 -41
  775. package/api/resources/crm/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
  776. package/api/resources/crm/resources/tasks/client/Client.d.ts +2 -6
  777. package/api/resources/crm/resources/tasks/client/Client.js +136 -106
  778. package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +2 -3
  779. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +1 -1
  780. package/api/resources/crm/resources/tasks/client/requests/TasksRetrieveRequest.d.ts +1 -2
  781. package/api/resources/crm/resources/tasks/types/TasksListRequestExpandItem.d.ts +7 -0
  782. package/api/resources/crm/resources/tasks/types/TasksListRequestExpandItem.js +10 -0
  783. package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.d.ts +7 -0
  784. package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.js +10 -0
  785. package/api/resources/crm/resources/tasks/types/index.d.ts +2 -2
  786. package/api/resources/crm/resources/tasks/types/index.js +2 -2
  787. package/api/resources/crm/resources/users/client/Client.d.ts +2 -4
  788. package/api/resources/crm/resources/users/client/Client.js +120 -98
  789. package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  790. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +1 -1
  791. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  792. package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  793. package/api/resources/crm/types/AuditLogEventRole.d.ts +1 -0
  794. package/api/resources/crm/types/FieldMappingApiInstance.d.ts +1 -0
  795. package/api/resources/crm/types/Lead.d.ts +9 -0
  796. package/api/resources/crm/types/LeadStatus.d.ts +10 -0
  797. package/api/resources/crm/types/LeadStatus.js +3 -0
  798. package/api/resources/crm/types/LeadStatusEnum.d.ts +13 -0
  799. package/api/resources/crm/types/LeadStatusEnum.js +16 -0
  800. package/api/resources/crm/types/PatchedTaskRequest.d.ts +2 -0
  801. package/api/resources/crm/types/RegenerateAccountToken.d.ts +12 -0
  802. package/api/resources/crm/types/RegenerateAccountToken.js +3 -0
  803. package/api/resources/crm/types/RemoteFieldClass.d.ts +2 -2
  804. package/api/resources/crm/types/RemoteResponse.d.ts +1 -1
  805. package/api/resources/crm/types/RemoteResponseResponseType.d.ts +2 -0
  806. package/api/resources/crm/types/RemoteResponseResponseType.js +3 -0
  807. package/api/resources/crm/types/RoleEnum.d.ts +2 -0
  808. package/api/resources/crm/types/RoleEnum.js +2 -0
  809. package/api/resources/crm/types/Task.d.ts +2 -0
  810. package/api/resources/crm/types/TaskContact.d.ts +5 -0
  811. package/api/resources/crm/types/TaskContact.js +3 -0
  812. package/api/resources/crm/types/TaskRequest.d.ts +2 -0
  813. package/api/resources/crm/types/TaskRequestContact.d.ts +5 -0
  814. package/api/resources/crm/types/TaskRequestContact.js +3 -0
  815. package/api/resources/crm/types/index.d.ts +6 -2
  816. package/api/resources/crm/types/index.js +6 -2
  817. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +10 -0
  818. package/api/resources/filestorage/resources/accountToken/client/Client.js +49 -0
  819. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -2
  820. package/api/resources/filestorage/resources/auditTrail/client/Client.js +56 -45
  821. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  822. package/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -2
  823. package/api/resources/filestorage/resources/drives/client/Client.js +61 -50
  824. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +4 -1
  825. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +12 -4
  826. package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +5 -0
  827. package/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +7 -1
  828. package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -7
  829. package/api/resources/filestorage/resources/files/client/Client.js +153 -125
  830. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaRetrieveRequest.d.ts +1 -1
  831. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +2 -3
  832. package/api/resources/filestorage/resources/files/client/requests/FilesRetrieveRequest.d.ts +1 -2
  833. package/api/resources/filestorage/resources/files/types/FilesListRequestExpandItem.d.ts +6 -0
  834. package/api/resources/filestorage/resources/files/types/FilesListRequestExpandItem.js +9 -0
  835. package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.d.ts +6 -0
  836. package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.js +9 -0
  837. package/api/resources/filestorage/resources/files/types/index.d.ts +2 -2
  838. package/api/resources/filestorage/resources/files/types/index.js +2 -2
  839. package/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -4
  840. package/api/resources/filestorage/resources/folders/client/Client.js +80 -63
  841. package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +2 -3
  842. package/api/resources/filestorage/resources/folders/client/requests/FoldersRetrieveRequest.d.ts +1 -2
  843. package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.d.ts +6 -0
  844. package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.js +9 -0
  845. package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.d.ts +6 -0
  846. package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.js +9 -0
  847. package/api/resources/filestorage/resources/folders/types/index.d.ts +2 -2
  848. package/api/resources/filestorage/resources/folders/types/index.js +2 -2
  849. package/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -4
  850. package/api/resources/filestorage/resources/groups/client/Client.js +78 -53
  851. package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +3 -3
  852. package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +2 -2
  853. package/api/resources/filestorage/resources/groups/index.d.ts +1 -0
  854. package/api/resources/filestorage/resources/groups/index.js +1 -0
  855. package/api/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.d.ts +5 -0
  856. package/api/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.js +8 -0
  857. package/api/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.d.ts +5 -0
  858. package/api/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.js +8 -0
  859. package/api/resources/filestorage/resources/groups/types/index.d.ts +2 -0
  860. package/api/resources/filestorage/resources/groups/types/index.js +18 -0
  861. package/api/resources/filestorage/resources/index.d.ts +2 -0
  862. package/api/resources/filestorage/resources/index.js +2 -0
  863. package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -2
  864. package/api/resources/filestorage/resources/issues/client/Client.js +68 -57
  865. package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +1 -1
  866. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  867. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  868. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  869. package/api/resources/filestorage/resources/linkToken/index.d.ts +1 -0
  870. package/api/resources/filestorage/resources/linkToken/index.js +1 -0
  871. package/api/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +8 -0
  872. package/api/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.js +3 -0
  873. package/api/resources/filestorage/resources/linkToken/types/index.d.ts +1 -0
  874. package/api/resources/filestorage/resources/linkToken/types/index.js +17 -0
  875. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -2
  876. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +67 -56
  877. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  878. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -2
  879. package/api/resources/filestorage/resources/syncStatus/client/Client.js +52 -41
  880. package/api/resources/filestorage/resources/syncStatus/client/requests/SyncStatusListRequest.d.ts +1 -1
  881. package/api/resources/filestorage/resources/users/client/Client.d.ts +2 -2
  882. package/api/resources/filestorage/resources/users/client/Client.js +63 -50
  883. package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +4 -1
  884. package/api/resources/filestorage/types/AccountDetails.d.ts +1 -1
  885. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +2 -2
  886. package/api/resources/filestorage/types/AccountDetailsAndActionsCategory.d.ts +2 -0
  887. package/api/resources/filestorage/types/AccountDetailsAndActionsCategory.js +3 -0
  888. package/api/resources/filestorage/types/AccountDetailsAndActionsStatus.d.ts +2 -0
  889. package/api/resources/filestorage/types/AccountDetailsAndActionsStatus.js +3 -0
  890. package/api/resources/filestorage/types/AccountDetailsCategory.d.ts +2 -0
  891. package/api/resources/filestorage/types/AccountDetailsCategory.js +3 -0
  892. package/api/resources/filestorage/types/FieldMappingApiInstance.d.ts +1 -0
  893. package/api/resources/filestorage/types/Permission.d.ts +3 -0
  894. package/api/resources/filestorage/types/RegenerateAccountToken.d.ts +12 -0
  895. package/api/resources/filestorage/types/RegenerateAccountToken.js +3 -0
  896. package/api/resources/filestorage/types/RemoteResponse.d.ts +1 -1
  897. package/api/resources/filestorage/types/RemoteResponseResponseType.d.ts +2 -0
  898. package/api/resources/filestorage/types/RemoteResponseResponseType.js +3 -0
  899. package/api/resources/filestorage/types/RoleEnum.d.ts +2 -0
  900. package/api/resources/filestorage/types/RoleEnum.js +2 -0
  901. package/api/resources/filestorage/types/SyncStatus.d.ts +1 -1
  902. package/api/resources/filestorage/types/SyncStatusStatus.d.ts +2 -0
  903. package/api/resources/filestorage/types/SyncStatusStatus.js +3 -0
  904. package/api/resources/filestorage/types/index.d.ts +6 -0
  905. package/api/resources/filestorage/types/index.js +6 -0
  906. package/api/resources/hris/resources/accountToken/client/Client.d.ts +10 -0
  907. package/api/resources/hris/resources/accountToken/client/Client.js +49 -0
  908. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -2
  909. package/api/resources/hris/resources/auditTrail/client/Client.js +56 -45
  910. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  911. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -4
  912. package/api/resources/hris/resources/bankInfo/client/Client.js +76 -67
  913. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -2
  914. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoRetrieveRequest.d.ts +1 -2
  915. package/api/resources/hris/resources/benefits/client/Client.d.ts +1 -4
  916. package/api/resources/hris/resources/benefits/client/Client.js +63 -54
  917. package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +1 -2
  918. package/api/resources/hris/resources/benefits/client/requests/BenefitsRetrieveRequest.d.ts +1 -2
  919. package/api/resources/hris/resources/companies/client/Client.d.ts +1 -2
  920. package/api/resources/hris/resources/companies/client/Client.js +60 -49
  921. package/api/resources/hris/resources/dependents/client/Client.d.ts +1 -2
  922. package/api/resources/hris/resources/dependents/client/Client.js +62 -51
  923. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -4
  924. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +83 -66
  925. package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +1 -2
  926. package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsRetrieveRequest.d.ts +1 -2
  927. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.d.ts +5 -0
  928. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.js +8 -0
  929. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.d.ts +5 -0
  930. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.js +8 -0
  931. package/api/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -2
  932. package/api/resources/hris/resources/employeePayrollRuns/types/index.js +2 -2
  933. package/api/resources/hris/resources/employees/client/Client.d.ts +1 -4
  934. package/api/resources/hris/resources/employees/client/Client.js +112 -95
  935. package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +2 -3
  936. package/api/resources/hris/resources/employees/client/requests/EmployeesRetrieveRequest.d.ts +1 -2
  937. package/api/resources/hris/resources/employees/client/requests/index.d.ts +0 -1
  938. package/api/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.d.ts +11 -0
  939. package/api/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.js +14 -0
  940. package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.d.ts +11 -0
  941. package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.js +14 -0
  942. package/api/resources/hris/resources/employees/types/index.d.ts +2 -3
  943. package/api/resources/hris/resources/employees/types/index.js +2 -3
  944. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -2
  945. package/api/resources/hris/resources/employerBenefits/client/Client.js +60 -49
  946. package/api/resources/hris/resources/employments/client/Client.d.ts +1 -4
  947. package/api/resources/hris/resources/employments/client/Client.js +93 -76
  948. package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -2
  949. package/api/resources/hris/resources/employments/client/requests/EmploymentsRetrieveRequest.d.ts +1 -2
  950. package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.d.ts +5 -0
  951. package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.js +8 -0
  952. package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.d.ts +5 -0
  953. package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.js +8 -0
  954. package/api/resources/hris/resources/employments/types/index.d.ts +2 -2
  955. package/api/resources/hris/resources/employments/types/index.js +2 -2
  956. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  957. package/api/resources/hris/resources/fieldMapping/client/Client.js +9 -3
  958. package/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +5 -1
  959. package/api/resources/hris/resources/groups/client/Client.d.ts +15 -2
  960. package/api/resources/hris/resources/groups/client/Client.js +108 -39
  961. package/api/resources/hris/resources/groups/client/requests/GroupsTypesListRequest.d.ts +13 -0
  962. package/api/resources/hris/resources/groups/client/requests/GroupsTypesListRequest.js +3 -0
  963. package/api/resources/hris/resources/groups/client/requests/index.d.ts +1 -0
  964. package/api/resources/hris/resources/groups/index.d.ts +1 -0
  965. package/api/resources/hris/resources/groups/index.js +1 -0
  966. package/api/resources/hris/resources/groups/types/GroupsTypesListResponse.d.ts +4 -0
  967. package/api/resources/hris/resources/groups/types/GroupsTypesListResponse.js +3 -0
  968. package/api/resources/hris/resources/groups/types/index.d.ts +1 -0
  969. package/api/resources/hris/resources/groups/types/index.js +17 -0
  970. package/api/resources/hris/resources/index.d.ts +1 -0
  971. package/api/resources/hris/resources/index.js +1 -0
  972. package/api/resources/hris/resources/issues/client/Client.d.ts +1 -2
  973. package/api/resources/hris/resources/issues/client/Client.js +68 -55
  974. package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  975. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  976. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -6
  977. package/api/resources/hris/resources/linkToken/types/index.d.ts +0 -1
  978. package/api/resources/hris/resources/linkToken/types/index.js +0 -1
  979. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -2
  980. package/api/resources/hris/resources/linkedAccounts/client/Client.js +67 -56
  981. package/api/resources/hris/resources/locations/client/Client.d.ts +1 -2
  982. package/api/resources/hris/resources/locations/client/Client.js +75 -64
  983. package/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -2
  984. package/api/resources/hris/resources/payGroups/client/Client.js +60 -49
  985. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -2
  986. package/api/resources/hris/resources/payrollRuns/client/Client.js +79 -68
  987. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -2
  988. package/api/resources/hris/resources/syncStatus/client/Client.js +52 -41
  989. package/api/resources/hris/resources/teams/client/Client.d.ts +1 -4
  990. package/api/resources/hris/resources/teams/client/Client.js +63 -54
  991. package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +1 -2
  992. package/api/resources/hris/resources/teams/client/requests/TeamsRetrieveRequest.d.ts +1 -2
  993. package/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -4
  994. package/api/resources/hris/resources/timeOff/client/Client.js +103 -82
  995. package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +2 -3
  996. package/api/resources/hris/resources/timeOff/client/requests/TimeOffRetrieveRequest.d.ts +1 -2
  997. package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.d.ts +5 -0
  998. package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.js +8 -0
  999. package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.d.ts +5 -0
  1000. package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.js +8 -0
  1001. package/api/resources/hris/resources/timeOff/types/index.d.ts +2 -2
  1002. package/api/resources/hris/resources/timeOff/types/index.js +2 -2
  1003. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -4
  1004. package/api/resources/hris/resources/timeOffBalances/client/Client.js +70 -61
  1005. package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +2 -3
  1006. package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesRetrieveRequest.d.ts +1 -2
  1007. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -4
  1008. package/api/resources/hris/resources/timesheetEntries/client/Client.js +72 -63
  1009. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +1 -2
  1010. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +1 -2
  1011. package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  1012. package/api/resources/hris/types/AuditLogEventRole.d.ts +1 -0
  1013. package/api/resources/hris/types/IgnoreCommonModelRequest.d.ts +5 -0
  1014. package/api/resources/hris/types/IgnoreCommonModelRequest.js +3 -0
  1015. package/api/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +2 -0
  1016. package/api/resources/hris/types/IgnoreCommonModelRequestReason.js +3 -0
  1017. package/api/resources/hris/types/MetaResponse.d.ts +2 -0
  1018. package/api/resources/hris/types/MultipartFormFieldRequest.d.ts +1 -1
  1019. package/api/resources/hris/types/RegenerateAccountToken.d.ts +12 -0
  1020. package/api/resources/hris/types/RegenerateAccountToken.js +3 -0
  1021. package/api/resources/hris/types/RoleEnum.d.ts +2 -0
  1022. package/api/resources/hris/types/RoleEnum.js +2 -0
  1023. package/api/resources/hris/types/SyncStatus.d.ts +1 -1
  1024. package/api/resources/hris/types/SyncStatusStatus.d.ts +2 -0
  1025. package/api/resources/hris/types/SyncStatusStatus.js +3 -0
  1026. package/api/resources/hris/types/index.d.ts +4 -2
  1027. package/api/resources/hris/types/index.js +4 -2
  1028. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +10 -0
  1029. package/api/resources/ticketing/resources/accountToken/client/Client.js +49 -0
  1030. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -2
  1031. package/api/resources/ticketing/resources/accounts/client/Client.js +60 -49
  1032. package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +1 -1
  1033. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -4
  1034. package/api/resources/ticketing/resources/attachments/client/Client.js +64 -55
  1035. package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +2 -3
  1036. package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsRetrieveRequest.d.ts +1 -2
  1037. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -2
  1038. package/api/resources/ticketing/resources/auditTrail/client/Client.js +56 -45
  1039. package/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -7
  1040. package/api/resources/ticketing/resources/collections/client/Client.js +151 -112
  1041. package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +1 -2
  1042. package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -2
  1043. package/api/resources/ticketing/resources/collections/client/requests/CollectionsViewersListRequest.d.ts +2 -3
  1044. package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts +5 -0
  1045. package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js +8 -0
  1046. package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.d.ts +5 -0
  1047. package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js +8 -0
  1048. package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.d.ts +5 -0
  1049. package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.js +8 -0
  1050. package/api/resources/ticketing/resources/collections/types/index.d.ts +3 -1
  1051. package/api/resources/ticketing/resources/collections/types/index.js +3 -1
  1052. package/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -4
  1053. package/api/resources/ticketing/resources/comments/client/Client.js +79 -62
  1054. package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +1 -2
  1055. package/api/resources/ticketing/resources/comments/client/requests/CommentsRetrieveRequest.d.ts +1 -2
  1056. package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.d.ts +6 -0
  1057. package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.js +9 -0
  1058. package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.d.ts +6 -0
  1059. package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.js +9 -0
  1060. package/api/resources/ticketing/resources/comments/types/index.d.ts +2 -2
  1061. package/api/resources/ticketing/resources/comments/types/index.js +2 -2
  1062. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -4
  1063. package/api/resources/ticketing/resources/contacts/client/Client.js +63 -54
  1064. package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +1 -2
  1065. package/api/resources/ticketing/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +1 -2
  1066. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +4 -1
  1067. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +12 -4
  1068. package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +3 -0
  1069. package/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +5 -1
  1070. package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -2
  1071. package/api/resources/ticketing/resources/issues/client/Client.js +68 -57
  1072. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  1073. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  1074. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -6
  1075. package/api/resources/ticketing/resources/linkToken/types/index.d.ts +0 -1
  1076. package/api/resources/ticketing/resources/linkToken/types/index.js +0 -1
  1077. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -2
  1078. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +67 -56
  1079. package/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -5
  1080. package/api/resources/ticketing/resources/projects/client/Client.js +124 -99
  1081. package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +1 -1
  1082. package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +1 -2
  1083. package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.d.ts +5 -0
  1084. package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.js +8 -0
  1085. package/api/resources/ticketing/resources/projects/types/index.d.ts +1 -1
  1086. package/api/resources/ticketing/resources/projects/types/index.js +1 -1
  1087. package/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -2
  1088. package/api/resources/ticketing/resources/roles/client/Client.js +60 -49
  1089. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -2
  1090. package/api/resources/ticketing/resources/syncStatus/client/Client.js +52 -41
  1091. package/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -2
  1092. package/api/resources/ticketing/resources/tags/client/Client.js +60 -49
  1093. package/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -2
  1094. package/api/resources/ticketing/resources/teams/client/Client.js +60 -49
  1095. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +10 -9
  1096. package/api/resources/ticketing/resources/tickets/client/Client.js +274 -172
  1097. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -2
  1098. package/api/resources/ticketing/resources/tickets/client/requests/TicketsLiveSearchRetrieveRequest.d.ts +29 -0
  1099. package/api/resources/ticketing/resources/tickets/client/requests/TicketsLiveSearchRetrieveRequest.js +3 -0
  1100. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRetrieveRequest.d.ts +1 -2
  1101. package/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts +1 -2
  1102. package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  1103. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.d.ts +12 -0
  1104. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.js +15 -0
  1105. package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.d.ts +10 -0
  1106. package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.js +13 -0
  1107. package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.d.ts +10 -0
  1108. package/api/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.js +13 -0
  1109. package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.d.ts +12 -0
  1110. package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.js +15 -0
  1111. package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.d.ts +5 -0
  1112. package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.js +8 -0
  1113. package/api/resources/ticketing/resources/tickets/types/index.d.ts +5 -3
  1114. package/api/resources/ticketing/resources/tickets/types/index.js +5 -3
  1115. package/api/resources/ticketing/resources/users/client/Client.d.ts +5 -5
  1116. package/api/resources/ticketing/resources/users/client/Client.js +86 -63
  1117. package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +11 -3
  1118. package/api/resources/ticketing/resources/users/client/requests/UsersRetrieveRequest.d.ts +1 -2
  1119. package/api/resources/ticketing/resources/users/types/UsersListRequestExpandItem.d.ts +5 -0
  1120. package/api/resources/ticketing/resources/users/types/UsersListRequestExpandItem.js +8 -0
  1121. package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.d.ts +5 -0
  1122. package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.js +8 -0
  1123. package/api/resources/ticketing/resources/users/types/index.d.ts +2 -2
  1124. package/api/resources/ticketing/resources/users/types/index.js +2 -2
  1125. package/api/resources/ticketing/types/ActionsEnum.d.ts +13 -0
  1126. package/api/resources/ticketing/types/ActionsEnum.js +16 -0
  1127. package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  1128. package/api/resources/ticketing/types/AuditLogEventRole.d.ts +1 -0
  1129. package/api/resources/ticketing/types/CategoriesEnum.d.ts +0 -2
  1130. package/api/resources/ticketing/types/CategoriesEnum.js +0 -2
  1131. package/api/resources/ticketing/types/CategoryEnum.d.ts +0 -2
  1132. package/api/resources/ticketing/types/CategoryEnum.js +0 -2
  1133. package/api/resources/ticketing/types/Collection.d.ts +2 -1
  1134. package/api/resources/ticketing/types/CollectionPermissionsItem.d.ts +2 -0
  1135. package/api/resources/ticketing/types/CollectionPermissionsItem.js +3 -0
  1136. package/api/resources/ticketing/types/EffectEnum.d.ts +11 -0
  1137. package/api/resources/ticketing/types/EffectEnum.js +14 -0
  1138. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +3 -3
  1139. package/api/resources/ticketing/types/Permission.d.ts +35 -0
  1140. package/api/resources/ticketing/types/Permission.js +3 -0
  1141. package/api/resources/ticketing/types/PermissionEffect.d.ts +9 -0
  1142. package/api/resources/ticketing/types/PermissionEffect.js +3 -0
  1143. package/api/resources/ticketing/types/PermissionRequest.d.ts +29 -0
  1144. package/api/resources/ticketing/types/PermissionRequest.js +3 -0
  1145. package/api/resources/ticketing/types/PermissionRequestEffect.d.ts +9 -0
  1146. package/api/resources/ticketing/types/PermissionRequestEffect.js +3 -0
  1147. package/api/resources/ticketing/types/RegenerateAccountToken.d.ts +12 -0
  1148. package/api/resources/ticketing/types/RegenerateAccountToken.js +3 -0
  1149. package/api/resources/ticketing/types/RemoteFieldClass.d.ts +2 -2
  1150. package/api/resources/ticketing/types/RemoteResponse.d.ts +1 -1
  1151. package/api/resources/ticketing/types/RemoteResponseResponseType.d.ts +2 -0
  1152. package/api/resources/ticketing/types/RemoteResponseResponseType.js +3 -0
  1153. package/api/resources/ticketing/types/RoleEnum.d.ts +2 -0
  1154. package/api/resources/ticketing/types/RoleEnum.js +2 -0
  1155. package/api/resources/ticketing/types/RoleTicketAccess.d.ts +1 -1
  1156. package/api/resources/ticketing/types/RoleTicketActionsItem.d.ts +1 -1
  1157. package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  1158. package/api/resources/ticketing/types/SyncStatusStatus.d.ts +2 -0
  1159. package/api/resources/ticketing/types/SyncStatusStatus.js +3 -0
  1160. package/api/resources/ticketing/types/Ticket.d.ts +9 -8
  1161. package/api/resources/ticketing/types/index.d.ts +10 -5
  1162. package/api/resources/ticketing/types/index.js +10 -5
  1163. package/auth/BearerAuthProvider.d.ts +1 -1
  1164. package/auth/BearerAuthProvider.js +1 -1
  1165. package/core/exports.d.ts +1 -0
  1166. package/core/exports.js +1 -0
  1167. package/core/index.d.ts +2 -0
  1168. package/core/index.js +2 -0
  1169. package/core/pagination/CustomPager.d.ts +67 -0
  1170. package/core/pagination/CustomPager.js +194 -0
  1171. package/core/pagination/Page.d.ts +33 -0
  1172. package/core/pagination/Page.js +101 -0
  1173. package/core/pagination/exports.d.ts +1 -0
  1174. package/core/pagination/exports.js +2 -0
  1175. package/core/pagination/index.d.ts +2 -0
  1176. package/core/pagination/index.js +8 -0
  1177. package/core/utils/index.d.ts +1 -0
  1178. package/core/utils/index.js +5 -0
  1179. package/core/utils/setObjectProperty.d.ts +11 -0
  1180. package/core/utils/setObjectProperty.js +42 -0
  1181. package/environments.d.ts +2 -2
  1182. package/environments.js +1 -1
  1183. package/package.json +1 -1
  1184. package/reference.md +10773 -5095
  1185. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.d.ts +7 -0
  1186. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpandItem.js +39 -0
  1187. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.d.ts +7 -0
  1188. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpandItem.js +39 -0
  1189. package/serialization/resources/accounting/resources/companyInfo/types/index.d.ts +2 -2
  1190. package/serialization/resources/accounting/resources/companyInfo/types/index.js +2 -2
  1191. package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.d.ts +7 -0
  1192. package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpandItem.js +39 -0
  1193. package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +7 -0
  1194. package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +39 -0
  1195. package/serialization/resources/accounting/resources/contacts/types/index.d.ts +2 -2
  1196. package/serialization/resources/accounting/resources/contacts/types/index.js +2 -2
  1197. package/serialization/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.d.ts +11 -0
  1198. package/serialization/resources/accounting/resources/creditNotes/client/requests/ApplyCreditNoteRequest.js +43 -0
  1199. package/serialization/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.d.ts +10 -0
  1200. package/serialization/resources/accounting/resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js +42 -0
  1201. package/serialization/resources/accounting/resources/creditNotes/client/requests/index.d.ts +2 -0
  1202. package/serialization/resources/accounting/resources/creditNotes/client/requests/index.js +5 -1
  1203. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.d.ts +7 -0
  1204. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpandItem.js +47 -0
  1205. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.d.ts +7 -0
  1206. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpandItem.js +47 -0
  1207. package/serialization/resources/accounting/resources/creditNotes/types/index.d.ts +2 -2
  1208. package/serialization/resources/accounting/resources/creditNotes/types/index.js +2 -2
  1209. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.d.ts +7 -0
  1210. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpandItem.js +39 -0
  1211. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.d.ts +7 -0
  1212. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpandItem.js +39 -0
  1213. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.d.ts +7 -0
  1214. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpandItem.js +39 -0
  1215. package/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -3
  1216. package/serialization/resources/accounting/resources/expenseReports/types/index.js +3 -3
  1217. package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.d.ts +10 -0
  1218. package/serialization/resources/accounting/resources/expenses/client/requests/ExpenseBulkRequest.js +42 -0
  1219. package/serialization/resources/accounting/resources/expenses/client/requests/index.d.ts +1 -0
  1220. package/serialization/resources/accounting/resources/expenses/client/requests/index.js +3 -1
  1221. package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.d.ts +7 -0
  1222. package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpandItem.js +39 -0
  1223. package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.d.ts +7 -0
  1224. package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpandItem.js +39 -0
  1225. package/serialization/resources/accounting/resources/expenses/types/index.d.ts +2 -2
  1226. package/serialization/resources/accounting/resources/expenses/types/index.js +2 -2
  1227. package/serialization/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +3 -1
  1228. package/serialization/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +2 -0
  1229. package/serialization/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +3 -1
  1230. package/serialization/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +2 -0
  1231. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.d.ts +7 -0
  1232. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpandItem.js +44 -0
  1233. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.d.ts +7 -0
  1234. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpandItem.js +44 -0
  1235. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -2
  1236. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +2 -2
  1237. package/serialization/resources/accounting/resources/index.d.ts +6 -0
  1238. package/serialization/resources/accounting/resources/index.js +7 -1
  1239. package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.d.ts +10 -0
  1240. package/serialization/resources/accounting/resources/invoices/client/requests/InvoiceBulkRequest.js +42 -0
  1241. package/serialization/resources/accounting/resources/invoices/client/requests/index.d.ts +1 -0
  1242. package/serialization/resources/accounting/resources/invoices/client/requests/index.js +3 -1
  1243. package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.d.ts +7 -0
  1244. package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpandItem.js +53 -0
  1245. package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.d.ts +7 -0
  1246. package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpandItem.js +53 -0
  1247. package/serialization/resources/accounting/resources/invoices/types/index.d.ts +2 -2
  1248. package/serialization/resources/accounting/resources/invoices/types/index.js +2 -2
  1249. package/serialization/resources/accounting/resources/itemFulfillments/client/index.d.ts +1 -0
  1250. package/serialization/resources/accounting/resources/itemFulfillments/client/index.js +17 -0
  1251. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.d.ts +10 -0
  1252. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js +42 -0
  1253. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.d.ts +10 -0
  1254. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js +42 -0
  1255. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/index.d.ts +2 -0
  1256. package/serialization/resources/accounting/resources/itemFulfillments/client/requests/index.js +7 -0
  1257. package/serialization/resources/accounting/resources/itemFulfillments/index.d.ts +2 -0
  1258. package/serialization/resources/accounting/resources/itemFulfillments/index.js +18 -0
  1259. package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.d.ts +7 -0
  1260. package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsListRequestExpandItem.js +39 -0
  1261. package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.d.ts +7 -0
  1262. package/serialization/resources/accounting/resources/itemFulfillments/types/ItemFulfillmentsRetrieveRequestExpandItem.js +39 -0
  1263. package/serialization/resources/accounting/resources/itemFulfillments/types/index.d.ts +2 -0
  1264. package/serialization/resources/accounting/resources/itemFulfillments/types/index.js +18 -0
  1265. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpandItem.d.ts +7 -0
  1266. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpandItem.js +39 -0
  1267. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.d.ts +7 -0
  1268. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpandItem.js +39 -0
  1269. package/serialization/resources/accounting/resources/items/types/index.d.ts +2 -2
  1270. package/serialization/resources/accounting/resources/items/types/index.js +2 -2
  1271. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.d.ts +7 -0
  1272. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpandItem.js +46 -0
  1273. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.d.ts +7 -0
  1274. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpandItem.js +46 -0
  1275. package/serialization/resources/accounting/resources/journalEntries/types/index.d.ts +2 -2
  1276. package/serialization/resources/accounting/resources/journalEntries/types/index.js +2 -2
  1277. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +4 -0
  1278. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -0
  1279. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +8 -0
  1280. package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1281. package/serialization/resources/accounting/resources/linkToken/types/index.js +1 -0
  1282. package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.d.ts +1 -1
  1283. package/serialization/resources/accounting/resources/linkedAccounts/types/LinkedAccountsListRequestCategory.js +13 -1
  1284. package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.d.ts +7 -0
  1285. package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpandItem.js +47 -0
  1286. package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.d.ts +7 -0
  1287. package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpandItem.js +47 -0
  1288. package/serialization/resources/accounting/resources/payments/types/index.d.ts +2 -2
  1289. package/serialization/resources/accounting/resources/payments/types/index.js +2 -2
  1290. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.d.ts +7 -0
  1291. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpandItem.js +39 -0
  1292. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.d.ts +7 -0
  1293. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpandItem.js +39 -0
  1294. package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -2
  1295. package/serialization/resources/accounting/resources/projects/types/index.js +2 -2
  1296. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.d.ts +7 -0
  1297. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpandItem.js +47 -0
  1298. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.d.ts +7 -0
  1299. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpandItem.js +47 -0
  1300. package/serialization/resources/accounting/resources/purchaseOrders/types/index.d.ts +2 -2
  1301. package/serialization/resources/accounting/resources/purchaseOrders/types/index.js +2 -2
  1302. package/serialization/resources/accounting/resources/salesOrders/client/index.d.ts +1 -0
  1303. package/serialization/resources/accounting/resources/salesOrders/client/index.js +17 -0
  1304. package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.d.ts +10 -0
  1305. package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderBulkRequest.js +42 -0
  1306. package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.d.ts +10 -0
  1307. package/serialization/resources/accounting/resources/salesOrders/client/requests/SalesOrderEndpointRequest.js +42 -0
  1308. package/serialization/resources/accounting/resources/salesOrders/client/requests/index.d.ts +2 -0
  1309. package/serialization/resources/accounting/resources/salesOrders/client/requests/index.js +7 -0
  1310. package/serialization/resources/accounting/resources/salesOrders/index.d.ts +2 -0
  1311. package/serialization/resources/accounting/resources/salesOrders/index.js +18 -0
  1312. package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.d.ts +7 -0
  1313. package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersListRequestExpandItem.js +46 -0
  1314. package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.d.ts +7 -0
  1315. package/serialization/resources/accounting/resources/salesOrders/types/SalesOrdersRetrieveRequestExpandItem.js +46 -0
  1316. package/serialization/resources/accounting/resources/salesOrders/types/index.d.ts +2 -0
  1317. package/serialization/resources/accounting/resources/salesOrders/types/index.js +18 -0
  1318. package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.d.ts +7 -0
  1319. package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpandItem.js +46 -0
  1320. package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.d.ts +7 -0
  1321. package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpandItem.js +46 -0
  1322. package/serialization/resources/accounting/resources/transactions/types/index.d.ts +2 -2
  1323. package/serialization/resources/accounting/resources/transactions/types/index.js +2 -2
  1324. package/serialization/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.d.ts +11 -0
  1325. package/serialization/resources/accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js +43 -0
  1326. package/serialization/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.d.ts +10 -0
  1327. package/serialization/resources/accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js +42 -0
  1328. package/serialization/resources/accounting/resources/vendorCredits/client/requests/index.d.ts +2 -0
  1329. package/serialization/resources/accounting/resources/vendorCredits/client/requests/index.js +5 -1
  1330. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.d.ts +7 -0
  1331. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpandItem.js +39 -0
  1332. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.d.ts +7 -0
  1333. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpandItem.js +39 -0
  1334. package/serialization/resources/accounting/resources/vendorCredits/types/index.d.ts +2 -2
  1335. package/serialization/resources/accounting/resources/vendorCredits/types/index.js +2 -2
  1336. package/serialization/resources/accounting/types/Account.d.ts +2 -1
  1337. package/serialization/resources/accounting/types/Account.js +2 -1
  1338. package/serialization/resources/accounting/types/AccountCompany.d.ts +8 -0
  1339. package/serialization/resources/accounting/types/AccountCompany.js +40 -0
  1340. package/serialization/resources/accounting/types/AccountRequest.d.ts +2 -1
  1341. package/serialization/resources/accounting/types/AccountRequest.js +2 -1
  1342. package/serialization/resources/accounting/types/AccountRequestCompany.d.ts +8 -0
  1343. package/serialization/resources/accounting/types/AccountRequestCompany.js +40 -0
  1344. package/serialization/resources/accounting/types/AsyncBulkCreateResponse.d.ts +9 -0
  1345. package/serialization/resources/accounting/types/AsyncBulkCreateResponse.js +41 -0
  1346. package/serialization/resources/accounting/types/BankFeedAccount.d.ts +2 -1
  1347. package/serialization/resources/accounting/types/BankFeedAccount.js +2 -3
  1348. package/serialization/resources/accounting/types/BatchObject.d.ts +13 -0
  1349. package/serialization/resources/accounting/types/BatchObject.js +45 -0
  1350. package/serialization/resources/accounting/types/BatchObjectItemResponse.d.ts +10 -0
  1351. package/serialization/resources/accounting/types/BatchObjectItemResponse.js +42 -0
  1352. package/serialization/resources/accounting/types/BatchObjectStatus.d.ts +8 -0
  1353. package/serialization/resources/accounting/types/BatchObjectStatus.js +40 -0
  1354. package/serialization/resources/accounting/types/BatchObjectStatusEnum.d.ts +7 -0
  1355. package/serialization/resources/accounting/types/BatchObjectStatusEnum.js +39 -0
  1356. package/serialization/resources/accounting/types/BatchObjectsResponse.d.ts +14 -0
  1357. package/serialization/resources/accounting/types/BatchObjectsResponse.js +46 -0
  1358. package/serialization/resources/accounting/types/BatchObjectsResponseStatus.d.ts +8 -0
  1359. package/serialization/resources/accounting/types/BatchObjectsResponseStatus.js +40 -0
  1360. package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.d.ts +7 -0
  1361. package/serialization/resources/accounting/types/BatchObjectsResponseStatusEnum.js +39 -0
  1362. package/serialization/resources/accounting/types/CategoriesEnum.d.ts +1 -1
  1363. package/serialization/resources/accounting/types/CategoriesEnum.js +1 -1
  1364. package/serialization/resources/accounting/types/CategoryEnum.d.ts +1 -1
  1365. package/serialization/resources/accounting/types/CategoryEnum.js +1 -1
  1366. package/serialization/resources/accounting/types/CompanyInfo.d.ts +4 -4
  1367. package/serialization/resources/accounting/types/CompanyInfo.js +4 -4
  1368. package/serialization/resources/accounting/types/CompanyInfoAddressesItem.d.ts +8 -0
  1369. package/serialization/resources/accounting/types/CompanyInfoAddressesItem.js +40 -0
  1370. package/serialization/resources/accounting/types/CompanyInfoPhoneNumbersItem.d.ts +8 -0
  1371. package/serialization/resources/accounting/types/CompanyInfoPhoneNumbersItem.js +40 -0
  1372. package/serialization/resources/accounting/types/CompletedAccountInitialScreenEnum.d.ts +7 -0
  1373. package/serialization/resources/accounting/types/Contact.d.ts +5 -4
  1374. package/serialization/resources/accounting/types/Contact.js +5 -4
  1375. package/serialization/resources/accounting/types/ContactCompany.d.ts +8 -0
  1376. package/serialization/resources/accounting/types/ContactCompany.js +40 -0
  1377. package/serialization/resources/accounting/types/ContactPhoneNumbersItem.d.ts +8 -0
  1378. package/serialization/resources/accounting/types/ContactPhoneNumbersItem.js +40 -0
  1379. package/serialization/resources/accounting/types/ContactRequest.d.ts +5 -4
  1380. package/serialization/resources/accounting/types/ContactRequest.js +5 -4
  1381. package/serialization/resources/accounting/types/ContactRequestCompany.d.ts +8 -0
  1382. package/serialization/resources/accounting/types/ContactRequestCompany.js +40 -0
  1383. package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.d.ts +8 -0
  1384. package/serialization/resources/accounting/types/ContactRequestPhoneNumbersItem.js +40 -0
  1385. package/serialization/resources/accounting/types/CreditNote.d.ts +2 -2
  1386. package/serialization/resources/accounting/types/CreditNote.js +2 -2
  1387. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +2 -2
  1388. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +2 -2
  1389. package/serialization/resources/accounting/types/CreditNoteLineItemsItem.d.ts +8 -0
  1390. package/serialization/resources/accounting/types/CreditNoteLineItemsItem.js +40 -0
  1391. package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
  1392. package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
  1393. package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  1394. package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  1395. package/serialization/resources/accounting/types/ErrorValidationProblem.d.ts +3 -0
  1396. package/serialization/resources/accounting/types/ErrorValidationProblem.js +3 -0
  1397. package/serialization/resources/accounting/types/ExpenseBatchItemRequest.d.ts +11 -0
  1398. package/serialization/resources/accounting/types/ExpenseBatchItemRequest.js +43 -0
  1399. package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +2 -2
  1400. package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +2 -2
  1401. package/serialization/resources/accounting/types/ExpenseReport.d.ts +8 -6
  1402. package/serialization/resources/accounting/types/ExpenseReport.js +8 -6
  1403. package/serialization/resources/accounting/types/ExpenseReportAccountingPeriod.d.ts +8 -0
  1404. package/serialization/resources/accounting/types/ExpenseReportAccountingPeriod.js +40 -0
  1405. package/serialization/resources/accounting/types/ExpenseReportCurrency.d.ts +8 -0
  1406. package/serialization/resources/accounting/types/ExpenseReportCurrency.js +40 -0
  1407. package/serialization/resources/accounting/types/ExpenseReportEmployee.d.ts +8 -0
  1408. package/serialization/resources/accounting/types/ExpenseReportEmployee.js +40 -0
  1409. package/serialization/resources/accounting/types/ExpenseReportLine.d.ts +2 -2
  1410. package/serialization/resources/accounting/types/ExpenseReportLine.js +2 -2
  1411. package/serialization/resources/accounting/types/ExpenseReportLineCurrency.d.ts +8 -0
  1412. package/serialization/resources/accounting/types/ExpenseReportLineCurrency.js +40 -0
  1413. package/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +2 -2
  1414. package/serialization/resources/accounting/types/ExpenseReportLineRequest.js +2 -2
  1415. package/serialization/resources/accounting/types/ExpenseReportLineRequestCurrency.d.ts +8 -0
  1416. package/serialization/resources/accounting/types/ExpenseReportLineRequestCurrency.js +40 -0
  1417. package/serialization/resources/accounting/types/ExpenseReportLinesItem.d.ts +8 -0
  1418. package/serialization/resources/accounting/types/ExpenseReportLinesItem.js +40 -0
  1419. package/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +4 -4
  1420. package/serialization/resources/accounting/types/ExpenseReportRequest.js +4 -4
  1421. package/serialization/resources/accounting/types/ExpenseReportRequestCurrency.d.ts +8 -0
  1422. package/serialization/resources/accounting/types/ExpenseReportRequestCurrency.js +40 -0
  1423. package/serialization/resources/accounting/types/ExpenseReportRequestStatus.d.ts +8 -0
  1424. package/serialization/resources/accounting/types/ExpenseReportRequestStatus.js +40 -0
  1425. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +2 -0
  1426. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +2 -0
  1427. package/serialization/resources/accounting/types/FieldMappingApiInstance.d.ts +2 -0
  1428. package/serialization/resources/accounting/types/FieldMappingApiInstance.js +2 -0
  1429. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +2 -0
  1430. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +2 -0
  1431. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -2
  1432. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -2
  1433. package/serialization/resources/accounting/types/Invoice.d.ts +4 -2
  1434. package/serialization/resources/accounting/types/Invoice.js +4 -2
  1435. package/serialization/resources/accounting/types/InvoiceBatchItemRequest.d.ts +11 -0
  1436. package/serialization/resources/accounting/types/InvoiceBatchItemRequest.js +43 -0
  1437. package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +1 -2
  1438. package/serialization/resources/accounting/types/InvoiceLineItem.js +1 -2
  1439. package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +1 -2
  1440. package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +1 -2
  1441. package/serialization/resources/accounting/types/InvoiceLineItemsItem.d.ts +8 -0
  1442. package/serialization/resources/accounting/types/InvoiceLineItemsItem.js +40 -0
  1443. package/serialization/resources/accounting/types/InvoiceRequest.d.ts +4 -2
  1444. package/serialization/resources/accounting/types/InvoiceRequest.js +4 -2
  1445. package/serialization/resources/accounting/types/InvoiceRequestAccountingPeriod.d.ts +8 -0
  1446. package/serialization/resources/accounting/types/InvoiceRequestAccountingPeriod.js +40 -0
  1447. package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.d.ts +8 -0
  1448. package/serialization/resources/accounting/types/InvoiceRequestLineItemsItem.js +40 -0
  1449. package/serialization/resources/accounting/types/InvoiceSalesOrdersItem.d.ts +8 -0
  1450. package/serialization/resources/accounting/types/InvoiceSalesOrdersItem.js +40 -0
  1451. package/serialization/resources/accounting/types/ItemFulfillment.d.ts +32 -0
  1452. package/serialization/resources/accounting/types/ItemFulfillment.js +64 -0
  1453. package/serialization/resources/accounting/types/ItemFulfillmentBatchItemRequest.d.ts +11 -0
  1454. package/serialization/resources/accounting/types/ItemFulfillmentBatchItemRequest.js +43 -0
  1455. package/serialization/resources/accounting/types/ItemFulfillmentCompany.d.ts +8 -0
  1456. package/serialization/resources/accounting/types/ItemFulfillmentCompany.js +40 -0
  1457. package/serialization/resources/accounting/types/ItemFulfillmentCustomer.d.ts +8 -0
  1458. package/serialization/resources/accounting/types/ItemFulfillmentCustomer.js +40 -0
  1459. package/serialization/resources/accounting/types/ItemFulfillmentLine.d.ts +24 -0
  1460. package/serialization/resources/accounting/types/ItemFulfillmentLine.js +56 -0
  1461. package/serialization/resources/accounting/types/ItemFulfillmentLineItem.d.ts +8 -0
  1462. package/serialization/resources/accounting/types/ItemFulfillmentLineItem.js +40 -0
  1463. package/serialization/resources/accounting/types/ItemFulfillmentLineRequest.d.ts +22 -0
  1464. package/serialization/resources/accounting/types/ItemFulfillmentLineRequest.js +54 -0
  1465. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestItem.d.ts +8 -0
  1466. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestItem.js +40 -0
  1467. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.d.ts +8 -0
  1468. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestSalesOrderLine.js +40 -0
  1469. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.d.ts +8 -0
  1470. package/serialization/resources/accounting/types/ItemFulfillmentLineRequestTrackingCategoriesItem.js +40 -0
  1471. package/serialization/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.d.ts +8 -0
  1472. package/serialization/resources/accounting/types/ItemFulfillmentLineSalesOrderLine.js +40 -0
  1473. package/serialization/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.d.ts +8 -0
  1474. package/serialization/resources/accounting/types/ItemFulfillmentLineTrackingCategoriesItem.js +40 -0
  1475. package/serialization/resources/accounting/types/ItemFulfillmentLinesItem.d.ts +8 -0
  1476. package/serialization/resources/accounting/types/ItemFulfillmentLinesItem.js +40 -0
  1477. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequest.d.ts +24 -0
  1478. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequest.js +56 -0
  1479. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCompany.d.ts +8 -0
  1480. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCompany.js +40 -0
  1481. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.d.ts +8 -0
  1482. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestCustomer.js +40 -0
  1483. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.d.ts +8 -0
  1484. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestLinesItem.js +40 -0
  1485. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.d.ts +8 -0
  1486. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestSalesOrder.js +40 -0
  1487. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestStatus.d.ts +8 -0
  1488. package/serialization/resources/accounting/types/ItemFulfillmentRequestRequestStatus.js +40 -0
  1489. package/serialization/resources/accounting/types/ItemFulfillmentResponse.d.ts +16 -0
  1490. package/serialization/resources/accounting/types/ItemFulfillmentResponse.js +48 -0
  1491. package/serialization/resources/accounting/types/ItemFulfillmentSalesOrder.d.ts +8 -0
  1492. package/serialization/resources/accounting/types/ItemFulfillmentSalesOrder.js +40 -0
  1493. package/serialization/resources/accounting/types/ItemFulfillmentStatus.d.ts +8 -0
  1494. package/serialization/resources/accounting/types/ItemFulfillmentStatus.js +40 -0
  1495. package/serialization/resources/accounting/types/ItemFulfillmentStatusEnum.d.ts +7 -0
  1496. package/serialization/resources/accounting/types/ItemFulfillmentStatusEnum.js +39 -0
  1497. package/serialization/resources/accounting/types/JournalEntry.d.ts +2 -2
  1498. package/serialization/resources/accounting/types/JournalEntry.js +2 -2
  1499. package/serialization/resources/accounting/types/JournalEntryLinesItem.d.ts +8 -0
  1500. package/serialization/resources/accounting/types/JournalEntryLinesItem.js +40 -0
  1501. package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -2
  1502. package/serialization/resources/accounting/types/JournalEntryRequest.js +2 -2
  1503. package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.d.ts +8 -0
  1504. package/serialization/resources/accounting/types/JournalEntryRequestLinesItem.js +40 -0
  1505. package/serialization/resources/accounting/types/MetaResponse.d.ts +1 -1
  1506. package/serialization/resources/accounting/types/MetaResponse.js +1 -1
  1507. package/serialization/resources/accounting/types/PaginatedItemFulfillmentList.d.ts +12 -0
  1508. package/serialization/resources/accounting/types/PaginatedItemFulfillmentList.js +44 -0
  1509. package/serialization/resources/accounting/types/PaginatedSalesOrderList.d.ts +12 -0
  1510. package/serialization/resources/accounting/types/PaginatedSalesOrderList.js +44 -0
  1511. package/serialization/resources/accounting/types/PatchedContactRequest.d.ts +4 -3
  1512. package/serialization/resources/accounting/types/PatchedContactRequest.js +4 -3
  1513. package/serialization/resources/accounting/types/PatchedContactRequestStatus.d.ts +8 -0
  1514. package/serialization/resources/accounting/types/PatchedContactRequestStatus.js +40 -0
  1515. package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +8 -14
  1516. package/serialization/resources/accounting/types/PatchedPaymentRequest.js +8 -14
  1517. package/serialization/resources/accounting/types/PatchedVendorCreditRequest.d.ts +19 -0
  1518. package/serialization/resources/accounting/types/PatchedVendorCreditRequest.js +51 -0
  1519. package/serialization/resources/accounting/types/PatchedVendorCreditRequestCurrency.d.ts +8 -0
  1520. package/serialization/resources/accounting/types/PatchedVendorCreditRequestCurrency.js +40 -0
  1521. package/serialization/resources/accounting/types/PaymentMethod.d.ts +1 -1
  1522. package/serialization/resources/accounting/types/PaymentMethod.js +1 -1
  1523. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +2 -2
  1524. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +2 -2
  1525. package/serialization/resources/accounting/types/PurchaseOrder.d.ts +2 -2
  1526. package/serialization/resources/accounting/types/PurchaseOrder.js +2 -2
  1527. package/serialization/resources/accounting/types/PurchaseOrderLineItemsItem.d.ts +8 -0
  1528. package/serialization/resources/accounting/types/PurchaseOrderLineItemsItem.js +40 -0
  1529. package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -2
  1530. package/serialization/resources/accounting/types/PurchaseOrderRequest.js +2 -2
  1531. package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.d.ts +8 -0
  1532. package/serialization/resources/accounting/types/PurchaseOrderRequestLineItemsItem.js +40 -0
  1533. package/serialization/resources/accounting/types/RegenerateAccountToken.d.ts +10 -0
  1534. package/serialization/resources/accounting/types/RegenerateAccountToken.js +42 -0
  1535. package/serialization/resources/accounting/types/RemoteField.d.ts +3 -3
  1536. package/serialization/resources/accounting/types/RemoteField.js +3 -3
  1537. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +3 -0
  1538. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  1539. package/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +2 -3
  1540. package/serialization/resources/accounting/types/RemoteFieldRequest.js +2 -3
  1541. package/serialization/resources/accounting/types/RemoteResponse.d.ts +2 -2
  1542. package/serialization/resources/accounting/types/RemoteResponse.js +2 -2
  1543. package/serialization/resources/accounting/types/RemoteResponseResponseType.d.ts +8 -0
  1544. package/serialization/resources/accounting/types/RemoteResponseResponseType.js +40 -0
  1545. package/serialization/resources/accounting/types/ReportItem.d.ts +1 -1
  1546. package/serialization/resources/accounting/types/ReportItem.js +1 -3
  1547. package/serialization/resources/accounting/types/RoleEnum.d.ts +1 -1
  1548. package/serialization/resources/accounting/types/RoleEnum.js +1 -1
  1549. package/serialization/resources/accounting/types/SalesOrder.d.ts +41 -0
  1550. package/serialization/resources/accounting/types/SalesOrder.js +73 -0
  1551. package/serialization/resources/accounting/types/SalesOrderBatchItemRequest.d.ts +11 -0
  1552. package/serialization/resources/accounting/types/SalesOrderBatchItemRequest.js +43 -0
  1553. package/serialization/resources/accounting/types/SalesOrderCompany.d.ts +8 -0
  1554. package/serialization/resources/accounting/types/SalesOrderCompany.js +40 -0
  1555. package/serialization/resources/accounting/types/SalesOrderCurrency.d.ts +8 -0
  1556. package/serialization/resources/accounting/types/SalesOrderCurrency.js +40 -0
  1557. package/serialization/resources/accounting/types/SalesOrderCustomer.d.ts +8 -0
  1558. package/serialization/resources/accounting/types/SalesOrderCustomer.js +40 -0
  1559. package/serialization/resources/accounting/types/SalesOrderLine.d.ts +28 -0
  1560. package/serialization/resources/accounting/types/SalesOrderLine.js +60 -0
  1561. package/serialization/resources/accounting/types/SalesOrderLineCompany.d.ts +8 -0
  1562. package/serialization/resources/accounting/types/SalesOrderLineCompany.js +40 -0
  1563. package/serialization/resources/accounting/types/SalesOrderLineItem.d.ts +8 -0
  1564. package/serialization/resources/accounting/types/SalesOrderLineItem.js +40 -0
  1565. package/serialization/resources/accounting/types/SalesOrderLineRequest.d.ts +26 -0
  1566. package/serialization/resources/accounting/types/SalesOrderLineRequest.js +58 -0
  1567. package/serialization/resources/accounting/types/SalesOrderLineRequestCompany.d.ts +8 -0
  1568. package/serialization/resources/accounting/types/SalesOrderLineRequestCompany.js +40 -0
  1569. package/serialization/resources/accounting/types/SalesOrderLineRequestItem.d.ts +8 -0
  1570. package/serialization/resources/accounting/types/SalesOrderLineRequestItem.js +40 -0
  1571. package/serialization/resources/accounting/types/SalesOrderLineRequestTaxRate.d.ts +8 -0
  1572. package/serialization/resources/accounting/types/SalesOrderLineRequestTaxRate.js +40 -0
  1573. package/serialization/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.d.ts +8 -0
  1574. package/serialization/resources/accounting/types/SalesOrderLineRequestTrackingCategoriesItem.js +40 -0
  1575. package/serialization/resources/accounting/types/SalesOrderLineTaxRate.d.ts +8 -0
  1576. package/serialization/resources/accounting/types/SalesOrderLineTaxRate.js +40 -0
  1577. package/serialization/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.d.ts +8 -0
  1578. package/serialization/resources/accounting/types/SalesOrderLineTrackingCategoriesItem.js +40 -0
  1579. package/serialization/resources/accounting/types/SalesOrderLinesItem.d.ts +8 -0
  1580. package/serialization/resources/accounting/types/SalesOrderLinesItem.js +40 -0
  1581. package/serialization/resources/accounting/types/SalesOrderPaymentTerm.d.ts +8 -0
  1582. package/serialization/resources/accounting/types/SalesOrderPaymentTerm.js +40 -0
  1583. package/serialization/resources/accounting/types/SalesOrderRequestRequest.d.ts +33 -0
  1584. package/serialization/resources/accounting/types/SalesOrderRequestRequest.js +65 -0
  1585. package/serialization/resources/accounting/types/SalesOrderRequestRequestCompany.d.ts +8 -0
  1586. package/serialization/resources/accounting/types/SalesOrderRequestRequestCompany.js +40 -0
  1587. package/serialization/resources/accounting/types/SalesOrderRequestRequestCurrency.d.ts +8 -0
  1588. package/serialization/resources/accounting/types/SalesOrderRequestRequestCurrency.js +40 -0
  1589. package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.d.ts +8 -0
  1590. package/serialization/resources/accounting/types/SalesOrderRequestRequestCustomer.js +40 -0
  1591. package/serialization/resources/accounting/types/SalesOrderRequestRequestLinesItem.d.ts +8 -0
  1592. package/serialization/resources/accounting/types/SalesOrderRequestRequestLinesItem.js +40 -0
  1593. package/serialization/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.d.ts +8 -0
  1594. package/serialization/resources/accounting/types/SalesOrderRequestRequestPaymentTerm.js +40 -0
  1595. package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.d.ts +8 -0
  1596. package/serialization/resources/accounting/types/SalesOrderRequestRequestShippingAddress.js +40 -0
  1597. package/serialization/resources/accounting/types/SalesOrderRequestRequestStatus.d.ts +8 -0
  1598. package/serialization/resources/accounting/types/SalesOrderRequestRequestStatus.js +40 -0
  1599. package/serialization/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.d.ts +8 -0
  1600. package/serialization/resources/accounting/types/SalesOrderRequestRequestTrackingCategoriesItem.js +40 -0
  1601. package/serialization/resources/accounting/types/SalesOrderResponse.d.ts +16 -0
  1602. package/serialization/resources/accounting/types/SalesOrderResponse.js +48 -0
  1603. package/serialization/resources/accounting/types/SalesOrderShippingAddress.d.ts +8 -0
  1604. package/serialization/resources/accounting/types/SalesOrderShippingAddress.js +40 -0
  1605. package/serialization/resources/accounting/types/SalesOrderStatus.d.ts +8 -0
  1606. package/serialization/resources/accounting/types/SalesOrderStatus.js +40 -0
  1607. package/serialization/resources/accounting/types/SalesOrderStatusEnum.d.ts +7 -0
  1608. package/serialization/resources/accounting/types/SalesOrderStatusEnum.js +39 -0
  1609. package/serialization/resources/accounting/types/SalesOrderTrackingCategoriesItem.d.ts +8 -0
  1610. package/serialization/resources/accounting/types/SalesOrderTrackingCategoriesItem.js +40 -0
  1611. package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  1612. package/serialization/resources/accounting/types/SyncStatus.js +2 -2
  1613. package/serialization/resources/accounting/types/SyncStatusLastSyncResult.d.ts +8 -0
  1614. package/serialization/resources/accounting/types/SyncStatusLastSyncResult.js +40 -0
  1615. package/serialization/resources/accounting/types/TaxRate.d.ts +2 -2
  1616. package/serialization/resources/accounting/types/TaxRate.js +2 -2
  1617. package/serialization/resources/accounting/types/Transaction.d.ts +4 -3
  1618. package/serialization/resources/accounting/types/Transaction.js +4 -3
  1619. package/serialization/resources/accounting/types/TransactionCompany.d.ts +8 -0
  1620. package/serialization/resources/accounting/types/TransactionCompany.js +40 -0
  1621. package/serialization/resources/accounting/types/TransactionLineItemsItem.d.ts +8 -0
  1622. package/serialization/resources/accounting/types/TransactionLineItemsItem.js +40 -0
  1623. package/serialization/resources/accounting/types/VendorCredit.d.ts +2 -2
  1624. package/serialization/resources/accounting/types/VendorCredit.js +2 -2
  1625. package/serialization/resources/accounting/types/VendorCreditLinesItem.d.ts +8 -0
  1626. package/serialization/resources/accounting/types/VendorCreditLinesItem.js +40 -0
  1627. package/serialization/resources/accounting/types/WarningValidationProblem.d.ts +3 -0
  1628. package/serialization/resources/accounting/types/WarningValidationProblem.js +3 -0
  1629. package/serialization/resources/accounting/types/index.d.ts +101 -15
  1630. package/serialization/resources/accounting/types/index.js +101 -15
  1631. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.d.ts +7 -0
  1632. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpandItem.js +48 -0
  1633. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.d.ts +7 -0
  1634. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpandItem.js +48 -0
  1635. package/serialization/resources/ats/resources/applications/types/index.d.ts +2 -2
  1636. package/serialization/resources/ats/resources/applications/types/index.js +2 -2
  1637. package/serialization/resources/ats/resources/candidates/client/requests/index.d.ts +0 -1
  1638. package/serialization/resources/ats/resources/candidates/client/requests/index.js +1 -3
  1639. package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.d.ts +7 -0
  1640. package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpandItem.js +39 -0
  1641. package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.d.ts +7 -0
  1642. package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpandItem.js +39 -0
  1643. package/serialization/resources/ats/resources/candidates/types/index.d.ts +2 -3
  1644. package/serialization/resources/ats/resources/candidates/types/index.js +2 -3
  1645. package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -0
  1646. package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
  1647. package/serialization/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
  1648. package/serialization/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
  1649. package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.d.ts +7 -0
  1650. package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpandItem.js +39 -0
  1651. package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.d.ts +7 -0
  1652. package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpandItem.js +39 -0
  1653. package/serialization/resources/ats/resources/interviews/types/index.d.ts +2 -2
  1654. package/serialization/resources/ats/resources/interviews/types/index.js +2 -2
  1655. package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpandItem.d.ts +7 -0
  1656. package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpandItem.js +39 -0
  1657. package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.d.ts +7 -0
  1658. package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpandItem.js +39 -0
  1659. package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.d.ts +7 -0
  1660. package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpandItem.js +39 -0
  1661. package/serialization/resources/ats/resources/jobs/types/index.d.ts +3 -3
  1662. package/serialization/resources/ats/resources/jobs/types/index.js +3 -3
  1663. package/serialization/resources/ats/resources/offers/types/OffersListRequestExpandItem.d.ts +7 -0
  1664. package/serialization/resources/ats/resources/offers/types/OffersListRequestExpandItem.js +39 -0
  1665. package/serialization/resources/ats/resources/offers/types/OffersListRequestStatus.d.ts +7 -0
  1666. package/serialization/resources/ats/resources/offers/types/OffersListRequestStatus.js +49 -0
  1667. package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.d.ts +7 -0
  1668. package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpandItem.js +39 -0
  1669. package/serialization/resources/ats/resources/offers/types/index.d.ts +3 -2
  1670. package/serialization/resources/ats/resources/offers/types/index.js +3 -2
  1671. package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.d.ts +7 -0
  1672. package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpandItem.js +39 -0
  1673. package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.d.ts +7 -0
  1674. package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpandItem.js +39 -0
  1675. package/serialization/resources/ats/resources/scorecards/types/index.d.ts +2 -2
  1676. package/serialization/resources/ats/resources/scorecards/types/index.js +2 -2
  1677. package/serialization/resources/ats/types/ActivityRequest.d.ts +2 -2
  1678. package/serialization/resources/ats/types/ActivityRequest.js +2 -2
  1679. package/serialization/resources/ats/types/FieldMappingApiInstance.d.ts +1 -0
  1680. package/serialization/resources/ats/types/FieldMappingApiInstance.js +1 -0
  1681. package/serialization/resources/ats/types/IgnoreCommonModelRequest.d.ts +11 -0
  1682. package/serialization/resources/ats/types/IgnoreCommonModelRequest.js +43 -0
  1683. package/serialization/resources/ats/types/IgnoreCommonModelRequestReason.d.ts +8 -0
  1684. package/serialization/resources/ats/types/IgnoreCommonModelRequestReason.js +40 -0
  1685. package/serialization/resources/ats/types/RegenerateAccountToken.d.ts +10 -0
  1686. package/serialization/resources/ats/types/RegenerateAccountToken.js +42 -0
  1687. package/serialization/resources/ats/types/RoleEnum.d.ts +1 -1
  1688. package/serialization/resources/ats/types/RoleEnum.js +1 -1
  1689. package/serialization/resources/ats/types/ScreeningQuestion.d.ts +2 -1
  1690. package/serialization/resources/ats/types/ScreeningQuestion.js +2 -1
  1691. package/serialization/resources/ats/types/ScreeningQuestionOptionsItem.d.ts +8 -0
  1692. package/serialization/resources/ats/types/ScreeningQuestionOptionsItem.js +40 -0
  1693. package/serialization/resources/ats/types/index.d.ts +4 -1
  1694. package/serialization/resources/ats/types/index.js +4 -1
  1695. package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.d.ts +7 -0
  1696. package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpandItem.js +39 -0
  1697. package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.d.ts +7 -0
  1698. package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpandItem.js +39 -0
  1699. package/serialization/resources/crm/resources/contacts/types/index.d.ts +2 -2
  1700. package/serialization/resources/crm/resources/contacts/types/index.js +2 -2
  1701. package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.d.ts +7 -0
  1702. package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpandItem.js +39 -0
  1703. package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.d.ts +7 -0
  1704. package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpandItem.js +39 -0
  1705. package/serialization/resources/crm/resources/engagements/types/index.d.ts +2 -2
  1706. package/serialization/resources/crm/resources/engagements/types/index.js +2 -2
  1707. package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -1
  1708. package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
  1709. package/serialization/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
  1710. package/serialization/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
  1711. package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpandItem.d.ts +7 -0
  1712. package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpandItem.js +39 -0
  1713. package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.d.ts +7 -0
  1714. package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpandItem.js +39 -0
  1715. package/serialization/resources/crm/resources/leads/types/index.d.ts +2 -2
  1716. package/serialization/resources/crm/resources/leads/types/index.js +2 -2
  1717. package/serialization/resources/crm/resources/notes/types/NotesListRequestExpandItem.d.ts +7 -0
  1718. package/serialization/resources/crm/resources/notes/types/NotesListRequestExpandItem.js +39 -0
  1719. package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.d.ts +7 -0
  1720. package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpandItem.js +39 -0
  1721. package/serialization/resources/crm/resources/notes/types/index.d.ts +2 -2
  1722. package/serialization/resources/crm/resources/notes/types/index.js +2 -2
  1723. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.d.ts +7 -0
  1724. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpandItem.js +39 -0
  1725. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.d.ts +7 -0
  1726. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpandItem.js +39 -0
  1727. package/serialization/resources/crm/resources/opportunities/types/index.d.ts +2 -2
  1728. package/serialization/resources/crm/resources/opportunities/types/index.js +2 -2
  1729. package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpandItem.d.ts +7 -0
  1730. package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpandItem.js +39 -0
  1731. package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.d.ts +7 -0
  1732. package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpandItem.js +39 -0
  1733. package/serialization/resources/crm/resources/tasks/types/index.d.ts +2 -2
  1734. package/serialization/resources/crm/resources/tasks/types/index.js +2 -2
  1735. package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  1736. package/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
  1737. package/serialization/resources/crm/types/FieldMappingApiInstance.d.ts +1 -0
  1738. package/serialization/resources/crm/types/FieldMappingApiInstance.js +1 -0
  1739. package/serialization/resources/crm/types/Lead.d.ts +2 -0
  1740. package/serialization/resources/crm/types/Lead.js +2 -0
  1741. package/serialization/resources/crm/types/LeadStatus.d.ts +8 -0
  1742. package/serialization/resources/crm/types/LeadStatus.js +40 -0
  1743. package/serialization/resources/crm/types/LeadStatusEnum.d.ts +7 -0
  1744. package/serialization/resources/crm/types/LeadStatusEnum.js +39 -0
  1745. package/serialization/resources/crm/types/PatchedTaskRequest.d.ts +1 -0
  1746. package/serialization/resources/crm/types/PatchedTaskRequest.js +1 -0
  1747. package/serialization/resources/crm/types/RegenerateAccountToken.d.ts +10 -0
  1748. package/serialization/resources/crm/types/RegenerateAccountToken.js +42 -0
  1749. package/serialization/resources/crm/types/RemoteFieldClass.d.ts +4 -4
  1750. package/serialization/resources/crm/types/RemoteFieldClass.js +4 -4
  1751. package/serialization/resources/crm/types/RemoteResponse.d.ts +2 -2
  1752. package/serialization/resources/crm/types/RemoteResponse.js +2 -2
  1753. package/serialization/resources/crm/types/RemoteResponseResponseType.d.ts +8 -0
  1754. package/serialization/resources/crm/types/RemoteResponseResponseType.js +40 -0
  1755. package/serialization/resources/crm/types/RoleEnum.d.ts +1 -1
  1756. package/serialization/resources/crm/types/RoleEnum.js +1 -1
  1757. package/serialization/resources/crm/types/Task.d.ts +2 -0
  1758. package/serialization/resources/crm/types/Task.js +2 -0
  1759. package/serialization/resources/crm/types/TaskContact.d.ts +8 -0
  1760. package/serialization/resources/crm/types/TaskContact.js +40 -0
  1761. package/serialization/resources/crm/types/TaskRequest.d.ts +2 -0
  1762. package/serialization/resources/crm/types/TaskRequest.js +2 -0
  1763. package/serialization/resources/crm/types/TaskRequestContact.d.ts +8 -0
  1764. package/serialization/resources/crm/types/TaskRequestContact.js +40 -0
  1765. package/serialization/resources/crm/types/index.d.ts +6 -2
  1766. package/serialization/resources/crm/types/index.js +6 -2
  1767. package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +2 -1
  1768. package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.js +1 -0
  1769. package/serialization/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +2 -1
  1770. package/serialization/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.js +1 -0
  1771. package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpandItem.d.ts +7 -0
  1772. package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpandItem.js +39 -0
  1773. package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.d.ts +7 -0
  1774. package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpandItem.js +39 -0
  1775. package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -2
  1776. package/serialization/resources/filestorage/resources/files/types/index.js +2 -2
  1777. package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.d.ts +7 -0
  1778. package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpandItem.js +39 -0
  1779. package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.d.ts +7 -0
  1780. package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpandItem.js +39 -0
  1781. package/serialization/resources/filestorage/resources/folders/types/index.d.ts +2 -2
  1782. package/serialization/resources/filestorage/resources/folders/types/index.js +2 -2
  1783. package/serialization/resources/filestorage/resources/groups/index.d.ts +1 -0
  1784. package/serialization/resources/filestorage/resources/groups/index.js +17 -0
  1785. package/serialization/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.d.ts +7 -0
  1786. package/serialization/resources/filestorage/resources/groups/types/GroupsListRequestExpandItem.js +39 -0
  1787. package/serialization/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.d.ts +7 -0
  1788. package/serialization/resources/filestorage/resources/groups/types/GroupsRetrieveRequestExpandItem.js +39 -0
  1789. package/serialization/resources/filestorage/resources/groups/types/index.d.ts +2 -0
  1790. package/serialization/resources/filestorage/resources/groups/types/index.js +18 -0
  1791. package/serialization/resources/filestorage/resources/index.d.ts +3 -0
  1792. package/serialization/resources/filestorage/resources/index.js +4 -1
  1793. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1794. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1795. package/serialization/resources/filestorage/resources/linkToken/index.d.ts +1 -0
  1796. package/serialization/resources/filestorage/resources/linkToken/index.js +1 -0
  1797. package/serialization/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +8 -0
  1798. package/serialization/resources/filestorage/resources/linkToken/types/EndUserDetailsRequestLanguage.js +40 -0
  1799. package/serialization/resources/filestorage/resources/linkToken/types/index.d.ts +1 -0
  1800. package/serialization/resources/filestorage/resources/linkToken/types/index.js +17 -0
  1801. package/serialization/resources/filestorage/types/AccountDetails.d.ts +2 -2
  1802. package/serialization/resources/filestorage/types/AccountDetails.js +2 -2
  1803. package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +4 -4
  1804. package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +4 -4
  1805. package/serialization/resources/filestorage/types/AccountDetailsAndActionsCategory.d.ts +8 -0
  1806. package/serialization/resources/filestorage/types/AccountDetailsAndActionsCategory.js +40 -0
  1807. package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatus.d.ts +8 -0
  1808. package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatus.js +40 -0
  1809. package/serialization/resources/filestorage/types/AccountDetailsCategory.d.ts +8 -0
  1810. package/serialization/resources/filestorage/types/AccountDetailsCategory.js +40 -0
  1811. package/serialization/resources/filestorage/types/FieldMappingApiInstance.d.ts +1 -0
  1812. package/serialization/resources/filestorage/types/FieldMappingApiInstance.js +1 -0
  1813. package/serialization/resources/filestorage/types/Permission.d.ts +2 -0
  1814. package/serialization/resources/filestorage/types/Permission.js +2 -0
  1815. package/serialization/resources/filestorage/types/RegenerateAccountToken.d.ts +10 -0
  1816. package/serialization/resources/filestorage/types/RegenerateAccountToken.js +42 -0
  1817. package/serialization/resources/filestorage/types/RemoteResponse.d.ts +2 -2
  1818. package/serialization/resources/filestorage/types/RemoteResponse.js +2 -2
  1819. package/serialization/resources/filestorage/types/RemoteResponseResponseType.d.ts +8 -0
  1820. package/serialization/resources/filestorage/types/RemoteResponseResponseType.js +40 -0
  1821. package/serialization/resources/filestorage/types/RoleEnum.d.ts +1 -1
  1822. package/serialization/resources/filestorage/types/RoleEnum.js +1 -1
  1823. package/serialization/resources/filestorage/types/SyncStatus.d.ts +2 -2
  1824. package/serialization/resources/filestorage/types/SyncStatus.js +2 -2
  1825. package/serialization/resources/filestorage/types/SyncStatusStatus.d.ts +8 -0
  1826. package/serialization/resources/filestorage/types/SyncStatusStatus.js +40 -0
  1827. package/serialization/resources/filestorage/types/index.d.ts +6 -0
  1828. package/serialization/resources/filestorage/types/index.js +6 -0
  1829. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.d.ts +7 -0
  1830. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpandItem.js +39 -0
  1831. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.d.ts +7 -0
  1832. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpandItem.js +39 -0
  1833. package/serialization/resources/hris/resources/employeePayrollRuns/types/index.d.ts +2 -2
  1834. package/serialization/resources/hris/resources/employeePayrollRuns/types/index.js +2 -2
  1835. package/serialization/resources/hris/resources/employees/client/requests/index.d.ts +0 -1
  1836. package/serialization/resources/hris/resources/employees/client/requests/index.js +1 -3
  1837. package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.d.ts +7 -0
  1838. package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpandItem.js +48 -0
  1839. package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.d.ts +7 -0
  1840. package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpandItem.js +48 -0
  1841. package/serialization/resources/hris/resources/employees/types/index.d.ts +2 -3
  1842. package/serialization/resources/hris/resources/employees/types/index.js +2 -3
  1843. package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.d.ts +7 -0
  1844. package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpandItem.js +39 -0
  1845. package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.d.ts +7 -0
  1846. package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpandItem.js +39 -0
  1847. package/serialization/resources/hris/resources/employments/types/index.d.ts +2 -2
  1848. package/serialization/resources/hris/resources/employments/types/index.js +2 -2
  1849. package/serialization/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -1
  1850. package/serialization/resources/hris/resources/groups/index.d.ts +1 -0
  1851. package/serialization/resources/hris/resources/groups/index.js +17 -0
  1852. package/serialization/resources/hris/resources/groups/types/GroupsTypesListResponse.d.ts +9 -0
  1853. package/serialization/resources/hris/resources/groups/types/GroupsTypesListResponse.js +41 -0
  1854. package/serialization/resources/hris/resources/groups/types/index.d.ts +1 -0
  1855. package/serialization/resources/hris/resources/groups/types/index.js +17 -0
  1856. package/serialization/resources/hris/resources/index.d.ts +2 -0
  1857. package/serialization/resources/hris/resources/index.js +3 -1
  1858. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -2
  1859. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +0 -2
  1860. package/serialization/resources/hris/resources/linkToken/types/index.d.ts +0 -1
  1861. package/serialization/resources/hris/resources/linkToken/types/index.js +0 -1
  1862. package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.d.ts +7 -0
  1863. package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpandItem.js +39 -0
  1864. package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.d.ts +7 -0
  1865. package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpandItem.js +39 -0
  1866. package/serialization/resources/hris/resources/timeOff/types/index.d.ts +2 -2
  1867. package/serialization/resources/hris/resources/timeOff/types/index.js +2 -2
  1868. package/serialization/resources/hris/types/IgnoreCommonModelRequest.d.ts +11 -0
  1869. package/serialization/resources/hris/types/IgnoreCommonModelRequest.js +43 -0
  1870. package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.d.ts +8 -0
  1871. package/serialization/resources/hris/types/IgnoreCommonModelRequestReason.js +40 -0
  1872. package/serialization/resources/hris/types/MetaResponse.d.ts +1 -0
  1873. package/serialization/resources/hris/types/MetaResponse.js +1 -0
  1874. package/serialization/resources/hris/types/MultipartFormFieldRequest.d.ts +2 -2
  1875. package/serialization/resources/hris/types/MultipartFormFieldRequest.js +2 -2
  1876. package/serialization/resources/hris/types/RegenerateAccountToken.d.ts +10 -0
  1877. package/serialization/resources/hris/types/RegenerateAccountToken.js +42 -0
  1878. package/serialization/resources/hris/types/RoleEnum.d.ts +1 -1
  1879. package/serialization/resources/hris/types/RoleEnum.js +1 -1
  1880. package/serialization/resources/hris/types/SyncStatus.d.ts +2 -2
  1881. package/serialization/resources/hris/types/SyncStatus.js +2 -2
  1882. package/serialization/resources/hris/types/SyncStatusStatus.d.ts +8 -0
  1883. package/serialization/resources/hris/types/SyncStatusStatus.js +40 -0
  1884. package/serialization/resources/hris/types/index.d.ts +4 -2
  1885. package/serialization/resources/hris/types/index.js +4 -2
  1886. package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.d.ts +7 -0
  1887. package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpandItem.js +39 -0
  1888. package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.d.ts +7 -0
  1889. package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpandItem.js +39 -0
  1890. package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.d.ts +7 -0
  1891. package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpandItem.js +39 -0
  1892. package/serialization/resources/ticketing/resources/collections/types/index.d.ts +3 -1
  1893. package/serialization/resources/ticketing/resources/collections/types/index.js +3 -1
  1894. package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.d.ts +7 -0
  1895. package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpandItem.js +39 -0
  1896. package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.d.ts +7 -0
  1897. package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpandItem.js +39 -0
  1898. package/serialization/resources/ticketing/resources/comments/types/index.d.ts +2 -2
  1899. package/serialization/resources/ticketing/resources/comments/types/index.js +2 -2
  1900. package/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1901. package/serialization/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -1
  1902. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +0 -2
  1903. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +0 -2
  1904. package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +0 -1
  1905. package/serialization/resources/ticketing/resources/linkToken/types/index.js +0 -1
  1906. package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.d.ts +7 -0
  1907. package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpandItem.js +39 -0
  1908. package/serialization/resources/ticketing/resources/projects/types/index.d.ts +1 -1
  1909. package/serialization/resources/ticketing/resources/projects/types/index.js +1 -1
  1910. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.d.ts +7 -0
  1911. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpandItem.js +49 -0
  1912. package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.d.ts +7 -0
  1913. package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestRemoteFields.js +47 -0
  1914. package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.d.ts +7 -0
  1915. package/serialization/resources/ticketing/resources/tickets/types/TicketsLiveSearchRetrieveRequestShowEnumOrigins.js +47 -0
  1916. package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.d.ts +7 -0
  1917. package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpandItem.js +49 -0
  1918. package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.d.ts +7 -0
  1919. package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpandItem.js +39 -0
  1920. package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +5 -3
  1921. package/serialization/resources/ticketing/resources/tickets/types/index.js +5 -3
  1922. package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpandItem.d.ts +7 -0
  1923. package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpandItem.js +39 -0
  1924. package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.d.ts +7 -0
  1925. package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpandItem.js +39 -0
  1926. package/serialization/resources/ticketing/resources/users/types/index.d.ts +2 -2
  1927. package/serialization/resources/ticketing/resources/users/types/index.js +2 -2
  1928. package/serialization/resources/ticketing/types/ActionsEnum.d.ts +7 -0
  1929. package/serialization/resources/ticketing/types/ActionsEnum.js +39 -0
  1930. package/serialization/resources/ticketing/types/CategoriesEnum.d.ts +1 -1
  1931. package/serialization/resources/ticketing/types/CategoriesEnum.js +1 -1
  1932. package/serialization/resources/ticketing/types/CategoryEnum.d.ts +1 -1
  1933. package/serialization/resources/ticketing/types/CategoryEnum.js +1 -1
  1934. package/serialization/resources/ticketing/types/Collection.d.ts +4 -2
  1935. package/serialization/resources/ticketing/types/Collection.js +4 -2
  1936. package/serialization/resources/ticketing/types/CollectionPermissionsItem.d.ts +8 -0
  1937. package/serialization/resources/ticketing/types/CollectionPermissionsItem.js +40 -0
  1938. package/serialization/resources/ticketing/types/EffectEnum.d.ts +7 -0
  1939. package/serialization/resources/ticketing/types/EffectEnum.js +39 -0
  1940. package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +3 -3
  1941. package/serialization/resources/ticketing/types/PatchedTicketRequest.js +3 -3
  1942. package/serialization/resources/ticketing/types/Permission.d.ts +22 -0
  1943. package/serialization/resources/ticketing/types/Permission.js +54 -0
  1944. package/serialization/resources/ticketing/types/PermissionEffect.d.ts +8 -0
  1945. package/serialization/resources/ticketing/types/PermissionEffect.js +40 -0
  1946. package/serialization/resources/ticketing/types/PermissionRequest.d.ts +19 -0
  1947. package/serialization/resources/ticketing/types/PermissionRequest.js +51 -0
  1948. package/serialization/resources/ticketing/types/PermissionRequestEffect.d.ts +8 -0
  1949. package/serialization/resources/ticketing/types/PermissionRequestEffect.js +40 -0
  1950. package/serialization/resources/ticketing/types/RegenerateAccountToken.d.ts +10 -0
  1951. package/serialization/resources/ticketing/types/RegenerateAccountToken.js +42 -0
  1952. package/serialization/resources/ticketing/types/RemoteFieldClass.d.ts +4 -4
  1953. package/serialization/resources/ticketing/types/RemoteFieldClass.js +4 -4
  1954. package/serialization/resources/ticketing/types/RemoteResponse.d.ts +2 -2
  1955. package/serialization/resources/ticketing/types/RemoteResponse.js +2 -2
  1956. package/serialization/resources/ticketing/types/RemoteResponseResponseType.d.ts +8 -0
  1957. package/serialization/resources/ticketing/types/RemoteResponseResponseType.js +40 -0
  1958. package/serialization/resources/ticketing/types/RoleEnum.d.ts +1 -1
  1959. package/serialization/resources/ticketing/types/RoleEnum.js +1 -1
  1960. package/serialization/resources/ticketing/types/RoleTicketAccess.d.ts +1 -1
  1961. package/serialization/resources/ticketing/types/RoleTicketAccess.js +1 -1
  1962. package/serialization/resources/ticketing/types/RoleTicketActionsItem.d.ts +1 -1
  1963. package/serialization/resources/ticketing/types/RoleTicketActionsItem.js +1 -1
  1964. package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  1965. package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  1966. package/serialization/resources/ticketing/types/SyncStatusStatus.d.ts +8 -0
  1967. package/serialization/resources/ticketing/types/SyncStatusStatus.js +40 -0
  1968. package/serialization/resources/ticketing/types/Ticket.d.ts +4 -2
  1969. package/serialization/resources/ticketing/types/Ticket.js +4 -2
  1970. package/serialization/resources/ticketing/types/index.d.ts +10 -5
  1971. package/serialization/resources/ticketing/types/index.js +10 -5
  1972. package/version.d.ts +1 -1
  1973. package/version.js +1 -1
  1974. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +0 -6
  1975. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +0 -9
  1976. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -6
  1977. package/api/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +0 -9
  1978. package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -10
  1979. package/api/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +0 -13
  1980. package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -10
  1981. package/api/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -13
  1982. package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +0 -130
  1983. package/api/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +0 -133
  1984. package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +0 -130
  1985. package/api/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +0 -133
  1986. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +0 -66
  1987. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +0 -69
  1988. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +0 -18
  1989. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +0 -21
  1990. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +0 -18
  1991. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +0 -21
  1992. package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +0 -66
  1993. package/api/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +0 -69
  1994. package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +0 -66
  1995. package/api/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +0 -69
  1996. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +0 -18
  1997. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +0 -21
  1998. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +0 -18
  1999. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +0 -21
  2000. package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +0 -4098
  2001. package/api/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +0 -4101
  2002. package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +0 -4098
  2003. package/api/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +0 -4101
  2004. package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +0 -34
  2005. package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +0 -37
  2006. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +0 -34
  2007. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +0 -37
  2008. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +0 -66
  2009. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +0 -69
  2010. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -66
  2011. package/api/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +0 -69
  2012. package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +0 -130
  2013. package/api/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +0 -133
  2014. package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +0 -130
  2015. package/api/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +0 -133
  2016. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +0 -6
  2017. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +0 -9
  2018. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +0 -6
  2019. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +0 -9
  2020. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +0 -130
  2021. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +0 -133
  2022. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -130
  2023. package/api/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +0 -133
  2024. package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +0 -66
  2025. package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +0 -69
  2026. package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +0 -66
  2027. package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +0 -69
  2028. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +0 -34
  2029. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +0 -37
  2030. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -34
  2031. package/api/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +0 -37
  2032. package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -2
  2033. package/api/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +0 -2
  2034. package/api/resources/accounting/types/InvoiceLineItemEmployee.d.ts +0 -5
  2035. package/api/resources/accounting/types/InvoiceLineItemRequestEmployee.d.ts +0 -5
  2036. package/api/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +0 -2
  2037. package/api/resources/accounting/types/PatchedPaymentRequestAccount.d.ts +0 -5
  2038. package/api/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.d.ts +0 -5
  2039. package/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +0 -2
  2040. package/api/resources/accounting/types/PatchedPaymentRequestCompany.d.ts +0 -5
  2041. package/api/resources/accounting/types/PatchedPaymentRequestContact.d.ts +0 -5
  2042. package/api/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +0 -5
  2043. package/api/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.d.ts +0 -2
  2044. package/api/resources/accounting/types/RemoteFieldRemoteFieldClass.d.ts +0 -2
  2045. package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +0 -2
  2046. package/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +0 -2
  2047. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +0 -258
  2048. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +0 -261
  2049. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +0 -258
  2050. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +0 -261
  2051. package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
  2052. package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +0 -6
  2053. package/api/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +0 -9
  2054. package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +0 -6
  2055. package/api/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +0 -9
  2056. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +0 -2
  2057. package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +0 -18
  2058. package/api/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +0 -21
  2059. package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +0 -18
  2060. package/api/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +0 -21
  2061. package/api/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +0 -34
  2062. package/api/resources/ats/resources/jobs/types/JobsListRequestExpand.js +0 -37
  2063. package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +0 -34
  2064. package/api/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +0 -37
  2065. package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -6
  2066. package/api/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +0 -9
  2067. package/api/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +0 -6
  2068. package/api/resources/ats/resources/offers/types/OffersListRequestExpand.js +0 -9
  2069. package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +0 -6
  2070. package/api/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +0 -9
  2071. package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +0 -10
  2072. package/api/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +0 -13
  2073. package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +0 -10
  2074. package/api/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +0 -13
  2075. package/api/resources/ats/types/ActivityRequestActivityType.d.ts +0 -9
  2076. package/api/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -6
  2077. package/api/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +0 -9
  2078. package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -6
  2079. package/api/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -9
  2080. package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +0 -18
  2081. package/api/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +0 -21
  2082. package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +0 -18
  2083. package/api/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +0 -21
  2084. package/api/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +0 -10
  2085. package/api/resources/crm/resources/leads/types/LeadsListRequestExpand.js +0 -13
  2086. package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +0 -10
  2087. package/api/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +0 -13
  2088. package/api/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +0 -18
  2089. package/api/resources/crm/resources/notes/types/NotesListRequestExpand.js +0 -21
  2090. package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +0 -18
  2091. package/api/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +0 -21
  2092. package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +0 -10
  2093. package/api/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +0 -13
  2094. package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -10
  2095. package/api/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +0 -13
  2096. package/api/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +0 -10
  2097. package/api/resources/crm/resources/tasks/types/TasksListRequestExpand.js +0 -13
  2098. package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +0 -10
  2099. package/api/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +0 -13
  2100. package/api/resources/crm/types/RemoteFieldClassFieldFormat.d.ts +0 -2
  2101. package/api/resources/crm/types/RemoteFieldClassFieldType.d.ts +0 -2
  2102. package/api/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +0 -10
  2103. package/api/resources/filestorage/resources/files/types/FilesListRequestExpand.js +0 -13
  2104. package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +0 -10
  2105. package/api/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +0 -13
  2106. package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +0 -10
  2107. package/api/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +0 -13
  2108. package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +0 -10
  2109. package/api/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +0 -13
  2110. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -6
  2111. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +0 -9
  2112. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -6
  2113. package/api/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -9
  2114. package/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
  2115. package/api/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +0 -258
  2116. package/api/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +0 -261
  2117. package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +0 -258
  2118. package/api/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +0 -261
  2119. package/api/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +0 -2
  2120. package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +0 -6
  2121. package/api/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +0 -9
  2122. package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +0 -6
  2123. package/api/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +0 -9
  2124. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -7
  2125. package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +0 -6
  2126. package/api/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +0 -9
  2127. package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +0 -6
  2128. package/api/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +0 -9
  2129. package/api/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +0 -9
  2130. package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +0 -6
  2131. package/api/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +0 -9
  2132. package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +0 -10
  2133. package/api/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +0 -13
  2134. package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +0 -10
  2135. package/api/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +0 -13
  2136. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -7
  2137. package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +0 -6
  2138. package/api/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +0 -9
  2139. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +0 -258
  2140. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +0 -261
  2141. package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +0 -258
  2142. package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +0 -261
  2143. package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +0 -6
  2144. package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +0 -9
  2145. package/api/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +0 -6
  2146. package/api/resources/ticketing/resources/users/types/UsersListRequestExpand.js +0 -9
  2147. package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +0 -6
  2148. package/api/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +0 -9
  2149. package/api/resources/ticketing/types/CollectionCollectionType.d.ts +0 -8
  2150. package/api/resources/ticketing/types/CompletedAccountInitialScreenEnum.d.ts +0 -4
  2151. package/api/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +0 -10
  2152. package/api/resources/ticketing/types/RemoteFieldClassFieldFormat.d.ts +0 -2
  2153. package/api/resources/ticketing/types/RemoteFieldClassFieldType.d.ts +0 -2
  2154. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.d.ts +0 -7
  2155. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoListRequestExpand.js +0 -39
  2156. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.d.ts +0 -7
  2157. package/serialization/resources/accounting/resources/companyInfo/types/CompanyInfoRetrieveRequestExpand.js +0 -39
  2158. package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -7
  2159. package/serialization/resources/accounting/resources/contacts/types/ContactsListRequestExpand.js +0 -47
  2160. package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -7
  2161. package/serialization/resources/accounting/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -47
  2162. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.d.ts +0 -7
  2163. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesListRequestExpand.js +0 -167
  2164. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.d.ts +0 -7
  2165. package/serialization/resources/accounting/resources/creditNotes/types/CreditNotesRetrieveRequestExpand.js +0 -167
  2166. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +0 -7
  2167. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +0 -103
  2168. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +0 -7
  2169. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +0 -55
  2170. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +0 -7
  2171. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +0 -55
  2172. package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.d.ts +0 -7
  2173. package/serialization/resources/accounting/resources/expenses/types/ExpensesListRequestExpand.js +0 -103
  2174. package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.d.ts +0 -7
  2175. package/serialization/resources/accounting/resources/expenses/types/ExpensesRetrieveRequestExpand.js +0 -103
  2176. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +0 -7
  2177. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +0 -55
  2178. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +0 -7
  2179. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +0 -55
  2180. package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.d.ts +0 -7
  2181. package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestExpand.js +0 -4135
  2182. package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.d.ts +0 -7
  2183. package/serialization/resources/accounting/resources/invoices/types/InvoicesRetrieveRequestExpand.js +0 -4135
  2184. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +0 -7
  2185. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +0 -71
  2186. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +0 -7
  2187. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +0 -71
  2188. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.d.ts +0 -7
  2189. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesListRequestExpand.js +0 -103
  2190. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.d.ts +0 -7
  2191. package/serialization/resources/accounting/resources/journalEntries/types/JournalEntriesRetrieveRequestExpand.js +0 -103
  2192. package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.d.ts +0 -7
  2193. package/serialization/resources/accounting/resources/payments/types/PaymentsListRequestExpand.js +0 -167
  2194. package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.d.ts +0 -7
  2195. package/serialization/resources/accounting/resources/payments/types/PaymentsRetrieveRequestExpand.js +0 -167
  2196. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +0 -7
  2197. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +0 -39
  2198. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +0 -7
  2199. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +0 -39
  2200. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.d.ts +0 -7
  2201. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersListRequestExpand.js +0 -167
  2202. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.d.ts +0 -7
  2203. package/serialization/resources/accounting/resources/purchaseOrders/types/PurchaseOrdersRetrieveRequestExpand.js +0 -167
  2204. package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +0 -7
  2205. package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +0 -103
  2206. package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +0 -7
  2207. package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +0 -103
  2208. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.d.ts +0 -7
  2209. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsListRequestExpand.js +0 -71
  2210. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.d.ts +0 -7
  2211. package/serialization/resources/accounting/resources/vendorCredits/types/VendorCreditsRetrieveRequestExpand.js +0 -71
  2212. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +0 -8
  2213. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +0 -40
  2214. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.d.ts +0 -8
  2215. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTrackingCategoriesItem.js +0 -40
  2216. package/serialization/resources/accounting/types/InvoiceLineItemEmployee.d.ts +0 -8
  2217. package/serialization/resources/accounting/types/InvoiceLineItemEmployee.js +0 -40
  2218. package/serialization/resources/accounting/types/InvoiceLineItemRequestEmployee.d.ts +0 -8
  2219. package/serialization/resources/accounting/types/InvoiceLineItemRequestEmployee.js +0 -40
  2220. package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +0 -8
  2221. package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.js +0 -40
  2222. package/serialization/resources/accounting/types/PatchedPaymentRequestAccount.d.ts +0 -8
  2223. package/serialization/resources/accounting/types/PatchedPaymentRequestAccount.js +0 -40
  2224. package/serialization/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.d.ts +0 -8
  2225. package/serialization/resources/accounting/types/PatchedPaymentRequestAccountingPeriod.js +0 -40
  2226. package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +0 -8
  2227. package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +0 -40
  2228. package/serialization/resources/accounting/types/PatchedPaymentRequestCompany.d.ts +0 -8
  2229. package/serialization/resources/accounting/types/PatchedPaymentRequestCompany.js +0 -40
  2230. package/serialization/resources/accounting/types/PatchedPaymentRequestContact.d.ts +0 -8
  2231. package/serialization/resources/accounting/types/PatchedPaymentRequestContact.js +0 -40
  2232. package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.d.ts +0 -8
  2233. package/serialization/resources/accounting/types/PatchedPaymentRequestPaymentMethod.js +0 -40
  2234. package/serialization/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.d.ts +0 -8
  2235. package/serialization/resources/accounting/types/PatchedPaymentRequestTrackingCategoriesItem.js +0 -40
  2236. package/serialization/resources/accounting/types/RemoteFieldRemoteFieldClass.d.ts +0 -8
  2237. package/serialization/resources/accounting/types/RemoteFieldRemoteFieldClass.js +0 -40
  2238. package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +0 -8
  2239. package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +0 -40
  2240. package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +0 -8
  2241. package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +0 -40
  2242. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +0 -7
  2243. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +0 -295
  2244. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +0 -7
  2245. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +0 -295
  2246. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
  2247. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +0 -43
  2248. package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.d.ts +0 -7
  2249. package/serialization/resources/ats/resources/candidates/types/CandidatesListRequestExpand.js +0 -39
  2250. package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.d.ts +0 -7
  2251. package/serialization/resources/ats/resources/candidates/types/CandidatesRetrieveRequestExpand.js +0 -39
  2252. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +0 -8
  2253. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +0 -40
  2254. package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.d.ts +0 -7
  2255. package/serialization/resources/ats/resources/interviews/types/InterviewsListRequestExpand.js +0 -55
  2256. package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.d.ts +0 -7
  2257. package/serialization/resources/ats/resources/interviews/types/InterviewsRetrieveRequestExpand.js +0 -55
  2258. package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.d.ts +0 -7
  2259. package/serialization/resources/ats/resources/jobs/types/JobsListRequestExpand.js +0 -71
  2260. package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.d.ts +0 -7
  2261. package/serialization/resources/ats/resources/jobs/types/JobsRetrieveRequestExpand.js +0 -71
  2262. package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.d.ts +0 -7
  2263. package/serialization/resources/ats/resources/jobs/types/JobsScreeningQuestionsListRequestExpand.js +0 -39
  2264. package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.d.ts +0 -7
  2265. package/serialization/resources/ats/resources/offers/types/OffersListRequestExpand.js +0 -39
  2266. package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.d.ts +0 -7
  2267. package/serialization/resources/ats/resources/offers/types/OffersRetrieveRequestExpand.js +0 -39
  2268. package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.d.ts +0 -7
  2269. package/serialization/resources/ats/resources/scorecards/types/ScorecardsListRequestExpand.js +0 -47
  2270. package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.d.ts +0 -7
  2271. package/serialization/resources/ats/resources/scorecards/types/ScorecardsRetrieveRequestExpand.js +0 -47
  2272. package/serialization/resources/ats/types/ActivityRequestActivityType.d.ts +0 -8
  2273. package/serialization/resources/ats/types/ActivityRequestActivityType.js +0 -40
  2274. package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.d.ts +0 -7
  2275. package/serialization/resources/crm/resources/contacts/types/ContactsListRequestExpand.js +0 -39
  2276. package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.d.ts +0 -7
  2277. package/serialization/resources/crm/resources/contacts/types/ContactsRetrieveRequestExpand.js +0 -39
  2278. package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.d.ts +0 -7
  2279. package/serialization/resources/crm/resources/engagements/types/EngagementsListRequestExpand.js +0 -55
  2280. package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.d.ts +0 -7
  2281. package/serialization/resources/crm/resources/engagements/types/EngagementsRetrieveRequestExpand.js +0 -55
  2282. package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.d.ts +0 -7
  2283. package/serialization/resources/crm/resources/leads/types/LeadsListRequestExpand.js +0 -47
  2284. package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.d.ts +0 -7
  2285. package/serialization/resources/crm/resources/leads/types/LeadsRetrieveRequestExpand.js +0 -47
  2286. package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.d.ts +0 -7
  2287. package/serialization/resources/crm/resources/notes/types/NotesListRequestExpand.js +0 -55
  2288. package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.d.ts +0 -7
  2289. package/serialization/resources/crm/resources/notes/types/NotesRetrieveRequestExpand.js +0 -55
  2290. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.d.ts +0 -7
  2291. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesListRequestExpand.js +0 -47
  2292. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.d.ts +0 -7
  2293. package/serialization/resources/crm/resources/opportunities/types/OpportunitiesRetrieveRequestExpand.js +0 -47
  2294. package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.d.ts +0 -7
  2295. package/serialization/resources/crm/resources/tasks/types/TasksListRequestExpand.js +0 -47
  2296. package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.d.ts +0 -7
  2297. package/serialization/resources/crm/resources/tasks/types/TasksRetrieveRequestExpand.js +0 -47
  2298. package/serialization/resources/crm/types/RemoteFieldClassFieldFormat.d.ts +0 -8
  2299. package/serialization/resources/crm/types/RemoteFieldClassFieldFormat.js +0 -40
  2300. package/serialization/resources/crm/types/RemoteFieldClassFieldType.d.ts +0 -8
  2301. package/serialization/resources/crm/types/RemoteFieldClassFieldType.js +0 -40
  2302. package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.d.ts +0 -7
  2303. package/serialization/resources/filestorage/resources/files/types/FilesListRequestExpand.js +0 -47
  2304. package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.d.ts +0 -7
  2305. package/serialization/resources/filestorage/resources/files/types/FilesRetrieveRequestExpand.js +0 -47
  2306. package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.d.ts +0 -7
  2307. package/serialization/resources/filestorage/resources/folders/types/FoldersListRequestExpand.js +0 -47
  2308. package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.d.ts +0 -7
  2309. package/serialization/resources/filestorage/resources/folders/types/FoldersRetrieveRequestExpand.js +0 -47
  2310. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.d.ts +0 -7
  2311. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsListRequestExpand.js +0 -39
  2312. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.d.ts +0 -7
  2313. package/serialization/resources/hris/resources/employeePayrollRuns/types/EmployeePayrollRunsRetrieveRequestExpand.js +0 -39
  2314. package/serialization/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +0 -11
  2315. package/serialization/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.js +0 -43
  2316. package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.d.ts +0 -7
  2317. package/serialization/resources/hris/resources/employees/types/EmployeesListRequestExpand.js +0 -295
  2318. package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.d.ts +0 -7
  2319. package/serialization/resources/hris/resources/employees/types/EmployeesRetrieveRequestExpand.js +0 -295
  2320. package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.d.ts +0 -8
  2321. package/serialization/resources/hris/resources/employees/types/IgnoreCommonModelRequestReason.js +0 -40
  2322. package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.d.ts +0 -7
  2323. package/serialization/resources/hris/resources/employments/types/EmploymentsListRequestExpand.js +0 -39
  2324. package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.d.ts +0 -7
  2325. package/serialization/resources/hris/resources/employments/types/EmploymentsRetrieveRequestExpand.js +0 -39
  2326. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -8
  2327. package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.d.ts +0 -7
  2328. package/serialization/resources/hris/resources/timeOff/types/TimeOffListRequestExpand.js +0 -39
  2329. package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.d.ts +0 -7
  2330. package/serialization/resources/hris/resources/timeOff/types/TimeOffRetrieveRequestExpand.js +0 -39
  2331. package/serialization/resources/hris/types/CompletedAccountInitialScreenEnum.d.ts +0 -7
  2332. package/serialization/resources/hris/types/MultipartFormFieldRequestEncoding.d.ts +0 -8
  2333. package/serialization/resources/hris/types/MultipartFormFieldRequestEncoding.js +0 -40
  2334. package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.d.ts +0 -7
  2335. package/serialization/resources/ticketing/resources/collections/types/CollectionsViewersListRequestExpand.js +0 -39
  2336. package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.d.ts +0 -7
  2337. package/serialization/resources/ticketing/resources/comments/types/CommentsListRequestExpand.js +0 -47
  2338. package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.d.ts +0 -7
  2339. package/serialization/resources/ticketing/resources/comments/types/CommentsRetrieveRequestExpand.js +0 -47
  2340. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.d.ts +0 -8
  2341. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -40
  2342. package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.d.ts +0 -7
  2343. package/serialization/resources/ticketing/resources/projects/types/ProjectsUsersListRequestExpand.js +0 -39
  2344. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +0 -7
  2345. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +0 -295
  2346. package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +0 -7
  2347. package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +0 -295
  2348. package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +0 -7
  2349. package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +0 -39
  2350. package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.d.ts +0 -7
  2351. package/serialization/resources/ticketing/resources/users/types/UsersListRequestExpand.js +0 -39
  2352. package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.d.ts +0 -7
  2353. package/serialization/resources/ticketing/resources/users/types/UsersRetrieveRequestExpand.js +0 -39
  2354. package/serialization/resources/ticketing/types/CollectionCollectionType.d.ts +0 -8
  2355. package/serialization/resources/ticketing/types/CollectionCollectionType.js +0 -40
  2356. package/serialization/resources/ticketing/types/CompletedAccountInitialScreenEnum.d.ts +0 -7
  2357. package/serialization/resources/ticketing/types/CompletedAccountInitialScreenEnum.js +0 -39
  2358. package/serialization/resources/ticketing/types/PatchedTicketRequestPriority.d.ts +0 -8
  2359. package/serialization/resources/ticketing/types/PatchedTicketRequestPriority.js +0 -40
  2360. package/serialization/resources/ticketing/types/RemoteFieldClassFieldFormat.d.ts +0 -8
  2361. package/serialization/resources/ticketing/types/RemoteFieldClassFieldFormat.js +0 -40
  2362. package/serialization/resources/ticketing/types/RemoteFieldClassFieldType.d.ts +0 -8
  2363. package/serialization/resources/ticketing/types/RemoteFieldClassFieldType.js +0 -40
  2364. /package/api/resources/accounting/{types/DataPassthroughRequestMethod.js → resources/creditNotes/client/requests/ApplyCreditNoteRequest.js} +0 -0
  2365. /package/api/resources/accounting/{types/GeneralLedgerTransactionLineTrackingCategoriesItem.js → resources/creditNotes/client/requests/PatchedCreditNoteEndpointRequest.js} +0 -0
  2366. /package/api/resources/accounting/{types/InvoiceLineItemEmployee.js → resources/expenses/client/requests/ExpenseBulkRequest.js} +0 -0
  2367. /package/api/resources/accounting/{types/InvoiceLineItemRequestEmployee.js → resources/invoices/client/requests/InvoiceBulkRequest.js} +0 -0
  2368. /package/api/resources/accounting/{types/PatchedContactRequestAddressesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentBulkRequest.js} +0 -0
  2369. /package/api/resources/accounting/{types/PatchedPaymentRequestAccount.js → resources/itemFulfillments/client/requests/ItemFulfillmentEndpointRequest.js} +0 -0
  2370. /package/api/resources/accounting/{types/PatchedPaymentRequestAccountingPeriod.js → resources/itemFulfillments/client/requests/ItemFulfillmentsLinesRemoteFieldClassesListRequest.js} +0 -0
  2371. /package/api/resources/accounting/{types/PatchedPaymentRequestAppliedToLinesItem.js → resources/itemFulfillments/client/requests/ItemFulfillmentsListRequest.js} +0 -0
  2372. /package/api/resources/accounting/{types/PatchedPaymentRequestCompany.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRemoteFieldClassesListRequest.js} +0 -0
  2373. /package/api/resources/accounting/{types/PatchedPaymentRequestContact.js → resources/itemFulfillments/client/requests/ItemFulfillmentsRetrieveRequest.js} +0 -0
  2374. /package/api/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
  2375. /package/api/resources/accounting/{types/PatchedPaymentRequestPaymentMethod.js → resources/salesOrders/client/requests/SalesOrderBulkRequest.js} +0 -0
  2376. /package/api/resources/accounting/{types/PatchedPaymentRequestTrackingCategoriesItem.js → resources/salesOrders/client/requests/SalesOrderEndpointRequest.js} +0 -0
  2377. /package/api/resources/accounting/{types/RemoteFieldRemoteFieldClass.js → resources/salesOrders/client/requests/SalesOrdersLinesRemoteFieldClassesListRequest.js} +0 -0
  2378. /package/api/resources/accounting/{types/RemoteFieldRequestRemoteFieldClass.js → resources/salesOrders/client/requests/SalesOrdersListRequest.js} +0 -0
  2379. /package/api/resources/accounting/{types/TaxRateTaxComponentsItem.js → resources/salesOrders/client/requests/SalesOrdersRemoteFieldClassesListRequest.js} +0 -0
  2380. /package/api/resources/{ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js → accounting/resources/salesOrders/client/requests/SalesOrdersRetrieveRequest.js} +0 -0
  2381. /package/api/resources/{ats/resources/candidates/types/IgnoreCommonModelRequestReason.js → accounting/resources/vendorCredits/client/requests/ApplyVendorCreditRequest.js} +0 -0
  2382. /package/api/resources/{ats/types/ActivityRequestActivityType.js → accounting/resources/vendorCredits/client/requests/PatchedVendorCreditEndpointRequest.js} +0 -0
  2383. /package/api/resources/{crm/types/RemoteFieldClassFieldFormat.js → accounting/types/AccountCompany.js} +0 -0
  2384. /package/api/resources/{crm/types/RemoteFieldClassFieldType.js → accounting/types/AccountRequestCompany.js} +0 -0
  2385. /package/api/resources/{hris/resources/employees/client/requests/IgnoreCommonModelRequest.js → accounting/types/AsyncBulkCreateResponse.js} +0 -0
  2386. /package/api/resources/{hris/resources/employees/types/IgnoreCommonModelRequestReason.js → accounting/types/BatchObject.js} +0 -0
  2387. /package/api/resources/{hris/types/CompletedAccountInitialScreenEnum.js → accounting/types/BatchObjectItemResponse.js} +0 -0
  2388. /package/api/resources/{hris/types/MultipartFormFieldRequestEncoding.js → accounting/types/BatchObjectStatus.js} +0 -0
  2389. /package/api/resources/{ticketing/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js → accounting/types/BatchObjectsResponse.js} +0 -0
  2390. /package/api/resources/{ticketing/types/CollectionCollectionType.js → accounting/types/BatchObjectsResponseStatus.js} +0 -0
  2391. /package/api/resources/{ticketing/types/CompletedAccountInitialScreenEnum.js → accounting/types/CompanyInfoAddressesItem.js} +0 -0
  2392. /package/api/resources/{ticketing/types/PatchedTicketRequestPriority.js → accounting/types/CompanyInfoPhoneNumbersItem.js} +0 -0
  2393. /package/api/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.d.ts +0 -0
  2394. /package/api/resources/{ticketing/types/RemoteFieldClassFieldFormat.js → accounting/types/CompletedAccountInitialScreenEnum.js} +0 -0
  2395. /package/api/resources/{ticketing/types/RemoteFieldClassFieldType.js → accounting/types/ContactCompany.js} +0 -0
  2396. /package/serialization/resources/{hris → accounting}/resources/linkToken/types/EndUserDetailsRequestCompletedAccountInitialScreen.js +0 -0
  2397. /package/serialization/resources/{hris → accounting}/types/CompletedAccountInitialScreenEnum.js +0 -0
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.TicketsViewersListRequestExpand = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.TicketsViewersListRequestExpand = core.serialization.enum_(["team", "user", "user,team"]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const UsersListRequestExpand: core.serialization.Schema<serializers.ticketing.UsersListRequestExpand.Raw, Merge.ticketing.UsersListRequestExpand>;
5
- export declare namespace UsersListRequestExpand {
6
- type Raw = "roles" | "teams" | "teams,roles";
7
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.UsersListRequestExpand = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.UsersListRequestExpand = core.serialization.enum_(["roles", "teams", "teams,roles"]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../../../api/index";
2
- import * as core from "../../../../../../core";
3
- import type * as serializers from "../../../../../index";
4
- export declare const UsersRetrieveRequestExpand: core.serialization.Schema<serializers.ticketing.UsersRetrieveRequestExpand.Raw, Merge.ticketing.UsersRetrieveRequestExpand>;
5
- export declare namespace UsersRetrieveRequestExpand {
6
- type Raw = "roles" | "teams" | "teams,roles";
7
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.UsersRetrieveRequestExpand = void 0;
38
- const core = __importStar(require("../../../../../../core"));
39
- exports.UsersRetrieveRequestExpand = core.serialization.enum_(["roles", "teams", "teams,roles"]);
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { CollectionTypeEnum } from "./CollectionTypeEnum";
5
- export declare const CollectionCollectionType: core.serialization.Schema<serializers.ticketing.CollectionCollectionType.Raw, Merge.ticketing.CollectionCollectionType>;
6
- export declare namespace CollectionCollectionType {
7
- type Raw = CollectionTypeEnum.Raw | string;
8
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.CollectionCollectionType = void 0;
38
- const core = __importStar(require("../../../../core"));
39
- const CollectionTypeEnum_1 = require("./CollectionTypeEnum");
40
- exports.CollectionCollectionType = core.serialization.undiscriminatedUnion([CollectionTypeEnum_1.CollectionTypeEnum, core.serialization.string()]);
@@ -1,7 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- export declare const CompletedAccountInitialScreenEnum: core.serialization.Schema<serializers.ticketing.CompletedAccountInitialScreenEnum.Raw, Merge.ticketing.CompletedAccountInitialScreenEnum>;
5
- export declare namespace CompletedAccountInitialScreenEnum {
6
- type Raw = "SELECTIVE_SYNC";
7
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.CompletedAccountInitialScreenEnum = void 0;
38
- const core = __importStar(require("../../../../core"));
39
- exports.CompletedAccountInitialScreenEnum = core.serialization.stringLiteral("SELECTIVE_SYNC");
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { PriorityEnum } from "./PriorityEnum";
5
- export declare const PatchedTicketRequestPriority: core.serialization.Schema<serializers.ticketing.PatchedTicketRequestPriority.Raw, Merge.ticketing.PatchedTicketRequestPriority>;
6
- export declare namespace PatchedTicketRequestPriority {
7
- type Raw = PriorityEnum.Raw | string;
8
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.PatchedTicketRequestPriority = void 0;
38
- const core = __importStar(require("../../../../core"));
39
- const PriorityEnum_1 = require("./PriorityEnum");
40
- exports.PatchedTicketRequestPriority = core.serialization.undiscriminatedUnion([PriorityEnum_1.PriorityEnum, core.serialization.string()]);
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { FieldFormatEnum } from "./FieldFormatEnum";
5
- export declare const RemoteFieldClassFieldFormat: core.serialization.Schema<serializers.ticketing.RemoteFieldClassFieldFormat.Raw, Merge.ticketing.RemoteFieldClassFieldFormat>;
6
- export declare namespace RemoteFieldClassFieldFormat {
7
- type Raw = string | FieldFormatEnum.Raw;
8
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.RemoteFieldClassFieldFormat = void 0;
38
- const core = __importStar(require("../../../../core"));
39
- const FieldFormatEnum_1 = require("./FieldFormatEnum");
40
- exports.RemoteFieldClassFieldFormat = core.serialization.undiscriminatedUnion([core.serialization.string(), FieldFormatEnum_1.FieldFormatEnum]);
@@ -1,8 +0,0 @@
1
- import type * as Merge from "../../../../api/index";
2
- import * as core from "../../../../core";
3
- import type * as serializers from "../../../index";
4
- import { FieldTypeEnum } from "./FieldTypeEnum";
5
- export declare const RemoteFieldClassFieldType: core.serialization.Schema<serializers.ticketing.RemoteFieldClassFieldType.Raw, Merge.ticketing.RemoteFieldClassFieldType>;
6
- export declare namespace RemoteFieldClassFieldType {
7
- type Raw = string | FieldTypeEnum.Raw;
8
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- // This file was auto-generated by Fern from our API Definition.
3
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
- if (k2 === undefined) k2 = k;
5
- var desc = Object.getOwnPropertyDescriptor(m, k);
6
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
- desc = { enumerable: true, get: function() { return m[k]; } };
8
- }
9
- Object.defineProperty(o, k2, desc);
10
- }) : (function(o, m, k, k2) {
11
- if (k2 === undefined) k2 = k;
12
- o[k2] = m[k];
13
- }));
14
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
15
- Object.defineProperty(o, "default", { enumerable: true, value: v });
16
- }) : function(o, v) {
17
- o["default"] = v;
18
- });
19
- var __importStar = (this && this.__importStar) || (function () {
20
- var ownKeys = function(o) {
21
- ownKeys = Object.getOwnPropertyNames || function (o) {
22
- var ar = [];
23
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
- return ar;
25
- };
26
- return ownKeys(o);
27
- };
28
- return function (mod) {
29
- if (mod && mod.__esModule) return mod;
30
- var result = {};
31
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
- __setModuleDefault(result, mod);
33
- return result;
34
- };
35
- })();
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.RemoteFieldClassFieldType = void 0;
38
- const core = __importStar(require("../../../../core"));
39
- const FieldTypeEnum_1 = require("./FieldTypeEnum");
40
- exports.RemoteFieldClassFieldType = core.serialization.undiscriminatedUnion([core.serialization.string(), FieldTypeEnum_1.FieldTypeEnum]);