@mergeapi/merge-node-client 1.1.8 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2263) hide show
  1. package/.mock/definition/accounting/__package__.yml +55865 -0
  2. package/.mock/definition/accounting/accountDetails.yml +36 -0
  3. package/.mock/definition/accounting/accountToken.yml +44 -0
  4. package/.mock/definition/accounting/accountingPeriods.yml +119 -0
  5. package/.mock/definition/accounting/accounts.yml +496 -0
  6. package/.mock/definition/accounting/addresses.yml +61 -0
  7. package/.mock/definition/accounting/asyncPassthrough.yml +70 -0
  8. package/.mock/definition/accounting/asyncTasks.yml +81 -0
  9. package/.mock/definition/accounting/attachments.yml +402 -0
  10. package/.mock/definition/accounting/auditTrail.yml +94 -0
  11. package/.mock/definition/accounting/availableActions.yml +50 -0
  12. package/.mock/definition/accounting/balanceSheets.yml +241 -0
  13. package/.mock/definition/accounting/bankFeedAccounts.yml +386 -0
  14. package/.mock/definition/accounting/bankFeedTransactions.yml +403 -0
  15. package/.mock/definition/accounting/cashFlowStatements.yml +241 -0
  16. package/.mock/definition/accounting/companyInfo.yml +205 -0
  17. package/.mock/definition/accounting/contacts.yml +602 -0
  18. package/.mock/definition/accounting/creditNotes.yml +1145 -0
  19. package/.mock/definition/accounting/deleteAccount.yml +15 -0
  20. package/.mock/definition/accounting/employees.yml +137 -0
  21. package/.mock/definition/accounting/expenses.yml +964 -0
  22. package/.mock/definition/accounting/fieldMapping.yml +1198 -0
  23. package/.mock/definition/accounting/forceResync.yml +37 -0
  24. package/.mock/definition/accounting/generalLedgerTransactions.yml +289 -0
  25. package/.mock/definition/accounting/generateKey.yml +36 -0
  26. package/.mock/definition/accounting/incomeStatements.yml +269 -0
  27. package/.mock/definition/accounting/invoices.yml +28100 -0
  28. package/.mock/definition/accounting/issues.yml +129 -0
  29. package/.mock/definition/accounting/items.yml +842 -0
  30. package/.mock/definition/accounting/journalEntries.yml +959 -0
  31. package/.mock/definition/accounting/linkToken.yml +152 -0
  32. package/.mock/definition/accounting/linkedAccounts.yml +150 -0
  33. package/.mock/definition/accounting/passthrough.yml +40 -0
  34. package/.mock/definition/accounting/paymentMethods.yml +119 -0
  35. package/.mock/definition/accounting/paymentTerms.yml +133 -0
  36. package/.mock/definition/accounting/payments.yml +1482 -0
  37. package/.mock/definition/accounting/phoneNumbers.yml +44 -0
  38. package/.mock/definition/accounting/projects.yml +146 -0
  39. package/.mock/definition/accounting/purchaseOrders.yml +1289 -0
  40. package/.mock/definition/accounting/regenerateKey.yml +36 -0
  41. package/.mock/definition/accounting/scopes.yml +160 -0
  42. package/.mock/definition/accounting/syncStatus.yml +55 -0
  43. package/.mock/definition/accounting/taxRates.yml +185 -0
  44. package/.mock/definition/accounting/trackingCategories.yml +182 -0
  45. package/.mock/definition/accounting/transactions.yml +385 -0
  46. package/.mock/definition/accounting/vendorCredits.yml +683 -0
  47. package/.mock/definition/accounting/webhookReceivers.yml +61 -0
  48. package/.mock/definition/api.yml +20 -0
  49. package/.mock/definition/ats/__package__.yml +4730 -0
  50. package/.mock/definition/ats/accountDetails.yml +36 -0
  51. package/.mock/definition/ats/accountToken.yml +44 -0
  52. package/.mock/definition/ats/activities.yml +474 -0
  53. package/.mock/definition/ats/applications.yml +1903 -0
  54. package/.mock/definition/ats/asyncPassthrough.yml +70 -0
  55. package/.mock/definition/ats/attachments.yml +432 -0
  56. package/.mock/definition/ats/auditTrail.yml +94 -0
  57. package/.mock/definition/ats/availableActions.yml +50 -0
  58. package/.mock/definition/ats/candidates.yml +876 -0
  59. package/.mock/definition/ats/deleteAccount.yml +15 -0
  60. package/.mock/definition/ats/departments.yml +136 -0
  61. package/.mock/definition/ats/eeocs.yml +300 -0
  62. package/.mock/definition/ats/fieldMapping.yml +892 -0
  63. package/.mock/definition/ats/forceResync.yml +37 -0
  64. package/.mock/definition/ats/generateKey.yml +36 -0
  65. package/.mock/definition/ats/interviews.yml +526 -0
  66. package/.mock/definition/ats/issues.yml +129 -0
  67. package/.mock/definition/ats/jobInterviewStages.yml +153 -0
  68. package/.mock/definition/ats/jobPostings.yml +195 -0
  69. package/.mock/definition/ats/jobs.yml +454 -0
  70. package/.mock/definition/ats/linkToken.yml +152 -0
  71. package/.mock/definition/ats/linkedAccounts.yml +150 -0
  72. package/.mock/definition/ats/offers.yml +201 -0
  73. package/.mock/definition/ats/offices.yml +138 -0
  74. package/.mock/definition/ats/passthrough.yml +40 -0
  75. package/.mock/definition/ats/regenerateKey.yml +36 -0
  76. package/.mock/definition/ats/rejectReasons.yml +136 -0
  77. package/.mock/definition/ats/scopes.yml +160 -0
  78. package/.mock/definition/ats/scorecards.yml +216 -0
  79. package/.mock/definition/ats/syncStatus.yml +55 -0
  80. package/.mock/definition/ats/tags.yml +88 -0
  81. package/.mock/definition/ats/users.yml +173 -0
  82. package/.mock/definition/ats/webhookReceivers.yml +61 -0
  83. package/.mock/definition/crm/__package__.yml +5741 -0
  84. package/.mock/definition/crm/accountDetails.yml +36 -0
  85. package/.mock/definition/crm/accountToken.yml +44 -0
  86. package/.mock/definition/crm/accounts.yml +846 -0
  87. package/.mock/definition/crm/associationTypes.yml +420 -0
  88. package/.mock/definition/crm/associations.yml +142 -0
  89. package/.mock/definition/crm/asyncPassthrough.yml +70 -0
  90. package/.mock/definition/crm/auditTrail.yml +94 -0
  91. package/.mock/definition/crm/availableActions.yml +50 -0
  92. package/.mock/definition/crm/contacts.yml +900 -0
  93. package/.mock/definition/crm/customObjectClasses.yml +196 -0
  94. package/.mock/definition/crm/customObjects.yml +476 -0
  95. package/.mock/definition/crm/deleteAccount.yml +15 -0
  96. package/.mock/definition/crm/engagementTypes.yml +204 -0
  97. package/.mock/definition/crm/engagements.yml +855 -0
  98. package/.mock/definition/crm/fieldMapping.yml +654 -0
  99. package/.mock/definition/crm/forceResync.yml +37 -0
  100. package/.mock/definition/crm/generateKey.yml +36 -0
  101. package/.mock/definition/crm/issues.yml +129 -0
  102. package/.mock/definition/crm/leads.yml +626 -0
  103. package/.mock/definition/crm/linkToken.yml +152 -0
  104. package/.mock/definition/crm/linkedAccounts.yml +148 -0
  105. package/.mock/definition/crm/notes.yml +577 -0
  106. package/.mock/definition/crm/opportunities.yml +868 -0
  107. package/.mock/definition/crm/passthrough.yml +40 -0
  108. package/.mock/definition/crm/regenerateKey.yml +36 -0
  109. package/.mock/definition/crm/scopes.yml +160 -0
  110. package/.mock/definition/crm/stages.yml +222 -0
  111. package/.mock/definition/crm/syncStatus.yml +55 -0
  112. package/.mock/definition/crm/tasks.yml +807 -0
  113. package/.mock/definition/crm/users.yml +251 -0
  114. package/.mock/definition/crm/webhookReceivers.yml +61 -0
  115. package/.mock/definition/filestorage/__package__.yml +2365 -0
  116. package/.mock/definition/filestorage/accountDetails.yml +36 -0
  117. package/.mock/definition/filestorage/accountToken.yml +44 -0
  118. package/.mock/definition/filestorage/asyncPassthrough.yml +70 -0
  119. package/.mock/definition/filestorage/auditTrail.yml +94 -0
  120. package/.mock/definition/filestorage/availableActions.yml +50 -0
  121. package/.mock/definition/filestorage/deleteAccount.yml +15 -0
  122. package/.mock/definition/filestorage/drives.yml +145 -0
  123. package/.mock/definition/filestorage/fieldMapping.yml +518 -0
  124. package/.mock/definition/filestorage/files.yml +672 -0
  125. package/.mock/definition/filestorage/folders.yml +466 -0
  126. package/.mock/definition/filestorage/forceResync.yml +37 -0
  127. package/.mock/definition/filestorage/generateKey.yml +36 -0
  128. package/.mock/definition/filestorage/groups.yml +154 -0
  129. package/.mock/definition/filestorage/issues.yml +129 -0
  130. package/.mock/definition/filestorage/linkToken.yml +135 -0
  131. package/.mock/definition/filestorage/linkedAccounts.yml +150 -0
  132. package/.mock/definition/filestorage/passthrough.yml +40 -0
  133. package/.mock/definition/filestorage/regenerateKey.yml +36 -0
  134. package/.mock/definition/filestorage/scopes.yml +160 -0
  135. package/.mock/definition/filestorage/syncStatus.yml +55 -0
  136. package/.mock/definition/filestorage/users.yml +143 -0
  137. package/.mock/definition/filestorage/webhookReceivers.yml +61 -0
  138. package/.mock/definition/hris/__package__.yml +7691 -0
  139. package/.mock/definition/hris/accountDetails.yml +36 -0
  140. package/.mock/definition/hris/accountToken.yml +44 -0
  141. package/.mock/definition/hris/asyncPassthrough.yml +70 -0
  142. package/.mock/definition/hris/auditTrail.yml +94 -0
  143. package/.mock/definition/hris/availableActions.yml +50 -0
  144. package/.mock/definition/hris/bankInfo.yml +212 -0
  145. package/.mock/definition/hris/benefits.yml +165 -0
  146. package/.mock/definition/hris/companies.yml +146 -0
  147. package/.mock/definition/hris/deleteAccount.yml +15 -0
  148. package/.mock/definition/hris/dependents.yml +166 -0
  149. package/.mock/definition/hris/employeePayrollRuns.yml +301 -0
  150. package/.mock/definition/hris/employees.yml +1787 -0
  151. package/.mock/definition/hris/employerBenefits.yml +140 -0
  152. package/.mock/definition/hris/employments.yml +337 -0
  153. package/.mock/definition/hris/fieldMapping.yml +892 -0
  154. package/.mock/definition/hris/forceResync.yml +37 -0
  155. package/.mock/definition/hris/generateKey.yml +36 -0
  156. package/.mock/definition/hris/groups.yml +179 -0
  157. package/.mock/definition/hris/issues.yml +129 -0
  158. package/.mock/definition/hris/linkToken.yml +152 -0
  159. package/.mock/definition/hris/linkedAccounts.yml +150 -0
  160. package/.mock/definition/hris/locations.yml +218 -0
  161. package/.mock/definition/hris/passthrough.yml +40 -0
  162. package/.mock/definition/hris/payGroups.yml +136 -0
  163. package/.mock/definition/hris/payrollRuns.yml +243 -0
  164. package/.mock/definition/hris/regenerateKey.yml +36 -0
  165. package/.mock/definition/hris/scopes.yml +160 -0
  166. package/.mock/definition/hris/syncStatus.yml +55 -0
  167. package/.mock/definition/hris/teams.yml +151 -0
  168. package/.mock/definition/hris/timeOff.yml +599 -0
  169. package/.mock/definition/hris/timeOffBalances.yml +205 -0
  170. package/.mock/definition/hris/timesheetEntries.yml +444 -0
  171. package/.mock/definition/hris/webhookReceivers.yml +61 -0
  172. package/.mock/definition/ticketing/__package__.yml +3421 -0
  173. package/.mock/definition/ticketing/accountDetails.yml +36 -0
  174. package/.mock/definition/ticketing/accountToken.yml +44 -0
  175. package/.mock/definition/ticketing/accounts.yml +142 -0
  176. package/.mock/definition/ticketing/asyncPassthrough.yml +70 -0
  177. package/.mock/definition/ticketing/attachments.yml +446 -0
  178. package/.mock/definition/ticketing/auditTrail.yml +94 -0
  179. package/.mock/definition/ticketing/availableActions.yml +50 -0
  180. package/.mock/definition/ticketing/collections.yml +253 -0
  181. package/.mock/definition/ticketing/comments.yml +461 -0
  182. package/.mock/definition/ticketing/contacts.yml +406 -0
  183. package/.mock/definition/ticketing/deleteAccount.yml +15 -0
  184. package/.mock/definition/ticketing/fieldMapping.yml +722 -0
  185. package/.mock/definition/ticketing/forceResync.yml +37 -0
  186. package/.mock/definition/ticketing/generateKey.yml +36 -0
  187. package/.mock/definition/ticketing/issues.yml +129 -0
  188. package/.mock/definition/ticketing/linkToken.yml +152 -0
  189. package/.mock/definition/ticketing/linkedAccounts.yml +150 -0
  190. package/.mock/definition/ticketing/passthrough.yml +40 -0
  191. package/.mock/definition/ticketing/projects.yml +220 -0
  192. package/.mock/definition/ticketing/regenerateKey.yml +36 -0
  193. package/.mock/definition/ticketing/roles.yml +144 -0
  194. package/.mock/definition/ticketing/scopes.yml +160 -0
  195. package/.mock/definition/ticketing/syncStatus.yml +55 -0
  196. package/.mock/definition/ticketing/tags.yml +134 -0
  197. package/.mock/definition/ticketing/teams.yml +136 -0
  198. package/.mock/definition/ticketing/tickets.yml +2151 -0
  199. package/.mock/definition/ticketing/users.yml +185 -0
  200. package/.mock/definition/ticketing/webhookReceivers.yml +61 -0
  201. package/.mock/fern.config.json +4 -0
  202. package/Client.d.ts +3 -1
  203. package/Client.js +44 -1
  204. package/api/resources/accounting/client/Client.d.ts +5 -0
  205. package/api/resources/accounting/client/Client.js +23 -18
  206. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
  207. package/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
  208. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
  209. package/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
  210. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
  211. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
  212. package/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
  213. package/api/resources/accounting/resources/accounts/client/Client.js +37 -23
  214. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  215. package/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
  216. package/api/resources/accounting/resources/addresses/client/Client.js +9 -6
  217. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
  218. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
  219. package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
  220. package/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
  221. package/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
  222. package/api/resources/accounting/resources/attachments/client/Client.js +33 -22
  223. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
  224. package/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
  225. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  226. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
  227. package/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
  228. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
  229. package/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
  230. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
  231. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
  232. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
  233. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
  234. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
  235. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
  236. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
  237. package/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
  238. package/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
  239. package/api/resources/accounting/resources/contacts/client/Client.js +45 -29
  240. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  241. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
  242. package/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
  243. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
  244. package/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
  245. package/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
  246. package/api/resources/accounting/resources/employees/client/Client.js +17 -12
  247. package/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
  248. package/api/resources/accounting/resources/expenses/client/Client.js +57 -36
  249. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  250. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
  251. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
  252. package/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
  253. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
  254. package/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
  255. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
  256. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
  257. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
  258. package/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
  259. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
  260. package/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
  261. package/api/resources/accounting/resources/index.d.ts +5 -1
  262. package/api/resources/accounting/resources/index.js +6 -2
  263. package/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
  264. package/api/resources/accounting/resources/invoices/client/Client.js +73 -46
  265. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  266. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
  267. package/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
  268. package/api/resources/accounting/resources/issues/client/Client.js +17 -12
  269. package/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
  270. package/api/resources/accounting/resources/items/client/Client.js +306 -12
  271. package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
  272. package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
  273. package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
  274. package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
  275. package/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  276. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
  277. package/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
  278. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  279. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
  280. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
  281. package/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
  282. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  283. package/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
  284. package/api/resources/accounting/resources/linkToken/index.js +1 -0
  285. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  286. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  287. package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  288. package/api/resources/accounting/resources/linkToken/types/index.js +17 -0
  289. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
  290. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
  291. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
  292. package/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
  293. package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
  294. package/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
  295. package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
  296. package/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
  297. package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
  298. package/api/resources/accounting/resources/payments/client/Client.js +73 -46
  299. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  300. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
  301. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
  302. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
  303. package/api/resources/accounting/resources/projects/client/Client.d.ts +59 -0
  304. package/api/resources/accounting/resources/projects/client/Client.js +230 -0
  305. package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  306. package/api/resources/accounting/resources/projects/client/index.js +17 -0
  307. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
  308. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
  309. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
  310. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
  311. package/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
  312. package/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
  313. package/api/resources/accounting/resources/projects/index.d.ts +2 -0
  314. package/api/resources/accounting/resources/projects/index.js +18 -0
  315. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
  316. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
  317. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
  318. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
  319. package/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
  320. package/api/resources/accounting/resources/projects/types/index.js +18 -0
  321. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
  322. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
  323. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  324. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
  325. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
  326. package/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
  327. package/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
  328. package/api/resources/accounting/resources/scopes/client/Client.js +25 -16
  329. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
  330. package/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
  331. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
  332. package/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
  333. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
  334. package/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
  335. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
  336. package/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
  337. package/api/resources/accounting/resources/transactions/client/Client.js +17 -12
  338. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
  339. package/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
  340. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
  341. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
  342. package/api/resources/accounting/types/AccountDetails.d.ts +1 -1
  343. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
  344. package/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  345. package/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
  346. package/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  347. package/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
  348. package/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
  349. package/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
  350. package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  351. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  352. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
  353. package/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
  354. package/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
  355. package/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
  356. package/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
  357. package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -0
  358. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
  359. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
  360. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
  361. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
  362. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  363. package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
  364. package/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
  365. package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  366. package/api/resources/accounting/types/EventTypeEnum.js +1 -0
  367. package/api/resources/accounting/types/ExpenseLine.d.ts +1 -0
  368. package/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
  369. package/api/resources/accounting/types/ExpenseLineProject.js +5 -0
  370. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
  371. package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
  372. package/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
  373. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  374. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  375. package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -0
  376. package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
  377. package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
  378. package/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
  379. package/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
  380. package/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
  381. package/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
  382. package/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
  383. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +3 -0
  384. package/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
  385. package/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
  386. package/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
  387. package/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
  388. package/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
  389. package/api/resources/accounting/types/ItemRequestRequest.js +5 -0
  390. package/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
  391. package/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
  392. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
  393. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
  394. package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
  395. package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
  396. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
  397. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
  398. package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
  399. package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
  400. package/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  401. package/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
  402. package/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
  403. package/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
  404. package/api/resources/accounting/types/ItemResponse.d.ts +10 -0
  405. package/api/resources/accounting/types/ItemResponse.js +5 -0
  406. package/api/resources/accounting/types/JournalLine.d.ts +1 -0
  407. package/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
  408. package/api/resources/accounting/types/JournalLineProject.js +5 -0
  409. package/api/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  410. package/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
  411. package/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
  412. package/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
  413. package/api/resources/accounting/types/PaginatedProjectList.js +5 -0
  414. package/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
  415. package/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
  416. package/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  417. package/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
  418. package/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
  419. package/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
  420. package/api/resources/accounting/types/Project.d.ts +32 -0
  421. package/api/resources/accounting/types/Project.js +5 -0
  422. package/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
  423. package/api/resources/accounting/types/ProjectCompany.js +5 -0
  424. package/api/resources/accounting/types/ProjectContact.d.ts +8 -0
  425. package/api/resources/accounting/types/ProjectContact.js +5 -0
  426. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  427. package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  428. package/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
  429. package/api/resources/accounting/types/SyncStatusStatus.js +5 -0
  430. package/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
  431. package/api/resources/accounting/types/Type2BbEnum.js +12 -0
  432. package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  433. package/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
  434. package/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
  435. package/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
  436. package/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
  437. package/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -0
  438. package/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
  439. package/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
  440. package/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
  441. package/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
  442. package/api/resources/accounting/types/index.d.ts +39 -0
  443. package/api/resources/accounting/types/index.js +39 -0
  444. package/api/resources/ats/client/Client.d.ts +2 -0
  445. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
  446. package/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
  447. package/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
  448. package/api/resources/ats/resources/accountToken/client/Client.js +9 -6
  449. package/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
  450. package/api/resources/ats/resources/activities/client/Client.js +33 -22
  451. package/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
  452. package/api/resources/ats/resources/applications/client/Client.js +41 -26
  453. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
  454. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
  455. package/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
  456. package/api/resources/ats/resources/attachments/client/Client.js +33 -22
  457. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
  458. package/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
  459. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  460. package/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
  461. package/api/resources/ats/resources/availableActions/client/Client.js +9 -6
  462. package/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
  463. package/api/resources/ats/resources/candidates/client/Client.js +57 -36
  464. package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
  465. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  466. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
  467. package/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
  468. package/api/resources/ats/resources/candidates/types/index.js +1 -0
  469. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
  470. package/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
  471. package/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
  472. package/api/resources/ats/resources/departments/client/Client.js +17 -12
  473. package/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
  474. package/api/resources/ats/resources/eeocs/client/Client.js +17 -12
  475. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  476. package/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
  477. package/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
  478. package/api/resources/ats/resources/forceResync/client/Client.js +9 -6
  479. package/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
  480. package/api/resources/ats/resources/generateKey/client/Client.js +9 -4
  481. package/api/resources/ats/resources/index.d.ts +2 -1
  482. package/api/resources/ats/resources/index.js +3 -2
  483. package/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
  484. package/api/resources/ats/resources/interviews/client/Client.js +33 -22
  485. package/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
  486. package/api/resources/ats/resources/issues/client/Client.js +17 -12
  487. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
  488. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
  489. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
  490. package/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
  491. package/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
  492. package/api/resources/ats/resources/jobs/client/Client.js +25 -18
  493. package/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
  494. package/api/resources/ats/resources/linkToken/client/Client.js +9 -4
  495. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  496. package/api/resources/ats/resources/linkToken/index.d.ts +1 -0
  497. package/api/resources/ats/resources/linkToken/index.js +1 -0
  498. package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  499. package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  500. package/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  501. package/api/resources/ats/resources/linkToken/types/index.js +17 -0
  502. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
  503. package/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
  504. package/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
  505. package/api/resources/ats/resources/offers/client/Client.js +17 -12
  506. package/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
  507. package/api/resources/ats/resources/offices/client/Client.js +17 -12
  508. package/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
  509. package/api/resources/ats/resources/passthrough/client/Client.js +9 -4
  510. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
  511. package/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
  512. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
  513. package/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
  514. package/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
  515. package/api/resources/ats/resources/scopes/client/Client.js +25 -16
  516. package/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
  517. package/api/resources/ats/resources/scorecards/client/Client.js +17 -12
  518. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
  519. package/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
  520. package/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
  521. package/api/resources/ats/resources/tags/client/Client.js +9 -6
  522. package/api/resources/ats/resources/users/client/Client.d.ts +3 -1
  523. package/api/resources/ats/resources/users/client/Client.js +17 -12
  524. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
  525. package/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
  526. package/api/resources/ats/types/AccountDetails.d.ts +1 -1
  527. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
  528. package/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  529. package/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
  530. package/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  531. package/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
  532. package/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
  533. package/api/resources/ats/types/AccountDetailsCategory.js +5 -0
  534. package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  535. package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  536. package/api/resources/ats/types/EventTypeEnum.d.ts +1 -0
  537. package/api/resources/ats/types/Job.d.ts +1 -1
  538. package/api/resources/ats/types/JobPosting.d.ts +1 -1
  539. package/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
  540. package/api/resources/ats/types/JobPostingStatus.js +5 -0
  541. package/api/resources/ats/types/JobType.d.ts +12 -0
  542. package/api/resources/ats/types/JobType.js +5 -0
  543. package/api/resources/ats/types/SyncStatus.d.ts +2 -2
  544. package/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
  545. package/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
  546. package/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
  547. package/api/resources/ats/types/SyncStatusStatus.js +5 -0
  548. package/api/resources/ats/types/index.d.ts +7 -0
  549. package/api/resources/ats/types/index.js +7 -0
  550. package/api/resources/crm/client/Client.d.ts +2 -0
  551. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
  552. package/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
  553. package/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
  554. package/api/resources/crm/resources/accountToken/client/Client.js +9 -6
  555. package/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
  556. package/api/resources/crm/resources/accounts/client/Client.js +61 -39
  557. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  558. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
  559. package/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
  560. package/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
  561. package/api/resources/crm/resources/associations/client/Client.js +17 -12
  562. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
  563. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
  564. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
  565. package/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
  566. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  567. package/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
  568. package/api/resources/crm/resources/availableActions/client/Client.js +9 -6
  569. package/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
  570. package/api/resources/crm/resources/contacts/client/Client.js +69 -43
  571. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  572. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
  573. package/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
  574. package/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
  575. package/api/resources/crm/resources/customObjects/client/Client.js +45 -29
  576. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
  577. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
  578. package/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
  579. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
  580. package/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
  581. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  582. package/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
  583. package/api/resources/crm/resources/engagements/client/Client.js +61 -39
  584. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  585. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
  586. package/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
  587. package/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
  588. package/api/resources/crm/resources/forceResync/client/Client.js +9 -6
  589. package/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
  590. package/api/resources/crm/resources/generateKey/client/Client.js +9 -4
  591. package/api/resources/crm/resources/index.d.ts +2 -1
  592. package/api/resources/crm/resources/index.js +3 -2
  593. package/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
  594. package/api/resources/crm/resources/issues/client/Client.js +17 -12
  595. package/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
  596. package/api/resources/crm/resources/leads/client/Client.js +45 -29
  597. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  598. package/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
  599. package/api/resources/crm/resources/linkToken/client/Client.js +9 -4
  600. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  601. package/api/resources/crm/resources/linkToken/index.d.ts +1 -0
  602. package/api/resources/crm/resources/linkToken/index.js +1 -0
  603. package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  604. package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  605. package/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  606. package/api/resources/crm/resources/linkToken/types/index.js +17 -0
  607. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
  608. package/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
  609. package/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
  610. package/api/resources/crm/resources/notes/client/Client.js +45 -29
  611. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  612. package/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
  613. package/api/resources/crm/resources/opportunities/client/Client.js +61 -39
  614. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  615. package/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
  616. package/api/resources/crm/resources/passthrough/client/Client.js +9 -4
  617. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
  618. package/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
  619. package/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
  620. package/api/resources/crm/resources/scopes/client/Client.js +25 -16
  621. package/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
  622. package/api/resources/crm/resources/stages/client/Client.js +29 -19
  623. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  624. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
  625. package/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
  626. package/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
  627. package/api/resources/crm/resources/tasks/client/Client.js +61 -39
  628. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  629. package/api/resources/crm/resources/users/client/Client.d.ts +3 -1
  630. package/api/resources/crm/resources/users/client/Client.js +37 -23
  631. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  632. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
  633. package/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
  634. package/api/resources/crm/types/AccountDetails.d.ts +1 -1
  635. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
  636. package/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  637. package/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
  638. package/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  639. package/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
  640. package/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
  641. package/api/resources/crm/types/AccountDetailsCategory.js +5 -0
  642. package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  643. package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  644. package/api/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  645. package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  646. package/api/resources/crm/types/EventTypeEnum.js +1 -0
  647. package/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +1 -1
  648. package/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  649. package/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
  650. package/api/resources/crm/types/SyncStatus.d.ts +1 -1
  651. package/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
  652. package/api/resources/crm/types/SyncStatusStatus.js +5 -0
  653. package/api/resources/crm/types/index.d.ts +5 -0
  654. package/api/resources/crm/types/index.js +5 -0
  655. package/api/resources/filestorage/client/Client.d.ts +2 -0
  656. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
  657. package/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
  658. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
  659. package/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
  660. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
  661. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
  662. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
  663. package/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
  664. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  665. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
  666. package/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
  667. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
  668. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
  669. package/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
  670. package/api/resources/filestorage/resources/drives/client/Client.js +17 -12
  671. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
  672. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
  673. package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
  674. package/api/resources/filestorage/resources/files/client/Client.js +81 -44
  675. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
  676. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  677. package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  678. package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
  679. package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  680. package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
  681. package/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
  682. package/api/resources/filestorage/resources/files/types/index.js +2 -0
  683. package/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
  684. package/api/resources/filestorage/resources/folders/client/Client.js +33 -22
  685. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
  686. package/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
  687. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
  688. package/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
  689. package/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
  690. package/api/resources/filestorage/resources/groups/client/Client.js +17 -12
  691. package/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
  692. package/api/resources/filestorage/resources/issues/client/Client.js +17 -12
  693. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
  694. package/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
  695. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
  696. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
  697. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
  698. package/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
  699. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
  700. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
  701. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
  702. package/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
  703. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
  704. package/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
  705. package/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
  706. package/api/resources/filestorage/resources/users/client/Client.js +17 -12
  707. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
  708. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
  709. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  710. package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  711. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  712. package/api/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  713. package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  714. package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  715. package/api/resources/filestorage/types/FileRequest.d.ts +2 -0
  716. package/api/resources/filestorage/types/File_.d.ts +2 -0
  717. package/api/resources/hris/client/Client.d.ts +2 -0
  718. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
  719. package/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
  720. package/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
  721. package/api/resources/hris/resources/accountToken/client/Client.js +9 -6
  722. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
  723. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
  724. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
  725. package/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
  726. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  727. package/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
  728. package/api/resources/hris/resources/availableActions/client/Client.js +9 -6
  729. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
  730. package/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
  731. package/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
  732. package/api/resources/hris/resources/benefits/client/Client.js +17 -12
  733. package/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
  734. package/api/resources/hris/resources/companies/client/Client.js +17 -12
  735. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
  736. package/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
  737. package/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
  738. package/api/resources/hris/resources/dependents/client/Client.js +17 -12
  739. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
  740. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
  741. package/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
  742. package/api/resources/hris/resources/employees/client/Client.js +41 -26
  743. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
  744. package/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
  745. package/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
  746. package/api/resources/hris/resources/employments/client/Client.js +17 -12
  747. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  748. package/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
  749. package/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
  750. package/api/resources/hris/resources/forceResync/client/Client.js +9 -6
  751. package/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
  752. package/api/resources/hris/resources/generateKey/client/Client.js +9 -4
  753. package/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
  754. package/api/resources/hris/resources/groups/client/Client.js +17 -12
  755. package/api/resources/hris/resources/index.d.ts +2 -1
  756. package/api/resources/hris/resources/index.js +3 -2
  757. package/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
  758. package/api/resources/hris/resources/issues/client/Client.js +17 -12
  759. package/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
  760. package/api/resources/hris/resources/linkToken/client/Client.js +9 -4
  761. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  762. package/api/resources/hris/resources/linkToken/index.d.ts +1 -0
  763. package/api/resources/hris/resources/linkToken/index.js +1 -0
  764. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  765. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  766. package/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  767. package/api/resources/hris/resources/linkToken/types/index.js +17 -0
  768. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
  769. package/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
  770. package/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
  771. package/api/resources/hris/resources/locations/client/Client.js +17 -12
  772. package/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
  773. package/api/resources/hris/resources/passthrough/client/Client.js +9 -4
  774. package/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
  775. package/api/resources/hris/resources/payGroups/client/Client.js +17 -12
  776. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
  777. package/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
  778. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
  779. package/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
  780. package/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
  781. package/api/resources/hris/resources/scopes/client/Client.js +25 -16
  782. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
  783. package/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
  784. package/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
  785. package/api/resources/hris/resources/teams/client/Client.js +17 -12
  786. package/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
  787. package/api/resources/hris/resources/timeOff/client/Client.js +33 -22
  788. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
  789. package/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
  790. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
  791. package/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
  792. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
  793. package/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
  794. package/api/resources/hris/types/AccountDetails.d.ts +1 -1
  795. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
  796. package/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  797. package/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
  798. package/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
  799. package/api/resources/hris/types/AccountDetailsCategory.js +5 -0
  800. package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  801. package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  802. package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  803. package/api/resources/hris/types/EventTypeEnum.js +1 -0
  804. package/api/resources/hris/types/index.d.ts +2 -0
  805. package/api/resources/hris/types/index.js +2 -0
  806. package/api/resources/ticketing/client/Client.d.ts +2 -0
  807. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
  808. package/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
  809. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
  810. package/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
  811. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
  812. package/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
  813. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
  814. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
  815. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
  816. package/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
  817. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
  818. package/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
  819. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  820. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
  821. package/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
  822. package/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
  823. package/api/resources/ticketing/resources/collections/client/Client.js +25 -18
  824. package/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
  825. package/api/resources/ticketing/resources/comments/client/Client.js +33 -22
  826. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
  827. package/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
  828. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
  829. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
  830. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
  831. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
  832. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
  833. package/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
  834. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
  835. package/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
  836. package/api/resources/ticketing/resources/index.d.ts +2 -1
  837. package/api/resources/ticketing/resources/index.js +3 -2
  838. package/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
  839. package/api/resources/ticketing/resources/issues/client/Client.js +17 -12
  840. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
  841. package/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
  842. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  843. package/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  844. package/api/resources/ticketing/resources/linkToken/index.js +1 -0
  845. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  846. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  847. package/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  848. package/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
  849. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
  850. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
  851. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
  852. package/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
  853. package/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
  854. package/api/resources/ticketing/resources/projects/client/Client.js +25 -18
  855. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
  856. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
  857. package/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
  858. package/api/resources/ticketing/resources/roles/client/Client.js +17 -12
  859. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
  860. package/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
  861. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
  862. package/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
  863. package/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
  864. package/api/resources/ticketing/resources/tags/client/Client.js +17 -12
  865. package/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
  866. package/api/resources/ticketing/resources/teams/client/Client.js +17 -12
  867. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
  868. package/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
  869. package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
  870. package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
  871. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  872. package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  873. package/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
  874. package/api/resources/ticketing/resources/users/client/Client.js +17 -12
  875. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
  876. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
  877. package/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
  878. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
  879. package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  880. package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
  881. package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  882. package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
  883. package/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
  884. package/api/resources/ticketing/types/AccountDetailsCategory.js +5 -0
  885. package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  886. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  887. package/api/resources/ticketing/types/Collection.d.ts +9 -8
  888. package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
  889. package/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
  890. package/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -0
  891. package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  892. package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  893. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +9 -0
  894. package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
  895. package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
  896. package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  897. package/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
  898. package/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
  899. package/api/resources/ticketing/types/Ticket.d.ts +9 -0
  900. package/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
  901. package/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
  902. package/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
  903. package/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
  904. package/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
  905. package/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
  906. package/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
  907. package/api/resources/ticketing/types/index.d.ts +10 -2
  908. package/api/resources/ticketing/types/index.js +10 -2
  909. package/core/fetcher/Fetcher.d.ts +2 -1
  910. package/core/fetcher/Fetcher.js +22 -9
  911. package/core/fetcher/Headers.d.ts +2 -0
  912. package/core/fetcher/Headers.js +84 -0
  913. package/core/fetcher/RawResponse.js +3 -2
  914. package/core/headers.d.ts +3 -0
  915. package/core/headers.js +29 -0
  916. package/core/index.d.ts +1 -1
  917. package/core/index.js +1 -1
  918. package/dist/Client.d.ts +3 -1
  919. package/dist/Client.js +44 -1
  920. package/dist/api/resources/accounting/client/Client.d.ts +5 -0
  921. package/dist/api/resources/accounting/client/Client.js +23 -18
  922. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
  923. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
  924. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
  925. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
  926. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
  927. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
  928. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
  929. package/dist/api/resources/accounting/resources/accounts/client/Client.js +37 -23
  930. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  931. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
  932. package/dist/api/resources/accounting/resources/addresses/client/Client.js +9 -6
  933. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
  934. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
  935. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
  936. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
  937. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
  938. package/dist/api/resources/accounting/resources/attachments/client/Client.js +33 -22
  939. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
  940. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
  941. package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  942. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
  943. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
  944. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
  945. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
  946. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
  947. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
  948. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
  949. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
  950. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
  951. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
  952. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
  953. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
  954. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
  955. package/dist/api/resources/accounting/resources/contacts/client/Client.js +45 -29
  956. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  957. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
  958. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
  959. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
  960. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
  961. package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
  962. package/dist/api/resources/accounting/resources/employees/client/Client.js +17 -12
  963. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
  964. package/dist/api/resources/accounting/resources/expenses/client/Client.js +57 -36
  965. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  966. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
  967. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
  968. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
  969. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
  970. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
  971. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
  972. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
  973. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
  974. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
  975. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
  976. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
  977. package/dist/api/resources/accounting/resources/index.d.ts +5 -1
  978. package/dist/api/resources/accounting/resources/index.js +6 -2
  979. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
  980. package/dist/api/resources/accounting/resources/invoices/client/Client.js +73 -46
  981. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  982. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
  983. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
  984. package/dist/api/resources/accounting/resources/issues/client/Client.js +17 -12
  985. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
  986. package/dist/api/resources/accounting/resources/items/client/Client.js +306 -12
  987. package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
  988. package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
  989. package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
  990. package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
  991. package/dist/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  992. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
  993. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
  994. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  995. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
  996. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
  997. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
  998. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  999. package/dist/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1000. package/dist/api/resources/accounting/resources/linkToken/index.js +1 -0
  1001. package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1002. package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1003. package/dist/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1004. package/dist/api/resources/accounting/resources/linkToken/types/index.js +17 -0
  1005. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
  1006. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
  1007. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
  1008. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
  1009. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
  1010. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
  1011. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
  1012. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
  1013. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
  1014. package/dist/api/resources/accounting/resources/payments/client/Client.js +73 -46
  1015. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  1016. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
  1017. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
  1018. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
  1019. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +59 -0
  1020. package/dist/api/resources/accounting/resources/projects/client/Client.js +230 -0
  1021. package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  1022. package/dist/api/resources/accounting/resources/projects/client/index.js +17 -0
  1023. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
  1024. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
  1025. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
  1026. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
  1027. package/dist/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
  1028. package/dist/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
  1029. package/dist/api/resources/accounting/resources/projects/index.d.ts +2 -0
  1030. package/dist/api/resources/accounting/resources/projects/index.js +18 -0
  1031. package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
  1032. package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
  1033. package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
  1034. package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
  1035. package/dist/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
  1036. package/dist/api/resources/accounting/resources/projects/types/index.js +18 -0
  1037. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
  1038. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
  1039. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  1040. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
  1041. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
  1042. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
  1043. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
  1044. package/dist/api/resources/accounting/resources/scopes/client/Client.js +25 -16
  1045. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
  1046. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
  1047. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
  1048. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
  1049. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
  1050. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
  1051. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
  1052. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
  1053. package/dist/api/resources/accounting/resources/transactions/client/Client.js +17 -12
  1054. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
  1055. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
  1056. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
  1057. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
  1058. package/dist/api/resources/accounting/types/AccountDetails.d.ts +1 -1
  1059. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
  1060. package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1061. package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
  1062. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1063. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
  1064. package/dist/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
  1065. package/dist/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
  1066. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  1067. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  1068. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
  1069. package/dist/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
  1070. package/dist/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
  1071. package/dist/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
  1072. package/dist/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
  1073. package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -0
  1074. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
  1075. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
  1076. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
  1077. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
  1078. package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  1079. package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
  1080. package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
  1081. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  1082. package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
  1083. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +1 -0
  1084. package/dist/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
  1085. package/dist/api/resources/accounting/types/ExpenseLineProject.js +5 -0
  1086. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
  1087. package/dist/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
  1088. package/dist/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
  1089. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1090. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1091. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -0
  1092. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
  1093. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
  1094. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
  1095. package/dist/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
  1096. package/dist/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
  1097. package/dist/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
  1098. package/dist/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
  1099. package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +3 -0
  1100. package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
  1101. package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
  1102. package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
  1103. package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
  1104. package/dist/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
  1105. package/dist/api/resources/accounting/types/ItemRequestRequest.js +5 -0
  1106. package/dist/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
  1107. package/dist/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
  1108. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
  1109. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
  1110. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
  1111. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
  1112. package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
  1113. package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
  1114. package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
  1115. package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
  1116. package/dist/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1117. package/dist/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
  1118. package/dist/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
  1119. package/dist/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
  1120. package/dist/api/resources/accounting/types/ItemResponse.d.ts +10 -0
  1121. package/dist/api/resources/accounting/types/ItemResponse.js +5 -0
  1122. package/dist/api/resources/accounting/types/JournalLine.d.ts +1 -0
  1123. package/dist/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
  1124. package/dist/api/resources/accounting/types/JournalLineProject.js +5 -0
  1125. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  1126. package/dist/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
  1127. package/dist/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
  1128. package/dist/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
  1129. package/dist/api/resources/accounting/types/PaginatedProjectList.js +5 -0
  1130. package/dist/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
  1131. package/dist/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
  1132. package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1133. package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
  1134. package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
  1135. package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
  1136. package/dist/api/resources/accounting/types/Project.d.ts +32 -0
  1137. package/dist/api/resources/accounting/types/Project.js +5 -0
  1138. package/dist/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
  1139. package/dist/api/resources/accounting/types/ProjectCompany.js +5 -0
  1140. package/dist/api/resources/accounting/types/ProjectContact.d.ts +8 -0
  1141. package/dist/api/resources/accounting/types/ProjectContact.js +5 -0
  1142. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1143. package/dist/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  1144. package/dist/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
  1145. package/dist/api/resources/accounting/types/SyncStatusStatus.js +5 -0
  1146. package/dist/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
  1147. package/dist/api/resources/accounting/types/Type2BbEnum.js +12 -0
  1148. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  1149. package/dist/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
  1150. package/dist/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
  1151. package/dist/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
  1152. package/dist/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
  1153. package/dist/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -0
  1154. package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
  1155. package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
  1156. package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
  1157. package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
  1158. package/dist/api/resources/accounting/types/index.d.ts +39 -0
  1159. package/dist/api/resources/accounting/types/index.js +39 -0
  1160. package/dist/api/resources/ats/client/Client.d.ts +2 -0
  1161. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
  1162. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
  1163. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
  1164. package/dist/api/resources/ats/resources/accountToken/client/Client.js +9 -6
  1165. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
  1166. package/dist/api/resources/ats/resources/activities/client/Client.js +33 -22
  1167. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
  1168. package/dist/api/resources/ats/resources/applications/client/Client.js +41 -26
  1169. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1170. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
  1171. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
  1172. package/dist/api/resources/ats/resources/attachments/client/Client.js +33 -22
  1173. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
  1174. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
  1175. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1176. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
  1177. package/dist/api/resources/ats/resources/availableActions/client/Client.js +9 -6
  1178. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
  1179. package/dist/api/resources/ats/resources/candidates/client/Client.js +57 -36
  1180. package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
  1181. package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  1182. package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
  1183. package/dist/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1184. package/dist/api/resources/ats/resources/candidates/types/index.js +1 -0
  1185. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
  1186. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
  1187. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
  1188. package/dist/api/resources/ats/resources/departments/client/Client.js +17 -12
  1189. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
  1190. package/dist/api/resources/ats/resources/eeocs/client/Client.js +17 -12
  1191. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  1192. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
  1193. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
  1194. package/dist/api/resources/ats/resources/forceResync/client/Client.js +9 -6
  1195. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
  1196. package/dist/api/resources/ats/resources/generateKey/client/Client.js +9 -4
  1197. package/dist/api/resources/ats/resources/index.d.ts +2 -1
  1198. package/dist/api/resources/ats/resources/index.js +3 -2
  1199. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
  1200. package/dist/api/resources/ats/resources/interviews/client/Client.js +33 -22
  1201. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
  1202. package/dist/api/resources/ats/resources/issues/client/Client.js +17 -12
  1203. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
  1204. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
  1205. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
  1206. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
  1207. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
  1208. package/dist/api/resources/ats/resources/jobs/client/Client.js +25 -18
  1209. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
  1210. package/dist/api/resources/ats/resources/linkToken/client/Client.js +9 -4
  1211. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1212. package/dist/api/resources/ats/resources/linkToken/index.d.ts +1 -0
  1213. package/dist/api/resources/ats/resources/linkToken/index.js +1 -0
  1214. package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1215. package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1216. package/dist/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1217. package/dist/api/resources/ats/resources/linkToken/types/index.js +17 -0
  1218. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
  1219. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
  1220. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
  1221. package/dist/api/resources/ats/resources/offers/client/Client.js +17 -12
  1222. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
  1223. package/dist/api/resources/ats/resources/offices/client/Client.js +17 -12
  1224. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
  1225. package/dist/api/resources/ats/resources/passthrough/client/Client.js +9 -4
  1226. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
  1227. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
  1228. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
  1229. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
  1230. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
  1231. package/dist/api/resources/ats/resources/scopes/client/Client.js +25 -16
  1232. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
  1233. package/dist/api/resources/ats/resources/scorecards/client/Client.js +17 -12
  1234. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
  1235. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
  1236. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
  1237. package/dist/api/resources/ats/resources/tags/client/Client.js +9 -6
  1238. package/dist/api/resources/ats/resources/users/client/Client.d.ts +3 -1
  1239. package/dist/api/resources/ats/resources/users/client/Client.js +17 -12
  1240. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
  1241. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
  1242. package/dist/api/resources/ats/types/AccountDetails.d.ts +1 -1
  1243. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
  1244. package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1245. package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
  1246. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1247. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
  1248. package/dist/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
  1249. package/dist/api/resources/ats/types/AccountDetailsCategory.js +5 -0
  1250. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  1251. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  1252. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +1 -0
  1253. package/dist/api/resources/ats/types/Job.d.ts +1 -1
  1254. package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
  1255. package/dist/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
  1256. package/dist/api/resources/ats/types/JobPostingStatus.js +5 -0
  1257. package/dist/api/resources/ats/types/JobType.d.ts +12 -0
  1258. package/dist/api/resources/ats/types/JobType.js +5 -0
  1259. package/dist/api/resources/ats/types/SyncStatus.d.ts +2 -2
  1260. package/dist/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
  1261. package/dist/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
  1262. package/dist/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
  1263. package/dist/api/resources/ats/types/SyncStatusStatus.js +5 -0
  1264. package/dist/api/resources/ats/types/index.d.ts +7 -0
  1265. package/dist/api/resources/ats/types/index.js +7 -0
  1266. package/dist/api/resources/crm/client/Client.d.ts +2 -0
  1267. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
  1268. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
  1269. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
  1270. package/dist/api/resources/crm/resources/accountToken/client/Client.js +9 -6
  1271. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
  1272. package/dist/api/resources/crm/resources/accounts/client/Client.js +61 -39
  1273. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  1274. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
  1275. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
  1276. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
  1277. package/dist/api/resources/crm/resources/associations/client/Client.js +17 -12
  1278. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1279. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
  1280. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
  1281. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
  1282. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1283. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
  1284. package/dist/api/resources/crm/resources/availableActions/client/Client.js +9 -6
  1285. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
  1286. package/dist/api/resources/crm/resources/contacts/client/Client.js +69 -43
  1287. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  1288. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
  1289. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
  1290. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
  1291. package/dist/api/resources/crm/resources/customObjects/client/Client.js +45 -29
  1292. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
  1293. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
  1294. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
  1295. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
  1296. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
  1297. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  1298. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
  1299. package/dist/api/resources/crm/resources/engagements/client/Client.js +61 -39
  1300. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  1301. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
  1302. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
  1303. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
  1304. package/dist/api/resources/crm/resources/forceResync/client/Client.js +9 -6
  1305. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
  1306. package/dist/api/resources/crm/resources/generateKey/client/Client.js +9 -4
  1307. package/dist/api/resources/crm/resources/index.d.ts +2 -1
  1308. package/dist/api/resources/crm/resources/index.js +3 -2
  1309. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
  1310. package/dist/api/resources/crm/resources/issues/client/Client.js +17 -12
  1311. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
  1312. package/dist/api/resources/crm/resources/leads/client/Client.js +45 -29
  1313. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  1314. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
  1315. package/dist/api/resources/crm/resources/linkToken/client/Client.js +9 -4
  1316. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1317. package/dist/api/resources/crm/resources/linkToken/index.d.ts +1 -0
  1318. package/dist/api/resources/crm/resources/linkToken/index.js +1 -0
  1319. package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1320. package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1321. package/dist/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1322. package/dist/api/resources/crm/resources/linkToken/types/index.js +17 -0
  1323. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
  1324. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
  1325. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
  1326. package/dist/api/resources/crm/resources/notes/client/Client.js +45 -29
  1327. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  1328. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
  1329. package/dist/api/resources/crm/resources/opportunities/client/Client.js +61 -39
  1330. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  1331. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
  1332. package/dist/api/resources/crm/resources/passthrough/client/Client.js +9 -4
  1333. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
  1334. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
  1335. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
  1336. package/dist/api/resources/crm/resources/scopes/client/Client.js +25 -16
  1337. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
  1338. package/dist/api/resources/crm/resources/stages/client/Client.js +29 -19
  1339. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  1340. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
  1341. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
  1342. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
  1343. package/dist/api/resources/crm/resources/tasks/client/Client.js +61 -39
  1344. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  1345. package/dist/api/resources/crm/resources/users/client/Client.d.ts +3 -1
  1346. package/dist/api/resources/crm/resources/users/client/Client.js +37 -23
  1347. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  1348. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
  1349. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
  1350. package/dist/api/resources/crm/types/AccountDetails.d.ts +1 -1
  1351. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
  1352. package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1353. package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
  1354. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1355. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
  1356. package/dist/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
  1357. package/dist/api/resources/crm/types/AccountDetailsCategory.js +5 -0
  1358. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  1359. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  1360. package/dist/api/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1361. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  1362. package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
  1363. package/dist/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +1 -1
  1364. package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  1365. package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
  1366. package/dist/api/resources/crm/types/SyncStatus.d.ts +1 -1
  1367. package/dist/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
  1368. package/dist/api/resources/crm/types/SyncStatusStatus.js +5 -0
  1369. package/dist/api/resources/crm/types/index.d.ts +5 -0
  1370. package/dist/api/resources/crm/types/index.js +5 -0
  1371. package/dist/api/resources/filestorage/client/Client.d.ts +2 -0
  1372. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
  1373. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
  1374. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
  1375. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
  1376. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1377. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
  1378. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
  1379. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
  1380. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1381. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
  1382. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
  1383. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
  1384. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
  1385. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
  1386. package/dist/api/resources/filestorage/resources/drives/client/Client.js +17 -12
  1387. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
  1388. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
  1389. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
  1390. package/dist/api/resources/filestorage/resources/files/client/Client.js +81 -44
  1391. package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
  1392. package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  1393. package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1394. package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
  1395. package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1396. package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
  1397. package/dist/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1398. package/dist/api/resources/filestorage/resources/files/types/index.js +2 -0
  1399. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
  1400. package/dist/api/resources/filestorage/resources/folders/client/Client.js +33 -22
  1401. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
  1402. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
  1403. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
  1404. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
  1405. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
  1406. package/dist/api/resources/filestorage/resources/groups/client/Client.js +17 -12
  1407. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
  1408. package/dist/api/resources/filestorage/resources/issues/client/Client.js +17 -12
  1409. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
  1410. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
  1411. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
  1412. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
  1413. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
  1414. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
  1415. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
  1416. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
  1417. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
  1418. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
  1419. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
  1420. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
  1421. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
  1422. package/dist/api/resources/filestorage/resources/users/client/Client.js +17 -12
  1423. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
  1424. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
  1425. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1426. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  1427. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  1428. package/dist/api/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1429. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  1430. package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  1431. package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -0
  1432. package/dist/api/resources/filestorage/types/File_.d.ts +2 -0
  1433. package/dist/api/resources/hris/client/Client.d.ts +2 -0
  1434. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
  1435. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
  1436. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
  1437. package/dist/api/resources/hris/resources/accountToken/client/Client.js +9 -6
  1438. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1439. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
  1440. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
  1441. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
  1442. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1443. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
  1444. package/dist/api/resources/hris/resources/availableActions/client/Client.js +9 -6
  1445. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
  1446. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
  1447. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
  1448. package/dist/api/resources/hris/resources/benefits/client/Client.js +17 -12
  1449. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
  1450. package/dist/api/resources/hris/resources/companies/client/Client.js +17 -12
  1451. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
  1452. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
  1453. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
  1454. package/dist/api/resources/hris/resources/dependents/client/Client.js +17 -12
  1455. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
  1456. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
  1457. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
  1458. package/dist/api/resources/hris/resources/employees/client/Client.js +41 -26
  1459. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
  1460. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
  1461. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
  1462. package/dist/api/resources/hris/resources/employments/client/Client.js +17 -12
  1463. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  1464. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
  1465. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
  1466. package/dist/api/resources/hris/resources/forceResync/client/Client.js +9 -6
  1467. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
  1468. package/dist/api/resources/hris/resources/generateKey/client/Client.js +9 -4
  1469. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
  1470. package/dist/api/resources/hris/resources/groups/client/Client.js +17 -12
  1471. package/dist/api/resources/hris/resources/index.d.ts +2 -1
  1472. package/dist/api/resources/hris/resources/index.js +3 -2
  1473. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
  1474. package/dist/api/resources/hris/resources/issues/client/Client.js +17 -12
  1475. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
  1476. package/dist/api/resources/hris/resources/linkToken/client/Client.js +9 -4
  1477. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1478. package/dist/api/resources/hris/resources/linkToken/index.d.ts +1 -0
  1479. package/dist/api/resources/hris/resources/linkToken/index.js +1 -0
  1480. package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1481. package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1482. package/dist/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1483. package/dist/api/resources/hris/resources/linkToken/types/index.js +17 -0
  1484. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
  1485. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
  1486. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
  1487. package/dist/api/resources/hris/resources/locations/client/Client.js +17 -12
  1488. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
  1489. package/dist/api/resources/hris/resources/passthrough/client/Client.js +9 -4
  1490. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
  1491. package/dist/api/resources/hris/resources/payGroups/client/Client.js +17 -12
  1492. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
  1493. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
  1494. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
  1495. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
  1496. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
  1497. package/dist/api/resources/hris/resources/scopes/client/Client.js +25 -16
  1498. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
  1499. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
  1500. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
  1501. package/dist/api/resources/hris/resources/teams/client/Client.js +17 -12
  1502. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
  1503. package/dist/api/resources/hris/resources/timeOff/client/Client.js +33 -22
  1504. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
  1505. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
  1506. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
  1507. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
  1508. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
  1509. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
  1510. package/dist/api/resources/hris/types/AccountDetails.d.ts +1 -1
  1511. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
  1512. package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1513. package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
  1514. package/dist/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
  1515. package/dist/api/resources/hris/types/AccountDetailsCategory.js +5 -0
  1516. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  1517. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  1518. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  1519. package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
  1520. package/dist/api/resources/hris/types/index.d.ts +2 -0
  1521. package/dist/api/resources/hris/types/index.js +2 -0
  1522. package/dist/api/resources/ticketing/client/Client.d.ts +2 -0
  1523. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
  1524. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
  1525. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
  1526. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
  1527. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
  1528. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
  1529. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1530. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
  1531. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
  1532. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
  1533. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
  1534. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
  1535. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1536. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
  1537. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
  1538. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
  1539. package/dist/api/resources/ticketing/resources/collections/client/Client.js +25 -18
  1540. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
  1541. package/dist/api/resources/ticketing/resources/comments/client/Client.js +33 -22
  1542. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
  1543. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
  1544. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
  1545. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
  1546. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
  1547. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
  1548. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
  1549. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
  1550. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
  1551. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
  1552. package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
  1553. package/dist/api/resources/ticketing/resources/index.js +3 -2
  1554. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
  1555. package/dist/api/resources/ticketing/resources/issues/client/Client.js +17 -12
  1556. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
  1557. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
  1558. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1559. package/dist/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1560. package/dist/api/resources/ticketing/resources/linkToken/index.js +1 -0
  1561. package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1562. package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1563. package/dist/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1564. package/dist/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1565. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
  1566. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
  1567. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
  1568. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
  1569. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
  1570. package/dist/api/resources/ticketing/resources/projects/client/Client.js +25 -18
  1571. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
  1572. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
  1573. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
  1574. package/dist/api/resources/ticketing/resources/roles/client/Client.js +17 -12
  1575. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
  1576. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
  1577. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
  1578. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
  1579. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
  1580. package/dist/api/resources/ticketing/resources/tags/client/Client.js +17 -12
  1581. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
  1582. package/dist/api/resources/ticketing/resources/teams/client/Client.js +17 -12
  1583. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
  1584. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
  1585. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
  1586. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
  1587. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  1588. package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  1589. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
  1590. package/dist/api/resources/ticketing/resources/users/client/Client.js +17 -12
  1591. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
  1592. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
  1593. package/dist/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
  1594. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
  1595. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1596. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
  1597. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1598. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
  1599. package/dist/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
  1600. package/dist/api/resources/ticketing/types/AccountDetailsCategory.js +5 -0
  1601. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  1602. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  1603. package/dist/api/resources/ticketing/types/Collection.d.ts +9 -8
  1604. package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
  1605. package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
  1606. package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -0
  1607. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  1608. package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  1609. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +9 -0
  1610. package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
  1611. package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
  1612. package/dist/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  1613. package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
  1614. package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
  1615. package/dist/api/resources/ticketing/types/Ticket.d.ts +9 -0
  1616. package/dist/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
  1617. package/dist/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
  1618. package/dist/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
  1619. package/dist/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
  1620. package/dist/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
  1621. package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
  1622. package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
  1623. package/dist/api/resources/ticketing/types/index.d.ts +10 -2
  1624. package/dist/api/resources/ticketing/types/index.js +10 -2
  1625. package/dist/core/fetcher/Fetcher.d.ts +2 -1
  1626. package/dist/core/fetcher/Fetcher.js +22 -9
  1627. package/dist/core/fetcher/Headers.d.ts +2 -0
  1628. package/dist/core/fetcher/Headers.js +84 -0
  1629. package/dist/core/fetcher/RawResponse.js +3 -2
  1630. package/dist/core/headers.d.ts +3 -0
  1631. package/dist/core/headers.js +29 -0
  1632. package/dist/core/index.d.ts +1 -1
  1633. package/dist/core/index.js +1 -1
  1634. package/dist/errors/MergeError.d.ts +4 -1
  1635. package/dist/errors/MergeError.js +4 -7
  1636. package/dist/serialization/resources/accounting/resources/index.d.ts +5 -1
  1637. package/dist/serialization/resources/accounting/resources/index.js +6 -2
  1638. package/dist/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
  1639. package/dist/serialization/resources/accounting/resources/items/client/index.js +17 -0
  1640. package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
  1641. package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
  1642. package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
  1643. package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
  1644. package/dist/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  1645. package/dist/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
  1646. package/dist/serialization/resources/accounting/resources/items/index.d.ts +1 -0
  1647. package/dist/serialization/resources/accounting/resources/items/index.js +1 -0
  1648. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1649. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1650. package/dist/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1651. package/dist/serialization/resources/accounting/resources/linkToken/index.js +1 -0
  1652. package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1653. package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1654. package/dist/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1655. package/dist/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
  1656. package/dist/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
  1657. package/dist/serialization/resources/accounting/resources/projects/index.js +17 -0
  1658. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
  1659. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
  1660. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
  1661. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
  1662. package/dist/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
  1663. package/dist/serialization/resources/accounting/resources/projects/types/index.js +18 -0
  1664. package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
  1665. package/dist/serialization/resources/accounting/types/AccountDetails.js +2 -2
  1666. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
  1667. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
  1668. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1669. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
  1670. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1671. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
  1672. package/dist/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
  1673. package/dist/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
  1674. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
  1675. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
  1676. package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
  1677. package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
  1678. package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
  1679. package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
  1680. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
  1681. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
  1682. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
  1683. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
  1684. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
  1685. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
  1686. package/dist/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  1687. package/dist/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  1688. package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
  1689. package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
  1690. package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1691. package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  1692. package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
  1693. package/dist/serialization/resources/accounting/types/ExpenseLine.js +2 -0
  1694. package/dist/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
  1695. package/dist/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
  1696. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  1697. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
  1698. package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
  1699. package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
  1700. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1701. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  1702. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1703. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  1704. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
  1705. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
  1706. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
  1707. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
  1708. package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
  1709. package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  1710. package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
  1711. package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
  1712. package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
  1713. package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
  1714. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  1715. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  1716. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
  1717. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
  1718. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
  1719. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
  1720. package/dist/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
  1721. package/dist/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
  1722. package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
  1723. package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
  1724. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
  1725. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
  1726. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
  1727. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
  1728. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
  1729. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
  1730. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
  1731. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
  1732. package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1733. package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
  1734. package/dist/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
  1735. package/dist/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
  1736. package/dist/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
  1737. package/dist/serialization/resources/accounting/types/ItemResponse.js +50 -0
  1738. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  1739. package/dist/serialization/resources/accounting/types/JournalLine.js +2 -0
  1740. package/dist/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
  1741. package/dist/serialization/resources/accounting/types/JournalLineProject.js +42 -0
  1742. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  1743. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
  1744. package/dist/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
  1745. package/dist/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
  1746. package/dist/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
  1747. package/dist/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
  1748. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
  1749. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
  1750. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1751. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
  1752. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
  1753. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
  1754. package/dist/serialization/resources/accounting/types/Project.d.ts +24 -0
  1755. package/dist/serialization/resources/accounting/types/Project.js +55 -0
  1756. package/dist/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
  1757. package/dist/serialization/resources/accounting/types/ProjectCompany.js +42 -0
  1758. package/dist/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
  1759. package/dist/serialization/resources/accounting/types/ProjectContact.js +42 -0
  1760. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1761. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
  1762. package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  1763. package/dist/serialization/resources/accounting/types/SyncStatus.js +2 -2
  1764. package/dist/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
  1765. package/dist/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
  1766. package/dist/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
  1767. package/dist/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
  1768. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
  1769. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
  1770. package/dist/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
  1771. package/dist/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
  1772. package/dist/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
  1773. package/dist/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
  1774. package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
  1775. package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
  1776. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
  1777. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
  1778. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
  1779. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
  1780. package/dist/serialization/resources/accounting/types/index.d.ts +39 -0
  1781. package/dist/serialization/resources/accounting/types/index.js +39 -0
  1782. package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
  1783. package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
  1784. package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1785. package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
  1786. package/dist/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1787. package/dist/serialization/resources/ats/resources/candidates/types/index.js +1 -0
  1788. package/dist/serialization/resources/ats/resources/index.d.ts +2 -1
  1789. package/dist/serialization/resources/ats/resources/index.js +3 -2
  1790. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1791. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1792. package/dist/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
  1793. package/dist/serialization/resources/ats/resources/linkToken/index.js +1 -0
  1794. package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1795. package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1796. package/dist/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1797. package/dist/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
  1798. package/dist/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
  1799. package/dist/serialization/resources/ats/types/AccountDetails.js +2 -2
  1800. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
  1801. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
  1802. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1803. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
  1804. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1805. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
  1806. package/dist/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
  1807. package/dist/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
  1808. package/dist/serialization/resources/ats/types/Job.d.ts +2 -2
  1809. package/dist/serialization/resources/ats/types/Job.js +2 -2
  1810. package/dist/serialization/resources/ats/types/JobPosting.d.ts +2 -2
  1811. package/dist/serialization/resources/ats/types/JobPosting.js +2 -2
  1812. package/dist/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
  1813. package/dist/serialization/resources/ats/types/JobPostingStatus.js +42 -0
  1814. package/dist/serialization/resources/ats/types/JobType.d.ts +11 -0
  1815. package/dist/serialization/resources/ats/types/JobType.js +42 -0
  1816. package/dist/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
  1817. package/dist/serialization/resources/ats/types/SyncStatus.js +4 -4
  1818. package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
  1819. package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
  1820. package/dist/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
  1821. package/dist/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
  1822. package/dist/serialization/resources/ats/types/index.d.ts +7 -0
  1823. package/dist/serialization/resources/ats/types/index.js +7 -0
  1824. package/dist/serialization/resources/crm/resources/index.d.ts +2 -1
  1825. package/dist/serialization/resources/crm/resources/index.js +3 -2
  1826. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1827. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1828. package/dist/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
  1829. package/dist/serialization/resources/crm/resources/linkToken/index.js +1 -0
  1830. package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1831. package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1832. package/dist/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1833. package/dist/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
  1834. package/dist/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
  1835. package/dist/serialization/resources/crm/types/AccountDetails.js +2 -2
  1836. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
  1837. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
  1838. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1839. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
  1840. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1841. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
  1842. package/dist/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
  1843. package/dist/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
  1844. package/dist/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1845. package/dist/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
  1846. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1847. package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1848. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
  1849. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
  1850. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1851. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
  1852. package/dist/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
  1853. package/dist/serialization/resources/crm/types/SyncStatus.js +2 -2
  1854. package/dist/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
  1855. package/dist/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
  1856. package/dist/serialization/resources/crm/types/index.d.ts +5 -0
  1857. package/dist/serialization/resources/crm/types/index.js +5 -0
  1858. package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1859. package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
  1860. package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1861. package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
  1862. package/dist/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1863. package/dist/serialization/resources/filestorage/resources/files/types/index.js +2 -0
  1864. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1865. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1866. package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1867. package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
  1868. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1869. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1870. package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
  1871. package/dist/serialization/resources/filestorage/types/FileRequest.js +1 -0
  1872. package/dist/serialization/resources/filestorage/types/File_.d.ts +1 -0
  1873. package/dist/serialization/resources/filestorage/types/File_.js +1 -0
  1874. package/dist/serialization/resources/hris/resources/index.d.ts +2 -1
  1875. package/dist/serialization/resources/hris/resources/index.js +3 -2
  1876. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1877. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1878. package/dist/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
  1879. package/dist/serialization/resources/hris/resources/linkToken/index.js +1 -0
  1880. package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1881. package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1882. package/dist/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1883. package/dist/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
  1884. package/dist/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
  1885. package/dist/serialization/resources/hris/types/AccountDetails.js +2 -2
  1886. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
  1887. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
  1888. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1889. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
  1890. package/dist/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
  1891. package/dist/serialization/resources/hris/types/AccountDetailsCategory.js +42 -0
  1892. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1893. package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1894. package/dist/serialization/resources/hris/types/index.d.ts +2 -0
  1895. package/dist/serialization/resources/hris/types/index.js +2 -0
  1896. package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -1
  1897. package/dist/serialization/resources/ticketing/resources/index.js +3 -2
  1898. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1899. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1900. package/dist/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1901. package/dist/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
  1902. package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1903. package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1904. package/dist/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1905. package/dist/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1906. package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
  1907. package/dist/serialization/resources/ticketing/types/AccountDetails.js +2 -2
  1908. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
  1909. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
  1910. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1911. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
  1912. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1913. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
  1914. package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
  1915. package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
  1916. package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -2
  1917. package/dist/serialization/resources/ticketing/types/Collection.js +2 -2
  1918. package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
  1919. package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
  1920. package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
  1921. package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -0
  1922. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1923. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1924. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1925. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1926. package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
  1927. package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
  1928. package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  1929. package/dist/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  1930. package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
  1931. package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
  1932. package/dist/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
  1933. package/dist/serialization/resources/ticketing/types/Ticket.js +2 -0
  1934. package/dist/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
  1935. package/dist/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
  1936. package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
  1937. package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
  1938. package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
  1939. package/dist/serialization/resources/ticketing/types/TicketRequest.js +2 -0
  1940. package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
  1941. package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
  1942. package/dist/serialization/resources/ticketing/types/index.d.ts +10 -2
  1943. package/dist/serialization/resources/ticketing/types/index.js +10 -2
  1944. package/dist/version.d.ts +1 -1
  1945. package/dist/version.js +1 -1
  1946. package/errors/MergeError.d.ts +4 -1
  1947. package/errors/MergeError.js +4 -7
  1948. package/jest.config.mjs +1 -0
  1949. package/package.json +7 -3
  1950. package/reference.md +403 -3
  1951. package/scripts/rename-to-esm-files.js +10 -2
  1952. package/serialization/resources/accounting/resources/index.d.ts +5 -1
  1953. package/serialization/resources/accounting/resources/index.js +6 -2
  1954. package/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
  1955. package/serialization/resources/accounting/resources/items/client/index.js +17 -0
  1956. package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
  1957. package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
  1958. package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
  1959. package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
  1960. package/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  1961. package/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
  1962. package/serialization/resources/accounting/resources/items/index.d.ts +1 -0
  1963. package/serialization/resources/accounting/resources/items/index.js +1 -0
  1964. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1965. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1966. package/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1967. package/serialization/resources/accounting/resources/linkToken/index.js +1 -0
  1968. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1969. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1970. package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1971. package/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
  1972. package/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
  1973. package/serialization/resources/accounting/resources/projects/index.js +17 -0
  1974. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
  1975. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
  1976. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
  1977. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
  1978. package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
  1979. package/serialization/resources/accounting/resources/projects/types/index.js +18 -0
  1980. package/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
  1981. package/serialization/resources/accounting/types/AccountDetails.js +2 -2
  1982. package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
  1983. package/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
  1984. package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1985. package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
  1986. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1987. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
  1988. package/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
  1989. package/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
  1990. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
  1991. package/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
  1992. package/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
  1993. package/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
  1994. package/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
  1995. package/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
  1996. package/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
  1997. package/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
  1998. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
  1999. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
  2000. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
  2001. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
  2002. package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  2003. package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  2004. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
  2005. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
  2006. package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  2007. package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  2008. package/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
  2009. package/serialization/resources/accounting/types/ExpenseLine.js +2 -0
  2010. package/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
  2011. package/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
  2012. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  2013. package/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
  2014. package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
  2015. package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
  2016. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  2017. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  2018. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  2019. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  2020. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
  2021. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
  2022. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
  2023. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
  2024. package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
  2025. package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  2026. package/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
  2027. package/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
  2028. package/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
  2029. package/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
  2030. package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  2031. package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  2032. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
  2033. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
  2034. package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
  2035. package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
  2036. package/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
  2037. package/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
  2038. package/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
  2039. package/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
  2040. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
  2041. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
  2042. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
  2043. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
  2044. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
  2045. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
  2046. package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
  2047. package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
  2048. package/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  2049. package/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
  2050. package/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
  2051. package/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
  2052. package/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
  2053. package/serialization/resources/accounting/types/ItemResponse.js +50 -0
  2054. package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  2055. package/serialization/resources/accounting/types/JournalLine.js +2 -0
  2056. package/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
  2057. package/serialization/resources/accounting/types/JournalLineProject.js +42 -0
  2058. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  2059. package/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
  2060. package/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
  2061. package/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
  2062. package/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
  2063. package/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
  2064. package/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
  2065. package/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
  2066. package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  2067. package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
  2068. package/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
  2069. package/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
  2070. package/serialization/resources/accounting/types/Project.d.ts +24 -0
  2071. package/serialization/resources/accounting/types/Project.js +55 -0
  2072. package/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
  2073. package/serialization/resources/accounting/types/ProjectCompany.js +42 -0
  2074. package/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
  2075. package/serialization/resources/accounting/types/ProjectContact.js +42 -0
  2076. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  2077. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
  2078. package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  2079. package/serialization/resources/accounting/types/SyncStatus.js +2 -2
  2080. package/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
  2081. package/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
  2082. package/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
  2083. package/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
  2084. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
  2085. package/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
  2086. package/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
  2087. package/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
  2088. package/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
  2089. package/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
  2090. package/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
  2091. package/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
  2092. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
  2093. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
  2094. package/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
  2095. package/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
  2096. package/serialization/resources/accounting/types/index.d.ts +39 -0
  2097. package/serialization/resources/accounting/types/index.js +39 -0
  2098. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
  2099. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
  2100. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  2101. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
  2102. package/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
  2103. package/serialization/resources/ats/resources/candidates/types/index.js +1 -0
  2104. package/serialization/resources/ats/resources/index.d.ts +2 -1
  2105. package/serialization/resources/ats/resources/index.js +3 -2
  2106. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  2107. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  2108. package/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
  2109. package/serialization/resources/ats/resources/linkToken/index.js +1 -0
  2110. package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  2111. package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  2112. package/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  2113. package/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
  2114. package/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
  2115. package/serialization/resources/ats/types/AccountDetails.js +2 -2
  2116. package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
  2117. package/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
  2118. package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  2119. package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
  2120. package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  2121. package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
  2122. package/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
  2123. package/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
  2124. package/serialization/resources/ats/types/Job.d.ts +2 -2
  2125. package/serialization/resources/ats/types/Job.js +2 -2
  2126. package/serialization/resources/ats/types/JobPosting.d.ts +2 -2
  2127. package/serialization/resources/ats/types/JobPosting.js +2 -2
  2128. package/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
  2129. package/serialization/resources/ats/types/JobPostingStatus.js +42 -0
  2130. package/serialization/resources/ats/types/JobType.d.ts +11 -0
  2131. package/serialization/resources/ats/types/JobType.js +42 -0
  2132. package/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
  2133. package/serialization/resources/ats/types/SyncStatus.js +4 -4
  2134. package/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
  2135. package/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
  2136. package/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
  2137. package/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
  2138. package/serialization/resources/ats/types/index.d.ts +7 -0
  2139. package/serialization/resources/ats/types/index.js +7 -0
  2140. package/serialization/resources/crm/resources/index.d.ts +2 -1
  2141. package/serialization/resources/crm/resources/index.js +3 -2
  2142. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  2143. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  2144. package/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
  2145. package/serialization/resources/crm/resources/linkToken/index.js +1 -0
  2146. package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  2147. package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  2148. package/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  2149. package/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
  2150. package/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
  2151. package/serialization/resources/crm/types/AccountDetails.js +2 -2
  2152. package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
  2153. package/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
  2154. package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  2155. package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
  2156. package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  2157. package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
  2158. package/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
  2159. package/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
  2160. package/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  2161. package/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
  2162. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  2163. package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  2164. package/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
  2165. package/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
  2166. package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  2167. package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
  2168. package/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
  2169. package/serialization/resources/crm/types/SyncStatus.js +2 -2
  2170. package/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
  2171. package/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
  2172. package/serialization/resources/crm/types/index.d.ts +5 -0
  2173. package/serialization/resources/crm/types/index.js +5 -0
  2174. package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  2175. package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
  2176. package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  2177. package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
  2178. package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
  2179. package/serialization/resources/filestorage/resources/files/types/index.js +2 -0
  2180. package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  2181. package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  2182. package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  2183. package/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
  2184. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  2185. package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  2186. package/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
  2187. package/serialization/resources/filestorage/types/FileRequest.js +1 -0
  2188. package/serialization/resources/filestorage/types/File_.d.ts +1 -0
  2189. package/serialization/resources/filestorage/types/File_.js +1 -0
  2190. package/serialization/resources/hris/resources/index.d.ts +2 -1
  2191. package/serialization/resources/hris/resources/index.js +3 -2
  2192. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  2193. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  2194. package/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
  2195. package/serialization/resources/hris/resources/linkToken/index.js +1 -0
  2196. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  2197. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  2198. package/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  2199. package/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
  2200. package/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
  2201. package/serialization/resources/hris/types/AccountDetails.js +2 -2
  2202. package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
  2203. package/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
  2204. package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  2205. package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
  2206. package/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
  2207. package/serialization/resources/hris/types/AccountDetailsCategory.js +42 -0
  2208. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  2209. package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  2210. package/serialization/resources/hris/types/index.d.ts +2 -0
  2211. package/serialization/resources/hris/types/index.js +2 -0
  2212. package/serialization/resources/ticketing/resources/index.d.ts +2 -1
  2213. package/serialization/resources/ticketing/resources/index.js +3 -2
  2214. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  2215. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  2216. package/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  2217. package/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
  2218. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  2219. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  2220. package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  2221. package/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
  2222. package/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
  2223. package/serialization/resources/ticketing/types/AccountDetails.js +2 -2
  2224. package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
  2225. package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
  2226. package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  2227. package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
  2228. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  2229. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
  2230. package/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
  2231. package/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
  2232. package/serialization/resources/ticketing/types/Collection.d.ts +2 -2
  2233. package/serialization/resources/ticketing/types/Collection.js +2 -2
  2234. package/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
  2235. package/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
  2236. package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
  2237. package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -0
  2238. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  2239. package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  2240. package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  2241. package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  2242. package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
  2243. package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
  2244. package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  2245. package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  2246. package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
  2247. package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
  2248. package/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
  2249. package/serialization/resources/ticketing/types/Ticket.js +2 -0
  2250. package/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
  2251. package/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
  2252. package/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
  2253. package/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
  2254. package/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
  2255. package/serialization/resources/ticketing/types/TicketRequest.js +2 -0
  2256. package/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
  2257. package/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
  2258. package/serialization/resources/ticketing/types/index.d.ts +10 -2
  2259. package/serialization/resources/ticketing/types/index.js +10 -2
  2260. package/version.d.ts +1 -1
  2261. package/version.js +1 -1
  2262. package/dist/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
  2263. package/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
@@ -0,0 +1,1289 @@
1
+ types:
2
+ PurchaseOrdersListRequestExpand:
3
+ enum:
4
+ - accounting_period
5
+ - value: accounting_period,payment_term
6
+ name: AccountingPeriodPaymentTerm
7
+ - company
8
+ - value: company,accounting_period
9
+ name: CompanyAccountingPeriod
10
+ - value: company,accounting_period,payment_term
11
+ name: CompanyAccountingPeriodPaymentTerm
12
+ - value: company,payment_term
13
+ name: CompanyPaymentTerm
14
+ - delivery_address
15
+ - value: delivery_address,accounting_period
16
+ name: DeliveryAddressAccountingPeriod
17
+ - value: delivery_address,accounting_period,payment_term
18
+ name: DeliveryAddressAccountingPeriodPaymentTerm
19
+ - value: delivery_address,company
20
+ name: DeliveryAddressCompany
21
+ - value: delivery_address,company,accounting_period
22
+ name: DeliveryAddressCompanyAccountingPeriod
23
+ - value: delivery_address,company,accounting_period,payment_term
24
+ name: DeliveryAddressCompanyAccountingPeriodPaymentTerm
25
+ - value: delivery_address,company,payment_term
26
+ name: DeliveryAddressCompanyPaymentTerm
27
+ - value: delivery_address,payment_term
28
+ name: DeliveryAddressPaymentTerm
29
+ - value: delivery_address,vendor
30
+ name: DeliveryAddressVendor
31
+ - value: delivery_address,vendor,accounting_period
32
+ name: DeliveryAddressVendorAccountingPeriod
33
+ - value: delivery_address,vendor,accounting_period,payment_term
34
+ name: DeliveryAddressVendorAccountingPeriodPaymentTerm
35
+ - value: delivery_address,vendor,company
36
+ name: DeliveryAddressVendorCompany
37
+ - value: delivery_address,vendor,company,accounting_period
38
+ name: DeliveryAddressVendorCompanyAccountingPeriod
39
+ - value: delivery_address,vendor,company,accounting_period,payment_term
40
+ name: DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
41
+ - value: delivery_address,vendor,company,payment_term
42
+ name: DeliveryAddressVendorCompanyPaymentTerm
43
+ - value: delivery_address,vendor,payment_term
44
+ name: DeliveryAddressVendorPaymentTerm
45
+ - line_items
46
+ - value: line_items,accounting_period
47
+ name: LineItemsAccountingPeriod
48
+ - value: line_items,accounting_period,payment_term
49
+ name: LineItemsAccountingPeriodPaymentTerm
50
+ - value: line_items,company
51
+ name: LineItemsCompany
52
+ - value: line_items,company,accounting_period
53
+ name: LineItemsCompanyAccountingPeriod
54
+ - value: line_items,company,accounting_period,payment_term
55
+ name: LineItemsCompanyAccountingPeriodPaymentTerm
56
+ - value: line_items,company,payment_term
57
+ name: LineItemsCompanyPaymentTerm
58
+ - value: line_items,delivery_address
59
+ name: LineItemsDeliveryAddress
60
+ - value: line_items,delivery_address,accounting_period
61
+ name: LineItemsDeliveryAddressAccountingPeriod
62
+ - value: line_items,delivery_address,accounting_period,payment_term
63
+ name: LineItemsDeliveryAddressAccountingPeriodPaymentTerm
64
+ - value: line_items,delivery_address,company
65
+ name: LineItemsDeliveryAddressCompany
66
+ - value: line_items,delivery_address,company,accounting_period
67
+ name: LineItemsDeliveryAddressCompanyAccountingPeriod
68
+ - value: line_items,delivery_address,company,accounting_period,payment_term
69
+ name: LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm
70
+ - value: line_items,delivery_address,company,payment_term
71
+ name: LineItemsDeliveryAddressCompanyPaymentTerm
72
+ - value: line_items,delivery_address,payment_term
73
+ name: LineItemsDeliveryAddressPaymentTerm
74
+ - value: line_items,delivery_address,vendor
75
+ name: LineItemsDeliveryAddressVendor
76
+ - value: line_items,delivery_address,vendor,accounting_period
77
+ name: LineItemsDeliveryAddressVendorAccountingPeriod
78
+ - value: line_items,delivery_address,vendor,accounting_period,payment_term
79
+ name: LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm
80
+ - value: line_items,delivery_address,vendor,company
81
+ name: LineItemsDeliveryAddressVendorCompany
82
+ - value: line_items,delivery_address,vendor,company,accounting_period
83
+ name: LineItemsDeliveryAddressVendorCompanyAccountingPeriod
84
+ - value: >-
85
+ line_items,delivery_address,vendor,company,accounting_period,payment_term
86
+ name: LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
87
+ - value: line_items,delivery_address,vendor,company,payment_term
88
+ name: LineItemsDeliveryAddressVendorCompanyPaymentTerm
89
+ - value: line_items,delivery_address,vendor,payment_term
90
+ name: LineItemsDeliveryAddressVendorPaymentTerm
91
+ - value: line_items,payment_term
92
+ name: LineItemsPaymentTerm
93
+ - value: line_items,tracking_categories
94
+ name: LineItemsTrackingCategories
95
+ - value: line_items,tracking_categories,accounting_period
96
+ name: LineItemsTrackingCategoriesAccountingPeriod
97
+ - value: line_items,tracking_categories,accounting_period,payment_term
98
+ name: LineItemsTrackingCategoriesAccountingPeriodPaymentTerm
99
+ - value: line_items,tracking_categories,company
100
+ name: LineItemsTrackingCategoriesCompany
101
+ - value: line_items,tracking_categories,company,accounting_period
102
+ name: LineItemsTrackingCategoriesCompanyAccountingPeriod
103
+ - value: line_items,tracking_categories,company,accounting_period,payment_term
104
+ name: LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm
105
+ - value: line_items,tracking_categories,company,payment_term
106
+ name: LineItemsTrackingCategoriesCompanyPaymentTerm
107
+ - value: line_items,tracking_categories,delivery_address
108
+ name: LineItemsTrackingCategoriesDeliveryAddress
109
+ - value: line_items,tracking_categories,delivery_address,accounting_period
110
+ name: LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod
111
+ - value: >-
112
+ line_items,tracking_categories,delivery_address,accounting_period,payment_term
113
+ name: LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm
114
+ - value: line_items,tracking_categories,delivery_address,company
115
+ name: LineItemsTrackingCategoriesDeliveryAddressCompany
116
+ - value: >-
117
+ line_items,tracking_categories,delivery_address,company,accounting_period
118
+ name: LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod
119
+ - value: >-
120
+ line_items,tracking_categories,delivery_address,company,accounting_period,payment_term
121
+ name: >-
122
+ LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm
123
+ - value: line_items,tracking_categories,delivery_address,company,payment_term
124
+ name: LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm
125
+ - value: line_items,tracking_categories,delivery_address,payment_term
126
+ name: LineItemsTrackingCategoriesDeliveryAddressPaymentTerm
127
+ - value: line_items,tracking_categories,delivery_address,vendor
128
+ name: LineItemsTrackingCategoriesDeliveryAddressVendor
129
+ - value: >-
130
+ line_items,tracking_categories,delivery_address,vendor,accounting_period
131
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod
132
+ - value: >-
133
+ line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term
134
+ name: >-
135
+ LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm
136
+ - value: line_items,tracking_categories,delivery_address,vendor,company
137
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorCompany
138
+ - value: >-
139
+ line_items,tracking_categories,delivery_address,vendor,company,accounting_period
140
+ name: >-
141
+ LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod
142
+ - value: >-
143
+ line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term
144
+ name: >-
145
+ LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
146
+ - value: >-
147
+ line_items,tracking_categories,delivery_address,vendor,company,payment_term
148
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm
149
+ - value: line_items,tracking_categories,delivery_address,vendor,payment_term
150
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm
151
+ - value: line_items,tracking_categories,payment_term
152
+ name: LineItemsTrackingCategoriesPaymentTerm
153
+ - value: line_items,tracking_categories,vendor
154
+ name: LineItemsTrackingCategoriesVendor
155
+ - value: line_items,tracking_categories,vendor,accounting_period
156
+ name: LineItemsTrackingCategoriesVendorAccountingPeriod
157
+ - value: line_items,tracking_categories,vendor,accounting_period,payment_term
158
+ name: LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm
159
+ - value: line_items,tracking_categories,vendor,company
160
+ name: LineItemsTrackingCategoriesVendorCompany
161
+ - value: line_items,tracking_categories,vendor,company,accounting_period
162
+ name: LineItemsTrackingCategoriesVendorCompanyAccountingPeriod
163
+ - value: >-
164
+ line_items,tracking_categories,vendor,company,accounting_period,payment_term
165
+ name: LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm
166
+ - value: line_items,tracking_categories,vendor,company,payment_term
167
+ name: LineItemsTrackingCategoriesVendorCompanyPaymentTerm
168
+ - value: line_items,tracking_categories,vendor,payment_term
169
+ name: LineItemsTrackingCategoriesVendorPaymentTerm
170
+ - value: line_items,vendor
171
+ name: LineItemsVendor
172
+ - value: line_items,vendor,accounting_period
173
+ name: LineItemsVendorAccountingPeriod
174
+ - value: line_items,vendor,accounting_period,payment_term
175
+ name: LineItemsVendorAccountingPeriodPaymentTerm
176
+ - value: line_items,vendor,company
177
+ name: LineItemsVendorCompany
178
+ - value: line_items,vendor,company,accounting_period
179
+ name: LineItemsVendorCompanyAccountingPeriod
180
+ - value: line_items,vendor,company,accounting_period,payment_term
181
+ name: LineItemsVendorCompanyAccountingPeriodPaymentTerm
182
+ - value: line_items,vendor,company,payment_term
183
+ name: LineItemsVendorCompanyPaymentTerm
184
+ - value: line_items,vendor,payment_term
185
+ name: LineItemsVendorPaymentTerm
186
+ - payment_term
187
+ - tracking_categories
188
+ - value: tracking_categories,accounting_period
189
+ name: TrackingCategoriesAccountingPeriod
190
+ - value: tracking_categories,accounting_period,payment_term
191
+ name: TrackingCategoriesAccountingPeriodPaymentTerm
192
+ - value: tracking_categories,company
193
+ name: TrackingCategoriesCompany
194
+ - value: tracking_categories,company,accounting_period
195
+ name: TrackingCategoriesCompanyAccountingPeriod
196
+ - value: tracking_categories,company,accounting_period,payment_term
197
+ name: TrackingCategoriesCompanyAccountingPeriodPaymentTerm
198
+ - value: tracking_categories,company,payment_term
199
+ name: TrackingCategoriesCompanyPaymentTerm
200
+ - value: tracking_categories,delivery_address
201
+ name: TrackingCategoriesDeliveryAddress
202
+ - value: tracking_categories,delivery_address,accounting_period
203
+ name: TrackingCategoriesDeliveryAddressAccountingPeriod
204
+ - value: tracking_categories,delivery_address,accounting_period,payment_term
205
+ name: TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm
206
+ - value: tracking_categories,delivery_address,company
207
+ name: TrackingCategoriesDeliveryAddressCompany
208
+ - value: tracking_categories,delivery_address,company,accounting_period
209
+ name: TrackingCategoriesDeliveryAddressCompanyAccountingPeriod
210
+ - value: >-
211
+ tracking_categories,delivery_address,company,accounting_period,payment_term
212
+ name: TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm
213
+ - value: tracking_categories,delivery_address,company,payment_term
214
+ name: TrackingCategoriesDeliveryAddressCompanyPaymentTerm
215
+ - value: tracking_categories,delivery_address,payment_term
216
+ name: TrackingCategoriesDeliveryAddressPaymentTerm
217
+ - value: tracking_categories,delivery_address,vendor
218
+ name: TrackingCategoriesDeliveryAddressVendor
219
+ - value: tracking_categories,delivery_address,vendor,accounting_period
220
+ name: TrackingCategoriesDeliveryAddressVendorAccountingPeriod
221
+ - value: >-
222
+ tracking_categories,delivery_address,vendor,accounting_period,payment_term
223
+ name: TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm
224
+ - value: tracking_categories,delivery_address,vendor,company
225
+ name: TrackingCategoriesDeliveryAddressVendorCompany
226
+ - value: tracking_categories,delivery_address,vendor,company,accounting_period
227
+ name: TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod
228
+ - value: >-
229
+ tracking_categories,delivery_address,vendor,company,accounting_period,payment_term
230
+ name: >-
231
+ TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
232
+ - value: tracking_categories,delivery_address,vendor,company,payment_term
233
+ name: TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm
234
+ - value: tracking_categories,delivery_address,vendor,payment_term
235
+ name: TrackingCategoriesDeliveryAddressVendorPaymentTerm
236
+ - value: tracking_categories,payment_term
237
+ name: TrackingCategoriesPaymentTerm
238
+ - value: tracking_categories,vendor
239
+ name: TrackingCategoriesVendor
240
+ - value: tracking_categories,vendor,accounting_period
241
+ name: TrackingCategoriesVendorAccountingPeriod
242
+ - value: tracking_categories,vendor,accounting_period,payment_term
243
+ name: TrackingCategoriesVendorAccountingPeriodPaymentTerm
244
+ - value: tracking_categories,vendor,company
245
+ name: TrackingCategoriesVendorCompany
246
+ - value: tracking_categories,vendor,company,accounting_period
247
+ name: TrackingCategoriesVendorCompanyAccountingPeriod
248
+ - value: tracking_categories,vendor,company,accounting_period,payment_term
249
+ name: TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm
250
+ - value: tracking_categories,vendor,company,payment_term
251
+ name: TrackingCategoriesVendorCompanyPaymentTerm
252
+ - value: tracking_categories,vendor,payment_term
253
+ name: TrackingCategoriesVendorPaymentTerm
254
+ - vendor
255
+ - value: vendor,accounting_period
256
+ name: VendorAccountingPeriod
257
+ - value: vendor,accounting_period,payment_term
258
+ name: VendorAccountingPeriodPaymentTerm
259
+ - value: vendor,company
260
+ name: VendorCompany
261
+ - value: vendor,company,accounting_period
262
+ name: VendorCompanyAccountingPeriod
263
+ - value: vendor,company,accounting_period,payment_term
264
+ name: VendorCompanyAccountingPeriodPaymentTerm
265
+ - value: vendor,company,payment_term
266
+ name: VendorCompanyPaymentTerm
267
+ - value: vendor,payment_term
268
+ name: VendorPaymentTerm
269
+ source:
270
+ openapi: openapi/openapi.yml
271
+ PurchaseOrdersRetrieveRequestExpand:
272
+ enum:
273
+ - accounting_period
274
+ - value: accounting_period,payment_term
275
+ name: AccountingPeriodPaymentTerm
276
+ - company
277
+ - value: company,accounting_period
278
+ name: CompanyAccountingPeriod
279
+ - value: company,accounting_period,payment_term
280
+ name: CompanyAccountingPeriodPaymentTerm
281
+ - value: company,payment_term
282
+ name: CompanyPaymentTerm
283
+ - delivery_address
284
+ - value: delivery_address,accounting_period
285
+ name: DeliveryAddressAccountingPeriod
286
+ - value: delivery_address,accounting_period,payment_term
287
+ name: DeliveryAddressAccountingPeriodPaymentTerm
288
+ - value: delivery_address,company
289
+ name: DeliveryAddressCompany
290
+ - value: delivery_address,company,accounting_period
291
+ name: DeliveryAddressCompanyAccountingPeriod
292
+ - value: delivery_address,company,accounting_period,payment_term
293
+ name: DeliveryAddressCompanyAccountingPeriodPaymentTerm
294
+ - value: delivery_address,company,payment_term
295
+ name: DeliveryAddressCompanyPaymentTerm
296
+ - value: delivery_address,payment_term
297
+ name: DeliveryAddressPaymentTerm
298
+ - value: delivery_address,vendor
299
+ name: DeliveryAddressVendor
300
+ - value: delivery_address,vendor,accounting_period
301
+ name: DeliveryAddressVendorAccountingPeriod
302
+ - value: delivery_address,vendor,accounting_period,payment_term
303
+ name: DeliveryAddressVendorAccountingPeriodPaymentTerm
304
+ - value: delivery_address,vendor,company
305
+ name: DeliveryAddressVendorCompany
306
+ - value: delivery_address,vendor,company,accounting_period
307
+ name: DeliveryAddressVendorCompanyAccountingPeriod
308
+ - value: delivery_address,vendor,company,accounting_period,payment_term
309
+ name: DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
310
+ - value: delivery_address,vendor,company,payment_term
311
+ name: DeliveryAddressVendorCompanyPaymentTerm
312
+ - value: delivery_address,vendor,payment_term
313
+ name: DeliveryAddressVendorPaymentTerm
314
+ - line_items
315
+ - value: line_items,accounting_period
316
+ name: LineItemsAccountingPeriod
317
+ - value: line_items,accounting_period,payment_term
318
+ name: LineItemsAccountingPeriodPaymentTerm
319
+ - value: line_items,company
320
+ name: LineItemsCompany
321
+ - value: line_items,company,accounting_period
322
+ name: LineItemsCompanyAccountingPeriod
323
+ - value: line_items,company,accounting_period,payment_term
324
+ name: LineItemsCompanyAccountingPeriodPaymentTerm
325
+ - value: line_items,company,payment_term
326
+ name: LineItemsCompanyPaymentTerm
327
+ - value: line_items,delivery_address
328
+ name: LineItemsDeliveryAddress
329
+ - value: line_items,delivery_address,accounting_period
330
+ name: LineItemsDeliveryAddressAccountingPeriod
331
+ - value: line_items,delivery_address,accounting_period,payment_term
332
+ name: LineItemsDeliveryAddressAccountingPeriodPaymentTerm
333
+ - value: line_items,delivery_address,company
334
+ name: LineItemsDeliveryAddressCompany
335
+ - value: line_items,delivery_address,company,accounting_period
336
+ name: LineItemsDeliveryAddressCompanyAccountingPeriod
337
+ - value: line_items,delivery_address,company,accounting_period,payment_term
338
+ name: LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm
339
+ - value: line_items,delivery_address,company,payment_term
340
+ name: LineItemsDeliveryAddressCompanyPaymentTerm
341
+ - value: line_items,delivery_address,payment_term
342
+ name: LineItemsDeliveryAddressPaymentTerm
343
+ - value: line_items,delivery_address,vendor
344
+ name: LineItemsDeliveryAddressVendor
345
+ - value: line_items,delivery_address,vendor,accounting_period
346
+ name: LineItemsDeliveryAddressVendorAccountingPeriod
347
+ - value: line_items,delivery_address,vendor,accounting_period,payment_term
348
+ name: LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm
349
+ - value: line_items,delivery_address,vendor,company
350
+ name: LineItemsDeliveryAddressVendorCompany
351
+ - value: line_items,delivery_address,vendor,company,accounting_period
352
+ name: LineItemsDeliveryAddressVendorCompanyAccountingPeriod
353
+ - value: >-
354
+ line_items,delivery_address,vendor,company,accounting_period,payment_term
355
+ name: LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
356
+ - value: line_items,delivery_address,vendor,company,payment_term
357
+ name: LineItemsDeliveryAddressVendorCompanyPaymentTerm
358
+ - value: line_items,delivery_address,vendor,payment_term
359
+ name: LineItemsDeliveryAddressVendorPaymentTerm
360
+ - value: line_items,payment_term
361
+ name: LineItemsPaymentTerm
362
+ - value: line_items,tracking_categories
363
+ name: LineItemsTrackingCategories
364
+ - value: line_items,tracking_categories,accounting_period
365
+ name: LineItemsTrackingCategoriesAccountingPeriod
366
+ - value: line_items,tracking_categories,accounting_period,payment_term
367
+ name: LineItemsTrackingCategoriesAccountingPeriodPaymentTerm
368
+ - value: line_items,tracking_categories,company
369
+ name: LineItemsTrackingCategoriesCompany
370
+ - value: line_items,tracking_categories,company,accounting_period
371
+ name: LineItemsTrackingCategoriesCompanyAccountingPeriod
372
+ - value: line_items,tracking_categories,company,accounting_period,payment_term
373
+ name: LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm
374
+ - value: line_items,tracking_categories,company,payment_term
375
+ name: LineItemsTrackingCategoriesCompanyPaymentTerm
376
+ - value: line_items,tracking_categories,delivery_address
377
+ name: LineItemsTrackingCategoriesDeliveryAddress
378
+ - value: line_items,tracking_categories,delivery_address,accounting_period
379
+ name: LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod
380
+ - value: >-
381
+ line_items,tracking_categories,delivery_address,accounting_period,payment_term
382
+ name: LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm
383
+ - value: line_items,tracking_categories,delivery_address,company
384
+ name: LineItemsTrackingCategoriesDeliveryAddressCompany
385
+ - value: >-
386
+ line_items,tracking_categories,delivery_address,company,accounting_period
387
+ name: LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod
388
+ - value: >-
389
+ line_items,tracking_categories,delivery_address,company,accounting_period,payment_term
390
+ name: >-
391
+ LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm
392
+ - value: line_items,tracking_categories,delivery_address,company,payment_term
393
+ name: LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm
394
+ - value: line_items,tracking_categories,delivery_address,payment_term
395
+ name: LineItemsTrackingCategoriesDeliveryAddressPaymentTerm
396
+ - value: line_items,tracking_categories,delivery_address,vendor
397
+ name: LineItemsTrackingCategoriesDeliveryAddressVendor
398
+ - value: >-
399
+ line_items,tracking_categories,delivery_address,vendor,accounting_period
400
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod
401
+ - value: >-
402
+ line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term
403
+ name: >-
404
+ LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm
405
+ - value: line_items,tracking_categories,delivery_address,vendor,company
406
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorCompany
407
+ - value: >-
408
+ line_items,tracking_categories,delivery_address,vendor,company,accounting_period
409
+ name: >-
410
+ LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod
411
+ - value: >-
412
+ line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term
413
+ name: >-
414
+ LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
415
+ - value: >-
416
+ line_items,tracking_categories,delivery_address,vendor,company,payment_term
417
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm
418
+ - value: line_items,tracking_categories,delivery_address,vendor,payment_term
419
+ name: LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm
420
+ - value: line_items,tracking_categories,payment_term
421
+ name: LineItemsTrackingCategoriesPaymentTerm
422
+ - value: line_items,tracking_categories,vendor
423
+ name: LineItemsTrackingCategoriesVendor
424
+ - value: line_items,tracking_categories,vendor,accounting_period
425
+ name: LineItemsTrackingCategoriesVendorAccountingPeriod
426
+ - value: line_items,tracking_categories,vendor,accounting_period,payment_term
427
+ name: LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm
428
+ - value: line_items,tracking_categories,vendor,company
429
+ name: LineItemsTrackingCategoriesVendorCompany
430
+ - value: line_items,tracking_categories,vendor,company,accounting_period
431
+ name: LineItemsTrackingCategoriesVendorCompanyAccountingPeriod
432
+ - value: >-
433
+ line_items,tracking_categories,vendor,company,accounting_period,payment_term
434
+ name: LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm
435
+ - value: line_items,tracking_categories,vendor,company,payment_term
436
+ name: LineItemsTrackingCategoriesVendorCompanyPaymentTerm
437
+ - value: line_items,tracking_categories,vendor,payment_term
438
+ name: LineItemsTrackingCategoriesVendorPaymentTerm
439
+ - value: line_items,vendor
440
+ name: LineItemsVendor
441
+ - value: line_items,vendor,accounting_period
442
+ name: LineItemsVendorAccountingPeriod
443
+ - value: line_items,vendor,accounting_period,payment_term
444
+ name: LineItemsVendorAccountingPeriodPaymentTerm
445
+ - value: line_items,vendor,company
446
+ name: LineItemsVendorCompany
447
+ - value: line_items,vendor,company,accounting_period
448
+ name: LineItemsVendorCompanyAccountingPeriod
449
+ - value: line_items,vendor,company,accounting_period,payment_term
450
+ name: LineItemsVendorCompanyAccountingPeriodPaymentTerm
451
+ - value: line_items,vendor,company,payment_term
452
+ name: LineItemsVendorCompanyPaymentTerm
453
+ - value: line_items,vendor,payment_term
454
+ name: LineItemsVendorPaymentTerm
455
+ - payment_term
456
+ - tracking_categories
457
+ - value: tracking_categories,accounting_period
458
+ name: TrackingCategoriesAccountingPeriod
459
+ - value: tracking_categories,accounting_period,payment_term
460
+ name: TrackingCategoriesAccountingPeriodPaymentTerm
461
+ - value: tracking_categories,company
462
+ name: TrackingCategoriesCompany
463
+ - value: tracking_categories,company,accounting_period
464
+ name: TrackingCategoriesCompanyAccountingPeriod
465
+ - value: tracking_categories,company,accounting_period,payment_term
466
+ name: TrackingCategoriesCompanyAccountingPeriodPaymentTerm
467
+ - value: tracking_categories,company,payment_term
468
+ name: TrackingCategoriesCompanyPaymentTerm
469
+ - value: tracking_categories,delivery_address
470
+ name: TrackingCategoriesDeliveryAddress
471
+ - value: tracking_categories,delivery_address,accounting_period
472
+ name: TrackingCategoriesDeliveryAddressAccountingPeriod
473
+ - value: tracking_categories,delivery_address,accounting_period,payment_term
474
+ name: TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm
475
+ - value: tracking_categories,delivery_address,company
476
+ name: TrackingCategoriesDeliveryAddressCompany
477
+ - value: tracking_categories,delivery_address,company,accounting_period
478
+ name: TrackingCategoriesDeliveryAddressCompanyAccountingPeriod
479
+ - value: >-
480
+ tracking_categories,delivery_address,company,accounting_period,payment_term
481
+ name: TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm
482
+ - value: tracking_categories,delivery_address,company,payment_term
483
+ name: TrackingCategoriesDeliveryAddressCompanyPaymentTerm
484
+ - value: tracking_categories,delivery_address,payment_term
485
+ name: TrackingCategoriesDeliveryAddressPaymentTerm
486
+ - value: tracking_categories,delivery_address,vendor
487
+ name: TrackingCategoriesDeliveryAddressVendor
488
+ - value: tracking_categories,delivery_address,vendor,accounting_period
489
+ name: TrackingCategoriesDeliveryAddressVendorAccountingPeriod
490
+ - value: >-
491
+ tracking_categories,delivery_address,vendor,accounting_period,payment_term
492
+ name: TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm
493
+ - value: tracking_categories,delivery_address,vendor,company
494
+ name: TrackingCategoriesDeliveryAddressVendorCompany
495
+ - value: tracking_categories,delivery_address,vendor,company,accounting_period
496
+ name: TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod
497
+ - value: >-
498
+ tracking_categories,delivery_address,vendor,company,accounting_period,payment_term
499
+ name: >-
500
+ TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm
501
+ - value: tracking_categories,delivery_address,vendor,company,payment_term
502
+ name: TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm
503
+ - value: tracking_categories,delivery_address,vendor,payment_term
504
+ name: TrackingCategoriesDeliveryAddressVendorPaymentTerm
505
+ - value: tracking_categories,payment_term
506
+ name: TrackingCategoriesPaymentTerm
507
+ - value: tracking_categories,vendor
508
+ name: TrackingCategoriesVendor
509
+ - value: tracking_categories,vendor,accounting_period
510
+ name: TrackingCategoriesVendorAccountingPeriod
511
+ - value: tracking_categories,vendor,accounting_period,payment_term
512
+ name: TrackingCategoriesVendorAccountingPeriodPaymentTerm
513
+ - value: tracking_categories,vendor,company
514
+ name: TrackingCategoriesVendorCompany
515
+ - value: tracking_categories,vendor,company,accounting_period
516
+ name: TrackingCategoriesVendorCompanyAccountingPeriod
517
+ - value: tracking_categories,vendor,company,accounting_period,payment_term
518
+ name: TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm
519
+ - value: tracking_categories,vendor,company,payment_term
520
+ name: TrackingCategoriesVendorCompanyPaymentTerm
521
+ - value: tracking_categories,vendor,payment_term
522
+ name: TrackingCategoriesVendorPaymentTerm
523
+ - vendor
524
+ - value: vendor,accounting_period
525
+ name: VendorAccountingPeriod
526
+ - value: vendor,accounting_period,payment_term
527
+ name: VendorAccountingPeriodPaymentTerm
528
+ - value: vendor,company
529
+ name: VendorCompany
530
+ - value: vendor,company,accounting_period
531
+ name: VendorCompanyAccountingPeriod
532
+ - value: vendor,company,accounting_period,payment_term
533
+ name: VendorCompanyAccountingPeriodPaymentTerm
534
+ - value: vendor,company,payment_term
535
+ name: VendorCompanyPaymentTerm
536
+ - value: vendor,payment_term
537
+ name: VendorPaymentTerm
538
+ source:
539
+ openapi: openapi/openapi.yml
540
+ imports:
541
+ root: __package__.yml
542
+ service:
543
+ auth: false
544
+ base-path: ''
545
+ endpoints:
546
+ list:
547
+ path: /accounting/v1/purchase-orders
548
+ method: GET
549
+ auth: true
550
+ docs: Returns a list of `PurchaseOrder` objects.
551
+ source:
552
+ openapi: openapi/openapi.yml
553
+ request:
554
+ name: PurchaseOrdersListRequest
555
+ query-parameters:
556
+ company_id:
557
+ type: optional<string>
558
+ docs: If provided, will only return purchase orders for this company.
559
+ created_after:
560
+ type: optional<datetime>
561
+ docs: If provided, will only return objects created after this datetime.
562
+ created_before:
563
+ type: optional<datetime>
564
+ docs: >-
565
+ If provided, will only return objects created before this
566
+ datetime.
567
+ cursor:
568
+ type: optional<string>
569
+ docs: The pagination cursor value.
570
+ expand:
571
+ type: optional<PurchaseOrdersListRequestExpand>
572
+ docs: >-
573
+ Which relations should be returned in expanded form. Multiple
574
+ relation names should be comma separated without spaces.
575
+ include_deleted_data:
576
+ type: optional<boolean>
577
+ docs: >-
578
+ Indicates whether or not this object has been deleted in the third
579
+ party platform. Full coverage deletion detection is a premium
580
+ add-on. Native deletion detection is offered for free with limited
581
+ coverage. [Learn
582
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
583
+ include_remote_data:
584
+ type: optional<boolean>
585
+ docs: >-
586
+ Whether to include the original data Merge fetched from the
587
+ third-party to produce these models.
588
+ include_remote_fields:
589
+ type: optional<boolean>
590
+ docs: >-
591
+ Whether to include all remote fields, including fields that Merge
592
+ did not map to common models, in a normalized format.
593
+ include_shell_data:
594
+ type: optional<boolean>
595
+ docs: >-
596
+ Whether to include shell records. Shell records are empty records
597
+ (they may contain some metadata but all other fields are null).
598
+ issue_date_after:
599
+ type: optional<datetime>
600
+ docs: If provided, will only return objects created after this datetime.
601
+ issue_date_before:
602
+ type: optional<datetime>
603
+ docs: >-
604
+ If provided, will only return objects created before this
605
+ datetime.
606
+ modified_after:
607
+ type: optional<datetime>
608
+ docs: >-
609
+ If provided, only objects synced by Merge after this date time
610
+ will be returned.
611
+ modified_before:
612
+ type: optional<datetime>
613
+ docs: >-
614
+ If provided, only objects synced by Merge before this date time
615
+ will be returned.
616
+ page_size:
617
+ type: optional<integer>
618
+ docs: Number of results to return per page.
619
+ remote_fields:
620
+ type: optional<literal<"status">>
621
+ docs: Deprecated. Use show_enum_origins.
622
+ remote_id:
623
+ type: optional<string>
624
+ docs: The API provider's ID for the given object.
625
+ show_enum_origins:
626
+ type: optional<literal<"status">>
627
+ docs: >-
628
+ A comma separated list of enum field names for which you'd like
629
+ the original values to be returned, instead of Merge's normalized
630
+ enum values. [Learn
631
+ more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
632
+ response:
633
+ docs: ''
634
+ type: root.PaginatedPurchaseOrderList
635
+ status-code: 200
636
+ examples:
637
+ - headers: {}
638
+ response:
639
+ body:
640
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
641
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
642
+ results:
643
+ - id: 0048ea5b-911e-4dff-9364-92070dea62ff
644
+ remote_id: '239741'
645
+ created_at: '2021-09-15T00:00:00Z'
646
+ modified_at: '2021-10-16T00:00:00Z'
647
+ status: DRAFT
648
+ issue_date: '2020-03-31T00:00:00Z'
649
+ purchase_order_number: PO1234
650
+ delivery_date: '2020-04-15T00:00:00Z'
651
+ delivery_address: delivery_address
652
+ customer: 3e442c5d-8f51-4103-b5c9-dcee39c30a08
653
+ vendor: vendor
654
+ memo: private note
655
+ company: company
656
+ total_amount: 260
657
+ currency: XUA
658
+ exchange_rate: '2.9'
659
+ payment_term: payment_term
660
+ line_items:
661
+ - id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4
662
+ remote_id: '121222'
663
+ created_at: '2021-09-15T00:00:00Z'
664
+ modified_at: '2021-10-16T00:00:00Z'
665
+ description: Pickleball paddles
666
+ unit_price: 25
667
+ quantity: 10
668
+ item: 0958cbc6-6040-430a-848e-aafacbadf4ae
669
+ tracking_categories:
670
+ - f1214c24-2702-4617-b74b-3ddecfc0d384
671
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
672
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
673
+ tax_amount: tax_amount
674
+ total_line_amount: total_line_amount
675
+ currency: USD
676
+ tax_rate: a12e7c20-1922-9df7-s75n-edfeewnn7384
677
+ exchange_rate: '2.9'
678
+ company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
679
+ remote_was_deleted: false
680
+ - id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4
681
+ created_at: '2021-09-15T00:00:00Z'
682
+ modified_at: '2021-10-16T00:00:00Z'
683
+ description: Pickleball Balls
684
+ unit_price: 1
685
+ quantity: 10
686
+ item: 249c9faa-3045-4a31-953b-8f22d3613301
687
+ tracking_categories:
688
+ - f1214c24-2702-4617-b74b-3ddecfc0d384
689
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
690
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
691
+ tax_amount: tax_amount
692
+ total_line_amount: total_line_amount
693
+ inclusive_of_tax: true
694
+ tracking_categories:
695
+ - b38c59b0-a9d7-4740-b1ee-5436c6751e3d
696
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
697
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
698
+ accounting_period: accounting_period
699
+ remote_created_at: '2020-03-31T00:00:00Z'
700
+ remote_updated_at: '2020-03-31T00:00:00Z'
701
+ remote_was_deleted: true
702
+ field_mappings:
703
+ organization_defined_targets:
704
+ custom_key: custom_value
705
+ linked_account_defined_targets:
706
+ custom_key: custom_value
707
+ remote_data:
708
+ - path: /actions
709
+ data:
710
+ - Varies by platform
711
+ remote_fields:
712
+ - remote_field_class: remote_field_class
713
+ create:
714
+ path: /accounting/v1/purchase-orders
715
+ method: POST
716
+ auth: true
717
+ docs: Creates a `PurchaseOrder` object with the given values.
718
+ source:
719
+ openapi: openapi/openapi.yml
720
+ request:
721
+ name: PurchaseOrderEndpointRequest
722
+ query-parameters:
723
+ is_debug_mode:
724
+ type: optional<boolean>
725
+ docs: >-
726
+ Whether to include debug fields (such as log file links) in the
727
+ response.
728
+ run_async:
729
+ type: optional<boolean>
730
+ docs: Whether or not third-party updates should be run asynchronously.
731
+ body:
732
+ properties:
733
+ model: root.PurchaseOrderRequest
734
+ content-type: application/json
735
+ response:
736
+ docs: ''
737
+ type: root.PurchaseOrderResponse
738
+ status-code: 201
739
+ examples:
740
+ - headers: {}
741
+ request:
742
+ model: {}
743
+ response:
744
+ body:
745
+ model:
746
+ id: 0048ea5b-911e-4dff-9364-92070dea62ff
747
+ remote_id: '239741'
748
+ created_at: '2021-09-15T00:00:00Z'
749
+ modified_at: '2021-10-16T00:00:00Z'
750
+ status: DRAFT
751
+ issue_date: '2020-03-31T00:00:00Z'
752
+ purchase_order_number: PO1234
753
+ delivery_date: '2020-04-15T00:00:00Z'
754
+ delivery_address: delivery_address
755
+ customer: 3e442c5d-8f51-4103-b5c9-dcee39c30a08
756
+ vendor: vendor
757
+ memo: private note
758
+ company: company
759
+ total_amount: 260
760
+ currency: XUA
761
+ exchange_rate: '2.9'
762
+ payment_term: payment_term
763
+ line_items:
764
+ - id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4
765
+ remote_id: '121222'
766
+ created_at: '2021-09-15T00:00:00Z'
767
+ modified_at: '2021-10-16T00:00:00Z'
768
+ description: Pickleball paddles
769
+ unit_price: 25
770
+ quantity: 10
771
+ item: 0958cbc6-6040-430a-848e-aafacbadf4ae
772
+ tracking_categories:
773
+ - f1214c24-2702-4617-b74b-3ddecfc0d384
774
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
775
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
776
+ tax_amount: tax_amount
777
+ total_line_amount: total_line_amount
778
+ currency: USD
779
+ tax_rate: a12e7c20-1922-9df7-s75n-edfeewnn7384
780
+ exchange_rate: '2.9'
781
+ company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
782
+ remote_was_deleted: false
783
+ - id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4
784
+ created_at: '2021-09-15T00:00:00Z'
785
+ modified_at: '2021-10-16T00:00:00Z'
786
+ description: Pickleball Balls
787
+ unit_price: 1
788
+ quantity: 10
789
+ item: 249c9faa-3045-4a31-953b-8f22d3613301
790
+ tracking_categories:
791
+ - f1214c24-2702-4617-b74b-3ddecfc0d384
792
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
793
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
794
+ tax_amount: tax_amount
795
+ total_line_amount: total_line_amount
796
+ inclusive_of_tax: true
797
+ tracking_categories:
798
+ - b38c59b0-a9d7-4740-b1ee-5436c6751e3d
799
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
800
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
801
+ accounting_period: accounting_period
802
+ remote_created_at: '2020-03-31T00:00:00Z'
803
+ remote_updated_at: '2020-03-31T00:00:00Z'
804
+ remote_was_deleted: true
805
+ field_mappings:
806
+ organization_defined_targets:
807
+ custom_key: custom_value
808
+ linked_account_defined_targets:
809
+ custom_key: custom_value
810
+ remote_data:
811
+ - path: /actions
812
+ data:
813
+ - Varies by platform
814
+ remote_fields:
815
+ - remote_field_class: remote_field_class
816
+ warnings:
817
+ - source:
818
+ pointer: pointer
819
+ title: Unrecognized Field
820
+ detail: An unrecognized field, age, was passed in with request data.
821
+ problem_type: UNRECOGNIZED_FIELD
822
+ errors:
823
+ - source:
824
+ pointer: pointer
825
+ title: Missing Required Field
826
+ detail: custom_fields is a required field on model.
827
+ problem_type: MISSING_REQUIRED_FIELD
828
+ logs:
829
+ - log_id: 99433219-8017-4acd-bb3c-ceb23d663832
830
+ dashboard_view: >-
831
+ https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
832
+ log_summary:
833
+ url: www.exampleintegration.com/api/v1/exampleapi
834
+ method: POST
835
+ status_code: 200
836
+ retrieve:
837
+ path: /accounting/v1/purchase-orders/{id}
838
+ method: GET
839
+ auth: true
840
+ docs: Returns a `PurchaseOrder` object with the given `id`.
841
+ source:
842
+ openapi: openapi/openapi.yml
843
+ path-parameters:
844
+ id: string
845
+ request:
846
+ name: PurchaseOrdersRetrieveRequest
847
+ query-parameters:
848
+ expand:
849
+ type: optional<PurchaseOrdersRetrieveRequestExpand>
850
+ docs: >-
851
+ Which relations should be returned in expanded form. Multiple
852
+ relation names should be comma separated without spaces.
853
+ include_remote_data:
854
+ type: optional<boolean>
855
+ docs: >-
856
+ Whether to include the original data Merge fetched from the
857
+ third-party to produce these models.
858
+ include_remote_fields:
859
+ type: optional<boolean>
860
+ docs: >-
861
+ Whether to include all remote fields, including fields that Merge
862
+ did not map to common models, in a normalized format.
863
+ include_shell_data:
864
+ type: optional<boolean>
865
+ docs: >-
866
+ Whether to include shell records. Shell records are empty records
867
+ (they may contain some metadata but all other fields are null).
868
+ remote_fields:
869
+ type: optional<literal<"status">>
870
+ docs: Deprecated. Use show_enum_origins.
871
+ show_enum_origins:
872
+ type: optional<literal<"status">>
873
+ docs: >-
874
+ A comma separated list of enum field names for which you'd like
875
+ the original values to be returned, instead of Merge's normalized
876
+ enum values. [Learn
877
+ more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
878
+ response:
879
+ docs: ''
880
+ type: root.PurchaseOrder
881
+ status-code: 200
882
+ examples:
883
+ - path-parameters:
884
+ id: id
885
+ headers: {}
886
+ response:
887
+ body:
888
+ id: 0048ea5b-911e-4dff-9364-92070dea62ff
889
+ remote_id: '239741'
890
+ created_at: '2021-09-15T00:00:00Z'
891
+ modified_at: '2021-10-16T00:00:00Z'
892
+ status: DRAFT
893
+ issue_date: '2020-03-31T00:00:00Z'
894
+ purchase_order_number: PO1234
895
+ delivery_date: '2020-04-15T00:00:00Z'
896
+ delivery_address: delivery_address
897
+ customer: 3e442c5d-8f51-4103-b5c9-dcee39c30a08
898
+ vendor: vendor
899
+ memo: private note
900
+ company: company
901
+ total_amount: 260
902
+ currency: XUA
903
+ exchange_rate: '2.9'
904
+ payment_term: payment_term
905
+ line_items:
906
+ - id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4
907
+ remote_id: '121222'
908
+ created_at: '2021-09-15T00:00:00Z'
909
+ modified_at: '2021-10-16T00:00:00Z'
910
+ description: Pickleball paddles
911
+ unit_price: 25
912
+ quantity: 10
913
+ item: 0958cbc6-6040-430a-848e-aafacbadf4ae
914
+ account: account
915
+ tracking_category: tracking_category
916
+ tracking_categories:
917
+ - f1214c24-2702-4617-b74b-3ddecfc0d384
918
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
919
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
920
+ tax_amount: tax_amount
921
+ total_line_amount: total_line_amount
922
+ currency: USD
923
+ tax_rate: a12e7c20-1922-9df7-s75n-edfeewnn7384
924
+ exchange_rate: '2.9'
925
+ company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
926
+ remote_was_deleted: false
927
+ remote_fields:
928
+ - remote_field_class: remote_field_class
929
+ - id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4
930
+ remote_id: '121222'
931
+ created_at: '2021-09-15T00:00:00Z'
932
+ modified_at: '2021-10-16T00:00:00Z'
933
+ description: Pickleball Balls
934
+ unit_price: 1
935
+ quantity: 10
936
+ item: 249c9faa-3045-4a31-953b-8f22d3613301
937
+ account: account
938
+ tracking_category: tracking_category
939
+ tracking_categories:
940
+ - f1214c24-2702-4617-b74b-3ddecfc0d384
941
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
942
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
943
+ tax_amount: tax_amount
944
+ total_line_amount: total_line_amount
945
+ currency: XUA
946
+ tax_rate: a12e7c20-1922-9df7-s75n-edfeewnn7384
947
+ exchange_rate: '2.9'
948
+ company: 595c8f97-2ac4-45b7-b000-41bdf43240b5
949
+ remote_was_deleted: true
950
+ remote_fields:
951
+ - remote_field_class: remote_field_class
952
+ inclusive_of_tax: true
953
+ tracking_categories:
954
+ - b38c59b0-a9d7-4740-b1ee-5436c6751e3d
955
+ - 9b840d2-686a-465a-8a8e-7b028498f8e4
956
+ - a47e11b6-c73b-4a0c-be31-130fc48177fa
957
+ accounting_period: accounting_period
958
+ remote_created_at: '2020-03-31T00:00:00Z'
959
+ remote_updated_at: '2020-03-31T00:00:00Z'
960
+ remote_was_deleted: true
961
+ field_mappings:
962
+ organization_defined_targets:
963
+ custom_key: custom_value
964
+ linked_account_defined_targets:
965
+ custom_key: custom_value
966
+ remote_data:
967
+ - path: /actions
968
+ data:
969
+ - Varies by platform
970
+ remote_fields:
971
+ - remote_field_class: remote_field_class
972
+ value:
973
+ key: value
974
+ lineItemsRemoteFieldClassesList:
975
+ path: /accounting/v1/purchase-orders/line-items/remote-field-classes
976
+ method: GET
977
+ auth: true
978
+ docs: Returns a list of `RemoteFieldClass` objects.
979
+ source:
980
+ openapi: openapi/openapi.yml
981
+ request:
982
+ name: PurchaseOrdersLineItemsRemoteFieldClassesListRequest
983
+ query-parameters:
984
+ cursor:
985
+ type: optional<string>
986
+ docs: The pagination cursor value.
987
+ include_deleted_data:
988
+ type: optional<boolean>
989
+ docs: >-
990
+ Indicates whether or not this object has been deleted in the third
991
+ party platform. Full coverage deletion detection is a premium
992
+ add-on. Native deletion detection is offered for free with limited
993
+ coverage. [Learn
994
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
995
+ include_remote_data:
996
+ type: optional<boolean>
997
+ docs: >-
998
+ Whether to include the original data Merge fetched from the
999
+ third-party to produce these models.
1000
+ include_shell_data:
1001
+ type: optional<boolean>
1002
+ docs: >-
1003
+ Whether to include shell records. Shell records are empty records
1004
+ (they may contain some metadata but all other fields are null).
1005
+ is_common_model_field:
1006
+ type: optional<boolean>
1007
+ docs: >-
1008
+ If provided, will only return remote field classes with this
1009
+ is_common_model_field value
1010
+ is_custom:
1011
+ type: optional<boolean>
1012
+ docs: >-
1013
+ If provided, will only return remote fields classes with this
1014
+ is_custom value
1015
+ page_size:
1016
+ type: optional<integer>
1017
+ docs: Number of results to return per page.
1018
+ response:
1019
+ docs: ''
1020
+ type: root.PaginatedRemoteFieldClassList
1021
+ status-code: 200
1022
+ examples:
1023
+ - headers: {}
1024
+ response:
1025
+ body:
1026
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
1027
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
1028
+ results:
1029
+ - id: id
1030
+ display_name: display_name
1031
+ remote_key_name: remote_key_name
1032
+ description: description
1033
+ is_custom: true
1034
+ is_required: true
1035
+ field_type: string
1036
+ field_format: string
1037
+ field_choices:
1038
+ - field_choices
1039
+ metaPostRetrieve:
1040
+ path: /accounting/v1/purchase-orders/meta/post
1041
+ method: GET
1042
+ auth: true
1043
+ docs: Returns metadata for `PurchaseOrder` POSTs.
1044
+ source:
1045
+ openapi: openapi/openapi.yml
1046
+ response:
1047
+ docs: ''
1048
+ type: root.MetaResponse
1049
+ status-code: 200
1050
+ examples:
1051
+ - headers: {}
1052
+ response:
1053
+ body:
1054
+ request_schema:
1055
+ type: object
1056
+ properties:
1057
+ model:
1058
+ type: object
1059
+ required:
1060
+ - last_name
1061
+ - first_name
1062
+ - merge_categories
1063
+ - new_york_city_neighborhood
1064
+ - favorite_tv_shows
1065
+ - favorite_watch
1066
+ properties:
1067
+ email_addresses:
1068
+ type: array
1069
+ items:
1070
+ type: object
1071
+ properties:
1072
+ value:
1073
+ type: string
1074
+ title: value
1075
+ email_address_type:
1076
+ type: string
1077
+ title: email_address_type
1078
+ integration_params:
1079
+ type: object
1080
+ title: integration_params
1081
+ properties: {}
1082
+ linked_account_params:
1083
+ type: object
1084
+ title: linked_account_params
1085
+ properties: {}
1086
+ title: email_addresses
1087
+ description: Array of email_addresses objects
1088
+ urls:
1089
+ type: array
1090
+ items:
1091
+ type: object
1092
+ properties:
1093
+ value:
1094
+ type: string
1095
+ title: value
1096
+ url_type:
1097
+ type: string
1098
+ title: url_type
1099
+ integration_params:
1100
+ type: object
1101
+ title: integration_params
1102
+ properties: {}
1103
+ linked_account_params:
1104
+ type: object
1105
+ title: linked_account_params
1106
+ properties: {}
1107
+ title: urls
1108
+ description: Array of urls objects
1109
+ first_name:
1110
+ type: string
1111
+ title: first_name
1112
+ description: The first name.
1113
+ last_name:
1114
+ type: string
1115
+ title: last_name
1116
+ description: The last name.
1117
+ phone_numbers:
1118
+ type: array
1119
+ items:
1120
+ type: object
1121
+ properties:
1122
+ value:
1123
+ type: string
1124
+ title: value
1125
+ phone_number_type:
1126
+ type: string
1127
+ title: phone_number_type
1128
+ integration_params:
1129
+ type: object
1130
+ title: integration_params
1131
+ properties: {}
1132
+ linked_account_params:
1133
+ type: object
1134
+ title: linked_account_params
1135
+ properties: {}
1136
+ title: phone_numbers
1137
+ description: Array of phone_numbers objects
1138
+ tags:
1139
+ type: array
1140
+ items:
1141
+ type: string
1142
+ format: uuid
1143
+ title: tags
1144
+ description: Array of tags names
1145
+ attachments:
1146
+ type: array
1147
+ items:
1148
+ type: object
1149
+ properties:
1150
+ id:
1151
+ type: string
1152
+ title: id
1153
+ file_url:
1154
+ type: string
1155
+ title: file_url
1156
+ file_name:
1157
+ type: string
1158
+ title: file_name
1159
+ attachment_type:
1160
+ type: string
1161
+ title: attachment_type
1162
+ integration_params:
1163
+ type: object
1164
+ title: integration_params
1165
+ properties: {}
1166
+ linked_account_params:
1167
+ type: object
1168
+ title: linked_account_params
1169
+ properties: {}
1170
+ title: attachments
1171
+ description: 'Array of attachments objects '
1172
+ merge_categories:
1173
+ type: array
1174
+ categories:
1175
+ type: string
1176
+ enum:
1177
+ - HRIS
1178
+ - ATS
1179
+ - Accounting
1180
+ - Ticketing
1181
+ - File Storage
1182
+ - CRM
1183
+ - Marketing Automation
1184
+ enum_information:
1185
+ - value: HRIS
1186
+ description: Merge HRIS Category
1187
+ - value: ATS
1188
+ description: Merge ATS Category
1189
+ - value: Accounting
1190
+ description: Merge Accounting Category
1191
+ - value: Ticketing
1192
+ description: Merge Ticketing Category
1193
+ - value: File Storage
1194
+ description: Merge File Storage Category
1195
+ - value: CRM
1196
+ description: Merge CRM Category
1197
+ - value: Marketing Automation
1198
+ description: Merge Marketing Automation Category
1199
+ title: Merge Categories
1200
+ description: Array of Merge's Unified API Categories
1201
+ new_york_city_neighborhood:
1202
+ type: string
1203
+ title: Borough
1204
+ description: One of the 5 Boroughs of New York City
1205
+ favorite_tv_shows:
1206
+ type: array
1207
+ items:
1208
+ type: string
1209
+ format: uuid
1210
+ title: Favorite TV Shows
1211
+ description: Array of TV Show objects on merge.tv_shows
1212
+ favorite_watch:
1213
+ type: string
1214
+ title: Favorite Watch
1215
+ description: Favorite watch of all time
1216
+ remote_field_classes:
1217
+ key: value
1218
+ status:
1219
+ linked_account_status: linked_account_status
1220
+ can_make_request: true
1221
+ has_conditional_params: true
1222
+ has_required_linked_account_params: true
1223
+ remoteFieldClassesList:
1224
+ path: /accounting/v1/purchase-orders/remote-field-classes
1225
+ method: GET
1226
+ auth: true
1227
+ docs: Returns a list of `RemoteFieldClass` objects.
1228
+ source:
1229
+ openapi: openapi/openapi.yml
1230
+ request:
1231
+ name: PurchaseOrdersRemoteFieldClassesListRequest
1232
+ query-parameters:
1233
+ cursor:
1234
+ type: optional<string>
1235
+ docs: The pagination cursor value.
1236
+ include_deleted_data:
1237
+ type: optional<boolean>
1238
+ docs: >-
1239
+ Indicates whether or not this object has been deleted in the third
1240
+ party platform. Full coverage deletion detection is a premium
1241
+ add-on. Native deletion detection is offered for free with limited
1242
+ coverage. [Learn
1243
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1244
+ include_remote_data:
1245
+ type: optional<boolean>
1246
+ docs: >-
1247
+ Whether to include the original data Merge fetched from the
1248
+ third-party to produce these models.
1249
+ include_shell_data:
1250
+ type: optional<boolean>
1251
+ docs: >-
1252
+ Whether to include shell records. Shell records are empty records
1253
+ (they may contain some metadata but all other fields are null).
1254
+ is_common_model_field:
1255
+ type: optional<boolean>
1256
+ docs: >-
1257
+ If provided, will only return remote field classes with this
1258
+ is_common_model_field value
1259
+ is_custom:
1260
+ type: optional<boolean>
1261
+ docs: >-
1262
+ If provided, will only return remote fields classes with this
1263
+ is_custom value
1264
+ page_size:
1265
+ type: optional<integer>
1266
+ docs: Number of results to return per page.
1267
+ response:
1268
+ docs: ''
1269
+ type: root.PaginatedRemoteFieldClassList
1270
+ status-code: 200
1271
+ examples:
1272
+ - headers: {}
1273
+ response:
1274
+ body:
1275
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
1276
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
1277
+ results:
1278
+ - id: id
1279
+ display_name: display_name
1280
+ remote_key_name: remote_key_name
1281
+ description: description
1282
+ is_custom: true
1283
+ is_required: true
1284
+ field_type: string
1285
+ field_format: string
1286
+ field_choices:
1287
+ - field_choices
1288
+ source:
1289
+ openapi: openapi/openapi.yml