@mergeapi/merge-node-client 2.0.1 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1488) hide show
  1. package/.mock/definition/accounting/__package__.yml +3089 -0
  2. package/.mock/definition/accounting/expenseReports.yml +938 -0
  3. package/.mock/definition/accounting/fieldMapping.yml +20 -0
  4. package/.mock/definition/accounting/items.yml +4 -0
  5. package/.mock/definition/accounting/payments.yml +8 -8
  6. package/Client.d.ts +8 -6
  7. package/Client.js +19 -19
  8. package/api/resources/accounting/client/Client.d.ts +3 -0
  9. package/api/resources/accounting/client/Client.js +57 -52
  10. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +2 -0
  11. package/api/resources/accounting/resources/accountDetails/client/Client.js +4 -7
  12. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +2 -0
  13. package/api/resources/accounting/resources/accountToken/client/Client.js +4 -7
  14. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +2 -0
  15. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +7 -11
  16. package/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
  17. package/api/resources/accounting/resources/accounts/client/Client.d.ts +2 -0
  18. package/api/resources/accounting/resources/accounts/client/Client.js +13 -16
  19. package/api/resources/accounting/resources/accounts/client/index.d.ts +1 -0
  20. package/api/resources/accounting/resources/addresses/client/Client.d.ts +2 -0
  21. package/api/resources/accounting/resources/addresses/client/Client.js +4 -8
  22. package/api/resources/accounting/resources/addresses/client/index.d.ts +1 -0
  23. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -0
  24. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +7 -9
  25. package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +2 -0
  26. package/api/resources/accounting/resources/asyncTasks/client/Client.js +4 -7
  27. package/api/resources/accounting/resources/attachments/client/Client.d.ts +2 -0
  28. package/api/resources/accounting/resources/attachments/client/Client.js +13 -16
  29. package/api/resources/accounting/resources/attachments/client/index.d.ts +1 -0
  30. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +2 -0
  31. package/api/resources/accounting/resources/auditTrail/client/Client.js +4 -8
  32. package/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
  33. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +2 -0
  34. package/api/resources/accounting/resources/availableActions/client/Client.js +4 -7
  35. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +2 -0
  36. package/api/resources/accounting/resources/balanceSheets/client/Client.js +7 -11
  37. package/api/resources/accounting/resources/balanceSheets/client/index.d.ts +1 -0
  38. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +2 -0
  39. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +13 -16
  40. package/api/resources/accounting/resources/bankFeedAccounts/client/index.d.ts +1 -0
  41. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +2 -0
  42. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +13 -16
  43. package/api/resources/accounting/resources/bankFeedTransactions/client/index.d.ts +1 -0
  44. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +2 -0
  45. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +7 -11
  46. package/api/resources/accounting/resources/cashFlowStatements/client/index.d.ts +1 -0
  47. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -0
  48. package/api/resources/accounting/resources/companyInfo/client/Client.js +7 -11
  49. package/api/resources/accounting/resources/companyInfo/client/index.d.ts +1 -0
  50. package/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -0
  51. package/api/resources/accounting/resources/contacts/client/Client.js +16 -19
  52. package/api/resources/accounting/resources/contacts/client/index.d.ts +1 -0
  53. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +2 -0
  54. package/api/resources/accounting/resources/creditNotes/client/Client.js +13 -16
  55. package/api/resources/accounting/resources/creditNotes/client/index.d.ts +1 -0
  56. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +2 -0
  57. package/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -7
  58. package/api/resources/accounting/resources/employees/client/Client.d.ts +2 -0
  59. package/api/resources/accounting/resources/employees/client/Client.js +7 -11
  60. package/api/resources/accounting/resources/employees/client/index.d.ts +1 -0
  61. package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +120 -0
  62. package/api/resources/accounting/resources/expenseReports/client/Client.js +664 -0
  63. package/api/resources/accounting/resources/expenseReports/client/index.d.ts +2 -0
  64. package/api/resources/accounting/resources/expenseReports/client/index.js +17 -0
  65. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +23 -0
  66. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +5 -0
  67. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +38 -0
  68. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.js +5 -0
  69. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +37 -0
  70. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.js +5 -0
  71. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +62 -0
  72. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.js +5 -0
  73. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +37 -0
  74. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.js +5 -0
  75. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +26 -0
  76. package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.js +5 -0
  77. package/api/resources/accounting/resources/expenseReports/client/requests/index.d.ts +6 -0
  78. package/api/resources/accounting/resources/expenseReports/client/requests/index.js +2 -0
  79. package/api/resources/accounting/resources/expenseReports/index.d.ts +2 -0
  80. package/api/resources/accounting/resources/expenseReports/index.js +18 -0
  81. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +69 -0
  82. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +71 -0
  83. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +21 -0
  84. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +23 -0
  85. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +21 -0
  86. package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +23 -0
  87. package/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
  88. package/api/resources/accounting/resources/expenseReports/types/index.js +19 -0
  89. package/api/resources/accounting/resources/expenses/client/Client.d.ts +2 -0
  90. package/api/resources/accounting/resources/expenses/client/Client.js +19 -22
  91. package/api/resources/accounting/resources/expenses/client/index.d.ts +1 -0
  92. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -0
  93. package/api/resources/accounting/resources/fieldMapping/client/Client.js +19 -20
  94. package/api/resources/accounting/resources/fieldMapping/client/index.d.ts +1 -0
  95. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +2 -0
  96. package/api/resources/accounting/resources/forceResync/client/Client.js +4 -7
  97. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +2 -0
  98. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +7 -11
  99. package/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
  100. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +2 -0
  101. package/api/resources/accounting/resources/generateKey/client/Client.js +4 -7
  102. package/api/resources/accounting/resources/generateKey/client/index.d.ts +1 -0
  103. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +2 -0
  104. package/api/resources/accounting/resources/incomeStatements/client/Client.js +7 -11
  105. package/api/resources/accounting/resources/incomeStatements/client/index.d.ts +1 -0
  106. package/api/resources/accounting/resources/index.d.ts +3 -0
  107. package/api/resources/accounting/resources/index.js +4 -1
  108. package/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -0
  109. package/api/resources/accounting/resources/invoices/client/Client.js +25 -27
  110. package/api/resources/accounting/resources/invoices/client/index.d.ts +1 -0
  111. package/api/resources/accounting/resources/issues/client/Client.d.ts +2 -0
  112. package/api/resources/accounting/resources/issues/client/Client.js +7 -10
  113. package/api/resources/accounting/resources/issues/client/index.d.ts +1 -0
  114. package/api/resources/accounting/resources/items/client/Client.d.ts +2 -0
  115. package/api/resources/accounting/resources/items/client/Client.js +19 -21
  116. package/api/resources/accounting/resources/items/client/index.d.ts +1 -0
  117. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +2 -0
  118. package/api/resources/accounting/resources/journalEntries/client/Client.js +19 -22
  119. package/api/resources/accounting/resources/journalEntries/client/index.d.ts +1 -0
  120. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +2 -0
  121. package/api/resources/accounting/resources/linkToken/client/Client.js +4 -7
  122. package/api/resources/accounting/resources/linkToken/client/index.d.ts +1 -0
  123. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +2 -0
  124. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -8
  125. package/api/resources/accounting/resources/linkedAccounts/client/index.d.ts +1 -0
  126. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +2 -0
  127. package/api/resources/accounting/resources/passthrough/client/Client.js +4 -7
  128. package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +2 -0
  129. package/api/resources/accounting/resources/paymentMethods/client/Client.js +7 -11
  130. package/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
  131. package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +2 -0
  132. package/api/resources/accounting/resources/paymentTerms/client/Client.js +7 -11
  133. package/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
  134. package/api/resources/accounting/resources/payments/client/Client.d.ts +2 -0
  135. package/api/resources/accounting/resources/payments/client/Client.js +25 -27
  136. package/api/resources/accounting/resources/payments/client/index.d.ts +1 -0
  137. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +2 -0
  138. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -8
  139. package/api/resources/accounting/resources/phoneNumbers/client/index.d.ts +1 -0
  140. package/api/resources/accounting/resources/projects/client/Client.d.ts +2 -0
  141. package/api/resources/accounting/resources/projects/client/Client.js +7 -11
  142. package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  143. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +2 -0
  144. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +19 -22
  145. package/api/resources/accounting/resources/purchaseOrders/client/index.d.ts +1 -0
  146. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +2 -0
  147. package/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -7
  148. package/api/resources/accounting/resources/regenerateKey/client/index.d.ts +1 -0
  149. package/api/resources/accounting/resources/scopes/client/Client.d.ts +2 -0
  150. package/api/resources/accounting/resources/scopes/client/Client.js +10 -11
  151. package/api/resources/accounting/resources/scopes/client/index.d.ts +1 -0
  152. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +2 -0
  153. package/api/resources/accounting/resources/syncStatus/client/Client.js +4 -8
  154. package/api/resources/accounting/resources/syncStatus/client/index.d.ts +1 -0
  155. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +2 -0
  156. package/api/resources/accounting/resources/taxRates/client/Client.js +7 -11
  157. package/api/resources/accounting/resources/taxRates/client/index.d.ts +1 -0
  158. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +2 -0
  159. package/api/resources/accounting/resources/trackingCategories/client/Client.js +7 -11
  160. package/api/resources/accounting/resources/trackingCategories/client/index.d.ts +1 -0
  161. package/api/resources/accounting/resources/transactions/client/Client.d.ts +2 -0
  162. package/api/resources/accounting/resources/transactions/client/Client.js +7 -11
  163. package/api/resources/accounting/resources/transactions/client/index.d.ts +1 -0
  164. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +2 -0
  165. package/api/resources/accounting/resources/vendorCredits/client/Client.js +13 -16
  166. package/api/resources/accounting/resources/vendorCredits/client/index.d.ts +1 -0
  167. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +2 -0
  168. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -9
  169. package/api/resources/accounting/resources/webhookReceivers/client/index.d.ts +1 -0
  170. package/api/resources/accounting/types/ExpenseReport.d.ts +364 -0
  171. package/api/resources/accounting/types/ExpenseReport.js +5 -0
  172. package/api/resources/accounting/types/ExpenseReportCompany.d.ts +8 -0
  173. package/api/resources/accounting/types/ExpenseReportCompany.js +5 -0
  174. package/api/resources/accounting/types/ExpenseReportLine.d.ts +366 -0
  175. package/api/resources/accounting/types/ExpenseReportLine.js +5 -0
  176. package/api/resources/accounting/types/ExpenseReportLineAccount.d.ts +5 -0
  177. package/api/resources/accounting/types/ExpenseReportLineAccount.js +5 -0
  178. package/api/resources/accounting/types/ExpenseReportLineCompany.d.ts +8 -0
  179. package/api/resources/accounting/types/ExpenseReportLineCompany.js +5 -0
  180. package/api/resources/accounting/types/ExpenseReportLineContact.d.ts +5 -0
  181. package/api/resources/accounting/types/ExpenseReportLineContact.js +5 -0
  182. package/api/resources/accounting/types/ExpenseReportLineEmployee.d.ts +8 -0
  183. package/api/resources/accounting/types/ExpenseReportLineEmployee.js +5 -0
  184. package/api/resources/accounting/types/ExpenseReportLineProject.d.ts +5 -0
  185. package/api/resources/accounting/types/ExpenseReportLineProject.js +5 -0
  186. package/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +361 -0
  187. package/api/resources/accounting/types/ExpenseReportLineRequest.js +5 -0
  188. package/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +5 -0
  189. package/api/resources/accounting/types/ExpenseReportLineRequestAccount.js +5 -0
  190. package/api/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +8 -0
  191. package/api/resources/accounting/types/ExpenseReportLineRequestCompany.js +5 -0
  192. package/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +5 -0
  193. package/api/resources/accounting/types/ExpenseReportLineRequestContact.js +5 -0
  194. package/api/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +8 -0
  195. package/api/resources/accounting/types/ExpenseReportLineRequestEmployee.js +5 -0
  196. package/api/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +5 -0
  197. package/api/resources/accounting/types/ExpenseReportLineRequestProject.js +5 -0
  198. package/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +5 -0
  199. package/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +5 -0
  200. package/api/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +5 -0
  201. package/api/resources/accounting/types/ExpenseReportLineTaxRate.js +5 -0
  202. package/api/resources/accounting/types/ExpenseReportRequest.d.ts +354 -0
  203. package/api/resources/accounting/types/ExpenseReportRequest.js +5 -0
  204. package/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +8 -0
  205. package/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +5 -0
  206. package/api/resources/accounting/types/ExpenseReportRequestCompany.d.ts +8 -0
  207. package/api/resources/accounting/types/ExpenseReportRequestCompany.js +5 -0
  208. package/api/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +8 -0
  209. package/api/resources/accounting/types/ExpenseReportRequestEmployee.js +5 -0
  210. package/api/resources/accounting/types/ExpenseReportResponse.d.ts +10 -0
  211. package/api/resources/accounting/types/ExpenseReportResponse.js +5 -0
  212. package/api/resources/accounting/types/ExpenseReportStatus.d.ts +13 -0
  213. package/api/resources/accounting/types/ExpenseReportStatus.js +5 -0
  214. package/api/resources/accounting/types/ExpenseReportStatusEnum.d.ts +16 -0
  215. package/api/resources/accounting/types/ExpenseReportStatusEnum.js +12 -0
  216. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  217. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  218. package/api/resources/accounting/types/Item.d.ts +9 -0
  219. package/api/resources/accounting/types/ItemType.d.ts +13 -0
  220. package/api/resources/accounting/types/ItemType.js +5 -0
  221. package/api/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +9 -0
  222. package/api/resources/accounting/types/PaginatedExpenseReportLineList.js +5 -0
  223. package/api/resources/accounting/types/PaginatedExpenseReportList.d.ts +9 -0
  224. package/api/resources/accounting/types/PaginatedExpenseReportList.js +5 -0
  225. package/api/resources/accounting/types/index.d.ts +26 -0
  226. package/api/resources/accounting/types/index.js +26 -0
  227. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +2 -0
  228. package/api/resources/ats/resources/accountDetails/client/Client.js +4 -7
  229. package/api/resources/ats/resources/accountToken/client/Client.d.ts +2 -0
  230. package/api/resources/ats/resources/accountToken/client/Client.js +4 -7
  231. package/api/resources/ats/resources/activities/client/Client.d.ts +2 -0
  232. package/api/resources/ats/resources/activities/client/Client.js +13 -16
  233. package/api/resources/ats/resources/activities/client/index.d.ts +1 -0
  234. package/api/resources/ats/resources/applications/client/Client.d.ts +2 -0
  235. package/api/resources/ats/resources/applications/client/Client.js +16 -20
  236. package/api/resources/ats/resources/applications/client/index.d.ts +1 -0
  237. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -0
  238. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +7 -9
  239. package/api/resources/ats/resources/attachments/client/Client.d.ts +2 -0
  240. package/api/resources/ats/resources/attachments/client/Client.js +13 -16
  241. package/api/resources/ats/resources/attachments/client/index.d.ts +1 -0
  242. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +2 -0
  243. package/api/resources/ats/resources/auditTrail/client/Client.js +4 -8
  244. package/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
  245. package/api/resources/ats/resources/availableActions/client/Client.d.ts +2 -0
  246. package/api/resources/ats/resources/availableActions/client/Client.js +4 -7
  247. package/api/resources/ats/resources/candidates/client/Client.d.ts +2 -0
  248. package/api/resources/ats/resources/candidates/client/Client.js +22 -23
  249. package/api/resources/ats/resources/candidates/client/index.d.ts +1 -0
  250. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +2 -0
  251. package/api/resources/ats/resources/deleteAccount/client/Client.js +4 -7
  252. package/api/resources/ats/resources/departments/client/Client.d.ts +2 -0
  253. package/api/resources/ats/resources/departments/client/Client.js +7 -11
  254. package/api/resources/ats/resources/departments/client/index.d.ts +1 -0
  255. package/api/resources/ats/resources/eeocs/client/Client.d.ts +2 -0
  256. package/api/resources/ats/resources/eeocs/client/Client.js +7 -11
  257. package/api/resources/ats/resources/eeocs/client/index.d.ts +1 -0
  258. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -0
  259. package/api/resources/ats/resources/fieldMapping/client/Client.js +19 -20
  260. package/api/resources/ats/resources/fieldMapping/client/index.d.ts +1 -0
  261. package/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -0
  262. package/api/resources/ats/resources/forceResync/client/Client.js +4 -7
  263. package/api/resources/ats/resources/generateKey/client/Client.d.ts +2 -0
  264. package/api/resources/ats/resources/generateKey/client/Client.js +4 -7
  265. package/api/resources/ats/resources/generateKey/client/index.d.ts +1 -0
  266. package/api/resources/ats/resources/interviews/client/Client.d.ts +2 -0
  267. package/api/resources/ats/resources/interviews/client/Client.js +13 -16
  268. package/api/resources/ats/resources/interviews/client/index.d.ts +1 -0
  269. package/api/resources/ats/resources/issues/client/Client.d.ts +2 -0
  270. package/api/resources/ats/resources/issues/client/Client.js +7 -10
  271. package/api/resources/ats/resources/issues/client/index.d.ts +1 -0
  272. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +2 -0
  273. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +7 -11
  274. package/api/resources/ats/resources/jobInterviewStages/client/index.d.ts +1 -0
  275. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +2 -0
  276. package/api/resources/ats/resources/jobPostings/client/Client.js +7 -11
  277. package/api/resources/ats/resources/jobPostings/client/index.d.ts +1 -0
  278. package/api/resources/ats/resources/jobs/client/Client.d.ts +2 -0
  279. package/api/resources/ats/resources/jobs/client/Client.js +10 -14
  280. package/api/resources/ats/resources/jobs/client/index.d.ts +1 -0
  281. package/api/resources/ats/resources/linkToken/client/Client.d.ts +2 -0
  282. package/api/resources/ats/resources/linkToken/client/Client.js +4 -7
  283. package/api/resources/ats/resources/linkToken/client/index.d.ts +1 -0
  284. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +2 -0
  285. package/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -8
  286. package/api/resources/ats/resources/linkedAccounts/client/index.d.ts +1 -0
  287. package/api/resources/ats/resources/offers/client/Client.d.ts +2 -0
  288. package/api/resources/ats/resources/offers/client/Client.js +7 -11
  289. package/api/resources/ats/resources/offers/client/index.d.ts +1 -0
  290. package/api/resources/ats/resources/offices/client/Client.d.ts +2 -0
  291. package/api/resources/ats/resources/offices/client/Client.js +7 -11
  292. package/api/resources/ats/resources/offices/client/index.d.ts +1 -0
  293. package/api/resources/ats/resources/passthrough/client/Client.d.ts +2 -0
  294. package/api/resources/ats/resources/passthrough/client/Client.js +4 -7
  295. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +2 -0
  296. package/api/resources/ats/resources/regenerateKey/client/Client.js +4 -7
  297. package/api/resources/ats/resources/regenerateKey/client/index.d.ts +1 -0
  298. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +2 -0
  299. package/api/resources/ats/resources/rejectReasons/client/Client.js +7 -11
  300. package/api/resources/ats/resources/rejectReasons/client/index.d.ts +1 -0
  301. package/api/resources/ats/resources/scopes/client/Client.d.ts +2 -0
  302. package/api/resources/ats/resources/scopes/client/Client.js +10 -11
  303. package/api/resources/ats/resources/scopes/client/index.d.ts +1 -0
  304. package/api/resources/ats/resources/scorecards/client/Client.d.ts +2 -0
  305. package/api/resources/ats/resources/scorecards/client/Client.js +7 -11
  306. package/api/resources/ats/resources/scorecards/client/index.d.ts +1 -0
  307. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +2 -0
  308. package/api/resources/ats/resources/syncStatus/client/Client.js +4 -8
  309. package/api/resources/ats/resources/syncStatus/client/index.d.ts +1 -0
  310. package/api/resources/ats/resources/tags/client/Client.d.ts +2 -0
  311. package/api/resources/ats/resources/tags/client/Client.js +4 -8
  312. package/api/resources/ats/resources/tags/client/index.d.ts +1 -0
  313. package/api/resources/ats/resources/users/client/Client.d.ts +2 -0
  314. package/api/resources/ats/resources/users/client/Client.js +7 -11
  315. package/api/resources/ats/resources/users/client/index.d.ts +1 -0
  316. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +2 -0
  317. package/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -9
  318. package/api/resources/ats/resources/webhookReceivers/client/index.d.ts +1 -0
  319. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +2 -0
  320. package/api/resources/crm/resources/accountDetails/client/Client.js +4 -7
  321. package/api/resources/crm/resources/accountToken/client/Client.d.ts +2 -0
  322. package/api/resources/crm/resources/accountToken/client/Client.js +4 -7
  323. package/api/resources/crm/resources/accounts/client/Client.d.ts +2 -0
  324. package/api/resources/crm/resources/accounts/client/Client.js +22 -24
  325. package/api/resources/crm/resources/accounts/client/index.d.ts +1 -0
  326. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +2 -0
  327. package/api/resources/crm/resources/associationTypes/client/Client.js +13 -16
  328. package/api/resources/crm/resources/associationTypes/client/index.d.ts +1 -0
  329. package/api/resources/crm/resources/associations/client/Client.d.ts +2 -0
  330. package/api/resources/crm/resources/associations/client/Client.js +7 -11
  331. package/api/resources/crm/resources/associations/client/index.d.ts +1 -0
  332. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -0
  333. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +7 -9
  334. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +2 -0
  335. package/api/resources/crm/resources/auditTrail/client/Client.js +4 -8
  336. package/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
  337. package/api/resources/crm/resources/availableActions/client/Client.d.ts +2 -0
  338. package/api/resources/crm/resources/availableActions/client/Client.js +4 -7
  339. package/api/resources/crm/resources/contacts/client/Client.d.ts +2 -0
  340. package/api/resources/crm/resources/contacts/client/Client.js +25 -26
  341. package/api/resources/crm/resources/contacts/client/index.d.ts +1 -0
  342. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +2 -0
  343. package/api/resources/crm/resources/customObjectClasses/client/Client.js +7 -11
  344. package/api/resources/crm/resources/customObjectClasses/client/index.d.ts +1 -0
  345. package/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -0
  346. package/api/resources/crm/resources/customObjects/client/Client.js +16 -19
  347. package/api/resources/crm/resources/customObjects/client/index.d.ts +1 -0
  348. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +2 -0
  349. package/api/resources/crm/resources/deleteAccount/client/Client.js +4 -7
  350. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -0
  351. package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -14
  352. package/api/resources/crm/resources/engagementTypes/client/index.d.ts +1 -0
  353. package/api/resources/crm/resources/engagements/client/Client.d.ts +2 -0
  354. package/api/resources/crm/resources/engagements/client/Client.js +22 -24
  355. package/api/resources/crm/resources/engagements/client/index.d.ts +1 -0
  356. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -0
  357. package/api/resources/crm/resources/fieldMapping/client/Client.js +19 -20
  358. package/api/resources/crm/resources/fieldMapping/client/index.d.ts +1 -0
  359. package/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -0
  360. package/api/resources/crm/resources/forceResync/client/Client.js +4 -7
  361. package/api/resources/crm/resources/generateKey/client/Client.d.ts +2 -0
  362. package/api/resources/crm/resources/generateKey/client/Client.js +4 -7
  363. package/api/resources/crm/resources/generateKey/client/index.d.ts +1 -0
  364. package/api/resources/crm/resources/issues/client/Client.d.ts +2 -0
  365. package/api/resources/crm/resources/issues/client/Client.js +7 -10
  366. package/api/resources/crm/resources/issues/client/index.d.ts +1 -0
  367. package/api/resources/crm/resources/leads/client/Client.d.ts +2 -0
  368. package/api/resources/crm/resources/leads/client/Client.js +16 -19
  369. package/api/resources/crm/resources/leads/client/index.d.ts +1 -0
  370. package/api/resources/crm/resources/linkToken/client/Client.d.ts +2 -0
  371. package/api/resources/crm/resources/linkToken/client/Client.js +4 -7
  372. package/api/resources/crm/resources/linkToken/client/index.d.ts +1 -0
  373. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +2 -0
  374. package/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -8
  375. package/api/resources/crm/resources/linkedAccounts/client/index.d.ts +1 -0
  376. package/api/resources/crm/resources/notes/client/Client.d.ts +2 -0
  377. package/api/resources/crm/resources/notes/client/Client.js +16 -19
  378. package/api/resources/crm/resources/notes/client/index.d.ts +1 -0
  379. package/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -0
  380. package/api/resources/crm/resources/opportunities/client/Client.js +22 -24
  381. package/api/resources/crm/resources/opportunities/client/index.d.ts +1 -0
  382. package/api/resources/crm/resources/passthrough/client/Client.d.ts +2 -0
  383. package/api/resources/crm/resources/passthrough/client/Client.js +4 -7
  384. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +2 -0
  385. package/api/resources/crm/resources/regenerateKey/client/Client.js +4 -7
  386. package/api/resources/crm/resources/regenerateKey/client/index.d.ts +1 -0
  387. package/api/resources/crm/resources/scopes/client/Client.d.ts +2 -0
  388. package/api/resources/crm/resources/scopes/client/Client.js +10 -11
  389. package/api/resources/crm/resources/scopes/client/index.d.ts +1 -0
  390. package/api/resources/crm/resources/stages/client/Client.d.ts +2 -0
  391. package/api/resources/crm/resources/stages/client/Client.js +10 -14
  392. package/api/resources/crm/resources/stages/client/index.d.ts +1 -0
  393. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +2 -0
  394. package/api/resources/crm/resources/syncStatus/client/Client.js +4 -8
  395. package/api/resources/crm/resources/syncStatus/client/index.d.ts +1 -0
  396. package/api/resources/crm/resources/tasks/client/Client.d.ts +2 -0
  397. package/api/resources/crm/resources/tasks/client/Client.js +22 -24
  398. package/api/resources/crm/resources/tasks/client/index.d.ts +1 -0
  399. package/api/resources/crm/resources/users/client/Client.d.ts +2 -0
  400. package/api/resources/crm/resources/users/client/Client.js +13 -16
  401. package/api/resources/crm/resources/users/client/index.d.ts +1 -0
  402. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +2 -0
  403. package/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -9
  404. package/api/resources/crm/resources/webhookReceivers/client/index.d.ts +1 -0
  405. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +2 -0
  406. package/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -7
  407. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +2 -0
  408. package/api/resources/filestorage/resources/accountToken/client/Client.js +4 -7
  409. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -0
  410. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +7 -9
  411. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +2 -0
  412. package/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -8
  413. package/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
  414. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +2 -0
  415. package/api/resources/filestorage/resources/availableActions/client/Client.js +4 -7
  416. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +2 -0
  417. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -7
  418. package/api/resources/filestorage/resources/drives/client/Client.d.ts +2 -0
  419. package/api/resources/filestorage/resources/drives/client/Client.js +7 -11
  420. package/api/resources/filestorage/resources/drives/client/index.d.ts +1 -0
  421. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -0
  422. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +19 -20
  423. package/api/resources/filestorage/resources/fieldMapping/client/index.d.ts +1 -0
  424. package/api/resources/filestorage/resources/files/client/Client.d.ts +2 -0
  425. package/api/resources/filestorage/resources/files/client/Client.js +22 -25
  426. package/api/resources/filestorage/resources/files/client/index.d.ts +1 -0
  427. package/api/resources/filestorage/resources/folders/client/Client.d.ts +2 -0
  428. package/api/resources/filestorage/resources/folders/client/Client.js +13 -16
  429. package/api/resources/filestorage/resources/folders/client/index.d.ts +1 -0
  430. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -0
  431. package/api/resources/filestorage/resources/forceResync/client/Client.js +4 -7
  432. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +2 -0
  433. package/api/resources/filestorage/resources/generateKey/client/Client.js +4 -7
  434. package/api/resources/filestorage/resources/generateKey/client/index.d.ts +1 -0
  435. package/api/resources/filestorage/resources/groups/client/Client.d.ts +2 -0
  436. package/api/resources/filestorage/resources/groups/client/Client.js +7 -11
  437. package/api/resources/filestorage/resources/groups/client/index.d.ts +1 -0
  438. package/api/resources/filestorage/resources/issues/client/Client.d.ts +2 -0
  439. package/api/resources/filestorage/resources/issues/client/Client.js +7 -10
  440. package/api/resources/filestorage/resources/issues/client/index.d.ts +1 -0
  441. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +2 -0
  442. package/api/resources/filestorage/resources/linkToken/client/Client.js +4 -7
  443. package/api/resources/filestorage/resources/linkToken/client/index.d.ts +1 -0
  444. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +2 -0
  445. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -8
  446. package/api/resources/filestorage/resources/linkedAccounts/client/index.d.ts +1 -0
  447. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +2 -0
  448. package/api/resources/filestorage/resources/passthrough/client/Client.js +4 -7
  449. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +2 -0
  450. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -7
  451. package/api/resources/filestorage/resources/regenerateKey/client/index.d.ts +1 -0
  452. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +2 -0
  453. package/api/resources/filestorage/resources/scopes/client/Client.js +10 -11
  454. package/api/resources/filestorage/resources/scopes/client/index.d.ts +1 -0
  455. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +2 -0
  456. package/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -8
  457. package/api/resources/filestorage/resources/syncStatus/client/index.d.ts +1 -0
  458. package/api/resources/filestorage/resources/users/client/Client.d.ts +2 -0
  459. package/api/resources/filestorage/resources/users/client/Client.js +7 -11
  460. package/api/resources/filestorage/resources/users/client/index.d.ts +1 -0
  461. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +2 -0
  462. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -9
  463. package/api/resources/filestorage/resources/webhookReceivers/client/index.d.ts +1 -0
  464. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +2 -0
  465. package/api/resources/hris/resources/accountDetails/client/Client.js +4 -7
  466. package/api/resources/hris/resources/accountToken/client/Client.d.ts +2 -0
  467. package/api/resources/hris/resources/accountToken/client/Client.js +4 -7
  468. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -0
  469. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +7 -9
  470. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +2 -0
  471. package/api/resources/hris/resources/auditTrail/client/Client.js +4 -8
  472. package/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
  473. package/api/resources/hris/resources/availableActions/client/Client.d.ts +2 -0
  474. package/api/resources/hris/resources/availableActions/client/Client.js +4 -7
  475. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +2 -0
  476. package/api/resources/hris/resources/bankInfo/client/Client.js +7 -11
  477. package/api/resources/hris/resources/bankInfo/client/index.d.ts +1 -0
  478. package/api/resources/hris/resources/benefits/client/Client.d.ts +2 -0
  479. package/api/resources/hris/resources/benefits/client/Client.js +7 -11
  480. package/api/resources/hris/resources/benefits/client/index.d.ts +1 -0
  481. package/api/resources/hris/resources/companies/client/Client.d.ts +2 -0
  482. package/api/resources/hris/resources/companies/client/Client.js +7 -11
  483. package/api/resources/hris/resources/companies/client/index.d.ts +1 -0
  484. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +2 -0
  485. package/api/resources/hris/resources/deleteAccount/client/Client.js +4 -7
  486. package/api/resources/hris/resources/dependents/client/Client.d.ts +2 -0
  487. package/api/resources/hris/resources/dependents/client/Client.js +7 -11
  488. package/api/resources/hris/resources/dependents/client/index.d.ts +1 -0
  489. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +2 -0
  490. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +7 -11
  491. package/api/resources/hris/resources/employeePayrollRuns/client/index.d.ts +1 -0
  492. package/api/resources/hris/resources/employees/client/Client.d.ts +2 -0
  493. package/api/resources/hris/resources/employees/client/Client.js +16 -18
  494. package/api/resources/hris/resources/employees/client/index.d.ts +1 -0
  495. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +2 -0
  496. package/api/resources/hris/resources/employerBenefits/client/Client.js +7 -11
  497. package/api/resources/hris/resources/employerBenefits/client/index.d.ts +1 -0
  498. package/api/resources/hris/resources/employments/client/Client.d.ts +2 -0
  499. package/api/resources/hris/resources/employments/client/Client.js +7 -11
  500. package/api/resources/hris/resources/employments/client/index.d.ts +1 -0
  501. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -0
  502. package/api/resources/hris/resources/fieldMapping/client/Client.js +19 -20
  503. package/api/resources/hris/resources/fieldMapping/client/index.d.ts +1 -0
  504. package/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -0
  505. package/api/resources/hris/resources/forceResync/client/Client.js +4 -7
  506. package/api/resources/hris/resources/generateKey/client/Client.d.ts +2 -0
  507. package/api/resources/hris/resources/generateKey/client/Client.js +4 -7
  508. package/api/resources/hris/resources/generateKey/client/index.d.ts +1 -0
  509. package/api/resources/hris/resources/groups/client/Client.d.ts +2 -0
  510. package/api/resources/hris/resources/groups/client/Client.js +7 -11
  511. package/api/resources/hris/resources/groups/client/index.d.ts +1 -0
  512. package/api/resources/hris/resources/issues/client/Client.d.ts +2 -0
  513. package/api/resources/hris/resources/issues/client/Client.js +7 -10
  514. package/api/resources/hris/resources/issues/client/index.d.ts +1 -0
  515. package/api/resources/hris/resources/linkToken/client/Client.d.ts +2 -0
  516. package/api/resources/hris/resources/linkToken/client/Client.js +4 -7
  517. package/api/resources/hris/resources/linkToken/client/index.d.ts +1 -0
  518. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +2 -0
  519. package/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -8
  520. package/api/resources/hris/resources/linkedAccounts/client/index.d.ts +1 -0
  521. package/api/resources/hris/resources/locations/client/Client.d.ts +2 -0
  522. package/api/resources/hris/resources/locations/client/Client.js +7 -11
  523. package/api/resources/hris/resources/locations/client/index.d.ts +1 -0
  524. package/api/resources/hris/resources/passthrough/client/Client.d.ts +2 -0
  525. package/api/resources/hris/resources/passthrough/client/Client.js +4 -7
  526. package/api/resources/hris/resources/payGroups/client/Client.d.ts +2 -0
  527. package/api/resources/hris/resources/payGroups/client/Client.js +7 -11
  528. package/api/resources/hris/resources/payGroups/client/index.d.ts +1 -0
  529. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +2 -0
  530. package/api/resources/hris/resources/payrollRuns/client/Client.js +7 -11
  531. package/api/resources/hris/resources/payrollRuns/client/index.d.ts +1 -0
  532. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +2 -0
  533. package/api/resources/hris/resources/regenerateKey/client/Client.js +4 -7
  534. package/api/resources/hris/resources/regenerateKey/client/index.d.ts +1 -0
  535. package/api/resources/hris/resources/scopes/client/Client.d.ts +2 -0
  536. package/api/resources/hris/resources/scopes/client/Client.js +10 -11
  537. package/api/resources/hris/resources/scopes/client/index.d.ts +1 -0
  538. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +2 -0
  539. package/api/resources/hris/resources/syncStatus/client/Client.js +4 -8
  540. package/api/resources/hris/resources/syncStatus/client/index.d.ts +1 -0
  541. package/api/resources/hris/resources/teams/client/Client.d.ts +2 -0
  542. package/api/resources/hris/resources/teams/client/Client.js +7 -11
  543. package/api/resources/hris/resources/teams/client/index.d.ts +1 -0
  544. package/api/resources/hris/resources/timeOff/client/Client.d.ts +2 -0
  545. package/api/resources/hris/resources/timeOff/client/Client.js +13 -16
  546. package/api/resources/hris/resources/timeOff/client/index.d.ts +1 -0
  547. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +2 -0
  548. package/api/resources/hris/resources/timeOffBalances/client/Client.js +7 -11
  549. package/api/resources/hris/resources/timeOffBalances/client/index.d.ts +1 -0
  550. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +2 -0
  551. package/api/resources/hris/resources/timesheetEntries/client/Client.js +13 -16
  552. package/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
  553. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +2 -0
  554. package/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -9
  555. package/api/resources/hris/resources/webhookReceivers/client/index.d.ts +1 -0
  556. package/api/resources/index.d.ts +2 -2
  557. package/api/resources/index.js +3 -3
  558. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +2 -0
  559. package/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -7
  560. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +2 -0
  561. package/api/resources/ticketing/resources/accountToken/client/Client.js +4 -7
  562. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +2 -0
  563. package/api/resources/ticketing/resources/accounts/client/Client.js +7 -11
  564. package/api/resources/ticketing/resources/accounts/client/index.d.ts +1 -0
  565. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -0
  566. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +7 -9
  567. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +2 -0
  568. package/api/resources/ticketing/resources/attachments/client/Client.js +16 -19
  569. package/api/resources/ticketing/resources/attachments/client/index.d.ts +1 -0
  570. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +2 -0
  571. package/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -8
  572. package/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
  573. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +2 -0
  574. package/api/resources/ticketing/resources/availableActions/client/Client.js +4 -7
  575. package/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -0
  576. package/api/resources/ticketing/resources/collections/client/Client.js +10 -14
  577. package/api/resources/ticketing/resources/collections/client/index.d.ts +1 -0
  578. package/api/resources/ticketing/resources/comments/client/Client.d.ts +2 -0
  579. package/api/resources/ticketing/resources/comments/client/Client.js +13 -16
  580. package/api/resources/ticketing/resources/comments/client/index.d.ts +1 -0
  581. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +2 -0
  582. package/api/resources/ticketing/resources/contacts/client/Client.js +13 -16
  583. package/api/resources/ticketing/resources/contacts/client/index.d.ts +1 -0
  584. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +2 -0
  585. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -7
  586. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -0
  587. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +19 -20
  588. package/api/resources/ticketing/resources/fieldMapping/client/index.d.ts +1 -0
  589. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -0
  590. package/api/resources/ticketing/resources/forceResync/client/Client.js +4 -7
  591. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +2 -0
  592. package/api/resources/ticketing/resources/generateKey/client/Client.js +4 -7
  593. package/api/resources/ticketing/resources/generateKey/client/index.d.ts +1 -0
  594. package/api/resources/ticketing/resources/issues/client/Client.d.ts +2 -0
  595. package/api/resources/ticketing/resources/issues/client/Client.js +7 -10
  596. package/api/resources/ticketing/resources/issues/client/index.d.ts +1 -0
  597. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +2 -0
  598. package/api/resources/ticketing/resources/linkToken/client/Client.js +4 -7
  599. package/api/resources/ticketing/resources/linkToken/client/index.d.ts +1 -0
  600. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +2 -0
  601. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -8
  602. package/api/resources/ticketing/resources/linkedAccounts/client/index.d.ts +1 -0
  603. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +2 -0
  604. package/api/resources/ticketing/resources/passthrough/client/Client.js +4 -7
  605. package/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -0
  606. package/api/resources/ticketing/resources/projects/client/Client.js +10 -14
  607. package/api/resources/ticketing/resources/projects/client/index.d.ts +1 -0
  608. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +2 -0
  609. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -7
  610. package/api/resources/ticketing/resources/regenerateKey/client/index.d.ts +1 -0
  611. package/api/resources/ticketing/resources/roles/client/Client.d.ts +2 -0
  612. package/api/resources/ticketing/resources/roles/client/Client.js +7 -11
  613. package/api/resources/ticketing/resources/roles/client/index.d.ts +1 -0
  614. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +2 -0
  615. package/api/resources/ticketing/resources/scopes/client/Client.js +10 -11
  616. package/api/resources/ticketing/resources/scopes/client/index.d.ts +1 -0
  617. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +2 -0
  618. package/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -8
  619. package/api/resources/ticketing/resources/syncStatus/client/index.d.ts +1 -0
  620. package/api/resources/ticketing/resources/tags/client/Client.d.ts +2 -0
  621. package/api/resources/ticketing/resources/tags/client/Client.js +7 -11
  622. package/api/resources/ticketing/resources/tags/client/index.d.ts +1 -0
  623. package/api/resources/ticketing/resources/teams/client/Client.d.ts +2 -0
  624. package/api/resources/ticketing/resources/teams/client/Client.js +7 -11
  625. package/api/resources/ticketing/resources/teams/client/index.d.ts +1 -0
  626. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +2 -0
  627. package/api/resources/ticketing/resources/tickets/client/Client.js +25 -28
  628. package/api/resources/ticketing/resources/tickets/client/index.d.ts +1 -0
  629. package/api/resources/ticketing/resources/users/client/Client.d.ts +2 -0
  630. package/api/resources/ticketing/resources/users/client/Client.js +7 -11
  631. package/api/resources/ticketing/resources/users/client/index.d.ts +1 -0
  632. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +2 -0
  633. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -9
  634. package/api/resources/ticketing/resources/webhookReceivers/client/index.d.ts +1 -0
  635. package/core/auth/BasicAuth.js +3 -3
  636. package/core/base64.d.ts +2 -0
  637. package/core/base64.js +26 -0
  638. package/core/fetcher/BinaryResponse.d.ts +20 -0
  639. package/core/fetcher/BinaryResponse.js +17 -0
  640. package/core/fetcher/Fetcher.d.ts +2 -2
  641. package/core/fetcher/Fetcher.js +3 -3
  642. package/core/fetcher/ResponseWithBody.d.ts +4 -0
  643. package/core/fetcher/ResponseWithBody.js +6 -0
  644. package/core/fetcher/createRequestUrl.d.ts +1 -1
  645. package/core/fetcher/createRequestUrl.js +3 -7
  646. package/core/fetcher/getErrorResponseBody.d.ts +1 -0
  647. package/core/fetcher/getErrorResponseBody.js +44 -0
  648. package/core/fetcher/getFetchFn.js +3 -3
  649. package/core/fetcher/getResponseBody.js +34 -32
  650. package/core/fetcher/index.d.ts +1 -0
  651. package/core/headers.d.ts +1 -1
  652. package/core/index.d.ts +2 -0
  653. package/core/index.js +3 -1
  654. package/core/runtime/runtime.js +0 -1
  655. package/core/schemas/utils/maybeSkipValidation.js +1 -1
  656. package/core/url/index.d.ts +2 -0
  657. package/core/url/index.js +7 -0
  658. package/core/url/join.d.ts +1 -0
  659. package/core/url/join.js +69 -0
  660. package/core/url/qs.d.ts +6 -0
  661. package/core/url/qs.js +64 -0
  662. package/dist/Client.d.ts +8 -6
  663. package/dist/Client.js +19 -19
  664. package/dist/api/resources/accounting/client/Client.d.ts +3 -0
  665. package/dist/api/resources/accounting/client/Client.js +57 -52
  666. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +2 -0
  667. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +4 -7
  668. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +2 -0
  669. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +4 -7
  670. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +2 -0
  671. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +7 -11
  672. package/dist/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
  673. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +2 -0
  674. package/dist/api/resources/accounting/resources/accounts/client/Client.js +13 -16
  675. package/dist/api/resources/accounting/resources/accounts/client/index.d.ts +1 -0
  676. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +2 -0
  677. package/dist/api/resources/accounting/resources/addresses/client/Client.js +4 -8
  678. package/dist/api/resources/accounting/resources/addresses/client/index.d.ts +1 -0
  679. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -0
  680. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +7 -9
  681. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +2 -0
  682. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +4 -7
  683. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +2 -0
  684. package/dist/api/resources/accounting/resources/attachments/client/Client.js +13 -16
  685. package/dist/api/resources/accounting/resources/attachments/client/index.d.ts +1 -0
  686. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +2 -0
  687. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +4 -8
  688. package/dist/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
  689. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +2 -0
  690. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +4 -7
  691. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +2 -0
  692. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +7 -11
  693. package/dist/api/resources/accounting/resources/balanceSheets/client/index.d.ts +1 -0
  694. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +2 -0
  695. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +13 -16
  696. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/index.d.ts +1 -0
  697. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +2 -0
  698. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +13 -16
  699. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/index.d.ts +1 -0
  700. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +2 -0
  701. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +7 -11
  702. package/dist/api/resources/accounting/resources/cashFlowStatements/client/index.d.ts +1 -0
  703. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -0
  704. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +7 -11
  705. package/dist/api/resources/accounting/resources/companyInfo/client/index.d.ts +1 -0
  706. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -0
  707. package/dist/api/resources/accounting/resources/contacts/client/Client.js +16 -19
  708. package/dist/api/resources/accounting/resources/contacts/client/index.d.ts +1 -0
  709. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +2 -0
  710. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +13 -16
  711. package/dist/api/resources/accounting/resources/creditNotes/client/index.d.ts +1 -0
  712. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +2 -0
  713. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -7
  714. package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +2 -0
  715. package/dist/api/resources/accounting/resources/employees/client/Client.js +7 -11
  716. package/dist/api/resources/accounting/resources/employees/client/index.d.ts +1 -0
  717. package/dist/api/resources/accounting/resources/expenseReports/client/Client.d.ts +120 -0
  718. package/dist/api/resources/accounting/resources/expenseReports/client/Client.js +664 -0
  719. package/dist/api/resources/accounting/resources/expenseReports/client/index.d.ts +2 -0
  720. package/dist/api/resources/accounting/resources/expenseReports/client/index.js +17 -0
  721. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +23 -0
  722. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +5 -0
  723. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +38 -0
  724. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.js +5 -0
  725. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +37 -0
  726. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.js +5 -0
  727. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +62 -0
  728. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.js +5 -0
  729. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +37 -0
  730. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.js +5 -0
  731. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +26 -0
  732. package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.js +5 -0
  733. package/dist/api/resources/accounting/resources/expenseReports/client/requests/index.d.ts +6 -0
  734. package/dist/api/resources/accounting/resources/expenseReports/client/requests/index.js +2 -0
  735. package/dist/api/resources/accounting/resources/expenseReports/index.d.ts +2 -0
  736. package/dist/api/resources/accounting/resources/expenseReports/index.js +18 -0
  737. package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +69 -0
  738. package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +71 -0
  739. package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +21 -0
  740. package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +23 -0
  741. package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +21 -0
  742. package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +23 -0
  743. package/dist/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
  744. package/dist/api/resources/accounting/resources/expenseReports/types/index.js +19 -0
  745. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +2 -0
  746. package/dist/api/resources/accounting/resources/expenses/client/Client.js +19 -22
  747. package/dist/api/resources/accounting/resources/expenses/client/index.d.ts +1 -0
  748. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -0
  749. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +19 -20
  750. package/dist/api/resources/accounting/resources/fieldMapping/client/index.d.ts +1 -0
  751. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +2 -0
  752. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +4 -7
  753. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +2 -0
  754. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +7 -11
  755. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
  756. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +2 -0
  757. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +4 -7
  758. package/dist/api/resources/accounting/resources/generateKey/client/index.d.ts +1 -0
  759. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +2 -0
  760. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +7 -11
  761. package/dist/api/resources/accounting/resources/incomeStatements/client/index.d.ts +1 -0
  762. package/dist/api/resources/accounting/resources/index.d.ts +3 -0
  763. package/dist/api/resources/accounting/resources/index.js +4 -1
  764. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -0
  765. package/dist/api/resources/accounting/resources/invoices/client/Client.js +25 -27
  766. package/dist/api/resources/accounting/resources/invoices/client/index.d.ts +1 -0
  767. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +2 -0
  768. package/dist/api/resources/accounting/resources/issues/client/Client.js +7 -10
  769. package/dist/api/resources/accounting/resources/issues/client/index.d.ts +1 -0
  770. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +2 -0
  771. package/dist/api/resources/accounting/resources/items/client/Client.js +19 -21
  772. package/dist/api/resources/accounting/resources/items/client/index.d.ts +1 -0
  773. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +2 -0
  774. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +19 -22
  775. package/dist/api/resources/accounting/resources/journalEntries/client/index.d.ts +1 -0
  776. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +2 -0
  777. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +4 -7
  778. package/dist/api/resources/accounting/resources/linkToken/client/index.d.ts +1 -0
  779. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +2 -0
  780. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -8
  781. package/dist/api/resources/accounting/resources/linkedAccounts/client/index.d.ts +1 -0
  782. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +2 -0
  783. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +4 -7
  784. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +2 -0
  785. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +7 -11
  786. package/dist/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
  787. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +2 -0
  788. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +7 -11
  789. package/dist/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
  790. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +2 -0
  791. package/dist/api/resources/accounting/resources/payments/client/Client.js +25 -27
  792. package/dist/api/resources/accounting/resources/payments/client/index.d.ts +1 -0
  793. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +2 -0
  794. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -8
  795. package/dist/api/resources/accounting/resources/phoneNumbers/client/index.d.ts +1 -0
  796. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +2 -0
  797. package/dist/api/resources/accounting/resources/projects/client/Client.js +7 -11
  798. package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  799. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +2 -0
  800. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +19 -22
  801. package/dist/api/resources/accounting/resources/purchaseOrders/client/index.d.ts +1 -0
  802. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +2 -0
  803. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -7
  804. package/dist/api/resources/accounting/resources/regenerateKey/client/index.d.ts +1 -0
  805. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +2 -0
  806. package/dist/api/resources/accounting/resources/scopes/client/Client.js +10 -11
  807. package/dist/api/resources/accounting/resources/scopes/client/index.d.ts +1 -0
  808. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +2 -0
  809. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +4 -8
  810. package/dist/api/resources/accounting/resources/syncStatus/client/index.d.ts +1 -0
  811. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +2 -0
  812. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +7 -11
  813. package/dist/api/resources/accounting/resources/taxRates/client/index.d.ts +1 -0
  814. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +2 -0
  815. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +7 -11
  816. package/dist/api/resources/accounting/resources/trackingCategories/client/index.d.ts +1 -0
  817. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +2 -0
  818. package/dist/api/resources/accounting/resources/transactions/client/Client.js +7 -11
  819. package/dist/api/resources/accounting/resources/transactions/client/index.d.ts +1 -0
  820. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +2 -0
  821. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +13 -16
  822. package/dist/api/resources/accounting/resources/vendorCredits/client/index.d.ts +1 -0
  823. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +2 -0
  824. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -9
  825. package/dist/api/resources/accounting/resources/webhookReceivers/client/index.d.ts +1 -0
  826. package/dist/api/resources/accounting/types/ExpenseReport.d.ts +364 -0
  827. package/dist/api/resources/accounting/types/ExpenseReport.js +5 -0
  828. package/dist/api/resources/accounting/types/ExpenseReportCompany.d.ts +8 -0
  829. package/dist/api/resources/accounting/types/ExpenseReportCompany.js +5 -0
  830. package/dist/api/resources/accounting/types/ExpenseReportLine.d.ts +366 -0
  831. package/dist/api/resources/accounting/types/ExpenseReportLine.js +5 -0
  832. package/dist/api/resources/accounting/types/ExpenseReportLineAccount.d.ts +5 -0
  833. package/dist/api/resources/accounting/types/ExpenseReportLineAccount.js +5 -0
  834. package/dist/api/resources/accounting/types/ExpenseReportLineCompany.d.ts +8 -0
  835. package/dist/api/resources/accounting/types/ExpenseReportLineCompany.js +5 -0
  836. package/dist/api/resources/accounting/types/ExpenseReportLineContact.d.ts +5 -0
  837. package/dist/api/resources/accounting/types/ExpenseReportLineContact.js +5 -0
  838. package/dist/api/resources/accounting/types/ExpenseReportLineEmployee.d.ts +8 -0
  839. package/dist/api/resources/accounting/types/ExpenseReportLineEmployee.js +5 -0
  840. package/dist/api/resources/accounting/types/ExpenseReportLineProject.d.ts +5 -0
  841. package/dist/api/resources/accounting/types/ExpenseReportLineProject.js +5 -0
  842. package/dist/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +361 -0
  843. package/dist/api/resources/accounting/types/ExpenseReportLineRequest.js +5 -0
  844. package/dist/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +5 -0
  845. package/dist/api/resources/accounting/types/ExpenseReportLineRequestAccount.js +5 -0
  846. package/dist/api/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +8 -0
  847. package/dist/api/resources/accounting/types/ExpenseReportLineRequestCompany.js +5 -0
  848. package/dist/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +5 -0
  849. package/dist/api/resources/accounting/types/ExpenseReportLineRequestContact.js +5 -0
  850. package/dist/api/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +8 -0
  851. package/dist/api/resources/accounting/types/ExpenseReportLineRequestEmployee.js +5 -0
  852. package/dist/api/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +5 -0
  853. package/dist/api/resources/accounting/types/ExpenseReportLineRequestProject.js +5 -0
  854. package/dist/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +5 -0
  855. package/dist/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +5 -0
  856. package/dist/api/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +5 -0
  857. package/dist/api/resources/accounting/types/ExpenseReportLineTaxRate.js +5 -0
  858. package/dist/api/resources/accounting/types/ExpenseReportRequest.d.ts +354 -0
  859. package/dist/api/resources/accounting/types/ExpenseReportRequest.js +5 -0
  860. package/dist/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +8 -0
  861. package/dist/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +5 -0
  862. package/dist/api/resources/accounting/types/ExpenseReportRequestCompany.d.ts +8 -0
  863. package/dist/api/resources/accounting/types/ExpenseReportRequestCompany.js +5 -0
  864. package/dist/api/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +8 -0
  865. package/dist/api/resources/accounting/types/ExpenseReportRequestEmployee.js +5 -0
  866. package/dist/api/resources/accounting/types/ExpenseReportResponse.d.ts +10 -0
  867. package/dist/api/resources/accounting/types/ExpenseReportResponse.js +5 -0
  868. package/dist/api/resources/accounting/types/ExpenseReportStatus.d.ts +13 -0
  869. package/dist/api/resources/accounting/types/ExpenseReportStatus.js +5 -0
  870. package/dist/api/resources/accounting/types/ExpenseReportStatusEnum.d.ts +16 -0
  871. package/dist/api/resources/accounting/types/ExpenseReportStatusEnum.js +12 -0
  872. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  873. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  874. package/dist/api/resources/accounting/types/Item.d.ts +9 -0
  875. package/dist/api/resources/accounting/types/ItemType.d.ts +13 -0
  876. package/dist/api/resources/accounting/types/ItemType.js +5 -0
  877. package/dist/api/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +9 -0
  878. package/dist/api/resources/accounting/types/PaginatedExpenseReportLineList.js +5 -0
  879. package/dist/api/resources/accounting/types/PaginatedExpenseReportList.d.ts +9 -0
  880. package/dist/api/resources/accounting/types/PaginatedExpenseReportList.js +5 -0
  881. package/dist/api/resources/accounting/types/index.d.ts +26 -0
  882. package/dist/api/resources/accounting/types/index.js +26 -0
  883. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +2 -0
  884. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +4 -7
  885. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +2 -0
  886. package/dist/api/resources/ats/resources/accountToken/client/Client.js +4 -7
  887. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +2 -0
  888. package/dist/api/resources/ats/resources/activities/client/Client.js +13 -16
  889. package/dist/api/resources/ats/resources/activities/client/index.d.ts +1 -0
  890. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +2 -0
  891. package/dist/api/resources/ats/resources/applications/client/Client.js +16 -20
  892. package/dist/api/resources/ats/resources/applications/client/index.d.ts +1 -0
  893. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -0
  894. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +7 -9
  895. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +2 -0
  896. package/dist/api/resources/ats/resources/attachments/client/Client.js +13 -16
  897. package/dist/api/resources/ats/resources/attachments/client/index.d.ts +1 -0
  898. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +2 -0
  899. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +4 -8
  900. package/dist/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
  901. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +2 -0
  902. package/dist/api/resources/ats/resources/availableActions/client/Client.js +4 -7
  903. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +2 -0
  904. package/dist/api/resources/ats/resources/candidates/client/Client.js +22 -23
  905. package/dist/api/resources/ats/resources/candidates/client/index.d.ts +1 -0
  906. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +2 -0
  907. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +4 -7
  908. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +2 -0
  909. package/dist/api/resources/ats/resources/departments/client/Client.js +7 -11
  910. package/dist/api/resources/ats/resources/departments/client/index.d.ts +1 -0
  911. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +2 -0
  912. package/dist/api/resources/ats/resources/eeocs/client/Client.js +7 -11
  913. package/dist/api/resources/ats/resources/eeocs/client/index.d.ts +1 -0
  914. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -0
  915. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +19 -20
  916. package/dist/api/resources/ats/resources/fieldMapping/client/index.d.ts +1 -0
  917. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -0
  918. package/dist/api/resources/ats/resources/forceResync/client/Client.js +4 -7
  919. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +2 -0
  920. package/dist/api/resources/ats/resources/generateKey/client/Client.js +4 -7
  921. package/dist/api/resources/ats/resources/generateKey/client/index.d.ts +1 -0
  922. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +2 -0
  923. package/dist/api/resources/ats/resources/interviews/client/Client.js +13 -16
  924. package/dist/api/resources/ats/resources/interviews/client/index.d.ts +1 -0
  925. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +2 -0
  926. package/dist/api/resources/ats/resources/issues/client/Client.js +7 -10
  927. package/dist/api/resources/ats/resources/issues/client/index.d.ts +1 -0
  928. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +2 -0
  929. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +7 -11
  930. package/dist/api/resources/ats/resources/jobInterviewStages/client/index.d.ts +1 -0
  931. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +2 -0
  932. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +7 -11
  933. package/dist/api/resources/ats/resources/jobPostings/client/index.d.ts +1 -0
  934. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +2 -0
  935. package/dist/api/resources/ats/resources/jobs/client/Client.js +10 -14
  936. package/dist/api/resources/ats/resources/jobs/client/index.d.ts +1 -0
  937. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +2 -0
  938. package/dist/api/resources/ats/resources/linkToken/client/Client.js +4 -7
  939. package/dist/api/resources/ats/resources/linkToken/client/index.d.ts +1 -0
  940. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +2 -0
  941. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -8
  942. package/dist/api/resources/ats/resources/linkedAccounts/client/index.d.ts +1 -0
  943. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +2 -0
  944. package/dist/api/resources/ats/resources/offers/client/Client.js +7 -11
  945. package/dist/api/resources/ats/resources/offers/client/index.d.ts +1 -0
  946. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +2 -0
  947. package/dist/api/resources/ats/resources/offices/client/Client.js +7 -11
  948. package/dist/api/resources/ats/resources/offices/client/index.d.ts +1 -0
  949. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +2 -0
  950. package/dist/api/resources/ats/resources/passthrough/client/Client.js +4 -7
  951. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +2 -0
  952. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +4 -7
  953. package/dist/api/resources/ats/resources/regenerateKey/client/index.d.ts +1 -0
  954. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +2 -0
  955. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +7 -11
  956. package/dist/api/resources/ats/resources/rejectReasons/client/index.d.ts +1 -0
  957. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +2 -0
  958. package/dist/api/resources/ats/resources/scopes/client/Client.js +10 -11
  959. package/dist/api/resources/ats/resources/scopes/client/index.d.ts +1 -0
  960. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +2 -0
  961. package/dist/api/resources/ats/resources/scorecards/client/Client.js +7 -11
  962. package/dist/api/resources/ats/resources/scorecards/client/index.d.ts +1 -0
  963. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +2 -0
  964. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +4 -8
  965. package/dist/api/resources/ats/resources/syncStatus/client/index.d.ts +1 -0
  966. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +2 -0
  967. package/dist/api/resources/ats/resources/tags/client/Client.js +4 -8
  968. package/dist/api/resources/ats/resources/tags/client/index.d.ts +1 -0
  969. package/dist/api/resources/ats/resources/users/client/Client.d.ts +2 -0
  970. package/dist/api/resources/ats/resources/users/client/Client.js +7 -11
  971. package/dist/api/resources/ats/resources/users/client/index.d.ts +1 -0
  972. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +2 -0
  973. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -9
  974. package/dist/api/resources/ats/resources/webhookReceivers/client/index.d.ts +1 -0
  975. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +2 -0
  976. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +4 -7
  977. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +2 -0
  978. package/dist/api/resources/crm/resources/accountToken/client/Client.js +4 -7
  979. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +2 -0
  980. package/dist/api/resources/crm/resources/accounts/client/Client.js +22 -24
  981. package/dist/api/resources/crm/resources/accounts/client/index.d.ts +1 -0
  982. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +2 -0
  983. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +13 -16
  984. package/dist/api/resources/crm/resources/associationTypes/client/index.d.ts +1 -0
  985. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +2 -0
  986. package/dist/api/resources/crm/resources/associations/client/Client.js +7 -11
  987. package/dist/api/resources/crm/resources/associations/client/index.d.ts +1 -0
  988. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -0
  989. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +7 -9
  990. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +2 -0
  991. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +4 -8
  992. package/dist/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
  993. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +2 -0
  994. package/dist/api/resources/crm/resources/availableActions/client/Client.js +4 -7
  995. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +2 -0
  996. package/dist/api/resources/crm/resources/contacts/client/Client.js +25 -26
  997. package/dist/api/resources/crm/resources/contacts/client/index.d.ts +1 -0
  998. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +2 -0
  999. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +7 -11
  1000. package/dist/api/resources/crm/resources/customObjectClasses/client/index.d.ts +1 -0
  1001. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -0
  1002. package/dist/api/resources/crm/resources/customObjects/client/Client.js +16 -19
  1003. package/dist/api/resources/crm/resources/customObjects/client/index.d.ts +1 -0
  1004. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +2 -0
  1005. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +4 -7
  1006. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -0
  1007. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -14
  1008. package/dist/api/resources/crm/resources/engagementTypes/client/index.d.ts +1 -0
  1009. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +2 -0
  1010. package/dist/api/resources/crm/resources/engagements/client/Client.js +22 -24
  1011. package/dist/api/resources/crm/resources/engagements/client/index.d.ts +1 -0
  1012. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -0
  1013. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +19 -20
  1014. package/dist/api/resources/crm/resources/fieldMapping/client/index.d.ts +1 -0
  1015. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -0
  1016. package/dist/api/resources/crm/resources/forceResync/client/Client.js +4 -7
  1017. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +2 -0
  1018. package/dist/api/resources/crm/resources/generateKey/client/Client.js +4 -7
  1019. package/dist/api/resources/crm/resources/generateKey/client/index.d.ts +1 -0
  1020. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +2 -0
  1021. package/dist/api/resources/crm/resources/issues/client/Client.js +7 -10
  1022. package/dist/api/resources/crm/resources/issues/client/index.d.ts +1 -0
  1023. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +2 -0
  1024. package/dist/api/resources/crm/resources/leads/client/Client.js +16 -19
  1025. package/dist/api/resources/crm/resources/leads/client/index.d.ts +1 -0
  1026. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +2 -0
  1027. package/dist/api/resources/crm/resources/linkToken/client/Client.js +4 -7
  1028. package/dist/api/resources/crm/resources/linkToken/client/index.d.ts +1 -0
  1029. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +2 -0
  1030. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -8
  1031. package/dist/api/resources/crm/resources/linkedAccounts/client/index.d.ts +1 -0
  1032. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +2 -0
  1033. package/dist/api/resources/crm/resources/notes/client/Client.js +16 -19
  1034. package/dist/api/resources/crm/resources/notes/client/index.d.ts +1 -0
  1035. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -0
  1036. package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -24
  1037. package/dist/api/resources/crm/resources/opportunities/client/index.d.ts +1 -0
  1038. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +2 -0
  1039. package/dist/api/resources/crm/resources/passthrough/client/Client.js +4 -7
  1040. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +2 -0
  1041. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +4 -7
  1042. package/dist/api/resources/crm/resources/regenerateKey/client/index.d.ts +1 -0
  1043. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +2 -0
  1044. package/dist/api/resources/crm/resources/scopes/client/Client.js +10 -11
  1045. package/dist/api/resources/crm/resources/scopes/client/index.d.ts +1 -0
  1046. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +2 -0
  1047. package/dist/api/resources/crm/resources/stages/client/Client.js +10 -14
  1048. package/dist/api/resources/crm/resources/stages/client/index.d.ts +1 -0
  1049. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +2 -0
  1050. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +4 -8
  1051. package/dist/api/resources/crm/resources/syncStatus/client/index.d.ts +1 -0
  1052. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +2 -0
  1053. package/dist/api/resources/crm/resources/tasks/client/Client.js +22 -24
  1054. package/dist/api/resources/crm/resources/tasks/client/index.d.ts +1 -0
  1055. package/dist/api/resources/crm/resources/users/client/Client.d.ts +2 -0
  1056. package/dist/api/resources/crm/resources/users/client/Client.js +13 -16
  1057. package/dist/api/resources/crm/resources/users/client/index.d.ts +1 -0
  1058. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +2 -0
  1059. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -9
  1060. package/dist/api/resources/crm/resources/webhookReceivers/client/index.d.ts +1 -0
  1061. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +2 -0
  1062. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -7
  1063. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +2 -0
  1064. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +4 -7
  1065. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -0
  1066. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +7 -9
  1067. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +2 -0
  1068. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -8
  1069. package/dist/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
  1070. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +2 -0
  1071. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +4 -7
  1072. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +2 -0
  1073. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -7
  1074. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +2 -0
  1075. package/dist/api/resources/filestorage/resources/drives/client/Client.js +7 -11
  1076. package/dist/api/resources/filestorage/resources/drives/client/index.d.ts +1 -0
  1077. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -0
  1078. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +19 -20
  1079. package/dist/api/resources/filestorage/resources/fieldMapping/client/index.d.ts +1 -0
  1080. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +2 -0
  1081. package/dist/api/resources/filestorage/resources/files/client/Client.js +22 -25
  1082. package/dist/api/resources/filestorage/resources/files/client/index.d.ts +1 -0
  1083. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +2 -0
  1084. package/dist/api/resources/filestorage/resources/folders/client/Client.js +13 -16
  1085. package/dist/api/resources/filestorage/resources/folders/client/index.d.ts +1 -0
  1086. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -0
  1087. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +4 -7
  1088. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +2 -0
  1089. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +4 -7
  1090. package/dist/api/resources/filestorage/resources/generateKey/client/index.d.ts +1 -0
  1091. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +2 -0
  1092. package/dist/api/resources/filestorage/resources/groups/client/Client.js +7 -11
  1093. package/dist/api/resources/filestorage/resources/groups/client/index.d.ts +1 -0
  1094. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +2 -0
  1095. package/dist/api/resources/filestorage/resources/issues/client/Client.js +7 -10
  1096. package/dist/api/resources/filestorage/resources/issues/client/index.d.ts +1 -0
  1097. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +2 -0
  1098. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +4 -7
  1099. package/dist/api/resources/filestorage/resources/linkToken/client/index.d.ts +1 -0
  1100. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +2 -0
  1101. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -8
  1102. package/dist/api/resources/filestorage/resources/linkedAccounts/client/index.d.ts +1 -0
  1103. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +2 -0
  1104. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +4 -7
  1105. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +2 -0
  1106. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -7
  1107. package/dist/api/resources/filestorage/resources/regenerateKey/client/index.d.ts +1 -0
  1108. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +2 -0
  1109. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +10 -11
  1110. package/dist/api/resources/filestorage/resources/scopes/client/index.d.ts +1 -0
  1111. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +2 -0
  1112. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -8
  1113. package/dist/api/resources/filestorage/resources/syncStatus/client/index.d.ts +1 -0
  1114. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +2 -0
  1115. package/dist/api/resources/filestorage/resources/users/client/Client.js +7 -11
  1116. package/dist/api/resources/filestorage/resources/users/client/index.d.ts +1 -0
  1117. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +2 -0
  1118. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -9
  1119. package/dist/api/resources/filestorage/resources/webhookReceivers/client/index.d.ts +1 -0
  1120. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +2 -0
  1121. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +4 -7
  1122. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +2 -0
  1123. package/dist/api/resources/hris/resources/accountToken/client/Client.js +4 -7
  1124. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -0
  1125. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +7 -9
  1126. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +2 -0
  1127. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +4 -8
  1128. package/dist/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
  1129. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +2 -0
  1130. package/dist/api/resources/hris/resources/availableActions/client/Client.js +4 -7
  1131. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +2 -0
  1132. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +7 -11
  1133. package/dist/api/resources/hris/resources/bankInfo/client/index.d.ts +1 -0
  1134. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +2 -0
  1135. package/dist/api/resources/hris/resources/benefits/client/Client.js +7 -11
  1136. package/dist/api/resources/hris/resources/benefits/client/index.d.ts +1 -0
  1137. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +2 -0
  1138. package/dist/api/resources/hris/resources/companies/client/Client.js +7 -11
  1139. package/dist/api/resources/hris/resources/companies/client/index.d.ts +1 -0
  1140. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +2 -0
  1141. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +4 -7
  1142. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +2 -0
  1143. package/dist/api/resources/hris/resources/dependents/client/Client.js +7 -11
  1144. package/dist/api/resources/hris/resources/dependents/client/index.d.ts +1 -0
  1145. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +2 -0
  1146. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +7 -11
  1147. package/dist/api/resources/hris/resources/employeePayrollRuns/client/index.d.ts +1 -0
  1148. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +2 -0
  1149. package/dist/api/resources/hris/resources/employees/client/Client.js +16 -18
  1150. package/dist/api/resources/hris/resources/employees/client/index.d.ts +1 -0
  1151. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +2 -0
  1152. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +7 -11
  1153. package/dist/api/resources/hris/resources/employerBenefits/client/index.d.ts +1 -0
  1154. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +2 -0
  1155. package/dist/api/resources/hris/resources/employments/client/Client.js +7 -11
  1156. package/dist/api/resources/hris/resources/employments/client/index.d.ts +1 -0
  1157. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -0
  1158. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +19 -20
  1159. package/dist/api/resources/hris/resources/fieldMapping/client/index.d.ts +1 -0
  1160. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -0
  1161. package/dist/api/resources/hris/resources/forceResync/client/Client.js +4 -7
  1162. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +2 -0
  1163. package/dist/api/resources/hris/resources/generateKey/client/Client.js +4 -7
  1164. package/dist/api/resources/hris/resources/generateKey/client/index.d.ts +1 -0
  1165. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +2 -0
  1166. package/dist/api/resources/hris/resources/groups/client/Client.js +7 -11
  1167. package/dist/api/resources/hris/resources/groups/client/index.d.ts +1 -0
  1168. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +2 -0
  1169. package/dist/api/resources/hris/resources/issues/client/Client.js +7 -10
  1170. package/dist/api/resources/hris/resources/issues/client/index.d.ts +1 -0
  1171. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +2 -0
  1172. package/dist/api/resources/hris/resources/linkToken/client/Client.js +4 -7
  1173. package/dist/api/resources/hris/resources/linkToken/client/index.d.ts +1 -0
  1174. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +2 -0
  1175. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -8
  1176. package/dist/api/resources/hris/resources/linkedAccounts/client/index.d.ts +1 -0
  1177. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +2 -0
  1178. package/dist/api/resources/hris/resources/locations/client/Client.js +7 -11
  1179. package/dist/api/resources/hris/resources/locations/client/index.d.ts +1 -0
  1180. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +2 -0
  1181. package/dist/api/resources/hris/resources/passthrough/client/Client.js +4 -7
  1182. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +2 -0
  1183. package/dist/api/resources/hris/resources/payGroups/client/Client.js +7 -11
  1184. package/dist/api/resources/hris/resources/payGroups/client/index.d.ts +1 -0
  1185. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +2 -0
  1186. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +7 -11
  1187. package/dist/api/resources/hris/resources/payrollRuns/client/index.d.ts +1 -0
  1188. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +2 -0
  1189. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +4 -7
  1190. package/dist/api/resources/hris/resources/regenerateKey/client/index.d.ts +1 -0
  1191. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +2 -0
  1192. package/dist/api/resources/hris/resources/scopes/client/Client.js +10 -11
  1193. package/dist/api/resources/hris/resources/scopes/client/index.d.ts +1 -0
  1194. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +2 -0
  1195. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +4 -8
  1196. package/dist/api/resources/hris/resources/syncStatus/client/index.d.ts +1 -0
  1197. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +2 -0
  1198. package/dist/api/resources/hris/resources/teams/client/Client.js +7 -11
  1199. package/dist/api/resources/hris/resources/teams/client/index.d.ts +1 -0
  1200. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +2 -0
  1201. package/dist/api/resources/hris/resources/timeOff/client/Client.js +13 -16
  1202. package/dist/api/resources/hris/resources/timeOff/client/index.d.ts +1 -0
  1203. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +2 -0
  1204. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +7 -11
  1205. package/dist/api/resources/hris/resources/timeOffBalances/client/index.d.ts +1 -0
  1206. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +2 -0
  1207. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +13 -16
  1208. package/dist/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
  1209. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +2 -0
  1210. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -9
  1211. package/dist/api/resources/hris/resources/webhookReceivers/client/index.d.ts +1 -0
  1212. package/dist/api/resources/index.d.ts +2 -2
  1213. package/dist/api/resources/index.js +3 -3
  1214. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +2 -0
  1215. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -7
  1216. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +2 -0
  1217. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +4 -7
  1218. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +2 -0
  1219. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +7 -11
  1220. package/dist/api/resources/ticketing/resources/accounts/client/index.d.ts +1 -0
  1221. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -0
  1222. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +7 -9
  1223. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +2 -0
  1224. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +16 -19
  1225. package/dist/api/resources/ticketing/resources/attachments/client/index.d.ts +1 -0
  1226. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +2 -0
  1227. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -8
  1228. package/dist/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
  1229. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +2 -0
  1230. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +4 -7
  1231. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -0
  1232. package/dist/api/resources/ticketing/resources/collections/client/Client.js +10 -14
  1233. package/dist/api/resources/ticketing/resources/collections/client/index.d.ts +1 -0
  1234. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +2 -0
  1235. package/dist/api/resources/ticketing/resources/comments/client/Client.js +13 -16
  1236. package/dist/api/resources/ticketing/resources/comments/client/index.d.ts +1 -0
  1237. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +2 -0
  1238. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +13 -16
  1239. package/dist/api/resources/ticketing/resources/contacts/client/index.d.ts +1 -0
  1240. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +2 -0
  1241. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -7
  1242. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -0
  1243. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +19 -20
  1244. package/dist/api/resources/ticketing/resources/fieldMapping/client/index.d.ts +1 -0
  1245. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -0
  1246. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +4 -7
  1247. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +2 -0
  1248. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +4 -7
  1249. package/dist/api/resources/ticketing/resources/generateKey/client/index.d.ts +1 -0
  1250. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +2 -0
  1251. package/dist/api/resources/ticketing/resources/issues/client/Client.js +7 -10
  1252. package/dist/api/resources/ticketing/resources/issues/client/index.d.ts +1 -0
  1253. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +2 -0
  1254. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +4 -7
  1255. package/dist/api/resources/ticketing/resources/linkToken/client/index.d.ts +1 -0
  1256. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +2 -0
  1257. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -8
  1258. package/dist/api/resources/ticketing/resources/linkedAccounts/client/index.d.ts +1 -0
  1259. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +2 -0
  1260. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +4 -7
  1261. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -0
  1262. package/dist/api/resources/ticketing/resources/projects/client/Client.js +10 -14
  1263. package/dist/api/resources/ticketing/resources/projects/client/index.d.ts +1 -0
  1264. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +2 -0
  1265. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -7
  1266. package/dist/api/resources/ticketing/resources/regenerateKey/client/index.d.ts +1 -0
  1267. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +2 -0
  1268. package/dist/api/resources/ticketing/resources/roles/client/Client.js +7 -11
  1269. package/dist/api/resources/ticketing/resources/roles/client/index.d.ts +1 -0
  1270. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +2 -0
  1271. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +10 -11
  1272. package/dist/api/resources/ticketing/resources/scopes/client/index.d.ts +1 -0
  1273. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +2 -0
  1274. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -8
  1275. package/dist/api/resources/ticketing/resources/syncStatus/client/index.d.ts +1 -0
  1276. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +2 -0
  1277. package/dist/api/resources/ticketing/resources/tags/client/Client.js +7 -11
  1278. package/dist/api/resources/ticketing/resources/tags/client/index.d.ts +1 -0
  1279. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +2 -0
  1280. package/dist/api/resources/ticketing/resources/teams/client/Client.js +7 -11
  1281. package/dist/api/resources/ticketing/resources/teams/client/index.d.ts +1 -0
  1282. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +2 -0
  1283. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +25 -28
  1284. package/dist/api/resources/ticketing/resources/tickets/client/index.d.ts +1 -0
  1285. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +2 -0
  1286. package/dist/api/resources/ticketing/resources/users/client/Client.js +7 -11
  1287. package/dist/api/resources/ticketing/resources/users/client/index.d.ts +1 -0
  1288. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +2 -0
  1289. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -9
  1290. package/dist/api/resources/ticketing/resources/webhookReceivers/client/index.d.ts +1 -0
  1291. package/dist/core/auth/BasicAuth.js +3 -3
  1292. package/dist/core/base64.d.ts +2 -0
  1293. package/dist/core/base64.js +26 -0
  1294. package/dist/core/fetcher/BinaryResponse.d.ts +20 -0
  1295. package/dist/core/fetcher/BinaryResponse.js +17 -0
  1296. package/dist/core/fetcher/Fetcher.d.ts +2 -2
  1297. package/dist/core/fetcher/Fetcher.js +3 -3
  1298. package/dist/core/fetcher/ResponseWithBody.d.ts +4 -0
  1299. package/dist/core/fetcher/ResponseWithBody.js +6 -0
  1300. package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
  1301. package/dist/core/fetcher/createRequestUrl.js +3 -7
  1302. package/dist/core/fetcher/getErrorResponseBody.d.ts +1 -0
  1303. package/dist/core/fetcher/getErrorResponseBody.js +44 -0
  1304. package/dist/core/fetcher/getFetchFn.js +3 -3
  1305. package/dist/core/fetcher/getResponseBody.js +34 -32
  1306. package/dist/core/fetcher/index.d.ts +1 -0
  1307. package/dist/core/headers.d.ts +1 -1
  1308. package/dist/core/index.d.ts +2 -0
  1309. package/dist/core/index.js +3 -1
  1310. package/dist/core/runtime/runtime.js +0 -1
  1311. package/dist/core/schemas/utils/maybeSkipValidation.js +1 -1
  1312. package/dist/core/url/index.d.ts +2 -0
  1313. package/dist/core/url/index.js +7 -0
  1314. package/dist/core/url/join.d.ts +1 -0
  1315. package/dist/core/url/join.js +69 -0
  1316. package/dist/core/url/qs.d.ts +6 -0
  1317. package/dist/core/url/qs.js +64 -0
  1318. package/dist/index.d.ts +2 -2
  1319. package/dist/index.js +5 -5
  1320. package/dist/serialization/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
  1321. package/dist/serialization/resources/accounting/resources/expenseReports/client/index.js +17 -0
  1322. package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +13 -0
  1323. package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +44 -0
  1324. package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/index.d.ts +1 -0
  1325. package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/index.js +5 -0
  1326. package/dist/serialization/resources/accounting/resources/expenseReports/index.d.ts +2 -0
  1327. package/dist/serialization/resources/accounting/resources/expenseReports/index.js +18 -0
  1328. package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +10 -0
  1329. package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +105 -0
  1330. package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +10 -0
  1331. package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +57 -0
  1332. package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +10 -0
  1333. package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +57 -0
  1334. package/dist/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
  1335. package/dist/serialization/resources/accounting/resources/expenseReports/types/index.js +19 -0
  1336. package/dist/serialization/resources/accounting/resources/index.d.ts +3 -0
  1337. package/dist/serialization/resources/accounting/resources/index.js +4 -1
  1338. package/dist/serialization/resources/accounting/types/ExpenseReport.d.ts +36 -0
  1339. package/dist/serialization/resources/accounting/types/ExpenseReport.js +67 -0
  1340. package/dist/serialization/resources/accounting/types/ExpenseReportCompany.d.ts +11 -0
  1341. package/dist/serialization/resources/accounting/types/ExpenseReportCompany.js +42 -0
  1342. package/dist/serialization/resources/accounting/types/ExpenseReportLine.d.ts +43 -0
  1343. package/dist/serialization/resources/accounting/types/ExpenseReportLine.js +74 -0
  1344. package/dist/serialization/resources/accounting/types/ExpenseReportLineAccount.d.ts +11 -0
  1345. package/dist/serialization/resources/accounting/types/ExpenseReportLineAccount.js +42 -0
  1346. package/dist/serialization/resources/accounting/types/ExpenseReportLineCompany.d.ts +11 -0
  1347. package/dist/serialization/resources/accounting/types/ExpenseReportLineCompany.js +42 -0
  1348. package/dist/serialization/resources/accounting/types/ExpenseReportLineContact.d.ts +11 -0
  1349. package/dist/serialization/resources/accounting/types/ExpenseReportLineContact.js +42 -0
  1350. package/dist/serialization/resources/accounting/types/ExpenseReportLineEmployee.d.ts +11 -0
  1351. package/dist/serialization/resources/accounting/types/ExpenseReportLineEmployee.js +42 -0
  1352. package/dist/serialization/resources/accounting/types/ExpenseReportLineProject.d.ts +11 -0
  1353. package/dist/serialization/resources/accounting/types/ExpenseReportLineProject.js +42 -0
  1354. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +41 -0
  1355. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequest.js +72 -0
  1356. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +11 -0
  1357. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +42 -0
  1358. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +11 -0
  1359. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.js +42 -0
  1360. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +11 -0
  1361. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +42 -0
  1362. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +11 -0
  1363. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.js +42 -0
  1364. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +11 -0
  1365. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestProject.js +42 -0
  1366. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +11 -0
  1367. package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +42 -0
  1368. package/dist/serialization/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +11 -0
  1369. package/dist/serialization/resources/accounting/types/ExpenseReportLineTaxRate.js +42 -0
  1370. package/dist/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +30 -0
  1371. package/dist/serialization/resources/accounting/types/ExpenseReportRequest.js +61 -0
  1372. package/dist/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +11 -0
  1373. package/dist/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +42 -0
  1374. package/dist/serialization/resources/accounting/types/ExpenseReportRequestCompany.d.ts +11 -0
  1375. package/dist/serialization/resources/accounting/types/ExpenseReportRequestCompany.js +42 -0
  1376. package/dist/serialization/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +11 -0
  1377. package/dist/serialization/resources/accounting/types/ExpenseReportRequestEmployee.js +42 -0
  1378. package/dist/serialization/resources/accounting/types/ExpenseReportResponse.d.ts +19 -0
  1379. package/dist/serialization/resources/accounting/types/ExpenseReportResponse.js +50 -0
  1380. package/dist/serialization/resources/accounting/types/ExpenseReportStatus.d.ts +11 -0
  1381. package/dist/serialization/resources/accounting/types/ExpenseReportStatus.js +42 -0
  1382. package/dist/serialization/resources/accounting/types/ExpenseReportStatusEnum.d.ts +10 -0
  1383. package/dist/serialization/resources/accounting/types/ExpenseReportStatusEnum.js +41 -0
  1384. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1385. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  1386. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1387. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  1388. package/dist/serialization/resources/accounting/types/Item.d.ts +2 -0
  1389. package/dist/serialization/resources/accounting/types/Item.js +2 -0
  1390. package/dist/serialization/resources/accounting/types/ItemType.d.ts +11 -0
  1391. package/dist/serialization/resources/accounting/types/ItemType.js +42 -0
  1392. package/dist/serialization/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +15 -0
  1393. package/dist/serialization/resources/accounting/types/PaginatedExpenseReportLineList.js +46 -0
  1394. package/dist/serialization/resources/accounting/types/PaginatedExpenseReportList.d.ts +15 -0
  1395. package/dist/serialization/resources/accounting/types/PaginatedExpenseReportList.js +46 -0
  1396. package/dist/serialization/resources/accounting/types/index.d.ts +26 -0
  1397. package/dist/serialization/resources/accounting/types/index.js +26 -0
  1398. package/dist/serialization/resources/index.d.ts +2 -2
  1399. package/dist/serialization/resources/index.js +3 -3
  1400. package/dist/version.d.ts +1 -1
  1401. package/dist/version.js +1 -1
  1402. package/index.d.ts +2 -2
  1403. package/index.js +5 -5
  1404. package/jest.config.mjs +37 -4
  1405. package/package.json +15 -14
  1406. package/reference.md +3917 -3462
  1407. package/serialization/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
  1408. package/serialization/resources/accounting/resources/expenseReports/client/index.js +17 -0
  1409. package/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +13 -0
  1410. package/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +44 -0
  1411. package/serialization/resources/accounting/resources/expenseReports/client/requests/index.d.ts +1 -0
  1412. package/serialization/resources/accounting/resources/expenseReports/client/requests/index.js +5 -0
  1413. package/serialization/resources/accounting/resources/expenseReports/index.d.ts +2 -0
  1414. package/serialization/resources/accounting/resources/expenseReports/index.js +18 -0
  1415. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +10 -0
  1416. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +105 -0
  1417. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +10 -0
  1418. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +57 -0
  1419. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +10 -0
  1420. package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +57 -0
  1421. package/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
  1422. package/serialization/resources/accounting/resources/expenseReports/types/index.js +19 -0
  1423. package/serialization/resources/accounting/resources/index.d.ts +3 -0
  1424. package/serialization/resources/accounting/resources/index.js +4 -1
  1425. package/serialization/resources/accounting/types/ExpenseReport.d.ts +36 -0
  1426. package/serialization/resources/accounting/types/ExpenseReport.js +67 -0
  1427. package/serialization/resources/accounting/types/ExpenseReportCompany.d.ts +11 -0
  1428. package/serialization/resources/accounting/types/ExpenseReportCompany.js +42 -0
  1429. package/serialization/resources/accounting/types/ExpenseReportLine.d.ts +43 -0
  1430. package/serialization/resources/accounting/types/ExpenseReportLine.js +74 -0
  1431. package/serialization/resources/accounting/types/ExpenseReportLineAccount.d.ts +11 -0
  1432. package/serialization/resources/accounting/types/ExpenseReportLineAccount.js +42 -0
  1433. package/serialization/resources/accounting/types/ExpenseReportLineCompany.d.ts +11 -0
  1434. package/serialization/resources/accounting/types/ExpenseReportLineCompany.js +42 -0
  1435. package/serialization/resources/accounting/types/ExpenseReportLineContact.d.ts +11 -0
  1436. package/serialization/resources/accounting/types/ExpenseReportLineContact.js +42 -0
  1437. package/serialization/resources/accounting/types/ExpenseReportLineEmployee.d.ts +11 -0
  1438. package/serialization/resources/accounting/types/ExpenseReportLineEmployee.js +42 -0
  1439. package/serialization/resources/accounting/types/ExpenseReportLineProject.d.ts +11 -0
  1440. package/serialization/resources/accounting/types/ExpenseReportLineProject.js +42 -0
  1441. package/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +41 -0
  1442. package/serialization/resources/accounting/types/ExpenseReportLineRequest.js +72 -0
  1443. package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +11 -0
  1444. package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +42 -0
  1445. package/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +11 -0
  1446. package/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.js +42 -0
  1447. package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +11 -0
  1448. package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +42 -0
  1449. package/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +11 -0
  1450. package/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.js +42 -0
  1451. package/serialization/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +11 -0
  1452. package/serialization/resources/accounting/types/ExpenseReportLineRequestProject.js +42 -0
  1453. package/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +11 -0
  1454. package/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +42 -0
  1455. package/serialization/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +11 -0
  1456. package/serialization/resources/accounting/types/ExpenseReportLineTaxRate.js +42 -0
  1457. package/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +30 -0
  1458. package/serialization/resources/accounting/types/ExpenseReportRequest.js +61 -0
  1459. package/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +11 -0
  1460. package/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +42 -0
  1461. package/serialization/resources/accounting/types/ExpenseReportRequestCompany.d.ts +11 -0
  1462. package/serialization/resources/accounting/types/ExpenseReportRequestCompany.js +42 -0
  1463. package/serialization/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +11 -0
  1464. package/serialization/resources/accounting/types/ExpenseReportRequestEmployee.js +42 -0
  1465. package/serialization/resources/accounting/types/ExpenseReportResponse.d.ts +19 -0
  1466. package/serialization/resources/accounting/types/ExpenseReportResponse.js +50 -0
  1467. package/serialization/resources/accounting/types/ExpenseReportStatus.d.ts +11 -0
  1468. package/serialization/resources/accounting/types/ExpenseReportStatus.js +42 -0
  1469. package/serialization/resources/accounting/types/ExpenseReportStatusEnum.d.ts +10 -0
  1470. package/serialization/resources/accounting/types/ExpenseReportStatusEnum.js +41 -0
  1471. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1472. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  1473. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1474. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  1475. package/serialization/resources/accounting/types/Item.d.ts +2 -0
  1476. package/serialization/resources/accounting/types/Item.js +2 -0
  1477. package/serialization/resources/accounting/types/ItemType.d.ts +11 -0
  1478. package/serialization/resources/accounting/types/ItemType.js +42 -0
  1479. package/serialization/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +15 -0
  1480. package/serialization/resources/accounting/types/PaginatedExpenseReportLineList.js +46 -0
  1481. package/serialization/resources/accounting/types/PaginatedExpenseReportList.d.ts +15 -0
  1482. package/serialization/resources/accounting/types/PaginatedExpenseReportList.js +46 -0
  1483. package/serialization/resources/accounting/types/index.d.ts +26 -0
  1484. package/serialization/resources/accounting/types/index.js +26 -0
  1485. package/serialization/resources/index.d.ts +2 -2
  1486. package/serialization/resources/index.js +3 -3
  1487. package/version.d.ts +1 -1
  1488. package/version.js +1 -1
@@ -0,0 +1,938 @@
1
+ types:
2
+ ExpenseReportsListRequestExpand:
3
+ enum:
4
+ - accounting_period
5
+ - value: accounting_period,company
6
+ name: AccountingPeriodCompany
7
+ - company
8
+ - employee
9
+ - value: employee,accounting_period
10
+ name: EmployeeAccountingPeriod
11
+ - value: employee,accounting_period,company
12
+ name: EmployeeAccountingPeriodCompany
13
+ - value: employee,company
14
+ name: EmployeeCompany
15
+ - lines
16
+ - value: lines,accounting_period
17
+ name: LinesAccountingPeriod
18
+ - value: lines,accounting_period,company
19
+ name: LinesAccountingPeriodCompany
20
+ - value: lines,company
21
+ name: LinesCompany
22
+ - value: lines,employee
23
+ name: LinesEmployee
24
+ - value: lines,employee,accounting_period
25
+ name: LinesEmployeeAccountingPeriod
26
+ - value: lines,employee,accounting_period,company
27
+ name: LinesEmployeeAccountingPeriodCompany
28
+ - value: lines,employee,company
29
+ name: LinesEmployeeCompany
30
+ source:
31
+ openapi: openapi/openapi.yml
32
+ ExpenseReportsLinesListRequestExpand:
33
+ enum:
34
+ - account
35
+ - value: account,company
36
+ name: AccountCompany
37
+ - value: account,company,contact
38
+ name: AccountCompanyContact
39
+ - value: account,company,contact,tax_rate
40
+ name: AccountCompanyContactTaxRate
41
+ - value: account,company,tax_rate
42
+ name: AccountCompanyTaxRate
43
+ - value: account,contact
44
+ name: AccountContact
45
+ - value: account,contact,tax_rate
46
+ name: AccountContactTaxRate
47
+ - value: account,employee
48
+ name: AccountEmployee
49
+ - value: account,employee,company
50
+ name: AccountEmployeeCompany
51
+ - value: account,employee,company,contact
52
+ name: AccountEmployeeCompanyContact
53
+ - value: account,employee,company,contact,tax_rate
54
+ name: AccountEmployeeCompanyContactTaxRate
55
+ - value: account,employee,company,tax_rate
56
+ name: AccountEmployeeCompanyTaxRate
57
+ - value: account,employee,contact
58
+ name: AccountEmployeeContact
59
+ - value: account,employee,contact,tax_rate
60
+ name: AccountEmployeeContactTaxRate
61
+ - value: account,employee,project
62
+ name: AccountEmployeeProject
63
+ - value: account,employee,project,company
64
+ name: AccountEmployeeProjectCompany
65
+ - value: account,employee,project,company,contact
66
+ name: AccountEmployeeProjectCompanyContact
67
+ - value: account,employee,project,company,contact,tax_rate
68
+ name: AccountEmployeeProjectCompanyContactTaxRate
69
+ - value: account,employee,project,company,tax_rate
70
+ name: AccountEmployeeProjectCompanyTaxRate
71
+ - value: account,employee,project,contact
72
+ name: AccountEmployeeProjectContact
73
+ - value: account,employee,project,contact,tax_rate
74
+ name: AccountEmployeeProjectContactTaxRate
75
+ - value: account,employee,project,tax_rate
76
+ name: AccountEmployeeProjectTaxRate
77
+ - value: account,employee,tax_rate
78
+ name: AccountEmployeeTaxRate
79
+ - value: account,project
80
+ name: AccountProject
81
+ - value: account,project,company
82
+ name: AccountProjectCompany
83
+ - value: account,project,company,contact
84
+ name: AccountProjectCompanyContact
85
+ - value: account,project,company,contact,tax_rate
86
+ name: AccountProjectCompanyContactTaxRate
87
+ - value: account,project,company,tax_rate
88
+ name: AccountProjectCompanyTaxRate
89
+ - value: account,project,contact
90
+ name: AccountProjectContact
91
+ - value: account,project,contact,tax_rate
92
+ name: AccountProjectContactTaxRate
93
+ - value: account,project,tax_rate
94
+ name: AccountProjectTaxRate
95
+ - value: account,tax_rate
96
+ name: AccountTaxRate
97
+ - company
98
+ - value: company,contact
99
+ name: CompanyContact
100
+ - value: company,contact,tax_rate
101
+ name: CompanyContactTaxRate
102
+ - value: company,tax_rate
103
+ name: CompanyTaxRate
104
+ - contact
105
+ - value: contact,tax_rate
106
+ name: ContactTaxRate
107
+ - employee
108
+ - value: employee,company
109
+ name: EmployeeCompany
110
+ - value: employee,company,contact
111
+ name: EmployeeCompanyContact
112
+ - value: employee,company,contact,tax_rate
113
+ name: EmployeeCompanyContactTaxRate
114
+ - value: employee,company,tax_rate
115
+ name: EmployeeCompanyTaxRate
116
+ - value: employee,contact
117
+ name: EmployeeContact
118
+ - value: employee,contact,tax_rate
119
+ name: EmployeeContactTaxRate
120
+ - value: employee,project
121
+ name: EmployeeProject
122
+ - value: employee,project,company
123
+ name: EmployeeProjectCompany
124
+ - value: employee,project,company,contact
125
+ name: EmployeeProjectCompanyContact
126
+ - value: employee,project,company,contact,tax_rate
127
+ name: EmployeeProjectCompanyContactTaxRate
128
+ - value: employee,project,company,tax_rate
129
+ name: EmployeeProjectCompanyTaxRate
130
+ - value: employee,project,contact
131
+ name: EmployeeProjectContact
132
+ - value: employee,project,contact,tax_rate
133
+ name: EmployeeProjectContactTaxRate
134
+ - value: employee,project,tax_rate
135
+ name: EmployeeProjectTaxRate
136
+ - value: employee,tax_rate
137
+ name: EmployeeTaxRate
138
+ - project
139
+ - value: project,company
140
+ name: ProjectCompany
141
+ - value: project,company,contact
142
+ name: ProjectCompanyContact
143
+ - value: project,company,contact,tax_rate
144
+ name: ProjectCompanyContactTaxRate
145
+ - value: project,company,tax_rate
146
+ name: ProjectCompanyTaxRate
147
+ - value: project,contact
148
+ name: ProjectContact
149
+ - value: project,contact,tax_rate
150
+ name: ProjectContactTaxRate
151
+ - value: project,tax_rate
152
+ name: ProjectTaxRate
153
+ - tax_rate
154
+ source:
155
+ openapi: openapi/openapi.yml
156
+ ExpenseReportsRetrieveRequestExpand:
157
+ enum:
158
+ - accounting_period
159
+ - value: accounting_period,company
160
+ name: AccountingPeriodCompany
161
+ - company
162
+ - employee
163
+ - value: employee,accounting_period
164
+ name: EmployeeAccountingPeriod
165
+ - value: employee,accounting_period,company
166
+ name: EmployeeAccountingPeriodCompany
167
+ - value: employee,company
168
+ name: EmployeeCompany
169
+ - lines
170
+ - value: lines,accounting_period
171
+ name: LinesAccountingPeriod
172
+ - value: lines,accounting_period,company
173
+ name: LinesAccountingPeriodCompany
174
+ - value: lines,company
175
+ name: LinesCompany
176
+ - value: lines,employee
177
+ name: LinesEmployee
178
+ - value: lines,employee,accounting_period
179
+ name: LinesEmployeeAccountingPeriod
180
+ - value: lines,employee,accounting_period,company
181
+ name: LinesEmployeeAccountingPeriodCompany
182
+ - value: lines,employee,company
183
+ name: LinesEmployeeCompany
184
+ source:
185
+ openapi: openapi/openapi.yml
186
+ imports:
187
+ root: __package__.yml
188
+ service:
189
+ auth: false
190
+ base-path: ''
191
+ endpoints:
192
+ list:
193
+ path: /accounting/v1/expense-reports
194
+ method: GET
195
+ auth: true
196
+ docs: Returns a list of `ExpenseReport` objects.
197
+ source:
198
+ openapi: openapi/openapi.yml
199
+ request:
200
+ name: ExpenseReportsListRequest
201
+ query-parameters:
202
+ company_id:
203
+ type: optional<string>
204
+ docs: If provided, will only return expense reports for this company.
205
+ created_after:
206
+ type: optional<datetime>
207
+ docs: If provided, will only return objects created after this datetime.
208
+ created_before:
209
+ type: optional<datetime>
210
+ docs: >-
211
+ If provided, will only return objects created before this
212
+ datetime.
213
+ cursor:
214
+ type: optional<string>
215
+ docs: The pagination cursor value.
216
+ expand:
217
+ type: optional<ExpenseReportsListRequestExpand>
218
+ docs: >-
219
+ Which relations should be returned in expanded form. Multiple
220
+ relation names should be comma separated without spaces.
221
+ include_deleted_data:
222
+ type: optional<boolean>
223
+ docs: >-
224
+ Indicates whether or not this object has been deleted in the third
225
+ party platform. Full coverage deletion detection is a premium
226
+ add-on. Native deletion detection is offered for free with limited
227
+ coverage. [Learn
228
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
229
+ include_remote_data:
230
+ type: optional<boolean>
231
+ docs: >-
232
+ Whether to include the original data Merge fetched from the
233
+ third-party to produce these models.
234
+ include_remote_fields:
235
+ type: optional<boolean>
236
+ docs: >-
237
+ Whether to include all remote fields, including fields that Merge
238
+ did not map to common models, in a normalized format.
239
+ include_shell_data:
240
+ type: optional<boolean>
241
+ docs: >-
242
+ Whether to include shell records. Shell records are empty records
243
+ (they may contain some metadata but all other fields are null).
244
+ modified_after:
245
+ type: optional<datetime>
246
+ docs: >-
247
+ If provided, only objects synced by Merge after this date time
248
+ will be returned.
249
+ modified_before:
250
+ type: optional<datetime>
251
+ docs: >-
252
+ If provided, only objects synced by Merge before this date time
253
+ will be returned.
254
+ page_size:
255
+ type: optional<integer>
256
+ docs: Number of results to return per page.
257
+ remote_id:
258
+ type: optional<string>
259
+ docs: The API provider's ID for the given object.
260
+ response:
261
+ docs: ''
262
+ type: root.PaginatedExpenseReportList
263
+ status-code: 200
264
+ examples:
265
+ - headers: {}
266
+ response:
267
+ body:
268
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
269
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
270
+ results:
271
+ - id: 123e4567-e89b-12d3-a456-426614174000
272
+ remote_id: exp_123e4567-e89b-12d3-a456-426614174000
273
+ created_at: '2024-01-31T12:00:00Z'
274
+ modified_at: '2024-01-31T14:30:00Z'
275
+ report_date: '2024-01-31T00:00:00Z'
276
+ report_identifier: EXP-2024-001
277
+ employee: b9a9b824-6172-4d63-9d90-1c8a86c4f3b1
278
+ status: DRAFT
279
+ total_amount: 150
280
+ lines:
281
+ - id: '1234'
282
+ remote_id: abcd-1234
283
+ created_at: '2021-09-15T00:00:00Z'
284
+ modified_at: '2021-10-16T00:00:00Z'
285
+ account: acc-1234
286
+ description: Client lunch meeting
287
+ expense_date: '2024-01-15T00:00:00Z'
288
+ amount: 50
289
+ currency: USD
290
+ exchange_rate: exchange_rate
291
+ is_billable: true
292
+ tracking_categories:
293
+ - cat-1
294
+ - cat-2
295
+ employee: emp-1234
296
+ project: proj-5678
297
+ company: comp-1234
298
+ contact: cont-5678
299
+ quantity: 1
300
+ unit_price: 50
301
+ non_reimbursable: false
302
+ tax_amount: 5
303
+ inclusive_of_tax: false
304
+ tax_rate: tax-1234
305
+ remote_was_deleted: false
306
+ currency: XUA
307
+ description: January 2024 Travel Expenses
308
+ accounting_period: 7d793c67-9f72-4a6b-9256-3936f237b0d9
309
+ company: company
310
+ tracking_categories:
311
+ - a1b2c3d4-e5f6-4a5b-9c3d-2e1f0a9b8c7d
312
+ - d4c3b2a1-9e8f-7g6h-5i4j-3k2l1m0n9o8p
313
+ remote_was_deleted: true
314
+ field_mappings:
315
+ organization_defined_targets:
316
+ custom_key: custom_value
317
+ linked_account_defined_targets:
318
+ custom_key: custom_value
319
+ remote_data:
320
+ - path: /actions
321
+ data:
322
+ - Varies by platform
323
+ remote_fields:
324
+ - remote_field_class: remote_field_class
325
+ create:
326
+ path: /accounting/v1/expense-reports
327
+ method: POST
328
+ auth: true
329
+ docs: Creates an `ExpenseReport` object with the given values.
330
+ source:
331
+ openapi: openapi/openapi.yml
332
+ request:
333
+ name: ExpenseReportEndpointRequest
334
+ query-parameters:
335
+ is_debug_mode:
336
+ type: optional<boolean>
337
+ docs: >-
338
+ Whether to include debug fields (such as log file links) in the
339
+ response.
340
+ run_async:
341
+ type: optional<boolean>
342
+ docs: Whether or not third-party updates should be run asynchronously.
343
+ body:
344
+ properties:
345
+ model: root.ExpenseReportRequest
346
+ content-type: application/json
347
+ response:
348
+ docs: ''
349
+ type: root.ExpenseReportResponse
350
+ status-code: 201
351
+ examples:
352
+ - headers: {}
353
+ request:
354
+ model:
355
+ tracking_categories:
356
+ - a1b2c3d4-e5f6-4a5b-9c3d-2e1f0a9b8c7d
357
+ - d4c3b2a1-9e8f-7g6h-5i4j-3k2l1m0n9o8p
358
+ response:
359
+ body:
360
+ model:
361
+ id: 123e4567-e89b-12d3-a456-426614174000
362
+ remote_id: exp_123e4567-e89b-12d3-a456-426614174000
363
+ created_at: '2024-01-31T12:00:00Z'
364
+ modified_at: '2024-01-31T14:30:00Z'
365
+ report_date: '2024-01-31T00:00:00Z'
366
+ report_identifier: EXP-2024-001
367
+ employee: b9a9b824-6172-4d63-9d90-1c8a86c4f3b1
368
+ status: DRAFT
369
+ total_amount: 150
370
+ lines:
371
+ - id: '1234'
372
+ remote_id: abcd-1234
373
+ created_at: '2021-09-15T00:00:00Z'
374
+ modified_at: '2021-10-16T00:00:00Z'
375
+ account: acc-1234
376
+ description: Client lunch meeting
377
+ expense_date: '2024-01-15T00:00:00Z'
378
+ amount: 50
379
+ currency: USD
380
+ exchange_rate: exchange_rate
381
+ is_billable: true
382
+ tracking_categories:
383
+ - cat-1
384
+ - cat-2
385
+ employee: emp-1234
386
+ project: proj-5678
387
+ company: comp-1234
388
+ contact: cont-5678
389
+ quantity: 1
390
+ unit_price: 50
391
+ non_reimbursable: false
392
+ tax_amount: 5
393
+ inclusive_of_tax: false
394
+ tax_rate: tax-1234
395
+ remote_was_deleted: false
396
+ currency: XUA
397
+ description: January 2024 Travel Expenses
398
+ accounting_period: 7d793c67-9f72-4a6b-9256-3936f237b0d9
399
+ company: company
400
+ tracking_categories:
401
+ - a1b2c3d4-e5f6-4a5b-9c3d-2e1f0a9b8c7d
402
+ - d4c3b2a1-9e8f-7g6h-5i4j-3k2l1m0n9o8p
403
+ remote_was_deleted: true
404
+ field_mappings:
405
+ organization_defined_targets:
406
+ custom_key: custom_value
407
+ linked_account_defined_targets:
408
+ custom_key: custom_value
409
+ remote_data:
410
+ - path: /actions
411
+ data:
412
+ - Varies by platform
413
+ remote_fields:
414
+ - remote_field_class: remote_field_class
415
+ warnings:
416
+ - source:
417
+ pointer: pointer
418
+ title: Unrecognized Field
419
+ detail: An unrecognized field, age, was passed in with request data.
420
+ problem_type: UNRECOGNIZED_FIELD
421
+ errors:
422
+ - source:
423
+ pointer: pointer
424
+ title: Missing Required Field
425
+ detail: custom_fields is a required field on model.
426
+ problem_type: MISSING_REQUIRED_FIELD
427
+ logs:
428
+ - log_id: 99433219-8017-4acd-bb3c-ceb23d663832
429
+ dashboard_view: >-
430
+ https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
431
+ log_summary:
432
+ url: www.exampleintegration.com/api/v1/exampleapi
433
+ method: POST
434
+ status_code: 200
435
+ linesList:
436
+ path: /accounting/v1/expense-reports/{expense_report_id}/lines
437
+ method: GET
438
+ auth: true
439
+ docs: >-
440
+ Returns a list of `ExpenseReportLine` objects that point to a
441
+ `ExpenseReport` with the given id.
442
+ source:
443
+ openapi: openapi/openapi.yml
444
+ path-parameters:
445
+ expense_report_id: string
446
+ request:
447
+ name: ExpenseReportsLinesListRequest
448
+ query-parameters:
449
+ cursor:
450
+ type: optional<string>
451
+ docs: The pagination cursor value.
452
+ expand:
453
+ type: optional<ExpenseReportsLinesListRequestExpand>
454
+ docs: >-
455
+ Which relations should be returned in expanded form. Multiple
456
+ relation names should be comma separated without spaces.
457
+ include_deleted_data:
458
+ type: optional<boolean>
459
+ docs: >-
460
+ Indicates whether or not this object has been deleted in the third
461
+ party platform. Full coverage deletion detection is a premium
462
+ add-on. Native deletion detection is offered for free with limited
463
+ coverage. [Learn
464
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
465
+ include_remote_data:
466
+ type: optional<boolean>
467
+ docs: >-
468
+ Whether to include the original data Merge fetched from the
469
+ third-party to produce these models.
470
+ include_remote_fields:
471
+ type: optional<boolean>
472
+ docs: >-
473
+ Whether to include all remote fields, including fields that Merge
474
+ did not map to common models, in a normalized format.
475
+ include_shell_data:
476
+ type: optional<boolean>
477
+ docs: >-
478
+ Whether to include shell records. Shell records are empty records
479
+ (they may contain some metadata but all other fields are null).
480
+ page_size:
481
+ type: optional<integer>
482
+ docs: Number of results to return per page.
483
+ response:
484
+ docs: ''
485
+ type: root.PaginatedExpenseReportLineList
486
+ status-code: 200
487
+ examples:
488
+ - path-parameters:
489
+ expense_report_id: expense_report_id
490
+ headers: {}
491
+ response:
492
+ body:
493
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
494
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
495
+ results:
496
+ - id: '1234'
497
+ remote_id: abcd-1234
498
+ created_at: '2021-09-15T00:00:00Z'
499
+ modified_at: '2021-10-16T00:00:00Z'
500
+ account: account
501
+ description: Client lunch meeting
502
+ expense_date: '2024-01-15T00:00:00Z'
503
+ amount: 50
504
+ currency: XUA
505
+ exchange_rate: exchange_rate
506
+ is_billable: true
507
+ tracking_categories:
508
+ - cat-1
509
+ - cat-2
510
+ employee: employee
511
+ project: project
512
+ company: company
513
+ contact: contact
514
+ quantity: 1
515
+ unit_price: 50
516
+ non_reimbursable: true
517
+ tax_amount: 5
518
+ inclusive_of_tax: true
519
+ tax_rate: tax_rate
520
+ remote_was_deleted: true
521
+ remote_fields:
522
+ - remote_field_class: remote_field_class
523
+ retrieve:
524
+ path: /accounting/v1/expense-reports/{id}
525
+ method: GET
526
+ auth: true
527
+ docs: Returns an `ExpenseReport` object with the given `id`.
528
+ source:
529
+ openapi: openapi/openapi.yml
530
+ path-parameters:
531
+ id: string
532
+ request:
533
+ name: ExpenseReportsRetrieveRequest
534
+ query-parameters:
535
+ expand:
536
+ type: optional<ExpenseReportsRetrieveRequestExpand>
537
+ docs: >-
538
+ Which relations should be returned in expanded form. Multiple
539
+ relation names should be comma separated without spaces.
540
+ include_remote_data:
541
+ type: optional<boolean>
542
+ docs: >-
543
+ Whether to include the original data Merge fetched from the
544
+ third-party to produce these models.
545
+ include_remote_fields:
546
+ type: optional<boolean>
547
+ docs: >-
548
+ Whether to include all remote fields, including fields that Merge
549
+ did not map to common models, in a normalized format.
550
+ include_shell_data:
551
+ type: optional<boolean>
552
+ docs: >-
553
+ Whether to include shell records. Shell records are empty records
554
+ (they may contain some metadata but all other fields are null).
555
+ response:
556
+ docs: ''
557
+ type: root.ExpenseReport
558
+ status-code: 200
559
+ examples:
560
+ - path-parameters:
561
+ id: id
562
+ headers: {}
563
+ response:
564
+ body:
565
+ id: 123e4567-e89b-12d3-a456-426614174000
566
+ remote_id: exp_123e4567-e89b-12d3-a456-426614174000
567
+ created_at: '2024-01-31T12:00:00Z'
568
+ modified_at: '2024-01-31T14:30:00Z'
569
+ report_date: '2024-01-31T00:00:00Z'
570
+ report_identifier: EXP-2024-001
571
+ employee: b9a9b824-6172-4d63-9d90-1c8a86c4f3b1
572
+ status: DRAFT
573
+ total_amount: 150
574
+ lines:
575
+ - id: '1234'
576
+ remote_id: abcd-1234
577
+ created_at: '2021-09-15T00:00:00Z'
578
+ modified_at: '2021-10-16T00:00:00Z'
579
+ account: acc-1234
580
+ description: Client lunch meeting
581
+ expense_date: '2024-01-15T00:00:00Z'
582
+ amount: 50
583
+ currency: USD
584
+ exchange_rate: exchange_rate
585
+ is_billable: true
586
+ tracking_categories:
587
+ - cat-1
588
+ - cat-2
589
+ employee: emp-1234
590
+ project: proj-5678
591
+ company: comp-1234
592
+ contact: cont-5678
593
+ quantity: 1
594
+ unit_price: 50
595
+ non_reimbursable: false
596
+ tax_amount: 5
597
+ inclusive_of_tax: false
598
+ tax_rate: tax-1234
599
+ remote_was_deleted: false
600
+ remote_fields:
601
+ - remote_field_class: remote_field_class
602
+ currency: XUA
603
+ description: January 2024 Travel Expenses
604
+ accounting_period: 7d793c67-9f72-4a6b-9256-3936f237b0d9
605
+ company: company
606
+ tracking_categories:
607
+ - a1b2c3d4-e5f6-4a5b-9c3d-2e1f0a9b8c7d
608
+ - d4c3b2a1-9e8f-7g6h-5i4j-3k2l1m0n9o8p
609
+ remote_was_deleted: true
610
+ field_mappings:
611
+ organization_defined_targets:
612
+ custom_key: custom_value
613
+ linked_account_defined_targets:
614
+ custom_key: custom_value
615
+ remote_data:
616
+ - path: /actions
617
+ data:
618
+ - Varies by platform
619
+ remote_fields:
620
+ - remote_field_class: remote_field_class
621
+ value:
622
+ key: value
623
+ linesRemoteFieldClassesList:
624
+ path: /accounting/v1/expense-reports/lines/remote-field-classes
625
+ method: GET
626
+ auth: true
627
+ docs: Returns a list of `RemoteFieldClass` objects.
628
+ source:
629
+ openapi: openapi/openapi.yml
630
+ request:
631
+ name: ExpenseReportsLinesRemoteFieldClassesListRequest
632
+ query-parameters:
633
+ cursor:
634
+ type: optional<string>
635
+ docs: The pagination cursor value.
636
+ include_deleted_data:
637
+ type: optional<boolean>
638
+ docs: >-
639
+ Indicates whether or not this object has been deleted in the third
640
+ party platform. Full coverage deletion detection is a premium
641
+ add-on. Native deletion detection is offered for free with limited
642
+ coverage. [Learn
643
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
644
+ include_remote_data:
645
+ type: optional<boolean>
646
+ docs: >-
647
+ Whether to include the original data Merge fetched from the
648
+ third-party to produce these models.
649
+ include_shell_data:
650
+ type: optional<boolean>
651
+ docs: >-
652
+ Whether to include shell records. Shell records are empty records
653
+ (they may contain some metadata but all other fields are null).
654
+ is_common_model_field:
655
+ type: optional<boolean>
656
+ docs: >-
657
+ If provided, will only return remote field classes with this
658
+ is_common_model_field value
659
+ is_custom:
660
+ type: optional<boolean>
661
+ docs: >-
662
+ If provided, will only return remote fields classes with this
663
+ is_custom value
664
+ page_size:
665
+ type: optional<integer>
666
+ docs: Number of results to return per page.
667
+ response:
668
+ docs: ''
669
+ type: root.PaginatedRemoteFieldClassList
670
+ status-code: 200
671
+ examples:
672
+ - headers: {}
673
+ response:
674
+ body:
675
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
676
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
677
+ results:
678
+ - id: id
679
+ display_name: display_name
680
+ remote_key_name: remote_key_name
681
+ description: description
682
+ is_custom: true
683
+ is_required: true
684
+ field_type: string
685
+ field_format: string
686
+ field_choices:
687
+ - field_choices
688
+ metaPostRetrieve:
689
+ path: /accounting/v1/expense-reports/meta/post
690
+ method: GET
691
+ auth: true
692
+ docs: Returns metadata for `ExpenseReport` POSTs.
693
+ source:
694
+ openapi: openapi/openapi.yml
695
+ response:
696
+ docs: ''
697
+ type: root.MetaResponse
698
+ status-code: 200
699
+ examples:
700
+ - headers: {}
701
+ response:
702
+ body:
703
+ request_schema:
704
+ type: object
705
+ properties:
706
+ model:
707
+ type: object
708
+ required:
709
+ - last_name
710
+ - first_name
711
+ - merge_categories
712
+ - new_york_city_neighborhood
713
+ - favorite_tv_shows
714
+ - favorite_watch
715
+ properties:
716
+ email_addresses:
717
+ type: array
718
+ items:
719
+ type: object
720
+ properties:
721
+ value:
722
+ type: string
723
+ title: value
724
+ email_address_type:
725
+ type: string
726
+ title: email_address_type
727
+ integration_params:
728
+ type: object
729
+ title: integration_params
730
+ properties: {}
731
+ linked_account_params:
732
+ type: object
733
+ title: linked_account_params
734
+ properties: {}
735
+ title: email_addresses
736
+ description: Array of email_addresses objects
737
+ urls:
738
+ type: array
739
+ items:
740
+ type: object
741
+ properties:
742
+ value:
743
+ type: string
744
+ title: value
745
+ url_type:
746
+ type: string
747
+ title: url_type
748
+ integration_params:
749
+ type: object
750
+ title: integration_params
751
+ properties: {}
752
+ linked_account_params:
753
+ type: object
754
+ title: linked_account_params
755
+ properties: {}
756
+ title: urls
757
+ description: Array of urls objects
758
+ first_name:
759
+ type: string
760
+ title: first_name
761
+ description: The first name.
762
+ last_name:
763
+ type: string
764
+ title: last_name
765
+ description: The last name.
766
+ phone_numbers:
767
+ type: array
768
+ items:
769
+ type: object
770
+ properties:
771
+ value:
772
+ type: string
773
+ title: value
774
+ phone_number_type:
775
+ type: string
776
+ title: phone_number_type
777
+ integration_params:
778
+ type: object
779
+ title: integration_params
780
+ properties: {}
781
+ linked_account_params:
782
+ type: object
783
+ title: linked_account_params
784
+ properties: {}
785
+ title: phone_numbers
786
+ description: Array of phone_numbers objects
787
+ tags:
788
+ type: array
789
+ items:
790
+ type: string
791
+ format: uuid
792
+ title: tags
793
+ description: Array of tags names
794
+ attachments:
795
+ type: array
796
+ items:
797
+ type: object
798
+ properties:
799
+ id:
800
+ type: string
801
+ title: id
802
+ file_url:
803
+ type: string
804
+ title: file_url
805
+ file_name:
806
+ type: string
807
+ title: file_name
808
+ attachment_type:
809
+ type: string
810
+ title: attachment_type
811
+ integration_params:
812
+ type: object
813
+ title: integration_params
814
+ properties: {}
815
+ linked_account_params:
816
+ type: object
817
+ title: linked_account_params
818
+ properties: {}
819
+ title: attachments
820
+ description: 'Array of attachments objects '
821
+ merge_categories:
822
+ type: array
823
+ categories:
824
+ type: string
825
+ enum:
826
+ - HRIS
827
+ - ATS
828
+ - Accounting
829
+ - Ticketing
830
+ - File Storage
831
+ - CRM
832
+ - Marketing Automation
833
+ enum_information:
834
+ - value: HRIS
835
+ description: Merge HRIS Category
836
+ - value: ATS
837
+ description: Merge ATS Category
838
+ - value: Accounting
839
+ description: Merge Accounting Category
840
+ - value: Ticketing
841
+ description: Merge Ticketing Category
842
+ - value: File Storage
843
+ description: Merge File Storage Category
844
+ - value: CRM
845
+ description: Merge CRM Category
846
+ - value: Marketing Automation
847
+ description: Merge Marketing Automation Category
848
+ title: Merge Categories
849
+ description: Array of Merge's Unified API Categories
850
+ new_york_city_neighborhood:
851
+ type: string
852
+ title: Borough
853
+ description: One of the 5 Boroughs of New York City
854
+ favorite_tv_shows:
855
+ type: array
856
+ items:
857
+ type: string
858
+ format: uuid
859
+ title: Favorite TV Shows
860
+ description: Array of TV Show objects on merge.tv_shows
861
+ favorite_watch:
862
+ type: string
863
+ title: Favorite Watch
864
+ description: Favorite watch of all time
865
+ remote_field_classes:
866
+ key: value
867
+ status:
868
+ linked_account_status: linked_account_status
869
+ can_make_request: true
870
+ has_conditional_params: true
871
+ has_required_linked_account_params: true
872
+ remoteFieldClassesList:
873
+ path: /accounting/v1/expense-reports/remote-field-classes
874
+ method: GET
875
+ auth: true
876
+ docs: Returns a list of `RemoteFieldClass` objects.
877
+ source:
878
+ openapi: openapi/openapi.yml
879
+ request:
880
+ name: ExpenseReportsRemoteFieldClassesListRequest
881
+ query-parameters:
882
+ cursor:
883
+ type: optional<string>
884
+ docs: The pagination cursor value.
885
+ include_deleted_data:
886
+ type: optional<boolean>
887
+ docs: >-
888
+ Indicates whether or not this object has been deleted in the third
889
+ party platform. Full coverage deletion detection is a premium
890
+ add-on. Native deletion detection is offered for free with limited
891
+ coverage. [Learn
892
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
893
+ include_remote_data:
894
+ type: optional<boolean>
895
+ docs: >-
896
+ Whether to include the original data Merge fetched from the
897
+ third-party to produce these models.
898
+ include_shell_data:
899
+ type: optional<boolean>
900
+ docs: >-
901
+ Whether to include shell records. Shell records are empty records
902
+ (they may contain some metadata but all other fields are null).
903
+ is_common_model_field:
904
+ type: optional<boolean>
905
+ docs: >-
906
+ If provided, will only return remote field classes with this
907
+ is_common_model_field value
908
+ is_custom:
909
+ type: optional<boolean>
910
+ docs: >-
911
+ If provided, will only return remote fields classes with this
912
+ is_custom value
913
+ page_size:
914
+ type: optional<integer>
915
+ docs: Number of results to return per page.
916
+ response:
917
+ docs: ''
918
+ type: root.PaginatedRemoteFieldClassList
919
+ status-code: 200
920
+ examples:
921
+ - headers: {}
922
+ response:
923
+ body:
924
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
925
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
926
+ results:
927
+ - id: id
928
+ display_name: display_name
929
+ remote_key_name: remote_key_name
930
+ description: description
931
+ is_custom: true
932
+ is_required: true
933
+ field_type: string
934
+ field_format: string
935
+ field_choices:
936
+ - field_choices
937
+ source:
938
+ openapi: openapi/openapi.yml