@mergeapi/merge-node-client 3.0.0 → 4.0.0-alpha.0

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