@mergeapi/merge-node-client 1.1.9 → 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 (1969) 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 +6 -4
  203. package/Client.js +55 -12
  204. package/api/resources/accounting/client/Client.d.ts +2 -0
  205. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
  206. package/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
  207. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
  208. package/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
  209. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
  210. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
  211. package/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
  212. package/api/resources/accounting/resources/accounts/client/Client.js +37 -23
  213. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  214. package/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
  215. package/api/resources/accounting/resources/addresses/client/Client.js +9 -6
  216. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
  217. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
  218. package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
  219. package/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
  220. package/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
  221. package/api/resources/accounting/resources/attachments/client/Client.js +33 -22
  222. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
  223. package/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
  224. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  225. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
  226. package/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
  227. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
  228. package/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
  229. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
  230. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
  231. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
  232. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
  233. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
  234. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
  235. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
  236. package/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
  237. package/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
  238. package/api/resources/accounting/resources/contacts/client/Client.js +45 -29
  239. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  240. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
  241. package/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
  242. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
  243. package/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
  244. package/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
  245. package/api/resources/accounting/resources/employees/client/Client.js +17 -12
  246. package/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
  247. package/api/resources/accounting/resources/expenses/client/Client.js +57 -36
  248. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  249. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
  250. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
  251. package/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
  252. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
  253. package/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
  254. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
  255. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
  256. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
  257. package/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
  258. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
  259. package/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
  260. package/api/resources/accounting/resources/index.d.ts +2 -1
  261. package/api/resources/accounting/resources/index.js +3 -2
  262. package/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
  263. package/api/resources/accounting/resources/invoices/client/Client.js +73 -46
  264. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  265. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
  266. package/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
  267. package/api/resources/accounting/resources/issues/client/Client.js +17 -12
  268. package/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
  269. package/api/resources/accounting/resources/items/client/Client.js +306 -12
  270. package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
  271. package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
  272. package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
  273. package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
  274. package/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  275. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
  276. package/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
  277. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  278. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
  279. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
  280. package/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
  281. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  282. package/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
  283. package/api/resources/accounting/resources/linkToken/index.js +1 -0
  284. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  285. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  286. package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  287. package/api/resources/accounting/resources/linkToken/types/index.js +17 -0
  288. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
  289. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
  290. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
  291. package/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
  292. package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
  293. package/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
  294. package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
  295. package/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
  296. package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
  297. package/api/resources/accounting/resources/payments/client/Client.js +73 -46
  298. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  299. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
  300. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
  301. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
  302. package/api/resources/accounting/resources/projects/client/Client.d.ts +3 -1
  303. package/api/resources/accounting/resources/projects/client/Client.js +17 -12
  304. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
  305. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
  306. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  307. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
  308. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
  309. package/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
  310. package/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
  311. package/api/resources/accounting/resources/scopes/client/Client.js +25 -16
  312. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
  313. package/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
  314. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
  315. package/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
  316. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
  317. package/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
  318. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
  319. package/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
  320. package/api/resources/accounting/resources/transactions/client/Client.js +17 -12
  321. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
  322. package/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
  323. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
  324. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
  325. package/api/resources/accounting/types/AccountDetails.d.ts +1 -1
  326. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
  327. package/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  328. package/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
  329. package/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  330. package/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
  331. package/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
  332. package/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
  333. package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  334. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  335. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  336. package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
  337. package/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
  338. package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  339. package/api/resources/accounting/types/EventTypeEnum.js +1 -0
  340. package/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
  341. package/api/resources/accounting/types/ItemRequestRequest.js +5 -0
  342. package/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
  343. package/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
  344. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
  345. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
  346. package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
  347. package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
  348. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
  349. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
  350. package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
  351. package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
  352. package/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  353. package/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
  354. package/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
  355. package/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
  356. package/api/resources/accounting/types/ItemResponse.d.ts +10 -0
  357. package/api/resources/accounting/types/ItemResponse.js +5 -0
  358. package/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
  359. package/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
  360. package/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  361. package/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
  362. package/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
  363. package/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
  364. package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  365. package/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
  366. package/api/resources/accounting/types/SyncStatusStatus.js +5 -0
  367. package/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
  368. package/api/resources/accounting/types/Type2BbEnum.js +12 -0
  369. package/api/resources/accounting/types/index.d.ts +18 -0
  370. package/api/resources/accounting/types/index.js +18 -0
  371. package/api/resources/ats/client/Client.d.ts +2 -0
  372. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
  373. package/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
  374. package/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
  375. package/api/resources/ats/resources/accountToken/client/Client.js +9 -6
  376. package/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
  377. package/api/resources/ats/resources/activities/client/Client.js +33 -22
  378. package/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
  379. package/api/resources/ats/resources/applications/client/Client.js +41 -26
  380. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
  381. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
  382. package/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
  383. package/api/resources/ats/resources/attachments/client/Client.js +33 -22
  384. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
  385. package/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
  386. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  387. package/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
  388. package/api/resources/ats/resources/availableActions/client/Client.js +9 -6
  389. package/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
  390. package/api/resources/ats/resources/candidates/client/Client.js +57 -36
  391. package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
  392. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  393. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
  394. package/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
  395. package/api/resources/ats/resources/candidates/types/index.js +1 -0
  396. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
  397. package/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
  398. package/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
  399. package/api/resources/ats/resources/departments/client/Client.js +17 -12
  400. package/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
  401. package/api/resources/ats/resources/eeocs/client/Client.js +17 -12
  402. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  403. package/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
  404. package/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
  405. package/api/resources/ats/resources/forceResync/client/Client.js +9 -6
  406. package/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
  407. package/api/resources/ats/resources/generateKey/client/Client.js +9 -4
  408. package/api/resources/ats/resources/index.d.ts +2 -1
  409. package/api/resources/ats/resources/index.js +3 -2
  410. package/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
  411. package/api/resources/ats/resources/interviews/client/Client.js +33 -22
  412. package/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
  413. package/api/resources/ats/resources/issues/client/Client.js +17 -12
  414. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
  415. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
  416. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
  417. package/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
  418. package/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
  419. package/api/resources/ats/resources/jobs/client/Client.js +25 -18
  420. package/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
  421. package/api/resources/ats/resources/linkToken/client/Client.js +9 -4
  422. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  423. package/api/resources/ats/resources/linkToken/index.d.ts +1 -0
  424. package/api/resources/ats/resources/linkToken/index.js +1 -0
  425. package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  426. package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  427. package/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  428. package/api/resources/ats/resources/linkToken/types/index.js +17 -0
  429. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
  430. package/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
  431. package/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
  432. package/api/resources/ats/resources/offers/client/Client.js +17 -12
  433. package/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
  434. package/api/resources/ats/resources/offices/client/Client.js +17 -12
  435. package/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
  436. package/api/resources/ats/resources/passthrough/client/Client.js +9 -4
  437. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
  438. package/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
  439. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
  440. package/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
  441. package/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
  442. package/api/resources/ats/resources/scopes/client/Client.js +25 -16
  443. package/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
  444. package/api/resources/ats/resources/scorecards/client/Client.js +17 -12
  445. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
  446. package/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
  447. package/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
  448. package/api/resources/ats/resources/tags/client/Client.js +9 -6
  449. package/api/resources/ats/resources/users/client/Client.d.ts +3 -1
  450. package/api/resources/ats/resources/users/client/Client.js +17 -12
  451. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
  452. package/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
  453. package/api/resources/ats/types/AccountDetails.d.ts +1 -1
  454. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
  455. package/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  456. package/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
  457. package/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  458. package/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
  459. package/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
  460. package/api/resources/ats/types/AccountDetailsCategory.js +5 -0
  461. package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  462. package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  463. package/api/resources/ats/types/EventTypeEnum.d.ts +1 -0
  464. package/api/resources/ats/types/Job.d.ts +1 -1
  465. package/api/resources/ats/types/JobPosting.d.ts +1 -1
  466. package/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
  467. package/api/resources/ats/types/JobPostingStatus.js +5 -0
  468. package/api/resources/ats/types/JobType.d.ts +12 -0
  469. package/api/resources/ats/types/JobType.js +5 -0
  470. package/api/resources/ats/types/SyncStatus.d.ts +2 -2
  471. package/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
  472. package/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
  473. package/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
  474. package/api/resources/ats/types/SyncStatusStatus.js +5 -0
  475. package/api/resources/ats/types/index.d.ts +7 -0
  476. package/api/resources/ats/types/index.js +7 -0
  477. package/api/resources/crm/client/Client.d.ts +2 -0
  478. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
  479. package/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
  480. package/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
  481. package/api/resources/crm/resources/accountToken/client/Client.js +9 -6
  482. package/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
  483. package/api/resources/crm/resources/accounts/client/Client.js +61 -39
  484. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  485. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
  486. package/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
  487. package/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
  488. package/api/resources/crm/resources/associations/client/Client.js +17 -12
  489. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
  490. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
  491. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
  492. package/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
  493. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  494. package/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
  495. package/api/resources/crm/resources/availableActions/client/Client.js +9 -6
  496. package/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
  497. package/api/resources/crm/resources/contacts/client/Client.js +69 -43
  498. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  499. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
  500. package/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
  501. package/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
  502. package/api/resources/crm/resources/customObjects/client/Client.js +45 -29
  503. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
  504. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
  505. package/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
  506. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
  507. package/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
  508. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  509. package/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
  510. package/api/resources/crm/resources/engagements/client/Client.js +61 -39
  511. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  512. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
  513. package/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
  514. package/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
  515. package/api/resources/crm/resources/forceResync/client/Client.js +9 -6
  516. package/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
  517. package/api/resources/crm/resources/generateKey/client/Client.js +9 -4
  518. package/api/resources/crm/resources/index.d.ts +2 -1
  519. package/api/resources/crm/resources/index.js +3 -2
  520. package/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
  521. package/api/resources/crm/resources/issues/client/Client.js +17 -12
  522. package/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
  523. package/api/resources/crm/resources/leads/client/Client.js +45 -29
  524. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  525. package/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
  526. package/api/resources/crm/resources/linkToken/client/Client.js +9 -4
  527. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  528. package/api/resources/crm/resources/linkToken/index.d.ts +1 -0
  529. package/api/resources/crm/resources/linkToken/index.js +1 -0
  530. package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  531. package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  532. package/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  533. package/api/resources/crm/resources/linkToken/types/index.js +17 -0
  534. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
  535. package/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
  536. package/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
  537. package/api/resources/crm/resources/notes/client/Client.js +45 -29
  538. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  539. package/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
  540. package/api/resources/crm/resources/opportunities/client/Client.js +61 -39
  541. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  542. package/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
  543. package/api/resources/crm/resources/passthrough/client/Client.js +9 -4
  544. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
  545. package/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
  546. package/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
  547. package/api/resources/crm/resources/scopes/client/Client.js +25 -16
  548. package/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
  549. package/api/resources/crm/resources/stages/client/Client.js +29 -19
  550. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  551. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
  552. package/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
  553. package/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
  554. package/api/resources/crm/resources/tasks/client/Client.js +61 -39
  555. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  556. package/api/resources/crm/resources/users/client/Client.d.ts +3 -1
  557. package/api/resources/crm/resources/users/client/Client.js +37 -23
  558. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  559. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
  560. package/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
  561. package/api/resources/crm/types/AccountDetails.d.ts +1 -1
  562. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
  563. package/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  564. package/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
  565. package/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  566. package/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
  567. package/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
  568. package/api/resources/crm/types/AccountDetailsCategory.js +5 -0
  569. package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  570. package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  571. package/api/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  572. package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  573. package/api/resources/crm/types/EventTypeEnum.js +1 -0
  574. package/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +1 -1
  575. package/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  576. package/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
  577. package/api/resources/crm/types/SyncStatus.d.ts +1 -1
  578. package/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
  579. package/api/resources/crm/types/SyncStatusStatus.js +5 -0
  580. package/api/resources/crm/types/index.d.ts +5 -0
  581. package/api/resources/crm/types/index.js +5 -0
  582. package/api/resources/filestorage/client/Client.d.ts +2 -0
  583. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
  584. package/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
  585. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
  586. package/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
  587. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
  588. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
  589. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
  590. package/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
  591. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  592. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
  593. package/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
  594. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
  595. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
  596. package/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
  597. package/api/resources/filestorage/resources/drives/client/Client.js +17 -12
  598. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
  599. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
  600. package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
  601. package/api/resources/filestorage/resources/files/client/Client.js +81 -44
  602. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
  603. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  604. package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  605. package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
  606. package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  607. package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
  608. package/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
  609. package/api/resources/filestorage/resources/files/types/index.js +2 -0
  610. package/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
  611. package/api/resources/filestorage/resources/folders/client/Client.js +33 -22
  612. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
  613. package/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
  614. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
  615. package/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
  616. package/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
  617. package/api/resources/filestorage/resources/groups/client/Client.js +17 -12
  618. package/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
  619. package/api/resources/filestorage/resources/issues/client/Client.js +17 -12
  620. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
  621. package/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
  622. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
  623. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
  624. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
  625. package/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
  626. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
  627. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
  628. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
  629. package/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
  630. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
  631. package/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
  632. package/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
  633. package/api/resources/filestorage/resources/users/client/Client.js +17 -12
  634. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
  635. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
  636. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  637. package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  638. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  639. package/api/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  640. package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  641. package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  642. package/api/resources/filestorage/types/FileRequest.d.ts +2 -0
  643. package/api/resources/filestorage/types/File_.d.ts +2 -0
  644. package/api/resources/hris/client/Client.d.ts +2 -0
  645. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
  646. package/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
  647. package/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
  648. package/api/resources/hris/resources/accountToken/client/Client.js +9 -6
  649. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
  650. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
  651. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
  652. package/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
  653. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  654. package/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
  655. package/api/resources/hris/resources/availableActions/client/Client.js +9 -6
  656. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
  657. package/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
  658. package/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
  659. package/api/resources/hris/resources/benefits/client/Client.js +17 -12
  660. package/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
  661. package/api/resources/hris/resources/companies/client/Client.js +17 -12
  662. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
  663. package/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
  664. package/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
  665. package/api/resources/hris/resources/dependents/client/Client.js +17 -12
  666. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
  667. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
  668. package/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
  669. package/api/resources/hris/resources/employees/client/Client.js +41 -26
  670. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
  671. package/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
  672. package/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
  673. package/api/resources/hris/resources/employments/client/Client.js +17 -12
  674. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  675. package/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
  676. package/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
  677. package/api/resources/hris/resources/forceResync/client/Client.js +9 -6
  678. package/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
  679. package/api/resources/hris/resources/generateKey/client/Client.js +9 -4
  680. package/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
  681. package/api/resources/hris/resources/groups/client/Client.js +17 -12
  682. package/api/resources/hris/resources/index.d.ts +2 -1
  683. package/api/resources/hris/resources/index.js +3 -2
  684. package/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
  685. package/api/resources/hris/resources/issues/client/Client.js +17 -12
  686. package/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
  687. package/api/resources/hris/resources/linkToken/client/Client.js +9 -4
  688. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  689. package/api/resources/hris/resources/linkToken/index.d.ts +1 -0
  690. package/api/resources/hris/resources/linkToken/index.js +1 -0
  691. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  692. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  693. package/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  694. package/api/resources/hris/resources/linkToken/types/index.js +17 -0
  695. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
  696. package/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
  697. package/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
  698. package/api/resources/hris/resources/locations/client/Client.js +17 -12
  699. package/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
  700. package/api/resources/hris/resources/passthrough/client/Client.js +9 -4
  701. package/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
  702. package/api/resources/hris/resources/payGroups/client/Client.js +17 -12
  703. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
  704. package/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
  705. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
  706. package/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
  707. package/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
  708. package/api/resources/hris/resources/scopes/client/Client.js +25 -16
  709. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
  710. package/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
  711. package/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
  712. package/api/resources/hris/resources/teams/client/Client.js +17 -12
  713. package/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
  714. package/api/resources/hris/resources/timeOff/client/Client.js +33 -22
  715. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
  716. package/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
  717. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
  718. package/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
  719. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
  720. package/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
  721. package/api/resources/hris/types/AccountDetails.d.ts +1 -1
  722. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
  723. package/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  724. package/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
  725. package/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
  726. package/api/resources/hris/types/AccountDetailsCategory.js +5 -0
  727. package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  728. package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  729. package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  730. package/api/resources/hris/types/EventTypeEnum.js +1 -0
  731. package/api/resources/hris/types/index.d.ts +2 -0
  732. package/api/resources/hris/types/index.js +2 -0
  733. package/api/resources/index.d.ts +1 -1
  734. package/api/resources/index.js +2 -2
  735. package/api/resources/ticketing/client/Client.d.ts +2 -0
  736. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
  737. package/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
  738. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
  739. package/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
  740. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
  741. package/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
  742. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
  743. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
  744. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
  745. package/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
  746. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
  747. package/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
  748. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  749. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
  750. package/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
  751. package/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
  752. package/api/resources/ticketing/resources/collections/client/Client.js +25 -18
  753. package/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
  754. package/api/resources/ticketing/resources/comments/client/Client.js +33 -22
  755. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
  756. package/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
  757. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
  758. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
  759. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
  760. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
  761. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
  762. package/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
  763. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
  764. package/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
  765. package/api/resources/ticketing/resources/index.d.ts +2 -1
  766. package/api/resources/ticketing/resources/index.js +3 -2
  767. package/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
  768. package/api/resources/ticketing/resources/issues/client/Client.js +17 -12
  769. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
  770. package/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
  771. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  772. package/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  773. package/api/resources/ticketing/resources/linkToken/index.js +1 -0
  774. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  775. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  776. package/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  777. package/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
  778. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
  779. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
  780. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
  781. package/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
  782. package/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
  783. package/api/resources/ticketing/resources/projects/client/Client.js +25 -18
  784. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
  785. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
  786. package/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
  787. package/api/resources/ticketing/resources/roles/client/Client.js +17 -12
  788. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
  789. package/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
  790. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
  791. package/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
  792. package/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
  793. package/api/resources/ticketing/resources/tags/client/Client.js +17 -12
  794. package/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
  795. package/api/resources/ticketing/resources/teams/client/Client.js +17 -12
  796. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
  797. package/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
  798. package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
  799. package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
  800. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  801. package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  802. package/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
  803. package/api/resources/ticketing/resources/users/client/Client.js +17 -12
  804. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
  805. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
  806. package/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
  807. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
  808. package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  809. package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
  810. package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  811. package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
  812. package/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
  813. package/api/resources/ticketing/types/AccountDetailsCategory.js +5 -0
  814. package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  815. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  816. package/api/resources/ticketing/types/Collection.d.ts +9 -8
  817. package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
  818. package/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
  819. package/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -0
  820. package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  821. package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  822. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +9 -0
  823. package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
  824. package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
  825. package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  826. package/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
  827. package/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
  828. package/api/resources/ticketing/types/Ticket.d.ts +9 -0
  829. package/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
  830. package/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
  831. package/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
  832. package/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
  833. package/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
  834. package/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
  835. package/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
  836. package/api/resources/ticketing/types/index.d.ts +10 -2
  837. package/api/resources/ticketing/types/index.js +10 -2
  838. package/core/fetcher/Fetcher.d.ts +2 -1
  839. package/core/fetcher/Fetcher.js +22 -9
  840. package/core/fetcher/Headers.d.ts +2 -0
  841. package/core/fetcher/Headers.js +84 -0
  842. package/core/fetcher/RawResponse.js +3 -2
  843. package/core/headers.d.ts +3 -0
  844. package/core/headers.js +29 -0
  845. package/core/index.d.ts +1 -1
  846. package/core/index.js +1 -1
  847. package/dist/Client.d.ts +6 -4
  848. package/dist/Client.js +55 -12
  849. package/dist/api/resources/accounting/client/Client.d.ts +2 -0
  850. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
  851. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
  852. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
  853. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
  854. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
  855. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
  856. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
  857. package/dist/api/resources/accounting/resources/accounts/client/Client.js +37 -23
  858. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  859. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
  860. package/dist/api/resources/accounting/resources/addresses/client/Client.js +9 -6
  861. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
  862. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
  863. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
  864. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
  865. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
  866. package/dist/api/resources/accounting/resources/attachments/client/Client.js +33 -22
  867. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
  868. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
  869. package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  870. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
  871. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
  872. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
  873. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
  874. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
  875. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
  876. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
  877. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
  878. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
  879. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
  880. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
  881. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
  882. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
  883. package/dist/api/resources/accounting/resources/contacts/client/Client.js +45 -29
  884. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  885. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
  886. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
  887. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
  888. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
  889. package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
  890. package/dist/api/resources/accounting/resources/employees/client/Client.js +17 -12
  891. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
  892. package/dist/api/resources/accounting/resources/expenses/client/Client.js +57 -36
  893. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  894. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
  895. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
  896. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
  897. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
  898. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
  899. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
  900. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
  901. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
  902. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
  903. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
  904. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
  905. package/dist/api/resources/accounting/resources/index.d.ts +2 -1
  906. package/dist/api/resources/accounting/resources/index.js +3 -2
  907. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
  908. package/dist/api/resources/accounting/resources/invoices/client/Client.js +73 -46
  909. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  910. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
  911. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
  912. package/dist/api/resources/accounting/resources/issues/client/Client.js +17 -12
  913. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
  914. package/dist/api/resources/accounting/resources/items/client/Client.js +306 -12
  915. package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
  916. package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
  917. package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
  918. package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
  919. package/dist/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  920. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
  921. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
  922. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  923. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
  924. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
  925. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
  926. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  927. package/dist/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
  928. package/dist/api/resources/accounting/resources/linkToken/index.js +1 -0
  929. package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  930. package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  931. package/dist/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  932. package/dist/api/resources/accounting/resources/linkToken/types/index.js +17 -0
  933. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
  934. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
  935. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
  936. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
  937. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
  938. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
  939. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
  940. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
  941. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
  942. package/dist/api/resources/accounting/resources/payments/client/Client.js +73 -46
  943. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  944. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
  945. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
  946. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
  947. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +3 -1
  948. package/dist/api/resources/accounting/resources/projects/client/Client.js +17 -12
  949. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
  950. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
  951. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  952. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
  953. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
  954. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
  955. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
  956. package/dist/api/resources/accounting/resources/scopes/client/Client.js +25 -16
  957. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
  958. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
  959. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
  960. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
  961. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
  962. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
  963. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
  964. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
  965. package/dist/api/resources/accounting/resources/transactions/client/Client.js +17 -12
  966. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
  967. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
  968. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
  969. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
  970. package/dist/api/resources/accounting/types/AccountDetails.d.ts +1 -1
  971. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
  972. package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  973. package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
  974. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  975. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
  976. package/dist/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
  977. package/dist/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
  978. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  979. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  980. package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  981. package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
  982. package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
  983. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  984. package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
  985. package/dist/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
  986. package/dist/api/resources/accounting/types/ItemRequestRequest.js +5 -0
  987. package/dist/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
  988. package/dist/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
  989. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
  990. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
  991. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
  992. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
  993. package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
  994. package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
  995. package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
  996. package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
  997. package/dist/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  998. package/dist/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
  999. package/dist/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
  1000. package/dist/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
  1001. package/dist/api/resources/accounting/types/ItemResponse.d.ts +10 -0
  1002. package/dist/api/resources/accounting/types/ItemResponse.js +5 -0
  1003. package/dist/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
  1004. package/dist/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
  1005. package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1006. package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
  1007. package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
  1008. package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
  1009. package/dist/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  1010. package/dist/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
  1011. package/dist/api/resources/accounting/types/SyncStatusStatus.js +5 -0
  1012. package/dist/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
  1013. package/dist/api/resources/accounting/types/Type2BbEnum.js +12 -0
  1014. package/dist/api/resources/accounting/types/index.d.ts +18 -0
  1015. package/dist/api/resources/accounting/types/index.js +18 -0
  1016. package/dist/api/resources/ats/client/Client.d.ts +2 -0
  1017. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
  1018. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
  1019. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
  1020. package/dist/api/resources/ats/resources/accountToken/client/Client.js +9 -6
  1021. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
  1022. package/dist/api/resources/ats/resources/activities/client/Client.js +33 -22
  1023. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
  1024. package/dist/api/resources/ats/resources/applications/client/Client.js +41 -26
  1025. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1026. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
  1027. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
  1028. package/dist/api/resources/ats/resources/attachments/client/Client.js +33 -22
  1029. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
  1030. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
  1031. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1032. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
  1033. package/dist/api/resources/ats/resources/availableActions/client/Client.js +9 -6
  1034. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
  1035. package/dist/api/resources/ats/resources/candidates/client/Client.js +57 -36
  1036. package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
  1037. package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  1038. package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
  1039. package/dist/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1040. package/dist/api/resources/ats/resources/candidates/types/index.js +1 -0
  1041. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
  1042. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
  1043. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
  1044. package/dist/api/resources/ats/resources/departments/client/Client.js +17 -12
  1045. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
  1046. package/dist/api/resources/ats/resources/eeocs/client/Client.js +17 -12
  1047. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  1048. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
  1049. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
  1050. package/dist/api/resources/ats/resources/forceResync/client/Client.js +9 -6
  1051. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
  1052. package/dist/api/resources/ats/resources/generateKey/client/Client.js +9 -4
  1053. package/dist/api/resources/ats/resources/index.d.ts +2 -1
  1054. package/dist/api/resources/ats/resources/index.js +3 -2
  1055. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
  1056. package/dist/api/resources/ats/resources/interviews/client/Client.js +33 -22
  1057. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
  1058. package/dist/api/resources/ats/resources/issues/client/Client.js +17 -12
  1059. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
  1060. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
  1061. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
  1062. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
  1063. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
  1064. package/dist/api/resources/ats/resources/jobs/client/Client.js +25 -18
  1065. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
  1066. package/dist/api/resources/ats/resources/linkToken/client/Client.js +9 -4
  1067. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1068. package/dist/api/resources/ats/resources/linkToken/index.d.ts +1 -0
  1069. package/dist/api/resources/ats/resources/linkToken/index.js +1 -0
  1070. package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1071. package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1072. package/dist/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1073. package/dist/api/resources/ats/resources/linkToken/types/index.js +17 -0
  1074. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
  1075. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
  1076. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
  1077. package/dist/api/resources/ats/resources/offers/client/Client.js +17 -12
  1078. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
  1079. package/dist/api/resources/ats/resources/offices/client/Client.js +17 -12
  1080. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
  1081. package/dist/api/resources/ats/resources/passthrough/client/Client.js +9 -4
  1082. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
  1083. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
  1084. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
  1085. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
  1086. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
  1087. package/dist/api/resources/ats/resources/scopes/client/Client.js +25 -16
  1088. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
  1089. package/dist/api/resources/ats/resources/scorecards/client/Client.js +17 -12
  1090. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
  1091. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
  1092. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
  1093. package/dist/api/resources/ats/resources/tags/client/Client.js +9 -6
  1094. package/dist/api/resources/ats/resources/users/client/Client.d.ts +3 -1
  1095. package/dist/api/resources/ats/resources/users/client/Client.js +17 -12
  1096. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
  1097. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
  1098. package/dist/api/resources/ats/types/AccountDetails.d.ts +1 -1
  1099. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
  1100. package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1101. package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
  1102. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1103. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
  1104. package/dist/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
  1105. package/dist/api/resources/ats/types/AccountDetailsCategory.js +5 -0
  1106. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  1107. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  1108. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +1 -0
  1109. package/dist/api/resources/ats/types/Job.d.ts +1 -1
  1110. package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
  1111. package/dist/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
  1112. package/dist/api/resources/ats/types/JobPostingStatus.js +5 -0
  1113. package/dist/api/resources/ats/types/JobType.d.ts +12 -0
  1114. package/dist/api/resources/ats/types/JobType.js +5 -0
  1115. package/dist/api/resources/ats/types/SyncStatus.d.ts +2 -2
  1116. package/dist/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
  1117. package/dist/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
  1118. package/dist/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
  1119. package/dist/api/resources/ats/types/SyncStatusStatus.js +5 -0
  1120. package/dist/api/resources/ats/types/index.d.ts +7 -0
  1121. package/dist/api/resources/ats/types/index.js +7 -0
  1122. package/dist/api/resources/crm/client/Client.d.ts +2 -0
  1123. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
  1124. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
  1125. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
  1126. package/dist/api/resources/crm/resources/accountToken/client/Client.js +9 -6
  1127. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
  1128. package/dist/api/resources/crm/resources/accounts/client/Client.js +61 -39
  1129. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  1130. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
  1131. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
  1132. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
  1133. package/dist/api/resources/crm/resources/associations/client/Client.js +17 -12
  1134. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1135. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
  1136. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
  1137. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
  1138. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1139. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
  1140. package/dist/api/resources/crm/resources/availableActions/client/Client.js +9 -6
  1141. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
  1142. package/dist/api/resources/crm/resources/contacts/client/Client.js +69 -43
  1143. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  1144. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
  1145. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
  1146. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
  1147. package/dist/api/resources/crm/resources/customObjects/client/Client.js +45 -29
  1148. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
  1149. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
  1150. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
  1151. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
  1152. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
  1153. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  1154. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
  1155. package/dist/api/resources/crm/resources/engagements/client/Client.js +61 -39
  1156. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  1157. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
  1158. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
  1159. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
  1160. package/dist/api/resources/crm/resources/forceResync/client/Client.js +9 -6
  1161. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
  1162. package/dist/api/resources/crm/resources/generateKey/client/Client.js +9 -4
  1163. package/dist/api/resources/crm/resources/index.d.ts +2 -1
  1164. package/dist/api/resources/crm/resources/index.js +3 -2
  1165. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
  1166. package/dist/api/resources/crm/resources/issues/client/Client.js +17 -12
  1167. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
  1168. package/dist/api/resources/crm/resources/leads/client/Client.js +45 -29
  1169. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  1170. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
  1171. package/dist/api/resources/crm/resources/linkToken/client/Client.js +9 -4
  1172. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1173. package/dist/api/resources/crm/resources/linkToken/index.d.ts +1 -0
  1174. package/dist/api/resources/crm/resources/linkToken/index.js +1 -0
  1175. package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1176. package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1177. package/dist/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1178. package/dist/api/resources/crm/resources/linkToken/types/index.js +17 -0
  1179. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
  1180. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
  1181. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
  1182. package/dist/api/resources/crm/resources/notes/client/Client.js +45 -29
  1183. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  1184. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
  1185. package/dist/api/resources/crm/resources/opportunities/client/Client.js +61 -39
  1186. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  1187. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
  1188. package/dist/api/resources/crm/resources/passthrough/client/Client.js +9 -4
  1189. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
  1190. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
  1191. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
  1192. package/dist/api/resources/crm/resources/scopes/client/Client.js +25 -16
  1193. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
  1194. package/dist/api/resources/crm/resources/stages/client/Client.js +29 -19
  1195. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  1196. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
  1197. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
  1198. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
  1199. package/dist/api/resources/crm/resources/tasks/client/Client.js +61 -39
  1200. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  1201. package/dist/api/resources/crm/resources/users/client/Client.d.ts +3 -1
  1202. package/dist/api/resources/crm/resources/users/client/Client.js +37 -23
  1203. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  1204. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
  1205. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
  1206. package/dist/api/resources/crm/types/AccountDetails.d.ts +1 -1
  1207. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
  1208. package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1209. package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
  1210. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1211. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
  1212. package/dist/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
  1213. package/dist/api/resources/crm/types/AccountDetailsCategory.js +5 -0
  1214. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  1215. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  1216. package/dist/api/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1217. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  1218. package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
  1219. package/dist/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +1 -1
  1220. package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  1221. package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
  1222. package/dist/api/resources/crm/types/SyncStatus.d.ts +1 -1
  1223. package/dist/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
  1224. package/dist/api/resources/crm/types/SyncStatusStatus.js +5 -0
  1225. package/dist/api/resources/crm/types/index.d.ts +5 -0
  1226. package/dist/api/resources/crm/types/index.js +5 -0
  1227. package/dist/api/resources/filestorage/client/Client.d.ts +2 -0
  1228. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
  1229. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
  1230. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
  1231. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
  1232. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1233. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
  1234. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
  1235. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
  1236. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1237. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
  1238. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
  1239. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
  1240. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
  1241. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
  1242. package/dist/api/resources/filestorage/resources/drives/client/Client.js +17 -12
  1243. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
  1244. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
  1245. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
  1246. package/dist/api/resources/filestorage/resources/files/client/Client.js +81 -44
  1247. package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
  1248. package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  1249. package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1250. package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
  1251. package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1252. package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
  1253. package/dist/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1254. package/dist/api/resources/filestorage/resources/files/types/index.js +2 -0
  1255. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
  1256. package/dist/api/resources/filestorage/resources/folders/client/Client.js +33 -22
  1257. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
  1258. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
  1259. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
  1260. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
  1261. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
  1262. package/dist/api/resources/filestorage/resources/groups/client/Client.js +17 -12
  1263. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
  1264. package/dist/api/resources/filestorage/resources/issues/client/Client.js +17 -12
  1265. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
  1266. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
  1267. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
  1268. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
  1269. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
  1270. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
  1271. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
  1272. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
  1273. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
  1274. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
  1275. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
  1276. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
  1277. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
  1278. package/dist/api/resources/filestorage/resources/users/client/Client.js +17 -12
  1279. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
  1280. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
  1281. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1282. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  1283. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  1284. package/dist/api/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1285. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  1286. package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  1287. package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -0
  1288. package/dist/api/resources/filestorage/types/File_.d.ts +2 -0
  1289. package/dist/api/resources/hris/client/Client.d.ts +2 -0
  1290. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
  1291. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
  1292. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
  1293. package/dist/api/resources/hris/resources/accountToken/client/Client.js +9 -6
  1294. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1295. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
  1296. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
  1297. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
  1298. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1299. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
  1300. package/dist/api/resources/hris/resources/availableActions/client/Client.js +9 -6
  1301. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
  1302. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
  1303. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
  1304. package/dist/api/resources/hris/resources/benefits/client/Client.js +17 -12
  1305. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
  1306. package/dist/api/resources/hris/resources/companies/client/Client.js +17 -12
  1307. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
  1308. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
  1309. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
  1310. package/dist/api/resources/hris/resources/dependents/client/Client.js +17 -12
  1311. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
  1312. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
  1313. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
  1314. package/dist/api/resources/hris/resources/employees/client/Client.js +41 -26
  1315. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
  1316. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
  1317. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
  1318. package/dist/api/resources/hris/resources/employments/client/Client.js +17 -12
  1319. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  1320. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
  1321. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
  1322. package/dist/api/resources/hris/resources/forceResync/client/Client.js +9 -6
  1323. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
  1324. package/dist/api/resources/hris/resources/generateKey/client/Client.js +9 -4
  1325. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
  1326. package/dist/api/resources/hris/resources/groups/client/Client.js +17 -12
  1327. package/dist/api/resources/hris/resources/index.d.ts +2 -1
  1328. package/dist/api/resources/hris/resources/index.js +3 -2
  1329. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
  1330. package/dist/api/resources/hris/resources/issues/client/Client.js +17 -12
  1331. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
  1332. package/dist/api/resources/hris/resources/linkToken/client/Client.js +9 -4
  1333. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1334. package/dist/api/resources/hris/resources/linkToken/index.d.ts +1 -0
  1335. package/dist/api/resources/hris/resources/linkToken/index.js +1 -0
  1336. package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1337. package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1338. package/dist/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1339. package/dist/api/resources/hris/resources/linkToken/types/index.js +17 -0
  1340. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
  1341. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
  1342. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
  1343. package/dist/api/resources/hris/resources/locations/client/Client.js +17 -12
  1344. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
  1345. package/dist/api/resources/hris/resources/passthrough/client/Client.js +9 -4
  1346. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
  1347. package/dist/api/resources/hris/resources/payGroups/client/Client.js +17 -12
  1348. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
  1349. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
  1350. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
  1351. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
  1352. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
  1353. package/dist/api/resources/hris/resources/scopes/client/Client.js +25 -16
  1354. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
  1355. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
  1356. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
  1357. package/dist/api/resources/hris/resources/teams/client/Client.js +17 -12
  1358. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
  1359. package/dist/api/resources/hris/resources/timeOff/client/Client.js +33 -22
  1360. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
  1361. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
  1362. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
  1363. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
  1364. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
  1365. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
  1366. package/dist/api/resources/hris/types/AccountDetails.d.ts +1 -1
  1367. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
  1368. package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1369. package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
  1370. package/dist/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
  1371. package/dist/api/resources/hris/types/AccountDetailsCategory.js +5 -0
  1372. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  1373. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  1374. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  1375. package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
  1376. package/dist/api/resources/hris/types/index.d.ts +2 -0
  1377. package/dist/api/resources/hris/types/index.js +2 -0
  1378. package/dist/api/resources/index.d.ts +1 -1
  1379. package/dist/api/resources/index.js +2 -2
  1380. package/dist/api/resources/ticketing/client/Client.d.ts +2 -0
  1381. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
  1382. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
  1383. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
  1384. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
  1385. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
  1386. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
  1387. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1388. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
  1389. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
  1390. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
  1391. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
  1392. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
  1393. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1394. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
  1395. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
  1396. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
  1397. package/dist/api/resources/ticketing/resources/collections/client/Client.js +25 -18
  1398. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
  1399. package/dist/api/resources/ticketing/resources/comments/client/Client.js +33 -22
  1400. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
  1401. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
  1402. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
  1403. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
  1404. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
  1405. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
  1406. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
  1407. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
  1408. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
  1409. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
  1410. package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
  1411. package/dist/api/resources/ticketing/resources/index.js +3 -2
  1412. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
  1413. package/dist/api/resources/ticketing/resources/issues/client/Client.js +17 -12
  1414. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
  1415. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
  1416. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1417. package/dist/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1418. package/dist/api/resources/ticketing/resources/linkToken/index.js +1 -0
  1419. package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1420. package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1421. package/dist/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1422. package/dist/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1423. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
  1424. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
  1425. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
  1426. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
  1427. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
  1428. package/dist/api/resources/ticketing/resources/projects/client/Client.js +25 -18
  1429. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
  1430. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
  1431. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
  1432. package/dist/api/resources/ticketing/resources/roles/client/Client.js +17 -12
  1433. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
  1434. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
  1435. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
  1436. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
  1437. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
  1438. package/dist/api/resources/ticketing/resources/tags/client/Client.js +17 -12
  1439. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
  1440. package/dist/api/resources/ticketing/resources/teams/client/Client.js +17 -12
  1441. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
  1442. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
  1443. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
  1444. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
  1445. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  1446. package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  1447. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
  1448. package/dist/api/resources/ticketing/resources/users/client/Client.js +17 -12
  1449. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
  1450. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
  1451. package/dist/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
  1452. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
  1453. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1454. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
  1455. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1456. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
  1457. package/dist/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
  1458. package/dist/api/resources/ticketing/types/AccountDetailsCategory.js +5 -0
  1459. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  1460. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  1461. package/dist/api/resources/ticketing/types/Collection.d.ts +9 -8
  1462. package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
  1463. package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
  1464. package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -0
  1465. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  1466. package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  1467. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +9 -0
  1468. package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
  1469. package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
  1470. package/dist/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  1471. package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
  1472. package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
  1473. package/dist/api/resources/ticketing/types/Ticket.d.ts +9 -0
  1474. package/dist/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
  1475. package/dist/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
  1476. package/dist/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
  1477. package/dist/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
  1478. package/dist/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
  1479. package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
  1480. package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
  1481. package/dist/api/resources/ticketing/types/index.d.ts +10 -2
  1482. package/dist/api/resources/ticketing/types/index.js +10 -2
  1483. package/dist/core/fetcher/Fetcher.d.ts +2 -1
  1484. package/dist/core/fetcher/Fetcher.js +22 -9
  1485. package/dist/core/fetcher/Headers.d.ts +2 -0
  1486. package/dist/core/fetcher/Headers.js +84 -0
  1487. package/dist/core/fetcher/RawResponse.js +3 -2
  1488. package/dist/core/headers.d.ts +3 -0
  1489. package/dist/core/headers.js +29 -0
  1490. package/dist/core/index.d.ts +1 -1
  1491. package/dist/core/index.js +1 -1
  1492. package/dist/errors/MergeError.d.ts +4 -1
  1493. package/dist/errors/MergeError.js +4 -7
  1494. package/dist/serialization/resources/accounting/resources/index.d.ts +3 -1
  1495. package/dist/serialization/resources/accounting/resources/index.js +4 -2
  1496. package/dist/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
  1497. package/dist/serialization/resources/accounting/resources/items/client/index.js +17 -0
  1498. package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
  1499. package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
  1500. package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
  1501. package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
  1502. package/dist/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  1503. package/dist/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
  1504. package/dist/serialization/resources/accounting/resources/items/index.d.ts +1 -0
  1505. package/dist/serialization/resources/accounting/resources/items/index.js +1 -0
  1506. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1507. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1508. package/dist/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1509. package/dist/serialization/resources/accounting/resources/linkToken/index.js +1 -0
  1510. package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1511. package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1512. package/dist/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1513. package/dist/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
  1514. package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
  1515. package/dist/serialization/resources/accounting/types/AccountDetails.js +2 -2
  1516. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
  1517. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
  1518. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1519. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
  1520. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1521. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
  1522. package/dist/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
  1523. package/dist/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
  1524. package/dist/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  1525. package/dist/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  1526. package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
  1527. package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
  1528. package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1529. package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  1530. package/dist/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
  1531. package/dist/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
  1532. package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
  1533. package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
  1534. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
  1535. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
  1536. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
  1537. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
  1538. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
  1539. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
  1540. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
  1541. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
  1542. package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1543. package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
  1544. package/dist/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
  1545. package/dist/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
  1546. package/dist/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
  1547. package/dist/serialization/resources/accounting/types/ItemResponse.js +50 -0
  1548. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
  1549. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
  1550. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1551. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
  1552. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
  1553. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
  1554. package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  1555. package/dist/serialization/resources/accounting/types/SyncStatus.js +2 -2
  1556. package/dist/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
  1557. package/dist/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
  1558. package/dist/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
  1559. package/dist/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
  1560. package/dist/serialization/resources/accounting/types/index.d.ts +18 -0
  1561. package/dist/serialization/resources/accounting/types/index.js +18 -0
  1562. package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
  1563. package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
  1564. package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1565. package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
  1566. package/dist/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1567. package/dist/serialization/resources/ats/resources/candidates/types/index.js +1 -0
  1568. package/dist/serialization/resources/ats/resources/index.d.ts +2 -1
  1569. package/dist/serialization/resources/ats/resources/index.js +3 -2
  1570. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1571. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1572. package/dist/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
  1573. package/dist/serialization/resources/ats/resources/linkToken/index.js +1 -0
  1574. package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1575. package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1576. package/dist/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1577. package/dist/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
  1578. package/dist/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
  1579. package/dist/serialization/resources/ats/types/AccountDetails.js +2 -2
  1580. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
  1581. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
  1582. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1583. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
  1584. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1585. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
  1586. package/dist/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
  1587. package/dist/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
  1588. package/dist/serialization/resources/ats/types/Job.d.ts +2 -2
  1589. package/dist/serialization/resources/ats/types/Job.js +2 -2
  1590. package/dist/serialization/resources/ats/types/JobPosting.d.ts +2 -2
  1591. package/dist/serialization/resources/ats/types/JobPosting.js +2 -2
  1592. package/dist/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
  1593. package/dist/serialization/resources/ats/types/JobPostingStatus.js +42 -0
  1594. package/dist/serialization/resources/ats/types/JobType.d.ts +11 -0
  1595. package/dist/serialization/resources/ats/types/JobType.js +42 -0
  1596. package/dist/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
  1597. package/dist/serialization/resources/ats/types/SyncStatus.js +4 -4
  1598. package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
  1599. package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
  1600. package/dist/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
  1601. package/dist/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
  1602. package/dist/serialization/resources/ats/types/index.d.ts +7 -0
  1603. package/dist/serialization/resources/ats/types/index.js +7 -0
  1604. package/dist/serialization/resources/crm/resources/index.d.ts +2 -1
  1605. package/dist/serialization/resources/crm/resources/index.js +3 -2
  1606. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1607. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1608. package/dist/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
  1609. package/dist/serialization/resources/crm/resources/linkToken/index.js +1 -0
  1610. package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1611. package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1612. package/dist/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1613. package/dist/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
  1614. package/dist/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
  1615. package/dist/serialization/resources/crm/types/AccountDetails.js +2 -2
  1616. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
  1617. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
  1618. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1619. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
  1620. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1621. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
  1622. package/dist/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
  1623. package/dist/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
  1624. package/dist/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1625. package/dist/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
  1626. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1627. package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1628. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
  1629. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
  1630. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1631. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
  1632. package/dist/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
  1633. package/dist/serialization/resources/crm/types/SyncStatus.js +2 -2
  1634. package/dist/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
  1635. package/dist/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
  1636. package/dist/serialization/resources/crm/types/index.d.ts +5 -0
  1637. package/dist/serialization/resources/crm/types/index.js +5 -0
  1638. package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1639. package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
  1640. package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1641. package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
  1642. package/dist/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1643. package/dist/serialization/resources/filestorage/resources/files/types/index.js +2 -0
  1644. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1645. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1646. package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1647. package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
  1648. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1649. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1650. package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
  1651. package/dist/serialization/resources/filestorage/types/FileRequest.js +1 -0
  1652. package/dist/serialization/resources/filestorage/types/File_.d.ts +1 -0
  1653. package/dist/serialization/resources/filestorage/types/File_.js +1 -0
  1654. package/dist/serialization/resources/hris/resources/index.d.ts +2 -1
  1655. package/dist/serialization/resources/hris/resources/index.js +3 -2
  1656. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1657. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1658. package/dist/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
  1659. package/dist/serialization/resources/hris/resources/linkToken/index.js +1 -0
  1660. package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1661. package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1662. package/dist/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1663. package/dist/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
  1664. package/dist/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
  1665. package/dist/serialization/resources/hris/types/AccountDetails.js +2 -2
  1666. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
  1667. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
  1668. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1669. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
  1670. package/dist/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
  1671. package/dist/serialization/resources/hris/types/AccountDetailsCategory.js +42 -0
  1672. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1673. package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1674. package/dist/serialization/resources/hris/types/index.d.ts +2 -0
  1675. package/dist/serialization/resources/hris/types/index.js +2 -0
  1676. package/dist/serialization/resources/index.d.ts +1 -1
  1677. package/dist/serialization/resources/index.js +2 -2
  1678. package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -1
  1679. package/dist/serialization/resources/ticketing/resources/index.js +3 -2
  1680. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1681. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1682. package/dist/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1683. package/dist/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
  1684. package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1685. package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1686. package/dist/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1687. package/dist/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1688. package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
  1689. package/dist/serialization/resources/ticketing/types/AccountDetails.js +2 -2
  1690. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
  1691. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
  1692. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1693. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
  1694. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1695. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
  1696. package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
  1697. package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
  1698. package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -2
  1699. package/dist/serialization/resources/ticketing/types/Collection.js +2 -2
  1700. package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
  1701. package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
  1702. package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
  1703. package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -0
  1704. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1705. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1706. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1707. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1708. package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
  1709. package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
  1710. package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  1711. package/dist/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  1712. package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
  1713. package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
  1714. package/dist/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
  1715. package/dist/serialization/resources/ticketing/types/Ticket.js +2 -0
  1716. package/dist/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
  1717. package/dist/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
  1718. package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
  1719. package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
  1720. package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
  1721. package/dist/serialization/resources/ticketing/types/TicketRequest.js +2 -0
  1722. package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
  1723. package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
  1724. package/dist/serialization/resources/ticketing/types/index.d.ts +10 -2
  1725. package/dist/serialization/resources/ticketing/types/index.js +10 -2
  1726. package/dist/version.d.ts +1 -1
  1727. package/dist/version.js +1 -1
  1728. package/errors/MergeError.d.ts +4 -1
  1729. package/errors/MergeError.js +4 -7
  1730. package/jest.config.mjs +1 -0
  1731. package/package.json +7 -3
  1732. package/reference.md +2815 -2551
  1733. package/scripts/rename-to-esm-files.js +10 -2
  1734. package/serialization/resources/accounting/resources/index.d.ts +3 -1
  1735. package/serialization/resources/accounting/resources/index.js +4 -2
  1736. package/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
  1737. package/serialization/resources/accounting/resources/items/client/index.js +17 -0
  1738. package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
  1739. package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
  1740. package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
  1741. package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
  1742. package/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  1743. package/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
  1744. package/serialization/resources/accounting/resources/items/index.d.ts +1 -0
  1745. package/serialization/resources/accounting/resources/items/index.js +1 -0
  1746. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1747. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1748. package/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1749. package/serialization/resources/accounting/resources/linkToken/index.js +1 -0
  1750. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1751. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1752. package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1753. package/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
  1754. package/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
  1755. package/serialization/resources/accounting/types/AccountDetails.js +2 -2
  1756. package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
  1757. package/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
  1758. package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1759. package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
  1760. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1761. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
  1762. package/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
  1763. package/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
  1764. package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  1765. package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  1766. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
  1767. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
  1768. package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1769. package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  1770. package/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
  1771. package/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
  1772. package/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
  1773. package/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
  1774. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
  1775. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
  1776. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
  1777. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
  1778. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
  1779. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
  1780. package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
  1781. package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
  1782. package/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1783. package/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
  1784. package/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
  1785. package/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
  1786. package/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
  1787. package/serialization/resources/accounting/types/ItemResponse.js +50 -0
  1788. package/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
  1789. package/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
  1790. package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1791. package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
  1792. package/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
  1793. package/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
  1794. package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  1795. package/serialization/resources/accounting/types/SyncStatus.js +2 -2
  1796. package/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
  1797. package/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
  1798. package/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
  1799. package/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
  1800. package/serialization/resources/accounting/types/index.d.ts +18 -0
  1801. package/serialization/resources/accounting/types/index.js +18 -0
  1802. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
  1803. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
  1804. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1805. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
  1806. package/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1807. package/serialization/resources/ats/resources/candidates/types/index.js +1 -0
  1808. package/serialization/resources/ats/resources/index.d.ts +2 -1
  1809. package/serialization/resources/ats/resources/index.js +3 -2
  1810. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1811. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1812. package/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
  1813. package/serialization/resources/ats/resources/linkToken/index.js +1 -0
  1814. package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1815. package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1816. package/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1817. package/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
  1818. package/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
  1819. package/serialization/resources/ats/types/AccountDetails.js +2 -2
  1820. package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
  1821. package/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
  1822. package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1823. package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
  1824. package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1825. package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
  1826. package/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
  1827. package/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
  1828. package/serialization/resources/ats/types/Job.d.ts +2 -2
  1829. package/serialization/resources/ats/types/Job.js +2 -2
  1830. package/serialization/resources/ats/types/JobPosting.d.ts +2 -2
  1831. package/serialization/resources/ats/types/JobPosting.js +2 -2
  1832. package/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
  1833. package/serialization/resources/ats/types/JobPostingStatus.js +42 -0
  1834. package/serialization/resources/ats/types/JobType.d.ts +11 -0
  1835. package/serialization/resources/ats/types/JobType.js +42 -0
  1836. package/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
  1837. package/serialization/resources/ats/types/SyncStatus.js +4 -4
  1838. package/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
  1839. package/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
  1840. package/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
  1841. package/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
  1842. package/serialization/resources/ats/types/index.d.ts +7 -0
  1843. package/serialization/resources/ats/types/index.js +7 -0
  1844. package/serialization/resources/crm/resources/index.d.ts +2 -1
  1845. package/serialization/resources/crm/resources/index.js +3 -2
  1846. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1847. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1848. package/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
  1849. package/serialization/resources/crm/resources/linkToken/index.js +1 -0
  1850. package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1851. package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1852. package/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1853. package/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
  1854. package/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
  1855. package/serialization/resources/crm/types/AccountDetails.js +2 -2
  1856. package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
  1857. package/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
  1858. package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1859. package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
  1860. package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1861. package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
  1862. package/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
  1863. package/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
  1864. package/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1865. package/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
  1866. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1867. package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1868. package/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
  1869. package/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
  1870. package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1871. package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
  1872. package/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
  1873. package/serialization/resources/crm/types/SyncStatus.js +2 -2
  1874. package/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
  1875. package/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
  1876. package/serialization/resources/crm/types/index.d.ts +5 -0
  1877. package/serialization/resources/crm/types/index.js +5 -0
  1878. package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1879. package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
  1880. package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1881. package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
  1882. package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1883. package/serialization/resources/filestorage/resources/files/types/index.js +2 -0
  1884. package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1885. package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1886. package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1887. package/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
  1888. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1889. package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1890. package/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
  1891. package/serialization/resources/filestorage/types/FileRequest.js +1 -0
  1892. package/serialization/resources/filestorage/types/File_.d.ts +1 -0
  1893. package/serialization/resources/filestorage/types/File_.js +1 -0
  1894. package/serialization/resources/hris/resources/index.d.ts +2 -1
  1895. package/serialization/resources/hris/resources/index.js +3 -2
  1896. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1897. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1898. package/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
  1899. package/serialization/resources/hris/resources/linkToken/index.js +1 -0
  1900. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1901. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1902. package/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1903. package/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
  1904. package/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
  1905. package/serialization/resources/hris/types/AccountDetails.js +2 -2
  1906. package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
  1907. package/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
  1908. package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1909. package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
  1910. package/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
  1911. package/serialization/resources/hris/types/AccountDetailsCategory.js +42 -0
  1912. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1913. package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1914. package/serialization/resources/hris/types/index.d.ts +2 -0
  1915. package/serialization/resources/hris/types/index.js +2 -0
  1916. package/serialization/resources/index.d.ts +1 -1
  1917. package/serialization/resources/index.js +2 -2
  1918. package/serialization/resources/ticketing/resources/index.d.ts +2 -1
  1919. package/serialization/resources/ticketing/resources/index.js +3 -2
  1920. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1921. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1922. package/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1923. package/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
  1924. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1925. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1926. package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1927. package/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1928. package/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
  1929. package/serialization/resources/ticketing/types/AccountDetails.js +2 -2
  1930. package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
  1931. package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
  1932. package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1933. package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
  1934. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1935. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
  1936. package/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
  1937. package/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
  1938. package/serialization/resources/ticketing/types/Collection.d.ts +2 -2
  1939. package/serialization/resources/ticketing/types/Collection.js +2 -2
  1940. package/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
  1941. package/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
  1942. package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
  1943. package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -0
  1944. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1945. package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1946. package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1947. package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1948. package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
  1949. package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
  1950. package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  1951. package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  1952. package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
  1953. package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
  1954. package/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
  1955. package/serialization/resources/ticketing/types/Ticket.js +2 -0
  1956. package/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
  1957. package/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
  1958. package/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
  1959. package/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
  1960. package/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
  1961. package/serialization/resources/ticketing/types/TicketRequest.js +2 -0
  1962. package/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
  1963. package/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
  1964. package/serialization/resources/ticketing/types/index.d.ts +10 -2
  1965. package/serialization/resources/ticketing/types/index.js +10 -2
  1966. package/version.d.ts +1 -1
  1967. package/version.js +1 -1
  1968. package/dist/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
  1969. package/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
@@ -0,0 +1,3421 @@
1
+ types:
2
+ Account:
3
+ docs: >-
4
+ # The Account Object
5
+
6
+ ### Description
7
+
8
+ The `Account` object is used to represent the account that a ticket is
9
+ associated with.
10
+
11
+
12
+ The account is a company that may be a customer. This does not represent
13
+ the company that is receiving the ticket.
14
+
15
+
16
+ ### Usage Example
17
+
18
+ TODO
19
+ properties:
20
+ id:
21
+ type: optional<string>
22
+ validation:
23
+ format: uuid
24
+ access: read-only
25
+ remote_id:
26
+ type: optional<string>
27
+ docs: The third-party API ID of the matching object.
28
+ created_at:
29
+ type: optional<datetime>
30
+ docs: The datetime that this object was created by Merge.
31
+ access: read-only
32
+ modified_at:
33
+ type: optional<datetime>
34
+ docs: The datetime that this object was modified by Merge.
35
+ access: read-only
36
+ name:
37
+ type: optional<string>
38
+ docs: The account's name.
39
+ domains:
40
+ type: optional<list<optional<string>>>
41
+ docs: The account's domain names.
42
+ remote_was_deleted:
43
+ type: optional<boolean>
44
+ docs: >-
45
+ Indicates whether or not this object has been deleted in the third
46
+ party platform. Full coverage deletion detection is a premium add-on.
47
+ Native deletion detection is offered for free with limited coverage.
48
+ [Learn
49
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
50
+ field_mappings:
51
+ type: optional<map<string, unknown>>
52
+ access: read-only
53
+ remote_data:
54
+ type: optional<list<RemoteData>>
55
+ access: read-only
56
+ source:
57
+ openapi: openapi/openapi.yml
58
+ AccountDetailsCategory:
59
+ discriminated: false
60
+ union:
61
+ - CategoryEnum
62
+ - string
63
+ source:
64
+ openapi: openapi/openapi.yml
65
+ inline: true
66
+ AccountDetails:
67
+ properties:
68
+ id:
69
+ type: optional<string>
70
+ validation:
71
+ format: uuid
72
+ access: read-only
73
+ integration:
74
+ type: optional<string>
75
+ access: read-only
76
+ integration_slug:
77
+ type: optional<string>
78
+ access: read-only
79
+ category: optional<AccountDetailsCategory>
80
+ end_user_origin_id:
81
+ type: optional<string>
82
+ access: read-only
83
+ end_user_organization_name:
84
+ type: optional<string>
85
+ access: read-only
86
+ end_user_email_address:
87
+ type: optional<string>
88
+ validation:
89
+ format: email
90
+ access: read-only
91
+ status:
92
+ type: optional<string>
93
+ access: read-only
94
+ webhook_listener_url:
95
+ type: optional<string>
96
+ validation:
97
+ format: uri
98
+ access: read-only
99
+ is_duplicate:
100
+ type: optional<boolean>
101
+ docs: >-
102
+ Whether a Production Linked Account's credentials match another
103
+ existing Production Linked Account. This field is `null` for Test
104
+ Linked Accounts, incomplete Production Linked Accounts, and ignored
105
+ duplicate Production Linked Account sets.
106
+ access: read-only
107
+ account_type:
108
+ type: optional<string>
109
+ access: read-only
110
+ completed_at:
111
+ type: optional<datetime>
112
+ docs: The time at which account completes the linking flow.
113
+ source:
114
+ openapi: openapi/openapi.yml
115
+ AccountDetailsAndActionsCategory:
116
+ discriminated: false
117
+ union:
118
+ - CategoryEnum
119
+ - string
120
+ source:
121
+ openapi: openapi/openapi.yml
122
+ inline: true
123
+ AccountDetailsAndActionsStatus:
124
+ discriminated: false
125
+ union:
126
+ - AccountDetailsAndActionsStatusEnum
127
+ - string
128
+ source:
129
+ openapi: openapi/openapi.yml
130
+ inline: true
131
+ AccountDetailsAndActions:
132
+ docs: >-
133
+ # The LinkedAccount Object
134
+
135
+ ### Description
136
+
137
+ The `LinkedAccount` object is used to represent an end user's link with a
138
+ specific integration.
139
+
140
+
141
+ ### Usage Example
142
+
143
+ View a list of your organization's `LinkedAccount` objects.
144
+ properties:
145
+ id: string
146
+ category: optional<AccountDetailsAndActionsCategory>
147
+ status: AccountDetailsAndActionsStatus
148
+ status_detail: optional<string>
149
+ end_user_origin_id: optional<string>
150
+ end_user_organization_name: string
151
+ end_user_email_address: string
152
+ subdomain:
153
+ type: optional<string>
154
+ docs: The tenant or domain the customer has provided access to.
155
+ webhook_listener_url: string
156
+ is_duplicate:
157
+ type: optional<boolean>
158
+ docs: >-
159
+ Whether a Production Linked Account's credentials match another
160
+ existing Production Linked Account. This field is `null` for Test
161
+ Linked Accounts, incomplete Production Linked Accounts, and ignored
162
+ duplicate Production Linked Account sets.
163
+ integration: optional<AccountDetailsAndActionsIntegration>
164
+ account_type: string
165
+ completed_at: datetime
166
+ integration_specific_fields: optional<map<string, unknown>>
167
+ source:
168
+ openapi: openapi/openapi.yml
169
+ AccountDetailsAndActionsIntegration:
170
+ properties:
171
+ name: string
172
+ categories: list<CategoriesEnum>
173
+ image: optional<string>
174
+ square_image: optional<string>
175
+ color: string
176
+ slug: string
177
+ passthrough_available: boolean
178
+ available_model_operations: optional<list<ModelOperation>>
179
+ source:
180
+ openapi: openapi/openapi.yml
181
+ AccountDetailsAndActionsStatusEnum:
182
+ enum:
183
+ - COMPLETE
184
+ - INCOMPLETE
185
+ - RELINK_NEEDED
186
+ - IDLE
187
+ docs: |-
188
+ * `COMPLETE` - COMPLETE
189
+ * `INCOMPLETE` - INCOMPLETE
190
+ * `RELINK_NEEDED` - RELINK_NEEDED
191
+ * `IDLE` - IDLE
192
+ source:
193
+ openapi: openapi/openapi.yml
194
+ AccountIntegration:
195
+ properties:
196
+ name:
197
+ type: string
198
+ docs: Company name.
199
+ abbreviated_name:
200
+ type: optional<string>
201
+ docs: >-
202
+ Optional. This shortened name appears in places with limited space,
203
+ usually in conjunction with the platform's logo (e.g., Merge Link
204
+ menu).<br><br>Example: <i>Workforce Now (in lieu of ADP Workforce
205
+ Now), SuccessFactors (in lieu of SAP SuccessFactors)</i>
206
+ categories:
207
+ type: optional<list<CategoriesEnum>>
208
+ docs: >-
209
+ Category or categories this integration belongs to. Multiple
210
+ categories should be comma separated, i.e. [ats, hris].
211
+ access: read-only
212
+ image:
213
+ type: optional<string>
214
+ docs: Company logo in rectangular shape.
215
+ validation:
216
+ format: uri
217
+ square_image:
218
+ type: optional<string>
219
+ docs: Company logo in square shape.
220
+ validation:
221
+ format: uri
222
+ color:
223
+ type: optional<string>
224
+ docs: >-
225
+ The color of this integration used for buttons and text throughout the
226
+ app and landing pages. <b>Choose a darker, saturated color.</b>
227
+ validation:
228
+ pattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
229
+ maxLength: 18
230
+ slug:
231
+ type: optional<string>
232
+ access: read-only
233
+ api_endpoints_to_documentation_urls:
234
+ type: optional<map<string, unknown>>
235
+ docs: >-
236
+ Mapping of API endpoints to documentation urls for support. Example:
237
+ {'GET': [['/common-model-scopes',
238
+ 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions',
239
+ 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']],
240
+ 'POST': []}
241
+ webhook_setup_guide_url:
242
+ type: optional<string>
243
+ docs: >-
244
+ Setup guide URL for third party webhook creation. Exposed in Merge
245
+ Docs.
246
+ category_beta_status:
247
+ type: optional<map<string, unknown>>
248
+ docs: Category or categories this integration is in beta status for.
249
+ access: read-only
250
+ source:
251
+ openapi: openapi/openapi.yml
252
+ AccountToken:
253
+ properties:
254
+ account_token: string
255
+ integration: AccountIntegration
256
+ id: string
257
+ source:
258
+ openapi: openapi/openapi.yml
259
+ AdvancedMetadata:
260
+ properties:
261
+ id:
262
+ type: string
263
+ validation:
264
+ format: uuid
265
+ display_name: optional<string>
266
+ description: optional<string>
267
+ is_required: optional<boolean>
268
+ is_custom: optional<boolean>
269
+ field_choices: optional<list<unknown>>
270
+ source:
271
+ openapi: openapi/openapi.yml
272
+ AsyncPassthroughReciept:
273
+ properties:
274
+ async_passthrough_receipt_id:
275
+ type: string
276
+ validation:
277
+ format: uuid
278
+ source:
279
+ openapi: openapi/openapi.yml
280
+ AttachmentTicket:
281
+ discriminated: false
282
+ docs: The ticket associated with the attachment.
283
+ union:
284
+ - type: string
285
+ validation:
286
+ format: uuid
287
+ - Ticket
288
+ source:
289
+ openapi: openapi/openapi.yml
290
+ inline: true
291
+ Attachment:
292
+ docs: |-
293
+ # The Attachment Object
294
+ ### Description
295
+ The `Attachment` object is used to represent an attachment for a ticket.
296
+
297
+ ### Usage Example
298
+ TODO
299
+ properties:
300
+ id:
301
+ type: optional<string>
302
+ validation:
303
+ format: uuid
304
+ access: read-only
305
+ remote_id:
306
+ type: optional<string>
307
+ docs: The third-party API ID of the matching object.
308
+ created_at:
309
+ type: optional<datetime>
310
+ docs: The datetime that this object was created by Merge.
311
+ access: read-only
312
+ modified_at:
313
+ type: optional<datetime>
314
+ docs: The datetime that this object was modified by Merge.
315
+ access: read-only
316
+ file_name:
317
+ type: optional<string>
318
+ docs: >-
319
+ The attachment's name. It is required to include the file extension in
320
+ the attachment's name.
321
+ ticket:
322
+ type: optional<AttachmentTicket>
323
+ docs: The ticket associated with the attachment.
324
+ file_url:
325
+ type: optional<string>
326
+ docs: >-
327
+ The attachment's url. It is required to include the file extension in
328
+ the file's URL.
329
+ content_type:
330
+ type: optional<string>
331
+ docs: The attachment's file format.
332
+ uploaded_by:
333
+ type: optional<string>
334
+ docs: The user who uploaded the attachment.
335
+ validation:
336
+ format: uuid
337
+ remote_created_at:
338
+ type: optional<datetime>
339
+ docs: When the third party's attachment was created.
340
+ remote_was_deleted:
341
+ type: optional<boolean>
342
+ docs: >-
343
+ Indicates whether or not this object has been deleted in the third
344
+ party platform. Full coverage deletion detection is a premium add-on.
345
+ Native deletion detection is offered for free with limited coverage.
346
+ [Learn
347
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
348
+ access: read-only
349
+ field_mappings:
350
+ type: optional<map<string, unknown>>
351
+ access: read-only
352
+ remote_data:
353
+ type: optional<list<RemoteData>>
354
+ access: read-only
355
+ source:
356
+ openapi: openapi/openapi.yml
357
+ AttachmentRequestTicket:
358
+ discriminated: false
359
+ docs: The ticket associated with the attachment.
360
+ union:
361
+ - type: string
362
+ validation:
363
+ format: uuid
364
+ - Ticket
365
+ source:
366
+ openapi: openapi/openapi.yml
367
+ inline: true
368
+ AttachmentRequest:
369
+ docs: |-
370
+ # The Attachment Object
371
+ ### Description
372
+ The `Attachment` object is used to represent an attachment for a ticket.
373
+
374
+ ### Usage Example
375
+ TODO
376
+ properties:
377
+ file_name:
378
+ type: optional<string>
379
+ docs: >-
380
+ The attachment's name. It is required to include the file extension in
381
+ the attachment's name.
382
+ ticket:
383
+ type: optional<AttachmentRequestTicket>
384
+ docs: The ticket associated with the attachment.
385
+ file_url:
386
+ type: optional<string>
387
+ docs: >-
388
+ The attachment's url. It is required to include the file extension in
389
+ the file's URL.
390
+ content_type:
391
+ type: optional<string>
392
+ docs: The attachment's file format.
393
+ uploaded_by:
394
+ type: optional<string>
395
+ docs: The user who uploaded the attachment.
396
+ validation:
397
+ format: uuid
398
+ integration_params:
399
+ type: optional<map<string, unknown>>
400
+ access: write-only
401
+ linked_account_params:
402
+ type: optional<map<string, unknown>>
403
+ access: write-only
404
+ source:
405
+ openapi: openapi/openapi.yml
406
+ AuditLogEventRole:
407
+ discriminated: false
408
+ docs: >-
409
+ Designates the role of the user (or SYSTEM/API if action not taken by a
410
+ user) at the time of this Event occurring.
411
+
412
+
413
+ * `ADMIN` - ADMIN
414
+
415
+ * `DEVELOPER` - DEVELOPER
416
+
417
+ * `MEMBER` - MEMBER
418
+
419
+ * `API` - API
420
+
421
+ * `SYSTEM` - SYSTEM
422
+
423
+ * `MERGE_TEAM` - MERGE_TEAM
424
+ union:
425
+ - RoleEnum
426
+ - string
427
+ source:
428
+ openapi: openapi/openapi.yml
429
+ inline: true
430
+ AuditLogEventEventType:
431
+ discriminated: false
432
+ docs: >-
433
+ Designates the type of event that occurred.
434
+
435
+
436
+ * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
437
+
438
+ * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
439
+
440
+ * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
441
+
442
+ * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
443
+
444
+ * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
445
+
446
+ * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
447
+
448
+ * `INVITED_USER` - INVITED_USER
449
+
450
+ * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
451
+
452
+ * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
453
+
454
+ * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
455
+
456
+ * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
457
+ DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
458
+
459
+ * `CREATED_DESTINATION` - CREATED_DESTINATION
460
+
461
+ * `DELETED_DESTINATION` - DELETED_DESTINATION
462
+
463
+ * `CHANGED_DESTINATION` - CHANGED_DESTINATION
464
+
465
+ * `CHANGED_SCOPES` - CHANGED_SCOPES
466
+
467
+ * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
468
+
469
+ * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
470
+
471
+ * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
472
+
473
+ * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
474
+
475
+ * `ENABLED_CATEGORY` - ENABLED_CATEGORY
476
+
477
+ * `DISABLED_CATEGORY` - DISABLED_CATEGORY
478
+
479
+ * `CHANGED_PASSWORD` - CHANGED_PASSWORD
480
+
481
+ * `RESET_PASSWORD` - RESET_PASSWORD
482
+
483
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
484
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
485
+
486
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
487
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
488
+
489
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
490
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
491
+
492
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
493
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
494
+
495
+ * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
496
+ CREATED_INTEGRATION_WIDE_FIELD_MAPPING
497
+
498
+ * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
499
+ CREATED_LINKED_ACCOUNT_FIELD_MAPPING
500
+
501
+ * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
502
+ CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
503
+
504
+ * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
505
+ CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
506
+
507
+ * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
508
+ DELETED_INTEGRATION_WIDE_FIELD_MAPPING
509
+
510
+ * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
511
+ DELETED_LINKED_ACCOUNT_FIELD_MAPPING
512
+
513
+ * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
514
+ CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
515
+
516
+ * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
517
+ CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
518
+
519
+ * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
520
+ DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
521
+
522
+ * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
523
+
524
+ * `MUTED_ISSUE` - MUTED_ISSUE
525
+
526
+ * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
527
+
528
+ * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
529
+
530
+ * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
531
+
532
+ * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
533
+
534
+ * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
535
+ union:
536
+ - EventTypeEnum
537
+ - string
538
+ source:
539
+ openapi: openapi/openapi.yml
540
+ inline: true
541
+ AuditLogEvent:
542
+ properties:
543
+ id:
544
+ type: optional<string>
545
+ validation:
546
+ format: uuid
547
+ access: read-only
548
+ user_name:
549
+ type: optional<string>
550
+ docs: The User's full name at the time of this Event occurring.
551
+ validation:
552
+ maxLength: 200
553
+ user_email:
554
+ type: optional<string>
555
+ docs: The User's email at the time of this Event occurring.
556
+ validation:
557
+ format: email
558
+ maxLength: 254
559
+ role:
560
+ type: AuditLogEventRole
561
+ docs: >-
562
+ Designates the role of the user (or SYSTEM/API if action not taken by
563
+ a user) at the time of this Event occurring.
564
+
565
+
566
+ * `ADMIN` - ADMIN
567
+
568
+ * `DEVELOPER` - DEVELOPER
569
+
570
+ * `MEMBER` - MEMBER
571
+
572
+ * `API` - API
573
+
574
+ * `SYSTEM` - SYSTEM
575
+
576
+ * `MERGE_TEAM` - MERGE_TEAM
577
+ ip_address:
578
+ type: string
579
+ validation:
580
+ maxLength: 45
581
+ event_type:
582
+ type: AuditLogEventEventType
583
+ docs: >-
584
+ Designates the type of event that occurred.
585
+
586
+
587
+ * `CREATED_REMOTE_PRODUCTION_API_KEY` -
588
+ CREATED_REMOTE_PRODUCTION_API_KEY
589
+
590
+ * `DELETED_REMOTE_PRODUCTION_API_KEY` -
591
+ DELETED_REMOTE_PRODUCTION_API_KEY
592
+
593
+ * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
594
+
595
+ * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
596
+
597
+ * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
598
+
599
+ * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
600
+
601
+ * `INVITED_USER` - INVITED_USER
602
+
603
+ * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
604
+
605
+ * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
606
+
607
+ * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
608
+
609
+ * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
610
+ DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
611
+
612
+ * `CREATED_DESTINATION` - CREATED_DESTINATION
613
+
614
+ * `DELETED_DESTINATION` - DELETED_DESTINATION
615
+
616
+ * `CHANGED_DESTINATION` - CHANGED_DESTINATION
617
+
618
+ * `CHANGED_SCOPES` - CHANGED_SCOPES
619
+
620
+ * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
621
+
622
+ * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
623
+
624
+ * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
625
+
626
+ * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
627
+
628
+ * `ENABLED_CATEGORY` - ENABLED_CATEGORY
629
+
630
+ * `DISABLED_CATEGORY` - DISABLED_CATEGORY
631
+
632
+ * `CHANGED_PASSWORD` - CHANGED_PASSWORD
633
+
634
+ * `RESET_PASSWORD` - RESET_PASSWORD
635
+
636
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
637
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
638
+
639
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
640
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
641
+
642
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
643
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
644
+
645
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
646
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
647
+
648
+ * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
649
+ CREATED_INTEGRATION_WIDE_FIELD_MAPPING
650
+
651
+ * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
652
+ CREATED_LINKED_ACCOUNT_FIELD_MAPPING
653
+
654
+ * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
655
+ CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
656
+
657
+ * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
658
+ CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
659
+
660
+ * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
661
+ DELETED_INTEGRATION_WIDE_FIELD_MAPPING
662
+
663
+ * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
664
+ DELETED_LINKED_ACCOUNT_FIELD_MAPPING
665
+
666
+ * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
667
+ CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
668
+
669
+ * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
670
+ CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
671
+
672
+ * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
673
+ DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
674
+
675
+ * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
676
+
677
+ * `MUTED_ISSUE` - MUTED_ISSUE
678
+
679
+ * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
680
+
681
+ * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
682
+
683
+ * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
684
+
685
+ * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
686
+
687
+ * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
688
+ event_description: string
689
+ created_at:
690
+ type: optional<datetime>
691
+ access: read-only
692
+ source:
693
+ openapi: openapi/openapi.yml
694
+ AvailableActions:
695
+ docs: >-
696
+ # The AvailableActions Object
697
+
698
+ ### Description
699
+
700
+ The `Activity` object is used to see all available model/operation
701
+ combinations for an integration.
702
+
703
+
704
+ ### Usage Example
705
+
706
+ Fetch all the actions available for the `Zenefits` integration.
707
+ properties:
708
+ integration: AccountIntegration
709
+ passthrough_available: boolean
710
+ available_model_operations: optional<list<ModelOperation>>
711
+ source:
712
+ openapi: openapi/openapi.yml
713
+ CategoriesEnum:
714
+ enum:
715
+ - hris
716
+ - ats
717
+ - accounting
718
+ - ticketing
719
+ - crm
720
+ - mktg
721
+ - filestorage
722
+ docs: |-
723
+ * `hris` - hris
724
+ * `ats` - ats
725
+ * `accounting` - accounting
726
+ * `ticketing` - ticketing
727
+ * `crm` - crm
728
+ * `mktg` - mktg
729
+ * `filestorage` - filestorage
730
+ source:
731
+ openapi: openapi/openapi.yml
732
+ CategoryEnum:
733
+ enum:
734
+ - hris
735
+ - ats
736
+ - accounting
737
+ - ticketing
738
+ - crm
739
+ - mktg
740
+ - filestorage
741
+ docs: |-
742
+ * `hris` - hris
743
+ * `ats` - ats
744
+ * `accounting` - accounting
745
+ * `ticketing` - ticketing
746
+ * `crm` - crm
747
+ * `mktg` - mktg
748
+ * `filestorage` - filestorage
749
+ source:
750
+ openapi: openapi/openapi.yml
751
+ CollectionAccessLevel:
752
+ discriminated: false
753
+ docs: |-
754
+ The level of access a User has to the Collection and its sub-objects.
755
+
756
+ * `PRIVATE` - PRIVATE
757
+ * `COMPANY` - COMPANY
758
+ * `PUBLIC` - PUBLIC
759
+ * `PARENT_COLLECTION` - PARENT_COLLECTION
760
+ union:
761
+ - CollectionAccessLevelEnum
762
+ - string
763
+ source:
764
+ openapi: openapi/openapi.yml
765
+ inline: true
766
+ CollectionCollectionType:
767
+ discriminated: false
768
+ docs: |-
769
+ The collection's type.
770
+
771
+ * `LIST` - LIST
772
+ * `PROJECT` - PROJECT
773
+ union:
774
+ - CollectionTypeEnum
775
+ - string
776
+ source:
777
+ openapi: openapi/openapi.yml
778
+ inline: true
779
+ CollectionParentCollection:
780
+ discriminated: false
781
+ docs: The parent collection for this collection.
782
+ union:
783
+ - type: string
784
+ validation:
785
+ format: uuid
786
+ - Collection
787
+ source:
788
+ openapi: openapi/openapi.yml
789
+ inline: true
790
+ Collection:
791
+ docs: >-
792
+ # The Collection Object
793
+
794
+ ### Description
795
+
796
+ The `Collection` object is used to represent one or more `Tickets`. There
797
+ can be a hierarchy of `Collections`, in which a sub-collection belongs to
798
+ a parent-collection.
799
+
800
+
801
+ ### Usage Example
802
+
803
+ TODO
804
+ properties:
805
+ id:
806
+ type: optional<string>
807
+ validation:
808
+ format: uuid
809
+ access: read-only
810
+ remote_id:
811
+ type: optional<string>
812
+ docs: The third-party API ID of the matching object.
813
+ created_at:
814
+ type: optional<datetime>
815
+ docs: The datetime that this object was created by Merge.
816
+ access: read-only
817
+ modified_at:
818
+ type: optional<datetime>
819
+ docs: The datetime that this object was modified by Merge.
820
+ access: read-only
821
+ name:
822
+ type: optional<string>
823
+ docs: The collection's name.
824
+ description:
825
+ type: optional<string>
826
+ docs: The collection's description.
827
+ access_level:
828
+ type: optional<CollectionAccessLevel>
829
+ docs: |-
830
+ The level of access a User has to the Collection and its sub-objects.
831
+
832
+ * `PRIVATE` - PRIVATE
833
+ * `COMPANY` - COMPANY
834
+ * `PUBLIC` - PUBLIC
835
+ * `PARENT_COLLECTION` - PARENT_COLLECTION
836
+ collection_type:
837
+ type: optional<CollectionCollectionType>
838
+ docs: |-
839
+ The collection's type.
840
+
841
+ * `LIST` - LIST
842
+ * `PROJECT` - PROJECT
843
+ parent_collection:
844
+ type: optional<CollectionParentCollection>
845
+ docs: The parent collection for this collection.
846
+ remote_was_deleted:
847
+ type: optional<boolean>
848
+ docs: >-
849
+ Indicates whether or not this object has been deleted in the third
850
+ party platform. Full coverage deletion detection is a premium add-on.
851
+ Native deletion detection is offered for free with limited coverage.
852
+ [Learn
853
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
854
+ field_mappings:
855
+ type: optional<map<string, unknown>>
856
+ access: read-only
857
+ remote_data:
858
+ type: optional<list<RemoteData>>
859
+ access: read-only
860
+ source:
861
+ openapi: openapi/openapi.yml
862
+ CollectionAccessLevelEnum:
863
+ enum:
864
+ - PRIVATE
865
+ - COMPANY
866
+ - PUBLIC
867
+ - PARENT_COLLECTION
868
+ docs: |-
869
+ * `PRIVATE` - PRIVATE
870
+ * `COMPANY` - COMPANY
871
+ * `PUBLIC` - PUBLIC
872
+ * `PARENT_COLLECTION` - PARENT_COLLECTION
873
+ source:
874
+ openapi: openapi/openapi.yml
875
+ CollectionTypeEnum:
876
+ enum:
877
+ - LIST
878
+ - PROJECT
879
+ docs: |-
880
+ * `LIST` - LIST
881
+ * `PROJECT` - PROJECT
882
+ source:
883
+ openapi: openapi/openapi.yml
884
+ CommentUser:
885
+ discriminated: false
886
+ docs: >-
887
+ The author of the Comment, if the author is a User. If the third party
888
+ does not support specifying an author, we will append "[Posted on behalf
889
+ of {name}]" to the comment.
890
+ union:
891
+ - type: string
892
+ validation:
893
+ format: uuid
894
+ - User
895
+ source:
896
+ openapi: openapi/openapi.yml
897
+ inline: true
898
+ CommentContact:
899
+ discriminated: false
900
+ docs: >-
901
+ The author of the Comment, if the author is a Contact.If the third party
902
+ does not support specifying an author, we will append "[Posted on behalf
903
+ of {name}]" to the comment.
904
+ union:
905
+ - type: string
906
+ validation:
907
+ format: uuid
908
+ - Contact
909
+ source:
910
+ openapi: openapi/openapi.yml
911
+ inline: true
912
+ CommentTicket:
913
+ discriminated: false
914
+ docs: 'The ticket associated with the comment. '
915
+ union:
916
+ - type: string
917
+ validation:
918
+ format: uuid
919
+ - Ticket
920
+ source:
921
+ openapi: openapi/openapi.yml
922
+ inline: true
923
+ Comment:
924
+ docs: |-
925
+ # The Comment Object
926
+ ### Description
927
+ The `Comment` object is used to represent a comment on a ticket.
928
+
929
+ ### Usage Example
930
+ TODO
931
+ properties:
932
+ id:
933
+ type: optional<string>
934
+ validation:
935
+ format: uuid
936
+ access: read-only
937
+ remote_id:
938
+ type: optional<string>
939
+ docs: The third-party API ID of the matching object.
940
+ created_at:
941
+ type: optional<datetime>
942
+ docs: The datetime that this object was created by Merge.
943
+ access: read-only
944
+ modified_at:
945
+ type: optional<datetime>
946
+ docs: The datetime that this object was modified by Merge.
947
+ access: read-only
948
+ user:
949
+ type: optional<CommentUser>
950
+ docs: >-
951
+ The author of the Comment, if the author is a User. If the third party
952
+ does not support specifying an author, we will append "[Posted on
953
+ behalf of {name}]" to the comment.
954
+ contact:
955
+ type: optional<CommentContact>
956
+ docs: >-
957
+ The author of the Comment, if the author is a Contact.If the third
958
+ party does not support specifying an author, we will append "[Posted
959
+ on behalf of {name}]" to the comment.
960
+ body:
961
+ type: optional<string>
962
+ docs: The comment's text body.
963
+ html_body:
964
+ type: optional<string>
965
+ docs: The comment's text body formatted as html.
966
+ ticket:
967
+ type: optional<CommentTicket>
968
+ docs: 'The ticket associated with the comment. '
969
+ is_private:
970
+ type: optional<boolean>
971
+ docs: Whether or not the comment is internal.
972
+ remote_created_at:
973
+ type: optional<datetime>
974
+ docs: When the third party's comment was created.
975
+ remote_was_deleted:
976
+ type: optional<boolean>
977
+ docs: >-
978
+ Indicates whether or not this object has been deleted in the third
979
+ party platform. Full coverage deletion detection is a premium add-on.
980
+ Native deletion detection is offered for free with limited coverage.
981
+ [Learn
982
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
983
+ access: read-only
984
+ field_mappings:
985
+ type: optional<map<string, unknown>>
986
+ access: read-only
987
+ remote_data:
988
+ type: optional<list<RemoteData>>
989
+ access: read-only
990
+ source:
991
+ openapi: openapi/openapi.yml
992
+ CommentRequestUser:
993
+ discriminated: false
994
+ docs: >-
995
+ The author of the Comment, if the author is a User. If the third party
996
+ does not support specifying an author, we will append "[Posted on behalf
997
+ of {name}]" to the comment.
998
+ union:
999
+ - type: string
1000
+ validation:
1001
+ format: uuid
1002
+ - User
1003
+ source:
1004
+ openapi: openapi/openapi.yml
1005
+ inline: true
1006
+ CommentRequestContact:
1007
+ discriminated: false
1008
+ docs: >-
1009
+ The author of the Comment, if the author is a Contact.If the third party
1010
+ does not support specifying an author, we will append "[Posted on behalf
1011
+ of {name}]" to the comment.
1012
+ union:
1013
+ - type: string
1014
+ validation:
1015
+ format: uuid
1016
+ - Contact
1017
+ source:
1018
+ openapi: openapi/openapi.yml
1019
+ inline: true
1020
+ CommentRequestTicket:
1021
+ discriminated: false
1022
+ docs: 'The ticket associated with the comment. '
1023
+ union:
1024
+ - type: string
1025
+ validation:
1026
+ format: uuid
1027
+ - Ticket
1028
+ source:
1029
+ openapi: openapi/openapi.yml
1030
+ inline: true
1031
+ CommentRequest:
1032
+ docs: |-
1033
+ # The Comment Object
1034
+ ### Description
1035
+ The `Comment` object is used to represent a comment on a ticket.
1036
+
1037
+ ### Usage Example
1038
+ TODO
1039
+ properties:
1040
+ user:
1041
+ type: optional<CommentRequestUser>
1042
+ docs: >-
1043
+ The author of the Comment, if the author is a User. If the third party
1044
+ does not support specifying an author, we will append "[Posted on
1045
+ behalf of {name}]" to the comment.
1046
+ contact:
1047
+ type: optional<CommentRequestContact>
1048
+ docs: >-
1049
+ The author of the Comment, if the author is a Contact.If the third
1050
+ party does not support specifying an author, we will append "[Posted
1051
+ on behalf of {name}]" to the comment.
1052
+ body:
1053
+ type: optional<string>
1054
+ docs: The comment's text body.
1055
+ html_body:
1056
+ type: optional<string>
1057
+ docs: The comment's text body formatted as html.
1058
+ ticket:
1059
+ type: optional<CommentRequestTicket>
1060
+ docs: 'The ticket associated with the comment. '
1061
+ is_private:
1062
+ type: optional<boolean>
1063
+ docs: Whether or not the comment is internal.
1064
+ integration_params:
1065
+ type: optional<map<string, unknown>>
1066
+ access: write-only
1067
+ linked_account_params:
1068
+ type: optional<map<string, unknown>>
1069
+ access: write-only
1070
+ source:
1071
+ openapi: openapi/openapi.yml
1072
+ CommentResponse:
1073
+ properties:
1074
+ model: Comment
1075
+ warnings: list<WarningValidationProblem>
1076
+ errors: list<ErrorValidationProblem>
1077
+ logs: optional<list<DebugModeLog>>
1078
+ source:
1079
+ openapi: openapi/openapi.yml
1080
+ CommonModelScopeApi:
1081
+ properties:
1082
+ common_models:
1083
+ docs: The common models you want to update the scopes for
1084
+ type: list<IndividualCommonModelScopeDeserializer>
1085
+ source:
1086
+ openapi: openapi/openapi.yml
1087
+ CommonModelScopesBodyRequest:
1088
+ properties:
1089
+ model_id:
1090
+ type: string
1091
+ validation:
1092
+ minLength: 1
1093
+ enabled_actions: list<EnabledActionsEnum>
1094
+ disabled_fields: list<string>
1095
+ source:
1096
+ openapi: openapi/openapi.yml
1097
+ ContactAccount:
1098
+ discriminated: false
1099
+ docs: The contact's account.
1100
+ union:
1101
+ - type: string
1102
+ validation:
1103
+ format: uuid
1104
+ - Account
1105
+ source:
1106
+ openapi: openapi/openapi.yml
1107
+ inline: true
1108
+ Contact:
1109
+ docs: >-
1110
+ # The Contact Object
1111
+
1112
+ ### Description
1113
+
1114
+ The `Contact` object is used to represent the customer, lead, or external
1115
+ user that a ticket is associated with.
1116
+
1117
+
1118
+ ### Usage Example
1119
+
1120
+ TODO
1121
+ properties:
1122
+ id:
1123
+ type: optional<string>
1124
+ validation:
1125
+ format: uuid
1126
+ access: read-only
1127
+ remote_id:
1128
+ type: optional<string>
1129
+ docs: The third-party API ID of the matching object.
1130
+ created_at:
1131
+ type: optional<datetime>
1132
+ docs: The datetime that this object was created by Merge.
1133
+ access: read-only
1134
+ modified_at:
1135
+ type: optional<datetime>
1136
+ docs: The datetime that this object was modified by Merge.
1137
+ access: read-only
1138
+ name:
1139
+ type: optional<string>
1140
+ docs: The contact's name.
1141
+ email_address:
1142
+ type: optional<string>
1143
+ docs: The contact's email address.
1144
+ phone_number:
1145
+ type: optional<string>
1146
+ docs: The contact's phone number.
1147
+ details:
1148
+ type: optional<string>
1149
+ docs: The contact's details.
1150
+ account:
1151
+ type: optional<ContactAccount>
1152
+ docs: The contact's account.
1153
+ remote_was_deleted:
1154
+ type: optional<boolean>
1155
+ docs: >-
1156
+ Indicates whether or not this object has been deleted in the third
1157
+ party platform. Full coverage deletion detection is a premium add-on.
1158
+ Native deletion detection is offered for free with limited coverage.
1159
+ [Learn
1160
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1161
+ access: read-only
1162
+ field_mappings:
1163
+ type: optional<map<string, unknown>>
1164
+ access: read-only
1165
+ remote_data:
1166
+ type: optional<list<RemoteData>>
1167
+ access: read-only
1168
+ source:
1169
+ openapi: openapi/openapi.yml
1170
+ ContactRequestAccount:
1171
+ discriminated: false
1172
+ docs: The contact's account.
1173
+ union:
1174
+ - type: string
1175
+ validation:
1176
+ format: uuid
1177
+ - Account
1178
+ source:
1179
+ openapi: openapi/openapi.yml
1180
+ inline: true
1181
+ ContactRequest:
1182
+ docs: >-
1183
+ # The Contact Object
1184
+
1185
+ ### Description
1186
+
1187
+ The `Contact` object is used to represent the customer, lead, or external
1188
+ user that a ticket is associated with.
1189
+
1190
+
1191
+ ### Usage Example
1192
+
1193
+ TODO
1194
+ properties:
1195
+ name:
1196
+ type: optional<string>
1197
+ docs: The contact's name.
1198
+ email_address:
1199
+ type: optional<string>
1200
+ docs: The contact's email address.
1201
+ phone_number:
1202
+ type: optional<string>
1203
+ docs: The contact's phone number.
1204
+ details:
1205
+ type: optional<string>
1206
+ docs: The contact's details.
1207
+ account:
1208
+ type: optional<ContactRequestAccount>
1209
+ docs: The contact's account.
1210
+ integration_params:
1211
+ type: optional<map<string, unknown>>
1212
+ access: write-only
1213
+ linked_account_params:
1214
+ type: optional<map<string, unknown>>
1215
+ access: write-only
1216
+ source:
1217
+ openapi: openapi/openapi.yml
1218
+ DataPassthroughRequest:
1219
+ docs: >-
1220
+ # The DataPassthrough Object
1221
+
1222
+ ### Description
1223
+
1224
+ The `DataPassthrough` object is used to send information to an
1225
+ otherwise-unsupported third-party endpoint.
1226
+
1227
+
1228
+ ### Usage Example
1229
+
1230
+ Create a `DataPassthrough` to get team hierarchies from your Rippling
1231
+ integration.
1232
+ properties:
1233
+ method: MethodEnum
1234
+ path:
1235
+ type: string
1236
+ docs: The path of the request in the third party's platform.
1237
+ validation:
1238
+ minLength: 1
1239
+ base_url_override:
1240
+ type: optional<string>
1241
+ docs: An optional override of the third party's base url for the request.
1242
+ validation:
1243
+ minLength: 1
1244
+ data:
1245
+ type: optional<string>
1246
+ docs: >-
1247
+ The data with the request. You must include a `request_format`
1248
+ parameter matching the data's format
1249
+ validation:
1250
+ minLength: 1
1251
+ multipart_form_data:
1252
+ type: optional<list<MultipartFormFieldRequest>>
1253
+ docs: >-
1254
+ Pass an array of `MultipartFormField` objects in here instead of using
1255
+ the `data` param if `request_format` is set to `MULTIPART`.
1256
+ headers:
1257
+ type: optional<map<string, unknown>>
1258
+ docs: >-
1259
+ The headers to use for the request (Merge will handle the account's
1260
+ authorization headers). `Content-Type` header is required for
1261
+ passthrough. Choose content type corresponding to expected format of
1262
+ receiving server.
1263
+ request_format: optional<RequestFormatEnum>
1264
+ normalize_response:
1265
+ type: optional<boolean>
1266
+ docs: >-
1267
+ Optional. If true, the response will always be an object of the form
1268
+ `{"type": T, "value": ...}` where `T` will be one of `string, boolean,
1269
+ number, null, array, object`.
1270
+ source:
1271
+ openapi: openapi/openapi.yml
1272
+ DebugModeLog:
1273
+ properties:
1274
+ log_id: string
1275
+ dashboard_view: string
1276
+ log_summary: DebugModelLogSummary
1277
+ source:
1278
+ openapi: openapi/openapi.yml
1279
+ DebugModelLogSummary:
1280
+ properties:
1281
+ url: string
1282
+ method: string
1283
+ status_code: integer
1284
+ source:
1285
+ openapi: openapi/openapi.yml
1286
+ EnabledActionsEnum:
1287
+ enum:
1288
+ - READ
1289
+ - WRITE
1290
+ docs: |-
1291
+ * `READ` - READ
1292
+ * `WRITE` - WRITE
1293
+ source:
1294
+ openapi: openapi/openapi.yml
1295
+ EncodingEnum:
1296
+ enum:
1297
+ - RAW
1298
+ - BASE64
1299
+ - GZIP_BASE64
1300
+ docs: |-
1301
+ * `RAW` - RAW
1302
+ * `BASE64` - BASE64
1303
+ * `GZIP_BASE64` - GZIP_BASE64
1304
+ source:
1305
+ openapi: openapi/openapi.yml
1306
+ ErrorValidationProblem:
1307
+ properties:
1308
+ source: optional<ValidationProblemSource>
1309
+ title: string
1310
+ detail: string
1311
+ problem_type: string
1312
+ source:
1313
+ openapi: openapi/openapi.yml
1314
+ EventTypeEnum:
1315
+ enum:
1316
+ - CREATED_REMOTE_PRODUCTION_API_KEY
1317
+ - DELETED_REMOTE_PRODUCTION_API_KEY
1318
+ - CREATED_TEST_API_KEY
1319
+ - DELETED_TEST_API_KEY
1320
+ - REGENERATED_PRODUCTION_API_KEY
1321
+ - REGENERATED_WEBHOOK_SIGNATURE
1322
+ - INVITED_USER
1323
+ - TWO_FACTOR_AUTH_ENABLED
1324
+ - TWO_FACTOR_AUTH_DISABLED
1325
+ - DELETED_LINKED_ACCOUNT
1326
+ - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
1327
+ - CREATED_DESTINATION
1328
+ - DELETED_DESTINATION
1329
+ - CHANGED_DESTINATION
1330
+ - CHANGED_SCOPES
1331
+ - CHANGED_PERSONAL_INFORMATION
1332
+ - CHANGED_ORGANIZATION_SETTINGS
1333
+ - ENABLED_INTEGRATION
1334
+ - DISABLED_INTEGRATION
1335
+ - ENABLED_CATEGORY
1336
+ - DISABLED_CATEGORY
1337
+ - CHANGED_PASSWORD
1338
+ - RESET_PASSWORD
1339
+ - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1340
+ - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1341
+ - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1342
+ - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1343
+ - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
1344
+ - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
1345
+ - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
1346
+ - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
1347
+ - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
1348
+ - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
1349
+ - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1350
+ - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1351
+ - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1352
+ - FORCED_LINKED_ACCOUNT_RESYNC
1353
+ - MUTED_ISSUE
1354
+ - GENERATED_MAGIC_LINK
1355
+ - ENABLED_MERGE_WEBHOOK
1356
+ - DISABLED_MERGE_WEBHOOK
1357
+ - MERGE_WEBHOOK_TARGET_CHANGED
1358
+ - END_USER_CREDENTIALS_ACCESSED
1359
+ docs: >-
1360
+ * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
1361
+
1362
+ * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
1363
+
1364
+ * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
1365
+
1366
+ * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
1367
+
1368
+ * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
1369
+
1370
+ * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
1371
+
1372
+ * `INVITED_USER` - INVITED_USER
1373
+
1374
+ * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
1375
+
1376
+ * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
1377
+
1378
+ * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
1379
+
1380
+ * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
1381
+ DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
1382
+
1383
+ * `CREATED_DESTINATION` - CREATED_DESTINATION
1384
+
1385
+ * `DELETED_DESTINATION` - DELETED_DESTINATION
1386
+
1387
+ * `CHANGED_DESTINATION` - CHANGED_DESTINATION
1388
+
1389
+ * `CHANGED_SCOPES` - CHANGED_SCOPES
1390
+
1391
+ * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
1392
+
1393
+ * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
1394
+
1395
+ * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
1396
+
1397
+ * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
1398
+
1399
+ * `ENABLED_CATEGORY` - ENABLED_CATEGORY
1400
+
1401
+ * `DISABLED_CATEGORY` - DISABLED_CATEGORY
1402
+
1403
+ * `CHANGED_PASSWORD` - CHANGED_PASSWORD
1404
+
1405
+ * `RESET_PASSWORD` - RESET_PASSWORD
1406
+
1407
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
1408
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1409
+
1410
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
1411
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1412
+
1413
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
1414
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1415
+
1416
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
1417
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1418
+
1419
+ * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
1420
+ CREATED_INTEGRATION_WIDE_FIELD_MAPPING
1421
+
1422
+ * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
1423
+ CREATED_LINKED_ACCOUNT_FIELD_MAPPING
1424
+
1425
+ * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
1426
+ CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
1427
+
1428
+ * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
1429
+ CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
1430
+
1431
+ * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
1432
+ DELETED_INTEGRATION_WIDE_FIELD_MAPPING
1433
+
1434
+ * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
1435
+ DELETED_LINKED_ACCOUNT_FIELD_MAPPING
1436
+
1437
+ * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1438
+ CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1439
+
1440
+ * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1441
+ CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1442
+
1443
+ * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1444
+ DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1445
+
1446
+ * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
1447
+
1448
+ * `MUTED_ISSUE` - MUTED_ISSUE
1449
+
1450
+ * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
1451
+
1452
+ * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
1453
+
1454
+ * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
1455
+
1456
+ * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
1457
+
1458
+ * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
1459
+ source:
1460
+ openapi: openapi/openapi.yml
1461
+ ExternalTargetFieldApi:
1462
+ properties:
1463
+ name:
1464
+ type: optional<string>
1465
+ access: read-only
1466
+ description:
1467
+ type: optional<string>
1468
+ access: read-only
1469
+ is_mapped:
1470
+ type: optional<string>
1471
+ access: read-only
1472
+ source:
1473
+ openapi: openapi/openapi.yml
1474
+ ExternalTargetFieldApiResponse:
1475
+ properties:
1476
+ Ticket: optional<list<ExternalTargetFieldApi>>
1477
+ Comment: optional<list<ExternalTargetFieldApi>>
1478
+ Project: optional<list<ExternalTargetFieldApi>>
1479
+ Collection: optional<list<ExternalTargetFieldApi>>
1480
+ User: optional<list<ExternalTargetFieldApi>>
1481
+ Role: optional<list<ExternalTargetFieldApi>>
1482
+ Account: optional<list<ExternalTargetFieldApi>>
1483
+ Team: optional<list<ExternalTargetFieldApi>>
1484
+ Attachment: optional<list<ExternalTargetFieldApi>>
1485
+ Tag: optional<list<ExternalTargetFieldApi>>
1486
+ Contact: optional<list<ExternalTargetFieldApi>>
1487
+ source:
1488
+ openapi: openapi/openapi.yml
1489
+ FieldFormatEnum:
1490
+ enum:
1491
+ - string
1492
+ - number
1493
+ - date
1494
+ - datetime
1495
+ - bool
1496
+ - list
1497
+ docs: |-
1498
+ * `string` - string
1499
+ * `number` - number
1500
+ * `date` - date
1501
+ * `datetime` - datetime
1502
+ * `bool` - bool
1503
+ * `list` - list
1504
+ source:
1505
+ openapi: openapi/openapi.yml
1506
+ FieldMappingApiInstanceTargetField:
1507
+ properties:
1508
+ name: string
1509
+ description: string
1510
+ is_organization_wide: boolean
1511
+ source:
1512
+ openapi: openapi/openapi.yml
1513
+ inline: true
1514
+ FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo:
1515
+ properties:
1516
+ method: optional<string>
1517
+ url_path: optional<string>
1518
+ field_traversal_path: optional<list<string>>
1519
+ source:
1520
+ openapi: openapi/openapi.yml
1521
+ inline: true
1522
+ FieldMappingApiInstanceRemoteField:
1523
+ properties:
1524
+ remote_key_name: optional<string>
1525
+ schema: optional<map<string, unknown>>
1526
+ remote_endpoint_info: FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo
1527
+ source:
1528
+ openapi: openapi/openapi.yml
1529
+ inline: true
1530
+ FieldMappingApiInstance:
1531
+ properties:
1532
+ id:
1533
+ type: optional<string>
1534
+ validation:
1535
+ format: uuid
1536
+ access: read-only
1537
+ is_integration_wide:
1538
+ type: optional<boolean>
1539
+ access: read-only
1540
+ target_field:
1541
+ type: optional<FieldMappingApiInstanceTargetField>
1542
+ access: read-only
1543
+ remote_field:
1544
+ type: optional<FieldMappingApiInstanceRemoteField>
1545
+ access: read-only
1546
+ source:
1547
+ openapi: openapi/openapi.yml
1548
+ FieldMappingApiInstanceResponse:
1549
+ properties:
1550
+ Ticket: optional<list<FieldMappingApiInstance>>
1551
+ Comment: optional<list<FieldMappingApiInstance>>
1552
+ Project: optional<list<FieldMappingApiInstance>>
1553
+ Collection: optional<list<FieldMappingApiInstance>>
1554
+ User: optional<list<FieldMappingApiInstance>>
1555
+ Role: optional<list<FieldMappingApiInstance>>
1556
+ Account: optional<list<FieldMappingApiInstance>>
1557
+ Team: optional<list<FieldMappingApiInstance>>
1558
+ Attachment: optional<list<FieldMappingApiInstance>>
1559
+ Tag: optional<list<FieldMappingApiInstance>>
1560
+ Contact: optional<list<FieldMappingApiInstance>>
1561
+ source:
1562
+ openapi: openapi/openapi.yml
1563
+ FieldMappingInstanceResponse:
1564
+ properties:
1565
+ model: FieldMappingApiInstance
1566
+ warnings: list<WarningValidationProblem>
1567
+ errors: list<ErrorValidationProblem>
1568
+ logs: optional<list<DebugModeLog>>
1569
+ source:
1570
+ openapi: openapi/openapi.yml
1571
+ FieldPermissionDeserializer:
1572
+ properties:
1573
+ enabled_fields: optional<list<unknown>>
1574
+ disabled_fields: optional<list<unknown>>
1575
+ source:
1576
+ openapi: openapi/openapi.yml
1577
+ FieldPermissionDeserializerRequest:
1578
+ properties:
1579
+ enabled_fields: optional<list<unknown>>
1580
+ disabled_fields: optional<list<unknown>>
1581
+ source:
1582
+ openapi: openapi/openapi.yml
1583
+ FieldTypeEnum:
1584
+ enum:
1585
+ - string
1586
+ - number
1587
+ - date
1588
+ - datetime
1589
+ - bool
1590
+ - list
1591
+ docs: |-
1592
+ * `string` - string
1593
+ * `number` - number
1594
+ * `date` - date
1595
+ * `datetime` - datetime
1596
+ * `bool` - bool
1597
+ * `list` - list
1598
+ source:
1599
+ openapi: openapi/openapi.yml
1600
+ IndividualCommonModelScopeDeserializer:
1601
+ properties:
1602
+ model_name: string
1603
+ model_permissions: optional<map<string, ModelPermissionDeserializer>>
1604
+ field_permissions: optional<FieldPermissionDeserializer>
1605
+ source:
1606
+ openapi: openapi/openapi.yml
1607
+ IndividualCommonModelScopeDeserializerRequest:
1608
+ properties:
1609
+ model_name:
1610
+ type: string
1611
+ validation:
1612
+ minLength: 1
1613
+ model_permissions: optional<map<string, ModelPermissionDeserializerRequest>>
1614
+ field_permissions: optional<FieldPermissionDeserializerRequest>
1615
+ source:
1616
+ openapi: openapi/openapi.yml
1617
+ IssueStatus:
1618
+ discriminated: false
1619
+ docs: |-
1620
+ Status of the issue. Options: ('ONGOING', 'RESOLVED')
1621
+
1622
+ * `ONGOING` - ONGOING
1623
+ * `RESOLVED` - RESOLVED
1624
+ union:
1625
+ - IssueStatusEnum
1626
+ - string
1627
+ source:
1628
+ openapi: openapi/openapi.yml
1629
+ inline: true
1630
+ Issue:
1631
+ properties:
1632
+ id:
1633
+ type: optional<string>
1634
+ validation:
1635
+ format: uuid
1636
+ access: read-only
1637
+ status:
1638
+ type: optional<IssueStatus>
1639
+ docs: |-
1640
+ Status of the issue. Options: ('ONGOING', 'RESOLVED')
1641
+
1642
+ * `ONGOING` - ONGOING
1643
+ * `RESOLVED` - RESOLVED
1644
+ error_description: string
1645
+ end_user:
1646
+ type: optional<map<string, unknown>>
1647
+ access: read-only
1648
+ first_incident_time: optional<datetime>
1649
+ last_incident_time: optional<datetime>
1650
+ is_muted:
1651
+ type: optional<boolean>
1652
+ access: read-only
1653
+ error_details:
1654
+ type: optional<list<string>>
1655
+ access: read-only
1656
+ source:
1657
+ openapi: openapi/openapi.yml
1658
+ IssueStatusEnum:
1659
+ enum:
1660
+ - ONGOING
1661
+ - RESOLVED
1662
+ docs: |-
1663
+ * `ONGOING` - ONGOING
1664
+ * `RESOLVED` - RESOLVED
1665
+ source:
1666
+ openapi: openapi/openapi.yml
1667
+ ItemFormatEnum:
1668
+ enum:
1669
+ - string
1670
+ - number
1671
+ - date
1672
+ - datetime
1673
+ - bool
1674
+ - list
1675
+ docs: |-
1676
+ * `string` - uuid
1677
+ * `number` - url
1678
+ * `date` - email
1679
+ * `datetime` - phone
1680
+ * `bool` - currency
1681
+ * `list` - decimal
1682
+ source:
1683
+ openapi: openapi/openapi.yml
1684
+ ItemSchema:
1685
+ properties:
1686
+ item_type: optional<ItemTypeEnum>
1687
+ item_format: optional<ItemFormatEnum>
1688
+ item_choices: optional<list<string>>
1689
+ source:
1690
+ openapi: openapi/openapi.yml
1691
+ ItemTypeEnum:
1692
+ enum:
1693
+ - string
1694
+ - number
1695
+ - date
1696
+ - datetime
1697
+ - bool
1698
+ - list
1699
+ docs: |-
1700
+ * `string` - string
1701
+ * `number` - number
1702
+ * `date` - date
1703
+ * `datetime` - datetime
1704
+ * `bool` - bool
1705
+ * `list` - list
1706
+ source:
1707
+ openapi: openapi/openapi.yml
1708
+ LanguageEnum:
1709
+ enum:
1710
+ - en
1711
+ - de
1712
+ docs: |-
1713
+ * `en` - en
1714
+ * `de` - de
1715
+ source:
1716
+ openapi: openapi/openapi.yml
1717
+ LastSyncResultEnum:
1718
+ enum:
1719
+ - SYNCING
1720
+ - DONE
1721
+ - FAILED
1722
+ - DISABLED
1723
+ - PAUSED
1724
+ - PARTIALLY_SYNCED
1725
+ docs: |-
1726
+ * `SYNCING` - SYNCING
1727
+ * `DONE` - DONE
1728
+ * `FAILED` - FAILED
1729
+ * `DISABLED` - DISABLED
1730
+ * `PAUSED` - PAUSED
1731
+ * `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
1732
+ source:
1733
+ openapi: openapi/openapi.yml
1734
+ LinkToken:
1735
+ properties:
1736
+ link_token: string
1737
+ integration_name: optional<string>
1738
+ magic_link_url: optional<string>
1739
+ source:
1740
+ openapi: openapi/openapi.yml
1741
+ LinkedAccountStatus:
1742
+ properties:
1743
+ linked_account_status: string
1744
+ can_make_request: boolean
1745
+ source:
1746
+ openapi: openapi/openapi.yml
1747
+ MetaResponse:
1748
+ properties:
1749
+ request_schema: map<string, unknown>
1750
+ remote_field_classes: optional<map<string, unknown>>
1751
+ status: optional<LinkedAccountStatus>
1752
+ has_conditional_params: boolean
1753
+ has_required_linked_account_params: boolean
1754
+ source:
1755
+ openapi: openapi/openapi.yml
1756
+ MethodEnum:
1757
+ enum:
1758
+ - GET
1759
+ - OPTIONS
1760
+ - HEAD
1761
+ - POST
1762
+ - PUT
1763
+ - PATCH
1764
+ - DELETE
1765
+ docs: |-
1766
+ * `GET` - GET
1767
+ * `OPTIONS` - OPTIONS
1768
+ * `HEAD` - HEAD
1769
+ * `POST` - POST
1770
+ * `PUT` - PUT
1771
+ * `PATCH` - PATCH
1772
+ * `DELETE` - DELETE
1773
+ source:
1774
+ openapi: openapi/openapi.yml
1775
+ ModelOperation:
1776
+ docs: >-
1777
+ # The ModelOperation Object
1778
+
1779
+ ### Description
1780
+
1781
+ The `ModelOperation` object is used to represent the operations that are
1782
+ currently supported for a given model.
1783
+
1784
+
1785
+ ### Usage Example
1786
+
1787
+ View what operations are supported for the `Candidate` endpoint.
1788
+ properties:
1789
+ model_name: string
1790
+ available_operations: list<string>
1791
+ required_post_parameters: list<string>
1792
+ supported_fields: list<string>
1793
+ source:
1794
+ openapi: openapi/openapi.yml
1795
+ ModelPermissionDeserializer:
1796
+ properties:
1797
+ is_enabled: optional<boolean>
1798
+ source:
1799
+ openapi: openapi/openapi.yml
1800
+ ModelPermissionDeserializerRequest:
1801
+ properties:
1802
+ is_enabled: optional<boolean>
1803
+ source:
1804
+ openapi: openapi/openapi.yml
1805
+ MultipartFormFieldRequestEncoding:
1806
+ discriminated: false
1807
+ docs: |-
1808
+ The encoding of the value of `data`. Defaults to `RAW` if not defined.
1809
+
1810
+ * `RAW` - RAW
1811
+ * `BASE64` - BASE64
1812
+ * `GZIP_BASE64` - GZIP_BASE64
1813
+ union:
1814
+ - EncodingEnum
1815
+ - string
1816
+ source:
1817
+ openapi: openapi/openapi.yml
1818
+ inline: true
1819
+ MultipartFormFieldRequest:
1820
+ docs: >-
1821
+ # The MultipartFormField Object
1822
+
1823
+ ### Description
1824
+
1825
+ The `MultipartFormField` object is used to represent fields in an HTTP
1826
+ request using `multipart/form-data`.
1827
+
1828
+
1829
+ ### Usage Example
1830
+
1831
+ Create a `MultipartFormField` to define a multipart form entry.
1832
+ properties:
1833
+ name:
1834
+ type: string
1835
+ docs: The name of the form field
1836
+ validation:
1837
+ minLength: 1
1838
+ data:
1839
+ type: string
1840
+ docs: The data for the form field.
1841
+ validation:
1842
+ minLength: 1
1843
+ encoding:
1844
+ type: optional<MultipartFormFieldRequestEncoding>
1845
+ docs: |-
1846
+ The encoding of the value of `data`. Defaults to `RAW` if not defined.
1847
+
1848
+ * `RAW` - RAW
1849
+ * `BASE64` - BASE64
1850
+ * `GZIP_BASE64` - GZIP_BASE64
1851
+ file_name:
1852
+ type: optional<string>
1853
+ docs: The file name of the form field, if the field is for a file.
1854
+ validation:
1855
+ minLength: 1
1856
+ content_type:
1857
+ type: optional<string>
1858
+ docs: The MIME type of the file, if the field is for a file.
1859
+ validation:
1860
+ minLength: 1
1861
+ source:
1862
+ openapi: openapi/openapi.yml
1863
+ PaginatedAccountDetailsAndActionsList:
1864
+ properties:
1865
+ next: optional<string>
1866
+ previous: optional<string>
1867
+ results: optional<list<AccountDetailsAndActions>>
1868
+ source:
1869
+ openapi: openapi/openapi.yml
1870
+ PaginatedAccountList:
1871
+ properties:
1872
+ next: optional<string>
1873
+ previous: optional<string>
1874
+ results: optional<list<Account>>
1875
+ source:
1876
+ openapi: openapi/openapi.yml
1877
+ PaginatedAttachmentList:
1878
+ properties:
1879
+ next: optional<string>
1880
+ previous: optional<string>
1881
+ results: optional<list<Attachment>>
1882
+ source:
1883
+ openapi: openapi/openapi.yml
1884
+ PaginatedAuditLogEventList:
1885
+ properties:
1886
+ next: optional<string>
1887
+ previous: optional<string>
1888
+ results: optional<list<AuditLogEvent>>
1889
+ source:
1890
+ openapi: openapi/openapi.yml
1891
+ PaginatedCollectionList:
1892
+ properties:
1893
+ next: optional<string>
1894
+ previous: optional<string>
1895
+ results: optional<list<Collection>>
1896
+ source:
1897
+ openapi: openapi/openapi.yml
1898
+ PaginatedCommentList:
1899
+ properties:
1900
+ next: optional<string>
1901
+ previous: optional<string>
1902
+ results: optional<list<Comment>>
1903
+ source:
1904
+ openapi: openapi/openapi.yml
1905
+ PaginatedContactList:
1906
+ properties:
1907
+ next: optional<string>
1908
+ previous: optional<string>
1909
+ results: optional<list<Contact>>
1910
+ source:
1911
+ openapi: openapi/openapi.yml
1912
+ PaginatedIssueList:
1913
+ properties:
1914
+ next: optional<string>
1915
+ previous: optional<string>
1916
+ results: optional<list<Issue>>
1917
+ source:
1918
+ openapi: openapi/openapi.yml
1919
+ PaginatedProjectList:
1920
+ properties:
1921
+ next: optional<string>
1922
+ previous: optional<string>
1923
+ results: optional<list<Project>>
1924
+ source:
1925
+ openapi: openapi/openapi.yml
1926
+ PaginatedRemoteFieldClassList:
1927
+ properties:
1928
+ next: optional<string>
1929
+ previous: optional<string>
1930
+ results: optional<list<RemoteFieldClass>>
1931
+ source:
1932
+ openapi: openapi/openapi.yml
1933
+ PaginatedRoleList:
1934
+ properties:
1935
+ next: optional<string>
1936
+ previous: optional<string>
1937
+ results: optional<list<Role>>
1938
+ source:
1939
+ openapi: openapi/openapi.yml
1940
+ PaginatedSyncStatusList:
1941
+ properties:
1942
+ next: optional<string>
1943
+ previous: optional<string>
1944
+ results: optional<list<SyncStatus>>
1945
+ source:
1946
+ openapi: openapi/openapi.yml
1947
+ PaginatedTagList:
1948
+ properties:
1949
+ next: optional<string>
1950
+ previous: optional<string>
1951
+ results: optional<list<Tag>>
1952
+ source:
1953
+ openapi: openapi/openapi.yml
1954
+ PaginatedTeamList:
1955
+ properties:
1956
+ next: optional<string>
1957
+ previous: optional<string>
1958
+ results: optional<list<Team>>
1959
+ source:
1960
+ openapi: openapi/openapi.yml
1961
+ PaginatedTicketList:
1962
+ properties:
1963
+ next: optional<string>
1964
+ previous: optional<string>
1965
+ results: optional<list<Ticket>>
1966
+ source:
1967
+ openapi: openapi/openapi.yml
1968
+ PaginatedUserList:
1969
+ properties:
1970
+ next: optional<string>
1971
+ previous: optional<string>
1972
+ results: optional<list<User>>
1973
+ source:
1974
+ openapi: openapi/openapi.yml
1975
+ PaginatedViewerList:
1976
+ properties:
1977
+ next: optional<string>
1978
+ previous: optional<string>
1979
+ results: optional<list<Viewer>>
1980
+ source:
1981
+ openapi: openapi/openapi.yml
1982
+ PatchedTicketRequestStatus:
1983
+ discriminated: false
1984
+ docs: |-
1985
+ The current status of the ticket.
1986
+
1987
+ * `OPEN` - OPEN
1988
+ * `CLOSED` - CLOSED
1989
+ * `IN_PROGRESS` - IN_PROGRESS
1990
+ * `ON_HOLD` - ON_HOLD
1991
+ union:
1992
+ - TicketStatusEnum
1993
+ - string
1994
+ source:
1995
+ openapi: openapi/openapi.yml
1996
+ inline: true
1997
+ PatchedTicketRequestAccessLevel:
1998
+ discriminated: false
1999
+ docs: >-
2000
+ The description of who is able to access a given ticket, or where access
2001
+ is inherited from.
2002
+
2003
+
2004
+ * `COMPANY` - COMPANY
2005
+
2006
+ * `PUBLIC` - PUBLIC
2007
+
2008
+ * `PRIVATE` - PRIVATE
2009
+
2010
+ * `COLLECTION` - COLLECTION
2011
+ union:
2012
+ - TicketAccessLevelEnum
2013
+ - string
2014
+ source:
2015
+ openapi: openapi/openapi.yml
2016
+ inline: true
2017
+ PatchedTicketRequestPriority:
2018
+ discriminated: false
2019
+ docs: |-
2020
+ The priority or urgency of the Ticket.
2021
+
2022
+ * `URGENT` - URGENT
2023
+ * `HIGH` - HIGH
2024
+ * `NORMAL` - NORMAL
2025
+ * `LOW` - LOW
2026
+ union:
2027
+ - PriorityEnum
2028
+ - string
2029
+ source:
2030
+ openapi: openapi/openapi.yml
2031
+ inline: true
2032
+ PatchedTicketRequest:
2033
+ docs: |-
2034
+ # The Ticket Object
2035
+ ### Description
2036
+ The `Ticket` object is used to represent a ticket, issue, task or case.
2037
+ ### Usage Example
2038
+ TODO
2039
+ properties:
2040
+ name:
2041
+ type: optional<string>
2042
+ docs: The ticket's name.
2043
+ assignees:
2044
+ type: optional<list<optional<string>>>
2045
+ docs: >-
2046
+ The individual `Users` who are assigned to this ticket. This does not
2047
+ include `Users` who just have view access to this ticket. To fetch all
2048
+ `Users` and `Teams` that can access the ticket, use the `GET
2049
+ /tickets/{ticket_id}/viewers`
2050
+ [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
2051
+ assigned_teams:
2052
+ type: optional<list<optional<string>>>
2053
+ docs: >-
2054
+ The `Teams` that are assigned to this ticket. This does not include
2055
+ `Teams` who just have view access to this ticket. To fetch all `Users`
2056
+ and `Teams` that can access this ticket, use the `GET
2057
+ /tickets/{ticket_id}/viewers`
2058
+ [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
2059
+ creator:
2060
+ type: optional<string>
2061
+ docs: The user who created this ticket.
2062
+ validation:
2063
+ format: uuid
2064
+ due_date:
2065
+ type: optional<datetime>
2066
+ docs: The ticket's due date.
2067
+ status:
2068
+ type: optional<PatchedTicketRequestStatus>
2069
+ docs: |-
2070
+ The current status of the ticket.
2071
+
2072
+ * `OPEN` - OPEN
2073
+ * `CLOSED` - CLOSED
2074
+ * `IN_PROGRESS` - IN_PROGRESS
2075
+ * `ON_HOLD` - ON_HOLD
2076
+ description:
2077
+ type: optional<string>
2078
+ docs: >-
2079
+ The ticket’s description. HTML version of description is mapped if
2080
+ supported by the third-party platform.
2081
+ collections:
2082
+ type: optional<list<optional<string>>>
2083
+ docs: The `Collections` that this `Ticket` is included in.
2084
+ ticket_type:
2085
+ type: optional<string>
2086
+ docs: >-
2087
+ The sub category of the ticket within the 3rd party system. Examples
2088
+ include incident, task, subtask or to-do.
2089
+ account:
2090
+ type: optional<string>
2091
+ docs: The account associated with the ticket.
2092
+ validation:
2093
+ format: uuid
2094
+ contact:
2095
+ type: optional<string>
2096
+ docs: The contact associated with the ticket.
2097
+ validation:
2098
+ format: uuid
2099
+ parent_ticket:
2100
+ type: optional<string>
2101
+ docs: The ticket's parent ticket.
2102
+ validation:
2103
+ format: uuid
2104
+ access_level:
2105
+ type: optional<PatchedTicketRequestAccessLevel>
2106
+ docs: >-
2107
+ The description of who is able to access a given ticket, or where
2108
+ access is inherited from.
2109
+
2110
+
2111
+ * `COMPANY` - COMPANY
2112
+
2113
+ * `PUBLIC` - PUBLIC
2114
+
2115
+ * `PRIVATE` - PRIVATE
2116
+
2117
+ * `COLLECTION` - COLLECTION
2118
+ tags: optional<list<optional<string>>>
2119
+ roles: optional<list<optional<string>>>
2120
+ completed_at:
2121
+ type: optional<datetime>
2122
+ docs: When the ticket was completed.
2123
+ ticket_url:
2124
+ type: optional<string>
2125
+ docs: The 3rd party url of the Ticket.
2126
+ validation:
2127
+ format: uri
2128
+ maxLength: 2000
2129
+ priority:
2130
+ type: optional<PatchedTicketRequestPriority>
2131
+ docs: |-
2132
+ The priority or urgency of the Ticket.
2133
+
2134
+ * `URGENT` - URGENT
2135
+ * `HIGH` - HIGH
2136
+ * `NORMAL` - NORMAL
2137
+ * `LOW` - LOW
2138
+ integration_params:
2139
+ type: optional<map<string, unknown>>
2140
+ access: write-only
2141
+ linked_account_params:
2142
+ type: optional<map<string, unknown>>
2143
+ access: write-only
2144
+ remote_fields:
2145
+ type: optional<list<RemoteFieldRequest>>
2146
+ access: write-only
2147
+ source:
2148
+ openapi: openapi/openapi.yml
2149
+ PriorityEnum:
2150
+ enum:
2151
+ - URGENT
2152
+ - HIGH
2153
+ - NORMAL
2154
+ - LOW
2155
+ docs: |-
2156
+ * `URGENT` - URGENT
2157
+ * `HIGH` - HIGH
2158
+ * `NORMAL` - NORMAL
2159
+ * `LOW` - LOW
2160
+ source:
2161
+ openapi: openapi/openapi.yml
2162
+ Project:
2163
+ docs: >-
2164
+ # The Project Object
2165
+
2166
+ ### Description
2167
+
2168
+ Please use the `Collection` model. This model will be fully deprecated on
2169
+ 3/30/2024.
2170
+
2171
+
2172
+ ### Usage Example
2173
+
2174
+ TODO
2175
+ properties:
2176
+ id:
2177
+ type: optional<string>
2178
+ validation:
2179
+ format: uuid
2180
+ access: read-only
2181
+ remote_id:
2182
+ type: optional<string>
2183
+ docs: The third-party API ID of the matching object.
2184
+ created_at:
2185
+ type: optional<datetime>
2186
+ docs: The datetime that this object was created by Merge.
2187
+ access: read-only
2188
+ modified_at:
2189
+ type: optional<datetime>
2190
+ docs: The datetime that this object was modified by Merge.
2191
+ access: read-only
2192
+ name:
2193
+ type: optional<string>
2194
+ docs: 'The project''s name. '
2195
+ description:
2196
+ type: optional<string>
2197
+ docs: The project's description.
2198
+ remote_was_deleted:
2199
+ type: optional<boolean>
2200
+ docs: >-
2201
+ Indicates whether or not this object has been deleted in the third
2202
+ party platform. Full coverage deletion detection is a premium add-on.
2203
+ Native deletion detection is offered for free with limited coverage.
2204
+ [Learn
2205
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2206
+ field_mappings:
2207
+ type: optional<map<string, unknown>>
2208
+ access: read-only
2209
+ remote_data:
2210
+ type: optional<list<RemoteData>>
2211
+ access: read-only
2212
+ source:
2213
+ openapi: openapi/openapi.yml
2214
+ RemoteData:
2215
+ docs: >-
2216
+ # The RemoteData Object
2217
+
2218
+ ### Description
2219
+
2220
+ The `RemoteData` object is used to represent the full data pulled from the
2221
+ third-party API for an object.
2222
+
2223
+
2224
+ ### Usage Example
2225
+
2226
+ TODO
2227
+ properties:
2228
+ path:
2229
+ type: string
2230
+ docs: The third-party API path that is being called.
2231
+ data:
2232
+ type: optional<unknown>
2233
+ access: read-only
2234
+ source:
2235
+ openapi: openapi/openapi.yml
2236
+ RemoteEndpointInfo:
2237
+ properties:
2238
+ method: string
2239
+ url_path: string
2240
+ field_traversal_path: list<unknown>
2241
+ source:
2242
+ openapi: openapi/openapi.yml
2243
+ RemoteFieldRemoteFieldClass:
2244
+ discriminated: false
2245
+ union:
2246
+ - string
2247
+ - RemoteFieldClass
2248
+ source:
2249
+ openapi: openapi/openapi.yml
2250
+ inline: true
2251
+ RemoteField:
2252
+ properties:
2253
+ remote_field_class: RemoteFieldRemoteFieldClass
2254
+ value: optional<unknown>
2255
+ source:
2256
+ openapi: openapi/openapi.yml
2257
+ RemoteFieldApiCoverage:
2258
+ discriminated: false
2259
+ union:
2260
+ - integer
2261
+ - double
2262
+ source:
2263
+ openapi: openapi/openapi.yml
2264
+ inline: true
2265
+ RemoteFieldApi:
2266
+ properties:
2267
+ schema: map<string, unknown>
2268
+ remote_key_name: string
2269
+ remote_endpoint_info: RemoteEndpointInfo
2270
+ example_values: optional<list<unknown>>
2271
+ advanced_metadata: optional<AdvancedMetadata>
2272
+ coverage:
2273
+ type: optional<RemoteFieldApiCoverage>
2274
+ access: read-only
2275
+ source:
2276
+ openapi: openapi/openapi.yml
2277
+ RemoteFieldApiResponse:
2278
+ properties:
2279
+ Ticket: optional<list<RemoteFieldApi>>
2280
+ Comment: optional<list<RemoteFieldApi>>
2281
+ Project: optional<list<RemoteFieldApi>>
2282
+ Collection: optional<list<RemoteFieldApi>>
2283
+ User: optional<list<RemoteFieldApi>>
2284
+ Role: optional<list<RemoteFieldApi>>
2285
+ Account: optional<list<RemoteFieldApi>>
2286
+ Team: optional<list<RemoteFieldApi>>
2287
+ Attachment: optional<list<RemoteFieldApi>>
2288
+ Tag: optional<list<RemoteFieldApi>>
2289
+ Contact: optional<list<RemoteFieldApi>>
2290
+ source:
2291
+ openapi: openapi/openapi.yml
2292
+ RemoteFieldClassFieldType:
2293
+ discriminated: false
2294
+ union:
2295
+ - string
2296
+ - FieldTypeEnum
2297
+ source:
2298
+ openapi: openapi/openapi.yml
2299
+ inline: true
2300
+ RemoteFieldClassFieldFormat:
2301
+ discriminated: false
2302
+ union:
2303
+ - string
2304
+ - FieldFormatEnum
2305
+ source:
2306
+ openapi: openapi/openapi.yml
2307
+ inline: true
2308
+ RemoteFieldClassFieldChoicesItem:
2309
+ properties:
2310
+ value: optional<unknown>
2311
+ display_name: optional<string>
2312
+ source:
2313
+ openapi: openapi/openapi.yml
2314
+ inline: true
2315
+ RemoteFieldClass:
2316
+ properties:
2317
+ id: optional<string>
2318
+ display_name: optional<string>
2319
+ remote_key_name: optional<string>
2320
+ description: optional<string>
2321
+ is_custom: optional<boolean>
2322
+ is_required: optional<boolean>
2323
+ field_type: optional<RemoteFieldClassFieldType>
2324
+ field_format: optional<RemoteFieldClassFieldFormat>
2325
+ field_choices:
2326
+ type: optional<list<RemoteFieldClassFieldChoicesItem>>
2327
+ access: read-only
2328
+ item_schema: optional<ItemSchema>
2329
+ source:
2330
+ openapi: openapi/openapi.yml
2331
+ RemoteFieldRequestRemoteFieldClass:
2332
+ discriminated: false
2333
+ union:
2334
+ - type: string
2335
+ validation:
2336
+ format: uuid
2337
+ - RemoteFieldClass
2338
+ source:
2339
+ openapi: openapi/openapi.yml
2340
+ inline: true
2341
+ RemoteFieldRequest:
2342
+ properties:
2343
+ remote_field_class: RemoteFieldRequestRemoteFieldClass
2344
+ value: optional<unknown>
2345
+ source:
2346
+ openapi: openapi/openapi.yml
2347
+ RemoteKey:
2348
+ docs: >-
2349
+ # The RemoteKey Object
2350
+
2351
+ ### Description
2352
+
2353
+ The `RemoteKey` object is used to represent a request for a new remote
2354
+ key.
2355
+
2356
+
2357
+ ### Usage Example
2358
+
2359
+ Post a `GenerateRemoteKey` to receive a new `RemoteKey`.
2360
+ properties:
2361
+ name: string
2362
+ key: string
2363
+ source:
2364
+ openapi: openapi/openapi.yml
2365
+ RemoteResponse:
2366
+ docs: >-
2367
+ # The RemoteResponse Object
2368
+
2369
+ ### Description
2370
+
2371
+ The `RemoteResponse` object is used to represent information returned from
2372
+ a third-party endpoint.
2373
+
2374
+
2375
+ ### Usage Example
2376
+
2377
+ View the `RemoteResponse` returned from your `DataPassthrough`.
2378
+ properties:
2379
+ method: string
2380
+ path: string
2381
+ status: integer
2382
+ response: unknown
2383
+ response_headers: optional<map<string, unknown>>
2384
+ response_type: optional<ResponseTypeEnum>
2385
+ headers: optional<map<string, unknown>>
2386
+ source:
2387
+ openapi: openapi/openapi.yml
2388
+ RequestFormatEnum:
2389
+ enum:
2390
+ - JSON
2391
+ - XML
2392
+ - MULTIPART
2393
+ docs: |-
2394
+ * `JSON` - JSON
2395
+ * `XML` - XML
2396
+ * `MULTIPART` - MULTIPART
2397
+ source:
2398
+ openapi: openapi/openapi.yml
2399
+ ResponseTypeEnum:
2400
+ enum:
2401
+ - JSON
2402
+ - BASE64_GZIP
2403
+ docs: |-
2404
+ * `JSON` - JSON
2405
+ * `BASE64_GZIP` - BASE64_GZIP
2406
+ source:
2407
+ openapi: openapi/openapi.yml
2408
+ RoleTicketActionsItem:
2409
+ discriminated: false
2410
+ union:
2411
+ - string
2412
+ - TicketActionsEnum
2413
+ source:
2414
+ openapi: openapi/openapi.yml
2415
+ inline: true
2416
+ RoleTicketAccess:
2417
+ discriminated: false
2418
+ docs: |-
2419
+ The level of Ticket access that a User with this Role can perform.
2420
+
2421
+ * `ALL` - ALL
2422
+ * `ASSIGNED_ONLY` - ASSIGNED_ONLY
2423
+ * `TEAM_ONLY` - TEAM_ONLY
2424
+ union:
2425
+ - string
2426
+ - TicketAccessEnum
2427
+ source:
2428
+ openapi: openapi/openapi.yml
2429
+ inline: true
2430
+ Role:
2431
+ docs: >-
2432
+ # The Role Object
2433
+
2434
+ ### Description
2435
+
2436
+ The `Role` object is used to represent the set of actions & access that a
2437
+ user with this role is allowed to perform.
2438
+
2439
+
2440
+ ### Usage Example
2441
+
2442
+ TODO
2443
+ properties:
2444
+ id:
2445
+ type: optional<string>
2446
+ validation:
2447
+ format: uuid
2448
+ access: read-only
2449
+ remote_id:
2450
+ type: optional<string>
2451
+ docs: The third-party API ID of the matching object.
2452
+ created_at:
2453
+ type: optional<datetime>
2454
+ docs: The datetime that this object was created by Merge.
2455
+ access: read-only
2456
+ modified_at:
2457
+ type: optional<datetime>
2458
+ docs: The datetime that this object was modified by Merge.
2459
+ access: read-only
2460
+ name:
2461
+ type: optional<string>
2462
+ docs: The name of the Role.
2463
+ ticket_actions:
2464
+ type: optional<list<optional<RoleTicketActionsItem>>>
2465
+ docs: >-
2466
+ The set of actions that a User with this Role can perform. Possible
2467
+ enum values include: `VIEW`, `CREATE`, `EDIT`, `DELETE`, `CLOSE`, and
2468
+ `ASSIGN`.
2469
+ ticket_access:
2470
+ type: optional<RoleTicketAccess>
2471
+ docs: |-
2472
+ The level of Ticket access that a User with this Role can perform.
2473
+
2474
+ * `ALL` - ALL
2475
+ * `ASSIGNED_ONLY` - ASSIGNED_ONLY
2476
+ * `TEAM_ONLY` - TEAM_ONLY
2477
+ remote_was_deleted:
2478
+ type: optional<boolean>
2479
+ docs: >-
2480
+ Indicates whether or not this object has been deleted in the third
2481
+ party platform. Full coverage deletion detection is a premium add-on.
2482
+ Native deletion detection is offered for free with limited coverage.
2483
+ [Learn
2484
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2485
+ field_mappings:
2486
+ type: optional<map<string, unknown>>
2487
+ access: read-only
2488
+ remote_data:
2489
+ type: optional<list<RemoteData>>
2490
+ access: read-only
2491
+ source:
2492
+ openapi: openapi/openapi.yml
2493
+ RoleEnum:
2494
+ enum:
2495
+ - ADMIN
2496
+ - DEVELOPER
2497
+ - MEMBER
2498
+ - API
2499
+ - SYSTEM
2500
+ - MERGE_TEAM
2501
+ docs: |-
2502
+ * `ADMIN` - ADMIN
2503
+ * `DEVELOPER` - DEVELOPER
2504
+ * `MEMBER` - MEMBER
2505
+ * `API` - API
2506
+ * `SYSTEM` - SYSTEM
2507
+ * `MERGE_TEAM` - MERGE_TEAM
2508
+ source:
2509
+ openapi: openapi/openapi.yml
2510
+ SelectiveSyncConfigurationsUsageEnum:
2511
+ enum:
2512
+ - IN_NEXT_SYNC
2513
+ - IN_LAST_SYNC
2514
+ docs: |-
2515
+ * `IN_NEXT_SYNC` - IN_NEXT_SYNC
2516
+ * `IN_LAST_SYNC` - IN_LAST_SYNC
2517
+ source:
2518
+ openapi: openapi/openapi.yml
2519
+ StatusFd5Enum:
2520
+ enum:
2521
+ - SYNCING
2522
+ - DONE
2523
+ - FAILED
2524
+ - DISABLED
2525
+ - PAUSED
2526
+ - PARTIALLY_SYNCED
2527
+ docs: |-
2528
+ * `SYNCING` - SYNCING
2529
+ * `DONE` - DONE
2530
+ * `FAILED` - FAILED
2531
+ * `DISABLED` - DISABLED
2532
+ * `PAUSED` - PAUSED
2533
+ * `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
2534
+ source:
2535
+ openapi: openapi/openapi.yml
2536
+ SyncStatusLastSyncResult:
2537
+ discriminated: false
2538
+ union:
2539
+ - LastSyncResultEnum
2540
+ - string
2541
+ source:
2542
+ openapi: openapi/openapi.yml
2543
+ inline: true
2544
+ SyncStatus:
2545
+ docs: >-
2546
+ # The SyncStatus Object
2547
+
2548
+ ### Description
2549
+
2550
+ The `SyncStatus` object is used to represent the syncing state of an
2551
+ account
2552
+
2553
+
2554
+ ### Usage Example
2555
+
2556
+ View the `SyncStatus` for an account to see how recently its models were
2557
+ synced.
2558
+ properties:
2559
+ model_name: string
2560
+ model_id: string
2561
+ last_sync_start: optional<datetime>
2562
+ next_sync_start: optional<datetime>
2563
+ last_sync_result: optional<SyncStatusLastSyncResult>
2564
+ last_sync_finished: optional<datetime>
2565
+ status: StatusFd5Enum
2566
+ is_initial_sync: boolean
2567
+ selective_sync_configurations_usage: optional<SelectiveSyncConfigurationsUsageEnum>
2568
+ source:
2569
+ openapi: openapi/openapi.yml
2570
+ Tag:
2571
+ docs: |-
2572
+ # The Tag Object
2573
+ ### Description
2574
+ The `Tag` object is used to represent a tag or label for a ticket.
2575
+
2576
+ ### Usage Example
2577
+ TODO
2578
+ properties:
2579
+ remote_id:
2580
+ type: optional<string>
2581
+ docs: The third-party API ID of the matching object.
2582
+ created_at:
2583
+ type: optional<datetime>
2584
+ docs: The datetime that this object was created by Merge.
2585
+ access: read-only
2586
+ modified_at:
2587
+ type: optional<datetime>
2588
+ docs: The datetime that this object was modified by Merge.
2589
+ access: read-only
2590
+ id:
2591
+ type: optional<string>
2592
+ validation:
2593
+ format: uuid
2594
+ access: read-only
2595
+ name:
2596
+ type: optional<string>
2597
+ docs: The tag's name.
2598
+ remote_was_deleted:
2599
+ type: optional<boolean>
2600
+ docs: >-
2601
+ Indicates whether or not this object has been deleted in the third
2602
+ party platform. Full coverage deletion detection is a premium add-on.
2603
+ Native deletion detection is offered for free with limited coverage.
2604
+ [Learn
2605
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2606
+ field_mappings:
2607
+ type: optional<map<string, unknown>>
2608
+ access: read-only
2609
+ remote_data:
2610
+ type: optional<list<RemoteData>>
2611
+ access: read-only
2612
+ source:
2613
+ openapi: openapi/openapi.yml
2614
+ Team:
2615
+ docs: >-
2616
+ # The Team Object
2617
+
2618
+ ### Description
2619
+
2620
+ The `Team` object is used to represent one or more `Users` within the
2621
+ company receiving the ticket.
2622
+
2623
+
2624
+ ### Usage Example
2625
+
2626
+ TODO
2627
+ properties:
2628
+ id:
2629
+ type: optional<string>
2630
+ validation:
2631
+ format: uuid
2632
+ access: read-only
2633
+ remote_id:
2634
+ type: optional<string>
2635
+ docs: The third-party API ID of the matching object.
2636
+ created_at:
2637
+ type: optional<datetime>
2638
+ docs: The datetime that this object was created by Merge.
2639
+ access: read-only
2640
+ modified_at:
2641
+ type: optional<datetime>
2642
+ docs: The datetime that this object was modified by Merge.
2643
+ access: read-only
2644
+ name:
2645
+ type: optional<string>
2646
+ docs: The team's name.
2647
+ description:
2648
+ type: optional<string>
2649
+ docs: The team's description.
2650
+ remote_was_deleted:
2651
+ type: optional<boolean>
2652
+ docs: >-
2653
+ Indicates whether or not this object has been deleted in the third
2654
+ party platform. Full coverage deletion detection is a premium add-on.
2655
+ Native deletion detection is offered for free with limited coverage.
2656
+ [Learn
2657
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2658
+ field_mappings:
2659
+ type: optional<map<string, unknown>>
2660
+ access: read-only
2661
+ remote_data:
2662
+ type: optional<list<RemoteData>>
2663
+ access: read-only
2664
+ source:
2665
+ openapi: openapi/openapi.yml
2666
+ TicketAssigneesItem:
2667
+ discriminated: false
2668
+ union:
2669
+ - type: string
2670
+ validation:
2671
+ format: uuid
2672
+ - User
2673
+ source:
2674
+ openapi: openapi/openapi.yml
2675
+ inline: true
2676
+ TicketAssignedTeamsItem:
2677
+ discriminated: false
2678
+ union:
2679
+ - type: string
2680
+ validation:
2681
+ format: uuid
2682
+ - Team
2683
+ source:
2684
+ openapi: openapi/openapi.yml
2685
+ inline: true
2686
+ TicketCreator:
2687
+ discriminated: false
2688
+ docs: The user who created this ticket.
2689
+ union:
2690
+ - type: string
2691
+ validation:
2692
+ format: uuid
2693
+ - User
2694
+ source:
2695
+ openapi: openapi/openapi.yml
2696
+ inline: true
2697
+ TicketStatus:
2698
+ discriminated: false
2699
+ docs: |-
2700
+ The current status of the ticket.
2701
+
2702
+ * `OPEN` - OPEN
2703
+ * `CLOSED` - CLOSED
2704
+ * `IN_PROGRESS` - IN_PROGRESS
2705
+ * `ON_HOLD` - ON_HOLD
2706
+ union:
2707
+ - TicketStatusEnum
2708
+ - string
2709
+ source:
2710
+ openapi: openapi/openapi.yml
2711
+ inline: true
2712
+ TicketCollectionsItem:
2713
+ discriminated: false
2714
+ union:
2715
+ - type: string
2716
+ validation:
2717
+ format: uuid
2718
+ - Collection
2719
+ source:
2720
+ openapi: openapi/openapi.yml
2721
+ inline: true
2722
+ TicketAccount:
2723
+ discriminated: false
2724
+ docs: The account associated with the ticket.
2725
+ union:
2726
+ - type: string
2727
+ validation:
2728
+ format: uuid
2729
+ - Account
2730
+ source:
2731
+ openapi: openapi/openapi.yml
2732
+ inline: true
2733
+ TicketContact:
2734
+ discriminated: false
2735
+ docs: The contact associated with the ticket.
2736
+ union:
2737
+ - type: string
2738
+ validation:
2739
+ format: uuid
2740
+ - Contact
2741
+ source:
2742
+ openapi: openapi/openapi.yml
2743
+ inline: true
2744
+ TicketParentTicket:
2745
+ discriminated: false
2746
+ docs: The ticket's parent ticket.
2747
+ union:
2748
+ - type: string
2749
+ validation:
2750
+ format: uuid
2751
+ - Ticket
2752
+ source:
2753
+ openapi: openapi/openapi.yml
2754
+ inline: true
2755
+ TicketAttachmentsItem:
2756
+ discriminated: false
2757
+ union:
2758
+ - type: string
2759
+ validation:
2760
+ format: uuid
2761
+ - Attachment
2762
+ source:
2763
+ openapi: openapi/openapi.yml
2764
+ inline: true
2765
+ TicketAccessLevel:
2766
+ discriminated: false
2767
+ docs: >-
2768
+ The description of who is able to access a given ticket, or where access
2769
+ is inherited from.
2770
+
2771
+
2772
+ * `COMPANY` - COMPANY
2773
+
2774
+ * `PUBLIC` - PUBLIC
2775
+
2776
+ * `PRIVATE` - PRIVATE
2777
+
2778
+ * `COLLECTION` - COLLECTION
2779
+ union:
2780
+ - TicketAccessLevelEnum
2781
+ - string
2782
+ source:
2783
+ openapi: openapi/openapi.yml
2784
+ inline: true
2785
+ TicketPriority:
2786
+ discriminated: false
2787
+ docs: |-
2788
+ The priority or urgency of the Ticket.
2789
+
2790
+ * `URGENT` - URGENT
2791
+ * `HIGH` - HIGH
2792
+ * `NORMAL` - NORMAL
2793
+ * `LOW` - LOW
2794
+ union:
2795
+ - PriorityEnum
2796
+ - string
2797
+ source:
2798
+ openapi: openapi/openapi.yml
2799
+ inline: true
2800
+ Ticket:
2801
+ docs: |-
2802
+ # The Ticket Object
2803
+ ### Description
2804
+ The `Ticket` object is used to represent a ticket, issue, task or case.
2805
+ ### Usage Example
2806
+ TODO
2807
+ properties:
2808
+ id:
2809
+ type: optional<string>
2810
+ validation:
2811
+ format: uuid
2812
+ access: read-only
2813
+ remote_id:
2814
+ type: optional<string>
2815
+ docs: The third-party API ID of the matching object.
2816
+ created_at:
2817
+ type: optional<datetime>
2818
+ docs: The datetime that this object was created by Merge.
2819
+ access: read-only
2820
+ modified_at:
2821
+ type: optional<datetime>
2822
+ docs: The datetime that this object was modified by Merge.
2823
+ access: read-only
2824
+ name:
2825
+ type: optional<string>
2826
+ docs: The ticket's name.
2827
+ assignees:
2828
+ type: optional<list<optional<TicketAssigneesItem>>>
2829
+ docs: >-
2830
+ The individual `Users` who are assigned to this ticket. This does not
2831
+ include `Users` who just have view access to this ticket. To fetch all
2832
+ `Users` and `Teams` that can access the ticket, use the `GET
2833
+ /tickets/{ticket_id}/viewers`
2834
+ [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
2835
+ assigned_teams:
2836
+ type: optional<list<optional<TicketAssignedTeamsItem>>>
2837
+ docs: >-
2838
+ The `Teams` that are assigned to this ticket. This does not include
2839
+ `Teams` who just have view access to this ticket. To fetch all `Users`
2840
+ and `Teams` that can access this ticket, use the `GET
2841
+ /tickets/{ticket_id}/viewers`
2842
+ [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
2843
+ creator:
2844
+ type: optional<TicketCreator>
2845
+ docs: The user who created this ticket.
2846
+ due_date:
2847
+ type: optional<datetime>
2848
+ docs: The ticket's due date.
2849
+ status:
2850
+ type: optional<TicketStatus>
2851
+ docs: |-
2852
+ The current status of the ticket.
2853
+
2854
+ * `OPEN` - OPEN
2855
+ * `CLOSED` - CLOSED
2856
+ * `IN_PROGRESS` - IN_PROGRESS
2857
+ * `ON_HOLD` - ON_HOLD
2858
+ description:
2859
+ type: optional<string>
2860
+ docs: >-
2861
+ The ticket’s description. HTML version of description is mapped if
2862
+ supported by the third-party platform.
2863
+ collections:
2864
+ type: optional<list<optional<TicketCollectionsItem>>>
2865
+ docs: The `Collections` that this `Ticket` is included in.
2866
+ ticket_type:
2867
+ type: optional<string>
2868
+ docs: >-
2869
+ The sub category of the ticket within the 3rd party system. Examples
2870
+ include incident, task, subtask or to-do.
2871
+ account:
2872
+ type: optional<TicketAccount>
2873
+ docs: The account associated with the ticket.
2874
+ contact:
2875
+ type: optional<TicketContact>
2876
+ docs: The contact associated with the ticket.
2877
+ parent_ticket:
2878
+ type: optional<TicketParentTicket>
2879
+ docs: The ticket's parent ticket.
2880
+ attachments: optional<list<optional<TicketAttachmentsItem>>>
2881
+ access_level:
2882
+ type: optional<TicketAccessLevel>
2883
+ docs: >-
2884
+ The description of who is able to access a given ticket, or where
2885
+ access is inherited from.
2886
+
2887
+
2888
+ * `COMPANY` - COMPANY
2889
+
2890
+ * `PUBLIC` - PUBLIC
2891
+
2892
+ * `PRIVATE` - PRIVATE
2893
+
2894
+ * `COLLECTION` - COLLECTION
2895
+ tags: optional<list<optional<string>>>
2896
+ roles: optional<list<optional<string>>>
2897
+ remote_created_at:
2898
+ type: optional<datetime>
2899
+ docs: When the third party's ticket was created.
2900
+ remote_updated_at:
2901
+ type: optional<datetime>
2902
+ docs: When the third party's ticket was updated.
2903
+ completed_at:
2904
+ type: optional<datetime>
2905
+ docs: When the ticket was completed.
2906
+ remote_was_deleted:
2907
+ type: optional<boolean>
2908
+ docs: >-
2909
+ Indicates whether or not this object has been deleted in the third
2910
+ party platform. Full coverage deletion detection is a premium add-on.
2911
+ Native deletion detection is offered for free with limited coverage.
2912
+ [Learn
2913
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2914
+ access: read-only
2915
+ ticket_url:
2916
+ type: optional<string>
2917
+ docs: The 3rd party url of the Ticket.
2918
+ validation:
2919
+ format: uri
2920
+ maxLength: 2000
2921
+ priority:
2922
+ type: optional<TicketPriority>
2923
+ docs: |-
2924
+ The priority or urgency of the Ticket.
2925
+
2926
+ * `URGENT` - URGENT
2927
+ * `HIGH` - HIGH
2928
+ * `NORMAL` - NORMAL
2929
+ * `LOW` - LOW
2930
+ field_mappings:
2931
+ type: optional<map<string, unknown>>
2932
+ access: read-only
2933
+ remote_data:
2934
+ type: optional<list<RemoteData>>
2935
+ access: read-only
2936
+ remote_fields:
2937
+ type: optional<list<RemoteField>>
2938
+ access: read-only
2939
+ source:
2940
+ openapi: openapi/openapi.yml
2941
+ TicketAccessEnum:
2942
+ enum:
2943
+ - ALL
2944
+ - ASSIGNED_ONLY
2945
+ - TEAM_ONLY
2946
+ docs: |-
2947
+ * `ALL` - ALL
2948
+ * `ASSIGNED_ONLY` - ASSIGNED_ONLY
2949
+ * `TEAM_ONLY` - TEAM_ONLY
2950
+ source:
2951
+ openapi: openapi/openapi.yml
2952
+ TicketAccessLevelEnum:
2953
+ enum:
2954
+ - COMPANY
2955
+ - PUBLIC
2956
+ - PRIVATE
2957
+ - COLLECTION
2958
+ docs: |-
2959
+ * `COMPANY` - COMPANY
2960
+ * `PUBLIC` - PUBLIC
2961
+ * `PRIVATE` - PRIVATE
2962
+ * `COLLECTION` - COLLECTION
2963
+ source:
2964
+ openapi: openapi/openapi.yml
2965
+ TicketActionsEnum:
2966
+ enum:
2967
+ - VIEW
2968
+ - CREATE
2969
+ - EDIT
2970
+ - DELETE
2971
+ - CLOSE
2972
+ - ASSIGN
2973
+ docs: |-
2974
+ * `VIEW` - VIEW
2975
+ * `CREATE` - CREATE
2976
+ * `EDIT` - EDIT
2977
+ * `DELETE` - DELETE
2978
+ * `CLOSE` - CLOSE
2979
+ * `ASSIGN` - ASSIGN
2980
+ source:
2981
+ openapi: openapi/openapi.yml
2982
+ TicketRequestAssigneesItem:
2983
+ discriminated: false
2984
+ union:
2985
+ - type: string
2986
+ validation:
2987
+ format: uuid
2988
+ - User
2989
+ source:
2990
+ openapi: openapi/openapi.yml
2991
+ inline: true
2992
+ TicketRequestAssignedTeamsItem:
2993
+ discriminated: false
2994
+ union:
2995
+ - type: string
2996
+ validation:
2997
+ format: uuid
2998
+ - Team
2999
+ source:
3000
+ openapi: openapi/openapi.yml
3001
+ inline: true
3002
+ TicketRequestCreator:
3003
+ discriminated: false
3004
+ docs: The user who created this ticket.
3005
+ union:
3006
+ - type: string
3007
+ validation:
3008
+ format: uuid
3009
+ - User
3010
+ source:
3011
+ openapi: openapi/openapi.yml
3012
+ inline: true
3013
+ TicketRequestStatus:
3014
+ discriminated: false
3015
+ docs: |-
3016
+ The current status of the ticket.
3017
+
3018
+ * `OPEN` - OPEN
3019
+ * `CLOSED` - CLOSED
3020
+ * `IN_PROGRESS` - IN_PROGRESS
3021
+ * `ON_HOLD` - ON_HOLD
3022
+ union:
3023
+ - TicketStatusEnum
3024
+ - string
3025
+ source:
3026
+ openapi: openapi/openapi.yml
3027
+ inline: true
3028
+ TicketRequestCollectionsItem:
3029
+ discriminated: false
3030
+ union:
3031
+ - type: string
3032
+ validation:
3033
+ format: uuid
3034
+ - Collection
3035
+ source:
3036
+ openapi: openapi/openapi.yml
3037
+ inline: true
3038
+ TicketRequestAccount:
3039
+ discriminated: false
3040
+ docs: The account associated with the ticket.
3041
+ union:
3042
+ - type: string
3043
+ validation:
3044
+ format: uuid
3045
+ - Account
3046
+ source:
3047
+ openapi: openapi/openapi.yml
3048
+ inline: true
3049
+ TicketRequestContact:
3050
+ discriminated: false
3051
+ docs: The contact associated with the ticket.
3052
+ union:
3053
+ - type: string
3054
+ validation:
3055
+ format: uuid
3056
+ - Contact
3057
+ source:
3058
+ openapi: openapi/openapi.yml
3059
+ inline: true
3060
+ TicketRequestParentTicket:
3061
+ discriminated: false
3062
+ docs: The ticket's parent ticket.
3063
+ union:
3064
+ - type: string
3065
+ validation:
3066
+ format: uuid
3067
+ - Ticket
3068
+ source:
3069
+ openapi: openapi/openapi.yml
3070
+ inline: true
3071
+ TicketRequestAttachmentsItem:
3072
+ discriminated: false
3073
+ union:
3074
+ - type: string
3075
+ validation:
3076
+ format: uuid
3077
+ - Attachment
3078
+ source:
3079
+ openapi: openapi/openapi.yml
3080
+ inline: true
3081
+ TicketRequestAccessLevel:
3082
+ discriminated: false
3083
+ docs: >-
3084
+ The description of who is able to access a given ticket, or where access
3085
+ is inherited from.
3086
+
3087
+
3088
+ * `COMPANY` - COMPANY
3089
+
3090
+ * `PUBLIC` - PUBLIC
3091
+
3092
+ * `PRIVATE` - PRIVATE
3093
+
3094
+ * `COLLECTION` - COLLECTION
3095
+ union:
3096
+ - TicketAccessLevelEnum
3097
+ - string
3098
+ source:
3099
+ openapi: openapi/openapi.yml
3100
+ inline: true
3101
+ TicketRequestPriority:
3102
+ discriminated: false
3103
+ docs: |-
3104
+ The priority or urgency of the Ticket.
3105
+
3106
+ * `URGENT` - URGENT
3107
+ * `HIGH` - HIGH
3108
+ * `NORMAL` - NORMAL
3109
+ * `LOW` - LOW
3110
+ union:
3111
+ - PriorityEnum
3112
+ - string
3113
+ source:
3114
+ openapi: openapi/openapi.yml
3115
+ inline: true
3116
+ TicketRequest:
3117
+ docs: |-
3118
+ # The Ticket Object
3119
+ ### Description
3120
+ The `Ticket` object is used to represent a ticket, issue, task or case.
3121
+ ### Usage Example
3122
+ TODO
3123
+ properties:
3124
+ name:
3125
+ type: optional<string>
3126
+ docs: The ticket's name.
3127
+ assignees:
3128
+ type: optional<list<optional<TicketRequestAssigneesItem>>>
3129
+ docs: >-
3130
+ The individual `Users` who are assigned to this ticket. This does not
3131
+ include `Users` who just have view access to this ticket. To fetch all
3132
+ `Users` and `Teams` that can access the ticket, use the `GET
3133
+ /tickets/{ticket_id}/viewers`
3134
+ [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
3135
+ assigned_teams:
3136
+ type: optional<list<optional<TicketRequestAssignedTeamsItem>>>
3137
+ docs: >-
3138
+ The `Teams` that are assigned to this ticket. This does not include
3139
+ `Teams` who just have view access to this ticket. To fetch all `Users`
3140
+ and `Teams` that can access this ticket, use the `GET
3141
+ /tickets/{ticket_id}/viewers`
3142
+ [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
3143
+ creator:
3144
+ type: optional<TicketRequestCreator>
3145
+ docs: The user who created this ticket.
3146
+ due_date:
3147
+ type: optional<datetime>
3148
+ docs: The ticket's due date.
3149
+ status:
3150
+ type: optional<TicketRequestStatus>
3151
+ docs: |-
3152
+ The current status of the ticket.
3153
+
3154
+ * `OPEN` - OPEN
3155
+ * `CLOSED` - CLOSED
3156
+ * `IN_PROGRESS` - IN_PROGRESS
3157
+ * `ON_HOLD` - ON_HOLD
3158
+ description:
3159
+ type: optional<string>
3160
+ docs: >-
3161
+ The ticket’s description. HTML version of description is mapped if
3162
+ supported by the third-party platform.
3163
+ collections:
3164
+ type: optional<list<optional<TicketRequestCollectionsItem>>>
3165
+ docs: The `Collections` that this `Ticket` is included in.
3166
+ ticket_type:
3167
+ type: optional<string>
3168
+ docs: >-
3169
+ The sub category of the ticket within the 3rd party system. Examples
3170
+ include incident, task, subtask or to-do.
3171
+ account:
3172
+ type: optional<TicketRequestAccount>
3173
+ docs: The account associated with the ticket.
3174
+ contact:
3175
+ type: optional<TicketRequestContact>
3176
+ docs: The contact associated with the ticket.
3177
+ parent_ticket:
3178
+ type: optional<TicketRequestParentTicket>
3179
+ docs: The ticket's parent ticket.
3180
+ attachments: optional<list<optional<TicketRequestAttachmentsItem>>>
3181
+ access_level:
3182
+ type: optional<TicketRequestAccessLevel>
3183
+ docs: >-
3184
+ The description of who is able to access a given ticket, or where
3185
+ access is inherited from.
3186
+
3187
+
3188
+ * `COMPANY` - COMPANY
3189
+
3190
+ * `PUBLIC` - PUBLIC
3191
+
3192
+ * `PRIVATE` - PRIVATE
3193
+
3194
+ * `COLLECTION` - COLLECTION
3195
+ tags: optional<list<optional<string>>>
3196
+ roles: optional<list<optional<string>>>
3197
+ completed_at:
3198
+ type: optional<datetime>
3199
+ docs: When the ticket was completed.
3200
+ ticket_url:
3201
+ type: optional<string>
3202
+ docs: The 3rd party url of the Ticket.
3203
+ validation:
3204
+ format: uri
3205
+ maxLength: 2000
3206
+ priority:
3207
+ type: optional<TicketRequestPriority>
3208
+ docs: |-
3209
+ The priority or urgency of the Ticket.
3210
+
3211
+ * `URGENT` - URGENT
3212
+ * `HIGH` - HIGH
3213
+ * `NORMAL` - NORMAL
3214
+ * `LOW` - LOW
3215
+ integration_params:
3216
+ type: optional<map<string, unknown>>
3217
+ access: write-only
3218
+ linked_account_params:
3219
+ type: optional<map<string, unknown>>
3220
+ access: write-only
3221
+ remote_fields:
3222
+ type: optional<list<RemoteFieldRequest>>
3223
+ access: write-only
3224
+ source:
3225
+ openapi: openapi/openapi.yml
3226
+ TicketResponse:
3227
+ properties:
3228
+ model: Ticket
3229
+ warnings: list<WarningValidationProblem>
3230
+ errors: list<ErrorValidationProblem>
3231
+ logs: optional<list<DebugModeLog>>
3232
+ source:
3233
+ openapi: openapi/openapi.yml
3234
+ TicketStatusEnum:
3235
+ enum:
3236
+ - OPEN
3237
+ - CLOSED
3238
+ - IN_PROGRESS
3239
+ - ON_HOLD
3240
+ docs: |-
3241
+ * `OPEN` - OPEN
3242
+ * `CLOSED` - CLOSED
3243
+ * `IN_PROGRESS` - IN_PROGRESS
3244
+ * `ON_HOLD` - ON_HOLD
3245
+ source:
3246
+ openapi: openapi/openapi.yml
3247
+ TicketingAttachmentResponse:
3248
+ properties:
3249
+ model: Attachment
3250
+ warnings: list<WarningValidationProblem>
3251
+ errors: list<ErrorValidationProblem>
3252
+ logs: optional<list<DebugModeLog>>
3253
+ source:
3254
+ openapi: openapi/openapi.yml
3255
+ TicketingContactResponse:
3256
+ properties:
3257
+ model: Contact
3258
+ warnings: list<WarningValidationProblem>
3259
+ errors: list<ErrorValidationProblem>
3260
+ logs: optional<list<DebugModeLog>>
3261
+ source:
3262
+ openapi: openapi/openapi.yml
3263
+ UserTeamsItem:
3264
+ discriminated: false
3265
+ union:
3266
+ - type: string
3267
+ validation:
3268
+ format: uuid
3269
+ - Team
3270
+ source:
3271
+ openapi: openapi/openapi.yml
3272
+ inline: true
3273
+ UserRolesItem:
3274
+ discriminated: false
3275
+ union:
3276
+ - type: string
3277
+ validation:
3278
+ format: uuid
3279
+ - Role
3280
+ source:
3281
+ openapi: openapi/openapi.yml
3282
+ inline: true
3283
+ User:
3284
+ docs: >-
3285
+ # The User Object
3286
+
3287
+ ### Description
3288
+
3289
+ The `User` object is used to represent a user with a login to the
3290
+ ticketing system.
3291
+
3292
+ Users are either assignees who are directly responsible or a viewer on a
3293
+ `Ticket`/ `Collection`.
3294
+
3295
+
3296
+ ### Usage Example
3297
+
3298
+ TODO
3299
+ properties:
3300
+ id:
3301
+ type: optional<string>
3302
+ validation:
3303
+ format: uuid
3304
+ access: read-only
3305
+ remote_id:
3306
+ type: optional<string>
3307
+ docs: The third-party API ID of the matching object.
3308
+ created_at:
3309
+ type: optional<datetime>
3310
+ docs: The datetime that this object was created by Merge.
3311
+ access: read-only
3312
+ modified_at:
3313
+ type: optional<datetime>
3314
+ docs: The datetime that this object was modified by Merge.
3315
+ access: read-only
3316
+ name:
3317
+ type: optional<string>
3318
+ docs: The user's name.
3319
+ email_address:
3320
+ type: optional<string>
3321
+ docs: The user's email address.
3322
+ is_active:
3323
+ type: optional<boolean>
3324
+ docs: Whether or not the user is active.
3325
+ teams: optional<list<optional<UserTeamsItem>>>
3326
+ roles: optional<list<optional<UserRolesItem>>>
3327
+ avatar:
3328
+ type: optional<string>
3329
+ docs: The user's avatar picture.
3330
+ remote_was_deleted:
3331
+ type: optional<boolean>
3332
+ docs: >-
3333
+ Indicates whether or not this object has been deleted in the third
3334
+ party platform. Full coverage deletion detection is a premium add-on.
3335
+ Native deletion detection is offered for free with limited coverage.
3336
+ [Learn
3337
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
3338
+ access: read-only
3339
+ field_mappings:
3340
+ type: optional<map<string, unknown>>
3341
+ access: read-only
3342
+ remote_data:
3343
+ type: optional<list<RemoteData>>
3344
+ access: read-only
3345
+ source:
3346
+ openapi: openapi/openapi.yml
3347
+ ValidationProblemSource:
3348
+ properties:
3349
+ pointer: string
3350
+ source:
3351
+ openapi: openapi/openapi.yml
3352
+ ViewerTeam:
3353
+ discriminated: false
3354
+ docs: The Team this Viewer belongs to.
3355
+ union:
3356
+ - type: string
3357
+ validation:
3358
+ format: uuid
3359
+ - Team
3360
+ source:
3361
+ openapi: openapi/openapi.yml
3362
+ inline: true
3363
+ ViewerUser:
3364
+ discriminated: false
3365
+ docs: The User this Viewer belongs to.
3366
+ union:
3367
+ - type: string
3368
+ validation:
3369
+ format: uuid
3370
+ - User
3371
+ source:
3372
+ openapi: openapi/openapi.yml
3373
+ inline: true
3374
+ Viewer:
3375
+ docs: |-
3376
+ # The Viewer Object
3377
+ ### Description
3378
+ The `Viewer` object is used to represent a User or Team within a company.
3379
+
3380
+ ### Usage Example
3381
+ TODO
3382
+ properties:
3383
+ id:
3384
+ type: optional<string>
3385
+ validation:
3386
+ format: uuid
3387
+ access: read-only
3388
+ remote_id:
3389
+ type: optional<string>
3390
+ docs: The third-party API ID of the matching object.
3391
+ created_at:
3392
+ type: optional<datetime>
3393
+ docs: The datetime that this object was created by Merge.
3394
+ access: read-only
3395
+ modified_at:
3396
+ type: optional<datetime>
3397
+ docs: The datetime that this object was modified by Merge.
3398
+ access: read-only
3399
+ team:
3400
+ type: optional<ViewerTeam>
3401
+ docs: The Team this Viewer belongs to.
3402
+ user:
3403
+ type: optional<ViewerUser>
3404
+ docs: The User this Viewer belongs to.
3405
+ source:
3406
+ openapi: openapi/openapi.yml
3407
+ WarningValidationProblem:
3408
+ properties:
3409
+ source: optional<ValidationProblemSource>
3410
+ title: string
3411
+ detail: string
3412
+ problem_type: string
3413
+ source:
3414
+ openapi: openapi/openapi.yml
3415
+ WebhookReceiver:
3416
+ properties:
3417
+ event: string
3418
+ is_active: boolean
3419
+ key: optional<string>
3420
+ source:
3421
+ openapi: openapi/openapi.yml