@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,2151 @@
1
+ types:
2
+ TicketsListRequestExpand:
3
+ enum:
4
+ - account
5
+ - value: account,contact
6
+ name: AccountContact
7
+ - value: account,contact,creator
8
+ name: AccountContactCreator
9
+ - value: account,contact,creator,parent_ticket
10
+ name: AccountContactCreatorParentTicket
11
+ - value: account,contact,parent_ticket
12
+ name: AccountContactParentTicket
13
+ - value: account,creator
14
+ name: AccountCreator
15
+ - value: account,creator,parent_ticket
16
+ name: AccountCreatorParentTicket
17
+ - value: account,parent_ticket
18
+ name: AccountParentTicket
19
+ - assigned_teams
20
+ - value: assigned_teams,account
21
+ name: AssignedTeamsAccount
22
+ - value: assigned_teams,account,contact
23
+ name: AssignedTeamsAccountContact
24
+ - value: assigned_teams,account,contact,creator
25
+ name: AssignedTeamsAccountContactCreator
26
+ - value: assigned_teams,account,contact,creator,parent_ticket
27
+ name: AssignedTeamsAccountContactCreatorParentTicket
28
+ - value: assigned_teams,account,contact,parent_ticket
29
+ name: AssignedTeamsAccountContactParentTicket
30
+ - value: assigned_teams,account,creator
31
+ name: AssignedTeamsAccountCreator
32
+ - value: assigned_teams,account,creator,parent_ticket
33
+ name: AssignedTeamsAccountCreatorParentTicket
34
+ - value: assigned_teams,account,parent_ticket
35
+ name: AssignedTeamsAccountParentTicket
36
+ - value: assigned_teams,contact
37
+ name: AssignedTeamsContact
38
+ - value: assigned_teams,contact,creator
39
+ name: AssignedTeamsContactCreator
40
+ - value: assigned_teams,contact,creator,parent_ticket
41
+ name: AssignedTeamsContactCreatorParentTicket
42
+ - value: assigned_teams,contact,parent_ticket
43
+ name: AssignedTeamsContactParentTicket
44
+ - value: assigned_teams,creator
45
+ name: AssignedTeamsCreator
46
+ - value: assigned_teams,creator,parent_ticket
47
+ name: AssignedTeamsCreatorParentTicket
48
+ - value: assigned_teams,parent_ticket
49
+ name: AssignedTeamsParentTicket
50
+ - assignees
51
+ - value: assignees,account
52
+ name: AssigneesAccount
53
+ - value: assignees,account,contact
54
+ name: AssigneesAccountContact
55
+ - value: assignees,account,contact,creator
56
+ name: AssigneesAccountContactCreator
57
+ - value: assignees,account,contact,creator,parent_ticket
58
+ name: AssigneesAccountContactCreatorParentTicket
59
+ - value: assignees,account,contact,parent_ticket
60
+ name: AssigneesAccountContactParentTicket
61
+ - value: assignees,account,creator
62
+ name: AssigneesAccountCreator
63
+ - value: assignees,account,creator,parent_ticket
64
+ name: AssigneesAccountCreatorParentTicket
65
+ - value: assignees,account,parent_ticket
66
+ name: AssigneesAccountParentTicket
67
+ - value: assignees,assigned_teams
68
+ name: AssigneesAssignedTeams
69
+ - value: assignees,assigned_teams,account
70
+ name: AssigneesAssignedTeamsAccount
71
+ - value: assignees,assigned_teams,account,contact
72
+ name: AssigneesAssignedTeamsAccountContact
73
+ - value: assignees,assigned_teams,account,contact,creator
74
+ name: AssigneesAssignedTeamsAccountContactCreator
75
+ - value: assignees,assigned_teams,account,contact,creator,parent_ticket
76
+ name: AssigneesAssignedTeamsAccountContactCreatorParentTicket
77
+ - value: assignees,assigned_teams,account,contact,parent_ticket
78
+ name: AssigneesAssignedTeamsAccountContactParentTicket
79
+ - value: assignees,assigned_teams,account,creator
80
+ name: AssigneesAssignedTeamsAccountCreator
81
+ - value: assignees,assigned_teams,account,creator,parent_ticket
82
+ name: AssigneesAssignedTeamsAccountCreatorParentTicket
83
+ - value: assignees,assigned_teams,account,parent_ticket
84
+ name: AssigneesAssignedTeamsAccountParentTicket
85
+ - value: assignees,assigned_teams,contact
86
+ name: AssigneesAssignedTeamsContact
87
+ - value: assignees,assigned_teams,contact,creator
88
+ name: AssigneesAssignedTeamsContactCreator
89
+ - value: assignees,assigned_teams,contact,creator,parent_ticket
90
+ name: AssigneesAssignedTeamsContactCreatorParentTicket
91
+ - value: assignees,assigned_teams,contact,parent_ticket
92
+ name: AssigneesAssignedTeamsContactParentTicket
93
+ - value: assignees,assigned_teams,creator
94
+ name: AssigneesAssignedTeamsCreator
95
+ - value: assignees,assigned_teams,creator,parent_ticket
96
+ name: AssigneesAssignedTeamsCreatorParentTicket
97
+ - value: assignees,assigned_teams,parent_ticket
98
+ name: AssigneesAssignedTeamsParentTicket
99
+ - value: assignees,collections
100
+ name: AssigneesCollections
101
+ - value: assignees,collections,account
102
+ name: AssigneesCollectionsAccount
103
+ - value: assignees,collections,account,contact
104
+ name: AssigneesCollectionsAccountContact
105
+ - value: assignees,collections,account,contact,creator
106
+ name: AssigneesCollectionsAccountContactCreator
107
+ - value: assignees,collections,account,contact,creator,parent_ticket
108
+ name: AssigneesCollectionsAccountContactCreatorParentTicket
109
+ - value: assignees,collections,account,contact,parent_ticket
110
+ name: AssigneesCollectionsAccountContactParentTicket
111
+ - value: assignees,collections,account,creator
112
+ name: AssigneesCollectionsAccountCreator
113
+ - value: assignees,collections,account,creator,parent_ticket
114
+ name: AssigneesCollectionsAccountCreatorParentTicket
115
+ - value: assignees,collections,account,parent_ticket
116
+ name: AssigneesCollectionsAccountParentTicket
117
+ - value: assignees,collections,assigned_teams
118
+ name: AssigneesCollectionsAssignedTeams
119
+ - value: assignees,collections,assigned_teams,account
120
+ name: AssigneesCollectionsAssignedTeamsAccount
121
+ - value: assignees,collections,assigned_teams,account,contact
122
+ name: AssigneesCollectionsAssignedTeamsAccountContact
123
+ - value: assignees,collections,assigned_teams,account,contact,creator
124
+ name: AssigneesCollectionsAssignedTeamsAccountContactCreator
125
+ - value: >-
126
+ assignees,collections,assigned_teams,account,contact,creator,parent_ticket
127
+ name: AssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket
128
+ - value: assignees,collections,assigned_teams,account,contact,parent_ticket
129
+ name: AssigneesCollectionsAssignedTeamsAccountContactParentTicket
130
+ - value: assignees,collections,assigned_teams,account,creator
131
+ name: AssigneesCollectionsAssignedTeamsAccountCreator
132
+ - value: assignees,collections,assigned_teams,account,creator,parent_ticket
133
+ name: AssigneesCollectionsAssignedTeamsAccountCreatorParentTicket
134
+ - value: assignees,collections,assigned_teams,account,parent_ticket
135
+ name: AssigneesCollectionsAssignedTeamsAccountParentTicket
136
+ - value: assignees,collections,assigned_teams,contact
137
+ name: AssigneesCollectionsAssignedTeamsContact
138
+ - value: assignees,collections,assigned_teams,contact,creator
139
+ name: AssigneesCollectionsAssignedTeamsContactCreator
140
+ - value: assignees,collections,assigned_teams,contact,creator,parent_ticket
141
+ name: AssigneesCollectionsAssignedTeamsContactCreatorParentTicket
142
+ - value: assignees,collections,assigned_teams,contact,parent_ticket
143
+ name: AssigneesCollectionsAssignedTeamsContactParentTicket
144
+ - value: assignees,collections,assigned_teams,creator
145
+ name: AssigneesCollectionsAssignedTeamsCreator
146
+ - value: assignees,collections,assigned_teams,creator,parent_ticket
147
+ name: AssigneesCollectionsAssignedTeamsCreatorParentTicket
148
+ - value: assignees,collections,assigned_teams,parent_ticket
149
+ name: AssigneesCollectionsAssignedTeamsParentTicket
150
+ - value: assignees,collections,contact
151
+ name: AssigneesCollectionsContact
152
+ - value: assignees,collections,contact,creator
153
+ name: AssigneesCollectionsContactCreator
154
+ - value: assignees,collections,contact,creator,parent_ticket
155
+ name: AssigneesCollectionsContactCreatorParentTicket
156
+ - value: assignees,collections,contact,parent_ticket
157
+ name: AssigneesCollectionsContactParentTicket
158
+ - value: assignees,collections,creator
159
+ name: AssigneesCollectionsCreator
160
+ - value: assignees,collections,creator,parent_ticket
161
+ name: AssigneesCollectionsCreatorParentTicket
162
+ - value: assignees,collections,parent_ticket
163
+ name: AssigneesCollectionsParentTicket
164
+ - value: assignees,contact
165
+ name: AssigneesContact
166
+ - value: assignees,contact,creator
167
+ name: AssigneesContactCreator
168
+ - value: assignees,contact,creator,parent_ticket
169
+ name: AssigneesContactCreatorParentTicket
170
+ - value: assignees,contact,parent_ticket
171
+ name: AssigneesContactParentTicket
172
+ - value: assignees,creator
173
+ name: AssigneesCreator
174
+ - value: assignees,creator,parent_ticket
175
+ name: AssigneesCreatorParentTicket
176
+ - value: assignees,parent_ticket
177
+ name: AssigneesParentTicket
178
+ - attachments
179
+ - value: attachments,account
180
+ name: AttachmentsAccount
181
+ - value: attachments,account,contact
182
+ name: AttachmentsAccountContact
183
+ - value: attachments,account,contact,creator
184
+ name: AttachmentsAccountContactCreator
185
+ - value: attachments,account,contact,creator,parent_ticket
186
+ name: AttachmentsAccountContactCreatorParentTicket
187
+ - value: attachments,account,contact,parent_ticket
188
+ name: AttachmentsAccountContactParentTicket
189
+ - value: attachments,account,creator
190
+ name: AttachmentsAccountCreator
191
+ - value: attachments,account,creator,parent_ticket
192
+ name: AttachmentsAccountCreatorParentTicket
193
+ - value: attachments,account,parent_ticket
194
+ name: AttachmentsAccountParentTicket
195
+ - value: attachments,assigned_teams
196
+ name: AttachmentsAssignedTeams
197
+ - value: attachments,assigned_teams,account
198
+ name: AttachmentsAssignedTeamsAccount
199
+ - value: attachments,assigned_teams,account,contact
200
+ name: AttachmentsAssignedTeamsAccountContact
201
+ - value: attachments,assigned_teams,account,contact,creator
202
+ name: AttachmentsAssignedTeamsAccountContactCreator
203
+ - value: attachments,assigned_teams,account,contact,creator,parent_ticket
204
+ name: AttachmentsAssignedTeamsAccountContactCreatorParentTicket
205
+ - value: attachments,assigned_teams,account,contact,parent_ticket
206
+ name: AttachmentsAssignedTeamsAccountContactParentTicket
207
+ - value: attachments,assigned_teams,account,creator
208
+ name: AttachmentsAssignedTeamsAccountCreator
209
+ - value: attachments,assigned_teams,account,creator,parent_ticket
210
+ name: AttachmentsAssignedTeamsAccountCreatorParentTicket
211
+ - value: attachments,assigned_teams,account,parent_ticket
212
+ name: AttachmentsAssignedTeamsAccountParentTicket
213
+ - value: attachments,assigned_teams,contact
214
+ name: AttachmentsAssignedTeamsContact
215
+ - value: attachments,assigned_teams,contact,creator
216
+ name: AttachmentsAssignedTeamsContactCreator
217
+ - value: attachments,assigned_teams,contact,creator,parent_ticket
218
+ name: AttachmentsAssignedTeamsContactCreatorParentTicket
219
+ - value: attachments,assigned_teams,contact,parent_ticket
220
+ name: AttachmentsAssignedTeamsContactParentTicket
221
+ - value: attachments,assigned_teams,creator
222
+ name: AttachmentsAssignedTeamsCreator
223
+ - value: attachments,assigned_teams,creator,parent_ticket
224
+ name: AttachmentsAssignedTeamsCreatorParentTicket
225
+ - value: attachments,assigned_teams,parent_ticket
226
+ name: AttachmentsAssignedTeamsParentTicket
227
+ - value: attachments,assignees
228
+ name: AttachmentsAssignees
229
+ - value: attachments,assignees,account
230
+ name: AttachmentsAssigneesAccount
231
+ - value: attachments,assignees,account,contact
232
+ name: AttachmentsAssigneesAccountContact
233
+ - value: attachments,assignees,account,contact,creator
234
+ name: AttachmentsAssigneesAccountContactCreator
235
+ - value: attachments,assignees,account,contact,creator,parent_ticket
236
+ name: AttachmentsAssigneesAccountContactCreatorParentTicket
237
+ - value: attachments,assignees,account,contact,parent_ticket
238
+ name: AttachmentsAssigneesAccountContactParentTicket
239
+ - value: attachments,assignees,account,creator
240
+ name: AttachmentsAssigneesAccountCreator
241
+ - value: attachments,assignees,account,creator,parent_ticket
242
+ name: AttachmentsAssigneesAccountCreatorParentTicket
243
+ - value: attachments,assignees,account,parent_ticket
244
+ name: AttachmentsAssigneesAccountParentTicket
245
+ - value: attachments,assignees,assigned_teams
246
+ name: AttachmentsAssigneesAssignedTeams
247
+ - value: attachments,assignees,assigned_teams,account
248
+ name: AttachmentsAssigneesAssignedTeamsAccount
249
+ - value: attachments,assignees,assigned_teams,account,contact
250
+ name: AttachmentsAssigneesAssignedTeamsAccountContact
251
+ - value: attachments,assignees,assigned_teams,account,contact,creator
252
+ name: AttachmentsAssigneesAssignedTeamsAccountContactCreator
253
+ - value: >-
254
+ attachments,assignees,assigned_teams,account,contact,creator,parent_ticket
255
+ name: AttachmentsAssigneesAssignedTeamsAccountContactCreatorParentTicket
256
+ - value: attachments,assignees,assigned_teams,account,contact,parent_ticket
257
+ name: AttachmentsAssigneesAssignedTeamsAccountContactParentTicket
258
+ - value: attachments,assignees,assigned_teams,account,creator
259
+ name: AttachmentsAssigneesAssignedTeamsAccountCreator
260
+ - value: attachments,assignees,assigned_teams,account,creator,parent_ticket
261
+ name: AttachmentsAssigneesAssignedTeamsAccountCreatorParentTicket
262
+ - value: attachments,assignees,assigned_teams,account,parent_ticket
263
+ name: AttachmentsAssigneesAssignedTeamsAccountParentTicket
264
+ - value: attachments,assignees,assigned_teams,contact
265
+ name: AttachmentsAssigneesAssignedTeamsContact
266
+ - value: attachments,assignees,assigned_teams,contact,creator
267
+ name: AttachmentsAssigneesAssignedTeamsContactCreator
268
+ - value: attachments,assignees,assigned_teams,contact,creator,parent_ticket
269
+ name: AttachmentsAssigneesAssignedTeamsContactCreatorParentTicket
270
+ - value: attachments,assignees,assigned_teams,contact,parent_ticket
271
+ name: AttachmentsAssigneesAssignedTeamsContactParentTicket
272
+ - value: attachments,assignees,assigned_teams,creator
273
+ name: AttachmentsAssigneesAssignedTeamsCreator
274
+ - value: attachments,assignees,assigned_teams,creator,parent_ticket
275
+ name: AttachmentsAssigneesAssignedTeamsCreatorParentTicket
276
+ - value: attachments,assignees,assigned_teams,parent_ticket
277
+ name: AttachmentsAssigneesAssignedTeamsParentTicket
278
+ - value: attachments,assignees,collections
279
+ name: AttachmentsAssigneesCollections
280
+ - value: attachments,assignees,collections,account
281
+ name: AttachmentsAssigneesCollectionsAccount
282
+ - value: attachments,assignees,collections,account,contact
283
+ name: AttachmentsAssigneesCollectionsAccountContact
284
+ - value: attachments,assignees,collections,account,contact,creator
285
+ name: AttachmentsAssigneesCollectionsAccountContactCreator
286
+ - value: >-
287
+ attachments,assignees,collections,account,contact,creator,parent_ticket
288
+ name: AttachmentsAssigneesCollectionsAccountContactCreatorParentTicket
289
+ - value: attachments,assignees,collections,account,contact,parent_ticket
290
+ name: AttachmentsAssigneesCollectionsAccountContactParentTicket
291
+ - value: attachments,assignees,collections,account,creator
292
+ name: AttachmentsAssigneesCollectionsAccountCreator
293
+ - value: attachments,assignees,collections,account,creator,parent_ticket
294
+ name: AttachmentsAssigneesCollectionsAccountCreatorParentTicket
295
+ - value: attachments,assignees,collections,account,parent_ticket
296
+ name: AttachmentsAssigneesCollectionsAccountParentTicket
297
+ - value: attachments,assignees,collections,assigned_teams
298
+ name: AttachmentsAssigneesCollectionsAssignedTeams
299
+ - value: attachments,assignees,collections,assigned_teams,account
300
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccount
301
+ - value: attachments,assignees,collections,assigned_teams,account,contact
302
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountContact
303
+ - value: >-
304
+ attachments,assignees,collections,assigned_teams,account,contact,creator
305
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreator
306
+ - value: >-
307
+ attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket
308
+ name: >-
309
+ AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket
310
+ - value: >-
311
+ attachments,assignees,collections,assigned_teams,account,contact,parent_ticket
312
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountContactParentTicket
313
+ - value: attachments,assignees,collections,assigned_teams,account,creator
314
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountCreator
315
+ - value: >-
316
+ attachments,assignees,collections,assigned_teams,account,creator,parent_ticket
317
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountCreatorParentTicket
318
+ - value: attachments,assignees,collections,assigned_teams,account,parent_ticket
319
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountParentTicket
320
+ - value: attachments,assignees,collections,assigned_teams,contact
321
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContact
322
+ - value: attachments,assignees,collections,assigned_teams,contact,creator
323
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContactCreator
324
+ - value: >-
325
+ attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket
326
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContactCreatorParentTicket
327
+ - value: attachments,assignees,collections,assigned_teams,contact,parent_ticket
328
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContactParentTicket
329
+ - value: attachments,assignees,collections,assigned_teams,creator
330
+ name: AttachmentsAssigneesCollectionsAssignedTeamsCreator
331
+ - value: attachments,assignees,collections,assigned_teams,creator,parent_ticket
332
+ name: AttachmentsAssigneesCollectionsAssignedTeamsCreatorParentTicket
333
+ - value: attachments,assignees,collections,assigned_teams,parent_ticket
334
+ name: AttachmentsAssigneesCollectionsAssignedTeamsParentTicket
335
+ - value: attachments,assignees,collections,contact
336
+ name: AttachmentsAssigneesCollectionsContact
337
+ - value: attachments,assignees,collections,contact,creator
338
+ name: AttachmentsAssigneesCollectionsContactCreator
339
+ - value: attachments,assignees,collections,contact,creator,parent_ticket
340
+ name: AttachmentsAssigneesCollectionsContactCreatorParentTicket
341
+ - value: attachments,assignees,collections,contact,parent_ticket
342
+ name: AttachmentsAssigneesCollectionsContactParentTicket
343
+ - value: attachments,assignees,collections,creator
344
+ name: AttachmentsAssigneesCollectionsCreator
345
+ - value: attachments,assignees,collections,creator,parent_ticket
346
+ name: AttachmentsAssigneesCollectionsCreatorParentTicket
347
+ - value: attachments,assignees,collections,parent_ticket
348
+ name: AttachmentsAssigneesCollectionsParentTicket
349
+ - value: attachments,assignees,contact
350
+ name: AttachmentsAssigneesContact
351
+ - value: attachments,assignees,contact,creator
352
+ name: AttachmentsAssigneesContactCreator
353
+ - value: attachments,assignees,contact,creator,parent_ticket
354
+ name: AttachmentsAssigneesContactCreatorParentTicket
355
+ - value: attachments,assignees,contact,parent_ticket
356
+ name: AttachmentsAssigneesContactParentTicket
357
+ - value: attachments,assignees,creator
358
+ name: AttachmentsAssigneesCreator
359
+ - value: attachments,assignees,creator,parent_ticket
360
+ name: AttachmentsAssigneesCreatorParentTicket
361
+ - value: attachments,assignees,parent_ticket
362
+ name: AttachmentsAssigneesParentTicket
363
+ - value: attachments,collections
364
+ name: AttachmentsCollections
365
+ - value: attachments,collections,account
366
+ name: AttachmentsCollectionsAccount
367
+ - value: attachments,collections,account,contact
368
+ name: AttachmentsCollectionsAccountContact
369
+ - value: attachments,collections,account,contact,creator
370
+ name: AttachmentsCollectionsAccountContactCreator
371
+ - value: attachments,collections,account,contact,creator,parent_ticket
372
+ name: AttachmentsCollectionsAccountContactCreatorParentTicket
373
+ - value: attachments,collections,account,contact,parent_ticket
374
+ name: AttachmentsCollectionsAccountContactParentTicket
375
+ - value: attachments,collections,account,creator
376
+ name: AttachmentsCollectionsAccountCreator
377
+ - value: attachments,collections,account,creator,parent_ticket
378
+ name: AttachmentsCollectionsAccountCreatorParentTicket
379
+ - value: attachments,collections,account,parent_ticket
380
+ name: AttachmentsCollectionsAccountParentTicket
381
+ - value: attachments,collections,assigned_teams
382
+ name: AttachmentsCollectionsAssignedTeams
383
+ - value: attachments,collections,assigned_teams,account
384
+ name: AttachmentsCollectionsAssignedTeamsAccount
385
+ - value: attachments,collections,assigned_teams,account,contact
386
+ name: AttachmentsCollectionsAssignedTeamsAccountContact
387
+ - value: attachments,collections,assigned_teams,account,contact,creator
388
+ name: AttachmentsCollectionsAssignedTeamsAccountContactCreator
389
+ - value: >-
390
+ attachments,collections,assigned_teams,account,contact,creator,parent_ticket
391
+ name: AttachmentsCollectionsAssignedTeamsAccountContactCreatorParentTicket
392
+ - value: attachments,collections,assigned_teams,account,contact,parent_ticket
393
+ name: AttachmentsCollectionsAssignedTeamsAccountContactParentTicket
394
+ - value: attachments,collections,assigned_teams,account,creator
395
+ name: AttachmentsCollectionsAssignedTeamsAccountCreator
396
+ - value: attachments,collections,assigned_teams,account,creator,parent_ticket
397
+ name: AttachmentsCollectionsAssignedTeamsAccountCreatorParentTicket
398
+ - value: attachments,collections,assigned_teams,account,parent_ticket
399
+ name: AttachmentsCollectionsAssignedTeamsAccountParentTicket
400
+ - value: attachments,collections,assigned_teams,contact
401
+ name: AttachmentsCollectionsAssignedTeamsContact
402
+ - value: attachments,collections,assigned_teams,contact,creator
403
+ name: AttachmentsCollectionsAssignedTeamsContactCreator
404
+ - value: attachments,collections,assigned_teams,contact,creator,parent_ticket
405
+ name: AttachmentsCollectionsAssignedTeamsContactCreatorParentTicket
406
+ - value: attachments,collections,assigned_teams,contact,parent_ticket
407
+ name: AttachmentsCollectionsAssignedTeamsContactParentTicket
408
+ - value: attachments,collections,assigned_teams,creator
409
+ name: AttachmentsCollectionsAssignedTeamsCreator
410
+ - value: attachments,collections,assigned_teams,creator,parent_ticket
411
+ name: AttachmentsCollectionsAssignedTeamsCreatorParentTicket
412
+ - value: attachments,collections,assigned_teams,parent_ticket
413
+ name: AttachmentsCollectionsAssignedTeamsParentTicket
414
+ - value: attachments,collections,contact
415
+ name: AttachmentsCollectionsContact
416
+ - value: attachments,collections,contact,creator
417
+ name: AttachmentsCollectionsContactCreator
418
+ - value: attachments,collections,contact,creator,parent_ticket
419
+ name: AttachmentsCollectionsContactCreatorParentTicket
420
+ - value: attachments,collections,contact,parent_ticket
421
+ name: AttachmentsCollectionsContactParentTicket
422
+ - value: attachments,collections,creator
423
+ name: AttachmentsCollectionsCreator
424
+ - value: attachments,collections,creator,parent_ticket
425
+ name: AttachmentsCollectionsCreatorParentTicket
426
+ - value: attachments,collections,parent_ticket
427
+ name: AttachmentsCollectionsParentTicket
428
+ - value: attachments,contact
429
+ name: AttachmentsContact
430
+ - value: attachments,contact,creator
431
+ name: AttachmentsContactCreator
432
+ - value: attachments,contact,creator,parent_ticket
433
+ name: AttachmentsContactCreatorParentTicket
434
+ - value: attachments,contact,parent_ticket
435
+ name: AttachmentsContactParentTicket
436
+ - value: attachments,creator
437
+ name: AttachmentsCreator
438
+ - value: attachments,creator,parent_ticket
439
+ name: AttachmentsCreatorParentTicket
440
+ - value: attachments,parent_ticket
441
+ name: AttachmentsParentTicket
442
+ - collections
443
+ - value: collections,account
444
+ name: CollectionsAccount
445
+ - value: collections,account,contact
446
+ name: CollectionsAccountContact
447
+ - value: collections,account,contact,creator
448
+ name: CollectionsAccountContactCreator
449
+ - value: collections,account,contact,creator,parent_ticket
450
+ name: CollectionsAccountContactCreatorParentTicket
451
+ - value: collections,account,contact,parent_ticket
452
+ name: CollectionsAccountContactParentTicket
453
+ - value: collections,account,creator
454
+ name: CollectionsAccountCreator
455
+ - value: collections,account,creator,parent_ticket
456
+ name: CollectionsAccountCreatorParentTicket
457
+ - value: collections,account,parent_ticket
458
+ name: CollectionsAccountParentTicket
459
+ - value: collections,assigned_teams
460
+ name: CollectionsAssignedTeams
461
+ - value: collections,assigned_teams,account
462
+ name: CollectionsAssignedTeamsAccount
463
+ - value: collections,assigned_teams,account,contact
464
+ name: CollectionsAssignedTeamsAccountContact
465
+ - value: collections,assigned_teams,account,contact,creator
466
+ name: CollectionsAssignedTeamsAccountContactCreator
467
+ - value: collections,assigned_teams,account,contact,creator,parent_ticket
468
+ name: CollectionsAssignedTeamsAccountContactCreatorParentTicket
469
+ - value: collections,assigned_teams,account,contact,parent_ticket
470
+ name: CollectionsAssignedTeamsAccountContactParentTicket
471
+ - value: collections,assigned_teams,account,creator
472
+ name: CollectionsAssignedTeamsAccountCreator
473
+ - value: collections,assigned_teams,account,creator,parent_ticket
474
+ name: CollectionsAssignedTeamsAccountCreatorParentTicket
475
+ - value: collections,assigned_teams,account,parent_ticket
476
+ name: CollectionsAssignedTeamsAccountParentTicket
477
+ - value: collections,assigned_teams,contact
478
+ name: CollectionsAssignedTeamsContact
479
+ - value: collections,assigned_teams,contact,creator
480
+ name: CollectionsAssignedTeamsContactCreator
481
+ - value: collections,assigned_teams,contact,creator,parent_ticket
482
+ name: CollectionsAssignedTeamsContactCreatorParentTicket
483
+ - value: collections,assigned_teams,contact,parent_ticket
484
+ name: CollectionsAssignedTeamsContactParentTicket
485
+ - value: collections,assigned_teams,creator
486
+ name: CollectionsAssignedTeamsCreator
487
+ - value: collections,assigned_teams,creator,parent_ticket
488
+ name: CollectionsAssignedTeamsCreatorParentTicket
489
+ - value: collections,assigned_teams,parent_ticket
490
+ name: CollectionsAssignedTeamsParentTicket
491
+ - value: collections,contact
492
+ name: CollectionsContact
493
+ - value: collections,contact,creator
494
+ name: CollectionsContactCreator
495
+ - value: collections,contact,creator,parent_ticket
496
+ name: CollectionsContactCreatorParentTicket
497
+ - value: collections,contact,parent_ticket
498
+ name: CollectionsContactParentTicket
499
+ - value: collections,creator
500
+ name: CollectionsCreator
501
+ - value: collections,creator,parent_ticket
502
+ name: CollectionsCreatorParentTicket
503
+ - value: collections,parent_ticket
504
+ name: CollectionsParentTicket
505
+ - contact
506
+ - value: contact,creator
507
+ name: ContactCreator
508
+ - value: contact,creator,parent_ticket
509
+ name: ContactCreatorParentTicket
510
+ - value: contact,parent_ticket
511
+ name: ContactParentTicket
512
+ - creator
513
+ - value: creator,parent_ticket
514
+ name: CreatorParentTicket
515
+ - parent_ticket
516
+ source:
517
+ openapi: openapi/openapi.yml
518
+ TicketsListRequestPriority:
519
+ enum:
520
+ - HIGH
521
+ - LOW
522
+ - NORMAL
523
+ - URGENT
524
+ source:
525
+ openapi: openapi/openapi.yml
526
+ TicketsListRequestRemoteFields:
527
+ enum:
528
+ - priority
529
+ - value: priority,status
530
+ name: PriorityStatus
531
+ - value: priority,status,ticket_type
532
+ name: PriorityStatusTicketType
533
+ - value: priority,ticket_type
534
+ name: PriorityTicketType
535
+ - status
536
+ - value: status,ticket_type
537
+ name: StatusTicketType
538
+ - ticket_type
539
+ source:
540
+ openapi: openapi/openapi.yml
541
+ TicketsListRequestShowEnumOrigins:
542
+ enum:
543
+ - priority
544
+ - value: priority,status
545
+ name: PriorityStatus
546
+ - value: priority,status,ticket_type
547
+ name: PriorityStatusTicketType
548
+ - value: priority,ticket_type
549
+ name: PriorityTicketType
550
+ - status
551
+ - value: status,ticket_type
552
+ name: StatusTicketType
553
+ - ticket_type
554
+ source:
555
+ openapi: openapi/openapi.yml
556
+ TicketsRetrieveRequestExpand:
557
+ enum:
558
+ - account
559
+ - value: account,contact
560
+ name: AccountContact
561
+ - value: account,contact,creator
562
+ name: AccountContactCreator
563
+ - value: account,contact,creator,parent_ticket
564
+ name: AccountContactCreatorParentTicket
565
+ - value: account,contact,parent_ticket
566
+ name: AccountContactParentTicket
567
+ - value: account,creator
568
+ name: AccountCreator
569
+ - value: account,creator,parent_ticket
570
+ name: AccountCreatorParentTicket
571
+ - value: account,parent_ticket
572
+ name: AccountParentTicket
573
+ - assigned_teams
574
+ - value: assigned_teams,account
575
+ name: AssignedTeamsAccount
576
+ - value: assigned_teams,account,contact
577
+ name: AssignedTeamsAccountContact
578
+ - value: assigned_teams,account,contact,creator
579
+ name: AssignedTeamsAccountContactCreator
580
+ - value: assigned_teams,account,contact,creator,parent_ticket
581
+ name: AssignedTeamsAccountContactCreatorParentTicket
582
+ - value: assigned_teams,account,contact,parent_ticket
583
+ name: AssignedTeamsAccountContactParentTicket
584
+ - value: assigned_teams,account,creator
585
+ name: AssignedTeamsAccountCreator
586
+ - value: assigned_teams,account,creator,parent_ticket
587
+ name: AssignedTeamsAccountCreatorParentTicket
588
+ - value: assigned_teams,account,parent_ticket
589
+ name: AssignedTeamsAccountParentTicket
590
+ - value: assigned_teams,contact
591
+ name: AssignedTeamsContact
592
+ - value: assigned_teams,contact,creator
593
+ name: AssignedTeamsContactCreator
594
+ - value: assigned_teams,contact,creator,parent_ticket
595
+ name: AssignedTeamsContactCreatorParentTicket
596
+ - value: assigned_teams,contact,parent_ticket
597
+ name: AssignedTeamsContactParentTicket
598
+ - value: assigned_teams,creator
599
+ name: AssignedTeamsCreator
600
+ - value: assigned_teams,creator,parent_ticket
601
+ name: AssignedTeamsCreatorParentTicket
602
+ - value: assigned_teams,parent_ticket
603
+ name: AssignedTeamsParentTicket
604
+ - assignees
605
+ - value: assignees,account
606
+ name: AssigneesAccount
607
+ - value: assignees,account,contact
608
+ name: AssigneesAccountContact
609
+ - value: assignees,account,contact,creator
610
+ name: AssigneesAccountContactCreator
611
+ - value: assignees,account,contact,creator,parent_ticket
612
+ name: AssigneesAccountContactCreatorParentTicket
613
+ - value: assignees,account,contact,parent_ticket
614
+ name: AssigneesAccountContactParentTicket
615
+ - value: assignees,account,creator
616
+ name: AssigneesAccountCreator
617
+ - value: assignees,account,creator,parent_ticket
618
+ name: AssigneesAccountCreatorParentTicket
619
+ - value: assignees,account,parent_ticket
620
+ name: AssigneesAccountParentTicket
621
+ - value: assignees,assigned_teams
622
+ name: AssigneesAssignedTeams
623
+ - value: assignees,assigned_teams,account
624
+ name: AssigneesAssignedTeamsAccount
625
+ - value: assignees,assigned_teams,account,contact
626
+ name: AssigneesAssignedTeamsAccountContact
627
+ - value: assignees,assigned_teams,account,contact,creator
628
+ name: AssigneesAssignedTeamsAccountContactCreator
629
+ - value: assignees,assigned_teams,account,contact,creator,parent_ticket
630
+ name: AssigneesAssignedTeamsAccountContactCreatorParentTicket
631
+ - value: assignees,assigned_teams,account,contact,parent_ticket
632
+ name: AssigneesAssignedTeamsAccountContactParentTicket
633
+ - value: assignees,assigned_teams,account,creator
634
+ name: AssigneesAssignedTeamsAccountCreator
635
+ - value: assignees,assigned_teams,account,creator,parent_ticket
636
+ name: AssigneesAssignedTeamsAccountCreatorParentTicket
637
+ - value: assignees,assigned_teams,account,parent_ticket
638
+ name: AssigneesAssignedTeamsAccountParentTicket
639
+ - value: assignees,assigned_teams,contact
640
+ name: AssigneesAssignedTeamsContact
641
+ - value: assignees,assigned_teams,contact,creator
642
+ name: AssigneesAssignedTeamsContactCreator
643
+ - value: assignees,assigned_teams,contact,creator,parent_ticket
644
+ name: AssigneesAssignedTeamsContactCreatorParentTicket
645
+ - value: assignees,assigned_teams,contact,parent_ticket
646
+ name: AssigneesAssignedTeamsContactParentTicket
647
+ - value: assignees,assigned_teams,creator
648
+ name: AssigneesAssignedTeamsCreator
649
+ - value: assignees,assigned_teams,creator,parent_ticket
650
+ name: AssigneesAssignedTeamsCreatorParentTicket
651
+ - value: assignees,assigned_teams,parent_ticket
652
+ name: AssigneesAssignedTeamsParentTicket
653
+ - value: assignees,collections
654
+ name: AssigneesCollections
655
+ - value: assignees,collections,account
656
+ name: AssigneesCollectionsAccount
657
+ - value: assignees,collections,account,contact
658
+ name: AssigneesCollectionsAccountContact
659
+ - value: assignees,collections,account,contact,creator
660
+ name: AssigneesCollectionsAccountContactCreator
661
+ - value: assignees,collections,account,contact,creator,parent_ticket
662
+ name: AssigneesCollectionsAccountContactCreatorParentTicket
663
+ - value: assignees,collections,account,contact,parent_ticket
664
+ name: AssigneesCollectionsAccountContactParentTicket
665
+ - value: assignees,collections,account,creator
666
+ name: AssigneesCollectionsAccountCreator
667
+ - value: assignees,collections,account,creator,parent_ticket
668
+ name: AssigneesCollectionsAccountCreatorParentTicket
669
+ - value: assignees,collections,account,parent_ticket
670
+ name: AssigneesCollectionsAccountParentTicket
671
+ - value: assignees,collections,assigned_teams
672
+ name: AssigneesCollectionsAssignedTeams
673
+ - value: assignees,collections,assigned_teams,account
674
+ name: AssigneesCollectionsAssignedTeamsAccount
675
+ - value: assignees,collections,assigned_teams,account,contact
676
+ name: AssigneesCollectionsAssignedTeamsAccountContact
677
+ - value: assignees,collections,assigned_teams,account,contact,creator
678
+ name: AssigneesCollectionsAssignedTeamsAccountContactCreator
679
+ - value: >-
680
+ assignees,collections,assigned_teams,account,contact,creator,parent_ticket
681
+ name: AssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket
682
+ - value: assignees,collections,assigned_teams,account,contact,parent_ticket
683
+ name: AssigneesCollectionsAssignedTeamsAccountContactParentTicket
684
+ - value: assignees,collections,assigned_teams,account,creator
685
+ name: AssigneesCollectionsAssignedTeamsAccountCreator
686
+ - value: assignees,collections,assigned_teams,account,creator,parent_ticket
687
+ name: AssigneesCollectionsAssignedTeamsAccountCreatorParentTicket
688
+ - value: assignees,collections,assigned_teams,account,parent_ticket
689
+ name: AssigneesCollectionsAssignedTeamsAccountParentTicket
690
+ - value: assignees,collections,assigned_teams,contact
691
+ name: AssigneesCollectionsAssignedTeamsContact
692
+ - value: assignees,collections,assigned_teams,contact,creator
693
+ name: AssigneesCollectionsAssignedTeamsContactCreator
694
+ - value: assignees,collections,assigned_teams,contact,creator,parent_ticket
695
+ name: AssigneesCollectionsAssignedTeamsContactCreatorParentTicket
696
+ - value: assignees,collections,assigned_teams,contact,parent_ticket
697
+ name: AssigneesCollectionsAssignedTeamsContactParentTicket
698
+ - value: assignees,collections,assigned_teams,creator
699
+ name: AssigneesCollectionsAssignedTeamsCreator
700
+ - value: assignees,collections,assigned_teams,creator,parent_ticket
701
+ name: AssigneesCollectionsAssignedTeamsCreatorParentTicket
702
+ - value: assignees,collections,assigned_teams,parent_ticket
703
+ name: AssigneesCollectionsAssignedTeamsParentTicket
704
+ - value: assignees,collections,contact
705
+ name: AssigneesCollectionsContact
706
+ - value: assignees,collections,contact,creator
707
+ name: AssigneesCollectionsContactCreator
708
+ - value: assignees,collections,contact,creator,parent_ticket
709
+ name: AssigneesCollectionsContactCreatorParentTicket
710
+ - value: assignees,collections,contact,parent_ticket
711
+ name: AssigneesCollectionsContactParentTicket
712
+ - value: assignees,collections,creator
713
+ name: AssigneesCollectionsCreator
714
+ - value: assignees,collections,creator,parent_ticket
715
+ name: AssigneesCollectionsCreatorParentTicket
716
+ - value: assignees,collections,parent_ticket
717
+ name: AssigneesCollectionsParentTicket
718
+ - value: assignees,contact
719
+ name: AssigneesContact
720
+ - value: assignees,contact,creator
721
+ name: AssigneesContactCreator
722
+ - value: assignees,contact,creator,parent_ticket
723
+ name: AssigneesContactCreatorParentTicket
724
+ - value: assignees,contact,parent_ticket
725
+ name: AssigneesContactParentTicket
726
+ - value: assignees,creator
727
+ name: AssigneesCreator
728
+ - value: assignees,creator,parent_ticket
729
+ name: AssigneesCreatorParentTicket
730
+ - value: assignees,parent_ticket
731
+ name: AssigneesParentTicket
732
+ - attachments
733
+ - value: attachments,account
734
+ name: AttachmentsAccount
735
+ - value: attachments,account,contact
736
+ name: AttachmentsAccountContact
737
+ - value: attachments,account,contact,creator
738
+ name: AttachmentsAccountContactCreator
739
+ - value: attachments,account,contact,creator,parent_ticket
740
+ name: AttachmentsAccountContactCreatorParentTicket
741
+ - value: attachments,account,contact,parent_ticket
742
+ name: AttachmentsAccountContactParentTicket
743
+ - value: attachments,account,creator
744
+ name: AttachmentsAccountCreator
745
+ - value: attachments,account,creator,parent_ticket
746
+ name: AttachmentsAccountCreatorParentTicket
747
+ - value: attachments,account,parent_ticket
748
+ name: AttachmentsAccountParentTicket
749
+ - value: attachments,assigned_teams
750
+ name: AttachmentsAssignedTeams
751
+ - value: attachments,assigned_teams,account
752
+ name: AttachmentsAssignedTeamsAccount
753
+ - value: attachments,assigned_teams,account,contact
754
+ name: AttachmentsAssignedTeamsAccountContact
755
+ - value: attachments,assigned_teams,account,contact,creator
756
+ name: AttachmentsAssignedTeamsAccountContactCreator
757
+ - value: attachments,assigned_teams,account,contact,creator,parent_ticket
758
+ name: AttachmentsAssignedTeamsAccountContactCreatorParentTicket
759
+ - value: attachments,assigned_teams,account,contact,parent_ticket
760
+ name: AttachmentsAssignedTeamsAccountContactParentTicket
761
+ - value: attachments,assigned_teams,account,creator
762
+ name: AttachmentsAssignedTeamsAccountCreator
763
+ - value: attachments,assigned_teams,account,creator,parent_ticket
764
+ name: AttachmentsAssignedTeamsAccountCreatorParentTicket
765
+ - value: attachments,assigned_teams,account,parent_ticket
766
+ name: AttachmentsAssignedTeamsAccountParentTicket
767
+ - value: attachments,assigned_teams,contact
768
+ name: AttachmentsAssignedTeamsContact
769
+ - value: attachments,assigned_teams,contact,creator
770
+ name: AttachmentsAssignedTeamsContactCreator
771
+ - value: attachments,assigned_teams,contact,creator,parent_ticket
772
+ name: AttachmentsAssignedTeamsContactCreatorParentTicket
773
+ - value: attachments,assigned_teams,contact,parent_ticket
774
+ name: AttachmentsAssignedTeamsContactParentTicket
775
+ - value: attachments,assigned_teams,creator
776
+ name: AttachmentsAssignedTeamsCreator
777
+ - value: attachments,assigned_teams,creator,parent_ticket
778
+ name: AttachmentsAssignedTeamsCreatorParentTicket
779
+ - value: attachments,assigned_teams,parent_ticket
780
+ name: AttachmentsAssignedTeamsParentTicket
781
+ - value: attachments,assignees
782
+ name: AttachmentsAssignees
783
+ - value: attachments,assignees,account
784
+ name: AttachmentsAssigneesAccount
785
+ - value: attachments,assignees,account,contact
786
+ name: AttachmentsAssigneesAccountContact
787
+ - value: attachments,assignees,account,contact,creator
788
+ name: AttachmentsAssigneesAccountContactCreator
789
+ - value: attachments,assignees,account,contact,creator,parent_ticket
790
+ name: AttachmentsAssigneesAccountContactCreatorParentTicket
791
+ - value: attachments,assignees,account,contact,parent_ticket
792
+ name: AttachmentsAssigneesAccountContactParentTicket
793
+ - value: attachments,assignees,account,creator
794
+ name: AttachmentsAssigneesAccountCreator
795
+ - value: attachments,assignees,account,creator,parent_ticket
796
+ name: AttachmentsAssigneesAccountCreatorParentTicket
797
+ - value: attachments,assignees,account,parent_ticket
798
+ name: AttachmentsAssigneesAccountParentTicket
799
+ - value: attachments,assignees,assigned_teams
800
+ name: AttachmentsAssigneesAssignedTeams
801
+ - value: attachments,assignees,assigned_teams,account
802
+ name: AttachmentsAssigneesAssignedTeamsAccount
803
+ - value: attachments,assignees,assigned_teams,account,contact
804
+ name: AttachmentsAssigneesAssignedTeamsAccountContact
805
+ - value: attachments,assignees,assigned_teams,account,contact,creator
806
+ name: AttachmentsAssigneesAssignedTeamsAccountContactCreator
807
+ - value: >-
808
+ attachments,assignees,assigned_teams,account,contact,creator,parent_ticket
809
+ name: AttachmentsAssigneesAssignedTeamsAccountContactCreatorParentTicket
810
+ - value: attachments,assignees,assigned_teams,account,contact,parent_ticket
811
+ name: AttachmentsAssigneesAssignedTeamsAccountContactParentTicket
812
+ - value: attachments,assignees,assigned_teams,account,creator
813
+ name: AttachmentsAssigneesAssignedTeamsAccountCreator
814
+ - value: attachments,assignees,assigned_teams,account,creator,parent_ticket
815
+ name: AttachmentsAssigneesAssignedTeamsAccountCreatorParentTicket
816
+ - value: attachments,assignees,assigned_teams,account,parent_ticket
817
+ name: AttachmentsAssigneesAssignedTeamsAccountParentTicket
818
+ - value: attachments,assignees,assigned_teams,contact
819
+ name: AttachmentsAssigneesAssignedTeamsContact
820
+ - value: attachments,assignees,assigned_teams,contact,creator
821
+ name: AttachmentsAssigneesAssignedTeamsContactCreator
822
+ - value: attachments,assignees,assigned_teams,contact,creator,parent_ticket
823
+ name: AttachmentsAssigneesAssignedTeamsContactCreatorParentTicket
824
+ - value: attachments,assignees,assigned_teams,contact,parent_ticket
825
+ name: AttachmentsAssigneesAssignedTeamsContactParentTicket
826
+ - value: attachments,assignees,assigned_teams,creator
827
+ name: AttachmentsAssigneesAssignedTeamsCreator
828
+ - value: attachments,assignees,assigned_teams,creator,parent_ticket
829
+ name: AttachmentsAssigneesAssignedTeamsCreatorParentTicket
830
+ - value: attachments,assignees,assigned_teams,parent_ticket
831
+ name: AttachmentsAssigneesAssignedTeamsParentTicket
832
+ - value: attachments,assignees,collections
833
+ name: AttachmentsAssigneesCollections
834
+ - value: attachments,assignees,collections,account
835
+ name: AttachmentsAssigneesCollectionsAccount
836
+ - value: attachments,assignees,collections,account,contact
837
+ name: AttachmentsAssigneesCollectionsAccountContact
838
+ - value: attachments,assignees,collections,account,contact,creator
839
+ name: AttachmentsAssigneesCollectionsAccountContactCreator
840
+ - value: >-
841
+ attachments,assignees,collections,account,contact,creator,parent_ticket
842
+ name: AttachmentsAssigneesCollectionsAccountContactCreatorParentTicket
843
+ - value: attachments,assignees,collections,account,contact,parent_ticket
844
+ name: AttachmentsAssigneesCollectionsAccountContactParentTicket
845
+ - value: attachments,assignees,collections,account,creator
846
+ name: AttachmentsAssigneesCollectionsAccountCreator
847
+ - value: attachments,assignees,collections,account,creator,parent_ticket
848
+ name: AttachmentsAssigneesCollectionsAccountCreatorParentTicket
849
+ - value: attachments,assignees,collections,account,parent_ticket
850
+ name: AttachmentsAssigneesCollectionsAccountParentTicket
851
+ - value: attachments,assignees,collections,assigned_teams
852
+ name: AttachmentsAssigneesCollectionsAssignedTeams
853
+ - value: attachments,assignees,collections,assigned_teams,account
854
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccount
855
+ - value: attachments,assignees,collections,assigned_teams,account,contact
856
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountContact
857
+ - value: >-
858
+ attachments,assignees,collections,assigned_teams,account,contact,creator
859
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreator
860
+ - value: >-
861
+ attachments,assignees,collections,assigned_teams,account,contact,creator,parent_ticket
862
+ name: >-
863
+ AttachmentsAssigneesCollectionsAssignedTeamsAccountContactCreatorParentTicket
864
+ - value: >-
865
+ attachments,assignees,collections,assigned_teams,account,contact,parent_ticket
866
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountContactParentTicket
867
+ - value: attachments,assignees,collections,assigned_teams,account,creator
868
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountCreator
869
+ - value: >-
870
+ attachments,assignees,collections,assigned_teams,account,creator,parent_ticket
871
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountCreatorParentTicket
872
+ - value: attachments,assignees,collections,assigned_teams,account,parent_ticket
873
+ name: AttachmentsAssigneesCollectionsAssignedTeamsAccountParentTicket
874
+ - value: attachments,assignees,collections,assigned_teams,contact
875
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContact
876
+ - value: attachments,assignees,collections,assigned_teams,contact,creator
877
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContactCreator
878
+ - value: >-
879
+ attachments,assignees,collections,assigned_teams,contact,creator,parent_ticket
880
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContactCreatorParentTicket
881
+ - value: attachments,assignees,collections,assigned_teams,contact,parent_ticket
882
+ name: AttachmentsAssigneesCollectionsAssignedTeamsContactParentTicket
883
+ - value: attachments,assignees,collections,assigned_teams,creator
884
+ name: AttachmentsAssigneesCollectionsAssignedTeamsCreator
885
+ - value: attachments,assignees,collections,assigned_teams,creator,parent_ticket
886
+ name: AttachmentsAssigneesCollectionsAssignedTeamsCreatorParentTicket
887
+ - value: attachments,assignees,collections,assigned_teams,parent_ticket
888
+ name: AttachmentsAssigneesCollectionsAssignedTeamsParentTicket
889
+ - value: attachments,assignees,collections,contact
890
+ name: AttachmentsAssigneesCollectionsContact
891
+ - value: attachments,assignees,collections,contact,creator
892
+ name: AttachmentsAssigneesCollectionsContactCreator
893
+ - value: attachments,assignees,collections,contact,creator,parent_ticket
894
+ name: AttachmentsAssigneesCollectionsContactCreatorParentTicket
895
+ - value: attachments,assignees,collections,contact,parent_ticket
896
+ name: AttachmentsAssigneesCollectionsContactParentTicket
897
+ - value: attachments,assignees,collections,creator
898
+ name: AttachmentsAssigneesCollectionsCreator
899
+ - value: attachments,assignees,collections,creator,parent_ticket
900
+ name: AttachmentsAssigneesCollectionsCreatorParentTicket
901
+ - value: attachments,assignees,collections,parent_ticket
902
+ name: AttachmentsAssigneesCollectionsParentTicket
903
+ - value: attachments,assignees,contact
904
+ name: AttachmentsAssigneesContact
905
+ - value: attachments,assignees,contact,creator
906
+ name: AttachmentsAssigneesContactCreator
907
+ - value: attachments,assignees,contact,creator,parent_ticket
908
+ name: AttachmentsAssigneesContactCreatorParentTicket
909
+ - value: attachments,assignees,contact,parent_ticket
910
+ name: AttachmentsAssigneesContactParentTicket
911
+ - value: attachments,assignees,creator
912
+ name: AttachmentsAssigneesCreator
913
+ - value: attachments,assignees,creator,parent_ticket
914
+ name: AttachmentsAssigneesCreatorParentTicket
915
+ - value: attachments,assignees,parent_ticket
916
+ name: AttachmentsAssigneesParentTicket
917
+ - value: attachments,collections
918
+ name: AttachmentsCollections
919
+ - value: attachments,collections,account
920
+ name: AttachmentsCollectionsAccount
921
+ - value: attachments,collections,account,contact
922
+ name: AttachmentsCollectionsAccountContact
923
+ - value: attachments,collections,account,contact,creator
924
+ name: AttachmentsCollectionsAccountContactCreator
925
+ - value: attachments,collections,account,contact,creator,parent_ticket
926
+ name: AttachmentsCollectionsAccountContactCreatorParentTicket
927
+ - value: attachments,collections,account,contact,parent_ticket
928
+ name: AttachmentsCollectionsAccountContactParentTicket
929
+ - value: attachments,collections,account,creator
930
+ name: AttachmentsCollectionsAccountCreator
931
+ - value: attachments,collections,account,creator,parent_ticket
932
+ name: AttachmentsCollectionsAccountCreatorParentTicket
933
+ - value: attachments,collections,account,parent_ticket
934
+ name: AttachmentsCollectionsAccountParentTicket
935
+ - value: attachments,collections,assigned_teams
936
+ name: AttachmentsCollectionsAssignedTeams
937
+ - value: attachments,collections,assigned_teams,account
938
+ name: AttachmentsCollectionsAssignedTeamsAccount
939
+ - value: attachments,collections,assigned_teams,account,contact
940
+ name: AttachmentsCollectionsAssignedTeamsAccountContact
941
+ - value: attachments,collections,assigned_teams,account,contact,creator
942
+ name: AttachmentsCollectionsAssignedTeamsAccountContactCreator
943
+ - value: >-
944
+ attachments,collections,assigned_teams,account,contact,creator,parent_ticket
945
+ name: AttachmentsCollectionsAssignedTeamsAccountContactCreatorParentTicket
946
+ - value: attachments,collections,assigned_teams,account,contact,parent_ticket
947
+ name: AttachmentsCollectionsAssignedTeamsAccountContactParentTicket
948
+ - value: attachments,collections,assigned_teams,account,creator
949
+ name: AttachmentsCollectionsAssignedTeamsAccountCreator
950
+ - value: attachments,collections,assigned_teams,account,creator,parent_ticket
951
+ name: AttachmentsCollectionsAssignedTeamsAccountCreatorParentTicket
952
+ - value: attachments,collections,assigned_teams,account,parent_ticket
953
+ name: AttachmentsCollectionsAssignedTeamsAccountParentTicket
954
+ - value: attachments,collections,assigned_teams,contact
955
+ name: AttachmentsCollectionsAssignedTeamsContact
956
+ - value: attachments,collections,assigned_teams,contact,creator
957
+ name: AttachmentsCollectionsAssignedTeamsContactCreator
958
+ - value: attachments,collections,assigned_teams,contact,creator,parent_ticket
959
+ name: AttachmentsCollectionsAssignedTeamsContactCreatorParentTicket
960
+ - value: attachments,collections,assigned_teams,contact,parent_ticket
961
+ name: AttachmentsCollectionsAssignedTeamsContactParentTicket
962
+ - value: attachments,collections,assigned_teams,creator
963
+ name: AttachmentsCollectionsAssignedTeamsCreator
964
+ - value: attachments,collections,assigned_teams,creator,parent_ticket
965
+ name: AttachmentsCollectionsAssignedTeamsCreatorParentTicket
966
+ - value: attachments,collections,assigned_teams,parent_ticket
967
+ name: AttachmentsCollectionsAssignedTeamsParentTicket
968
+ - value: attachments,collections,contact
969
+ name: AttachmentsCollectionsContact
970
+ - value: attachments,collections,contact,creator
971
+ name: AttachmentsCollectionsContactCreator
972
+ - value: attachments,collections,contact,creator,parent_ticket
973
+ name: AttachmentsCollectionsContactCreatorParentTicket
974
+ - value: attachments,collections,contact,parent_ticket
975
+ name: AttachmentsCollectionsContactParentTicket
976
+ - value: attachments,collections,creator
977
+ name: AttachmentsCollectionsCreator
978
+ - value: attachments,collections,creator,parent_ticket
979
+ name: AttachmentsCollectionsCreatorParentTicket
980
+ - value: attachments,collections,parent_ticket
981
+ name: AttachmentsCollectionsParentTicket
982
+ - value: attachments,contact
983
+ name: AttachmentsContact
984
+ - value: attachments,contact,creator
985
+ name: AttachmentsContactCreator
986
+ - value: attachments,contact,creator,parent_ticket
987
+ name: AttachmentsContactCreatorParentTicket
988
+ - value: attachments,contact,parent_ticket
989
+ name: AttachmentsContactParentTicket
990
+ - value: attachments,creator
991
+ name: AttachmentsCreator
992
+ - value: attachments,creator,parent_ticket
993
+ name: AttachmentsCreatorParentTicket
994
+ - value: attachments,parent_ticket
995
+ name: AttachmentsParentTicket
996
+ - collections
997
+ - value: collections,account
998
+ name: CollectionsAccount
999
+ - value: collections,account,contact
1000
+ name: CollectionsAccountContact
1001
+ - value: collections,account,contact,creator
1002
+ name: CollectionsAccountContactCreator
1003
+ - value: collections,account,contact,creator,parent_ticket
1004
+ name: CollectionsAccountContactCreatorParentTicket
1005
+ - value: collections,account,contact,parent_ticket
1006
+ name: CollectionsAccountContactParentTicket
1007
+ - value: collections,account,creator
1008
+ name: CollectionsAccountCreator
1009
+ - value: collections,account,creator,parent_ticket
1010
+ name: CollectionsAccountCreatorParentTicket
1011
+ - value: collections,account,parent_ticket
1012
+ name: CollectionsAccountParentTicket
1013
+ - value: collections,assigned_teams
1014
+ name: CollectionsAssignedTeams
1015
+ - value: collections,assigned_teams,account
1016
+ name: CollectionsAssignedTeamsAccount
1017
+ - value: collections,assigned_teams,account,contact
1018
+ name: CollectionsAssignedTeamsAccountContact
1019
+ - value: collections,assigned_teams,account,contact,creator
1020
+ name: CollectionsAssignedTeamsAccountContactCreator
1021
+ - value: collections,assigned_teams,account,contact,creator,parent_ticket
1022
+ name: CollectionsAssignedTeamsAccountContactCreatorParentTicket
1023
+ - value: collections,assigned_teams,account,contact,parent_ticket
1024
+ name: CollectionsAssignedTeamsAccountContactParentTicket
1025
+ - value: collections,assigned_teams,account,creator
1026
+ name: CollectionsAssignedTeamsAccountCreator
1027
+ - value: collections,assigned_teams,account,creator,parent_ticket
1028
+ name: CollectionsAssignedTeamsAccountCreatorParentTicket
1029
+ - value: collections,assigned_teams,account,parent_ticket
1030
+ name: CollectionsAssignedTeamsAccountParentTicket
1031
+ - value: collections,assigned_teams,contact
1032
+ name: CollectionsAssignedTeamsContact
1033
+ - value: collections,assigned_teams,contact,creator
1034
+ name: CollectionsAssignedTeamsContactCreator
1035
+ - value: collections,assigned_teams,contact,creator,parent_ticket
1036
+ name: CollectionsAssignedTeamsContactCreatorParentTicket
1037
+ - value: collections,assigned_teams,contact,parent_ticket
1038
+ name: CollectionsAssignedTeamsContactParentTicket
1039
+ - value: collections,assigned_teams,creator
1040
+ name: CollectionsAssignedTeamsCreator
1041
+ - value: collections,assigned_teams,creator,parent_ticket
1042
+ name: CollectionsAssignedTeamsCreatorParentTicket
1043
+ - value: collections,assigned_teams,parent_ticket
1044
+ name: CollectionsAssignedTeamsParentTicket
1045
+ - value: collections,contact
1046
+ name: CollectionsContact
1047
+ - value: collections,contact,creator
1048
+ name: CollectionsContactCreator
1049
+ - value: collections,contact,creator,parent_ticket
1050
+ name: CollectionsContactCreatorParentTicket
1051
+ - value: collections,contact,parent_ticket
1052
+ name: CollectionsContactParentTicket
1053
+ - value: collections,creator
1054
+ name: CollectionsCreator
1055
+ - value: collections,creator,parent_ticket
1056
+ name: CollectionsCreatorParentTicket
1057
+ - value: collections,parent_ticket
1058
+ name: CollectionsParentTicket
1059
+ - contact
1060
+ - value: contact,creator
1061
+ name: ContactCreator
1062
+ - value: contact,creator,parent_ticket
1063
+ name: ContactCreatorParentTicket
1064
+ - value: contact,parent_ticket
1065
+ name: ContactParentTicket
1066
+ - creator
1067
+ - value: creator,parent_ticket
1068
+ name: CreatorParentTicket
1069
+ - parent_ticket
1070
+ source:
1071
+ openapi: openapi/openapi.yml
1072
+ TicketsRetrieveRequestRemoteFields:
1073
+ enum:
1074
+ - priority
1075
+ - value: priority,status
1076
+ name: PriorityStatus
1077
+ - value: priority,status,ticket_type
1078
+ name: PriorityStatusTicketType
1079
+ - value: priority,ticket_type
1080
+ name: PriorityTicketType
1081
+ - status
1082
+ - value: status,ticket_type
1083
+ name: StatusTicketType
1084
+ - ticket_type
1085
+ source:
1086
+ openapi: openapi/openapi.yml
1087
+ TicketsRetrieveRequestShowEnumOrigins:
1088
+ enum:
1089
+ - priority
1090
+ - value: priority,status
1091
+ name: PriorityStatus
1092
+ - value: priority,status,ticket_type
1093
+ name: PriorityStatusTicketType
1094
+ - value: priority,ticket_type
1095
+ name: PriorityTicketType
1096
+ - status
1097
+ - value: status,ticket_type
1098
+ name: StatusTicketType
1099
+ - ticket_type
1100
+ source:
1101
+ openapi: openapi/openapi.yml
1102
+ TicketsViewersListRequestExpand:
1103
+ enum:
1104
+ - team
1105
+ - user
1106
+ - value: user,team
1107
+ name: UserTeam
1108
+ source:
1109
+ openapi: openapi/openapi.yml
1110
+ imports:
1111
+ root: __package__.yml
1112
+ service:
1113
+ auth: false
1114
+ base-path: ''
1115
+ endpoints:
1116
+ list:
1117
+ path: /ticketing/v1/tickets
1118
+ method: GET
1119
+ auth: true
1120
+ docs: Returns a list of `Ticket` objects.
1121
+ source:
1122
+ openapi: openapi/openapi.yml
1123
+ request:
1124
+ name: TicketsListRequest
1125
+ query-parameters:
1126
+ account_id:
1127
+ type: optional<string>
1128
+ docs: If provided, will only return tickets for this account.
1129
+ assignee_ids:
1130
+ type: optional<string>
1131
+ docs: >-
1132
+ If provided, will only return tickets assigned to the
1133
+ assignee_ids; multiple assignee_ids can be separated by commas.
1134
+ collection_ids:
1135
+ type: optional<string>
1136
+ docs: >-
1137
+ If provided, will only return tickets assigned to the
1138
+ collection_ids; multiple collection_ids can be separated by
1139
+ commas.
1140
+ completed_after:
1141
+ type: optional<datetime>
1142
+ docs: >-
1143
+ If provided, will only return tickets completed after this
1144
+ datetime.
1145
+ completed_before:
1146
+ type: optional<datetime>
1147
+ docs: >-
1148
+ If provided, will only return tickets completed before this
1149
+ datetime.
1150
+ contact_id:
1151
+ type: optional<string>
1152
+ docs: If provided, will only return tickets for this contact.
1153
+ created_after:
1154
+ type: optional<datetime>
1155
+ docs: If provided, will only return objects created after this datetime.
1156
+ created_before:
1157
+ type: optional<datetime>
1158
+ docs: >-
1159
+ If provided, will only return objects created before this
1160
+ datetime.
1161
+ cursor:
1162
+ type: optional<string>
1163
+ docs: The pagination cursor value.
1164
+ due_after:
1165
+ type: optional<datetime>
1166
+ docs: If provided, will only return tickets due after this datetime.
1167
+ due_before:
1168
+ type: optional<datetime>
1169
+ docs: If provided, will only return tickets due before this datetime.
1170
+ expand:
1171
+ type: optional<TicketsListRequestExpand>
1172
+ docs: >-
1173
+ Which relations should be returned in expanded form. Multiple
1174
+ relation names should be comma separated without spaces.
1175
+ include_deleted_data:
1176
+ type: optional<boolean>
1177
+ docs: >-
1178
+ Indicates whether or not this object has been deleted in the third
1179
+ party platform. Full coverage deletion detection is a premium
1180
+ add-on. Native deletion detection is offered for free with limited
1181
+ coverage. [Learn
1182
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1183
+ include_remote_data:
1184
+ type: optional<boolean>
1185
+ docs: >-
1186
+ Whether to include the original data Merge fetched from the
1187
+ third-party to produce these models.
1188
+ include_remote_fields:
1189
+ type: optional<boolean>
1190
+ docs: >-
1191
+ Whether to include all remote fields, including fields that Merge
1192
+ did not map to common models, in a normalized format.
1193
+ include_shell_data:
1194
+ type: optional<boolean>
1195
+ docs: >-
1196
+ Whether to include shell records. Shell records are empty records
1197
+ (they may contain some metadata but all other fields are null).
1198
+ modified_after:
1199
+ type: optional<datetime>
1200
+ docs: >-
1201
+ If provided, only objects synced by Merge after this date time
1202
+ will be returned.
1203
+ modified_before:
1204
+ type: optional<datetime>
1205
+ docs: >-
1206
+ If provided, only objects synced by Merge before this date time
1207
+ will be returned.
1208
+ page_size:
1209
+ type: optional<integer>
1210
+ docs: Number of results to return per page.
1211
+ parent_ticket_id:
1212
+ type: optional<string>
1213
+ docs: If provided, will only return sub tickets of the parent_ticket_id.
1214
+ priority:
1215
+ type: optional<TicketsListRequestPriority>
1216
+ docs: |-
1217
+ If provided, will only return tickets of this priority.
1218
+
1219
+ * `URGENT` - URGENT
1220
+ * `HIGH` - HIGH
1221
+ * `NORMAL` - NORMAL
1222
+ * `LOW` - LOW
1223
+ remote_created_after:
1224
+ type: optional<datetime>
1225
+ docs: >-
1226
+ If provided, will only return tickets created in the third party
1227
+ platform after this datetime.
1228
+ remote_created_before:
1229
+ type: optional<datetime>
1230
+ docs: >-
1231
+ If provided, will only return tickets created in the third party
1232
+ platform before this datetime.
1233
+ remote_fields:
1234
+ type: optional<TicketsListRequestRemoteFields>
1235
+ docs: Deprecated. Use show_enum_origins.
1236
+ remote_id:
1237
+ type: optional<string>
1238
+ docs: The API provider's ID for the given object.
1239
+ remote_updated_after:
1240
+ type: optional<datetime>
1241
+ docs: >-
1242
+ If provided, will only return tickets updated in the third party
1243
+ platform after this datetime.
1244
+ remote_updated_before:
1245
+ type: optional<datetime>
1246
+ docs: >-
1247
+ If provided, will only return tickets updated in the third party
1248
+ platform before this datetime.
1249
+ show_enum_origins:
1250
+ type: optional<TicketsListRequestShowEnumOrigins>
1251
+ docs: >-
1252
+ A comma separated list of enum field names for which you'd like
1253
+ the original values to be returned, instead of Merge's normalized
1254
+ enum values. [Learn
1255
+ more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
1256
+ status:
1257
+ type: optional<string>
1258
+ docs: If provided, will only return tickets of this status.
1259
+ tags:
1260
+ type: optional<string>
1261
+ docs: >-
1262
+ If provided, will only return tickets matching the tags; multiple
1263
+ tags can be separated by commas.
1264
+ ticket_type:
1265
+ type: optional<string>
1266
+ docs: If provided, will only return tickets of this type.
1267
+ ticket_url:
1268
+ type: optional<string>
1269
+ docs: >-
1270
+ If provided, will only return tickets where the URL matches or
1271
+ contains the substring
1272
+ validation:
1273
+ format: uri
1274
+ response:
1275
+ docs: ''
1276
+ type: root.PaginatedTicketList
1277
+ status-code: 200
1278
+ examples:
1279
+ - headers: {}
1280
+ response:
1281
+ body:
1282
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
1283
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
1284
+ results:
1285
+ - id: 0958cbc6-6040-430a-848e-aafacbadf4ae
1286
+ remote_id: '19202938'
1287
+ created_at: '2021-09-15T00:00:00Z'
1288
+ modified_at: '2021-10-16T00:00:00Z'
1289
+ name: Please add more integrations
1290
+ assignees:
1291
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1292
+ assigned_teams:
1293
+ - 4857c306-c1f9-489e-a6b6-90902f736dfe
1294
+ creator: creator
1295
+ due_date: '2022-10-11T00:00:00Z'
1296
+ status: OPEN
1297
+ description: >-
1298
+ Can you please add more integrations? It'll make syncing
1299
+ data much easier!
1300
+ collections:
1301
+ - fb8c55b6-1cb8-4b4c-9fb6-17924231619d
1302
+ ticket_type: incident
1303
+ account: account
1304
+ contact: contact
1305
+ parent_ticket: parent_ticket
1306
+ attachments:
1307
+ - 42747df1-95e7-46e2-93cc-66f1191edca5
1308
+ - 92f972d0-2526-434b-9409-4c3b468e08f0
1309
+ access_level: COMPANY
1310
+ tags:
1311
+ - enterprise
1312
+ - other-tag
1313
+ roles:
1314
+ - 21a54124-397f-494d-985e-3c5b330b8a68
1315
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1316
+ remote_created_at: '2021-11-10T00:00:00Z'
1317
+ remote_updated_at: '2021-12-09T00:00:00Z'
1318
+ completed_at: '2021-12-09T00:00:00Z'
1319
+ remote_was_deleted: true
1320
+ ticket_url: https://thirdpartysoftware.com/project/3/issue/1
1321
+ priority: URGENT
1322
+ field_mappings:
1323
+ organization_defined_targets:
1324
+ custom_key: custom_value
1325
+ linked_account_defined_targets:
1326
+ custom_key: custom_value
1327
+ remote_data:
1328
+ - path: /platform-endpoint
1329
+ remote_fields:
1330
+ - remote_field_class: remote_field_class
1331
+ create:
1332
+ path: /ticketing/v1/tickets
1333
+ method: POST
1334
+ auth: true
1335
+ docs: Creates a `Ticket` object with the given values.
1336
+ source:
1337
+ openapi: openapi/openapi.yml
1338
+ request:
1339
+ name: TicketEndpointRequest
1340
+ query-parameters:
1341
+ is_debug_mode:
1342
+ type: optional<boolean>
1343
+ docs: >-
1344
+ Whether to include debug fields (such as log file links) in the
1345
+ response.
1346
+ run_async:
1347
+ type: optional<boolean>
1348
+ docs: Whether or not third-party updates should be run asynchronously.
1349
+ body:
1350
+ properties:
1351
+ model: root.TicketRequest
1352
+ content-type: application/json
1353
+ response:
1354
+ docs: ''
1355
+ type: root.TicketResponse
1356
+ status-code: 201
1357
+ examples:
1358
+ - headers: {}
1359
+ request:
1360
+ model: {}
1361
+ response:
1362
+ body:
1363
+ model:
1364
+ id: 0958cbc6-6040-430a-848e-aafacbadf4ae
1365
+ remote_id: '19202938'
1366
+ created_at: '2021-09-15T00:00:00Z'
1367
+ modified_at: '2021-10-16T00:00:00Z'
1368
+ name: Please add more integrations
1369
+ assignees:
1370
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1371
+ assigned_teams:
1372
+ - 4857c306-c1f9-489e-a6b6-90902f736dfe
1373
+ creator: creator
1374
+ due_date: '2022-10-11T00:00:00Z'
1375
+ status: OPEN
1376
+ description: >-
1377
+ Can you please add more integrations? It'll make syncing data
1378
+ much easier!
1379
+ collections:
1380
+ - fb8c55b6-1cb8-4b4c-9fb6-17924231619d
1381
+ ticket_type: incident
1382
+ account: account
1383
+ contact: contact
1384
+ parent_ticket: parent_ticket
1385
+ attachments:
1386
+ - 42747df1-95e7-46e2-93cc-66f1191edca5
1387
+ - 92f972d0-2526-434b-9409-4c3b468e08f0
1388
+ access_level: COMPANY
1389
+ tags:
1390
+ - enterprise
1391
+ - other-tag
1392
+ roles:
1393
+ - 21a54124-397f-494d-985e-3c5b330b8a68
1394
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1395
+ remote_created_at: '2021-11-10T00:00:00Z'
1396
+ remote_updated_at: '2021-12-09T00:00:00Z'
1397
+ completed_at: '2021-12-09T00:00:00Z'
1398
+ remote_was_deleted: true
1399
+ ticket_url: https://thirdpartysoftware.com/project/3/issue/1
1400
+ priority: URGENT
1401
+ field_mappings:
1402
+ organization_defined_targets:
1403
+ custom_key: custom_value
1404
+ linked_account_defined_targets:
1405
+ custom_key: custom_value
1406
+ remote_data:
1407
+ - path: /platform-endpoint
1408
+ remote_fields:
1409
+ - remote_field_class: remote_field_class
1410
+ warnings:
1411
+ - source:
1412
+ pointer: pointer
1413
+ title: Unrecognized Field
1414
+ detail: An unrecognized field, age, was passed in with request data.
1415
+ problem_type: UNRECOGNIZED_FIELD
1416
+ errors:
1417
+ - source:
1418
+ pointer: pointer
1419
+ title: Missing Required Field
1420
+ detail: custom_fields is a required field on model.
1421
+ problem_type: MISSING_REQUIRED_FIELD
1422
+ logs:
1423
+ - log_id: 99433219-8017-4acd-bb3c-ceb23d663832
1424
+ dashboard_view: >-
1425
+ https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
1426
+ log_summary:
1427
+ url: www.exampleintegration.com/api/v1/exampleapi
1428
+ method: POST
1429
+ status_code: 200
1430
+ retrieve:
1431
+ path: /ticketing/v1/tickets/{id}
1432
+ method: GET
1433
+ auth: true
1434
+ docs: Returns a `Ticket` object with the given `id`.
1435
+ source:
1436
+ openapi: openapi/openapi.yml
1437
+ path-parameters:
1438
+ id: string
1439
+ request:
1440
+ name: TicketsRetrieveRequest
1441
+ query-parameters:
1442
+ expand:
1443
+ type: optional<TicketsRetrieveRequestExpand>
1444
+ docs: >-
1445
+ Which relations should be returned in expanded form. Multiple
1446
+ relation names should be comma separated without spaces.
1447
+ include_remote_data:
1448
+ type: optional<boolean>
1449
+ docs: >-
1450
+ Whether to include the original data Merge fetched from the
1451
+ third-party to produce these models.
1452
+ include_remote_fields:
1453
+ type: optional<boolean>
1454
+ docs: >-
1455
+ Whether to include all remote fields, including fields that Merge
1456
+ did not map to common models, in a normalized format.
1457
+ include_shell_data:
1458
+ type: optional<boolean>
1459
+ docs: >-
1460
+ Whether to include shell records. Shell records are empty records
1461
+ (they may contain some metadata but all other fields are null).
1462
+ remote_fields:
1463
+ type: optional<TicketsRetrieveRequestRemoteFields>
1464
+ docs: Deprecated. Use show_enum_origins.
1465
+ show_enum_origins:
1466
+ type: optional<TicketsRetrieveRequestShowEnumOrigins>
1467
+ docs: >-
1468
+ A comma separated list of enum field names for which you'd like
1469
+ the original values to be returned, instead of Merge's normalized
1470
+ enum values. [Learn
1471
+ more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)
1472
+ response:
1473
+ docs: ''
1474
+ type: root.Ticket
1475
+ status-code: 200
1476
+ examples:
1477
+ - path-parameters:
1478
+ id: id
1479
+ headers: {}
1480
+ response:
1481
+ body:
1482
+ id: 0958cbc6-6040-430a-848e-aafacbadf4ae
1483
+ remote_id: '19202938'
1484
+ created_at: '2021-09-15T00:00:00Z'
1485
+ modified_at: '2021-10-16T00:00:00Z'
1486
+ name: Please add more integrations
1487
+ assignees:
1488
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1489
+ assigned_teams:
1490
+ - 4857c306-c1f9-489e-a6b6-90902f736dfe
1491
+ creator: creator
1492
+ due_date: '2022-10-11T00:00:00Z'
1493
+ status: OPEN
1494
+ description: >-
1495
+ Can you please add more integrations? It'll make syncing data
1496
+ much easier!
1497
+ collections:
1498
+ - fb8c55b6-1cb8-4b4c-9fb6-17924231619d
1499
+ ticket_type: incident
1500
+ account: account
1501
+ contact: contact
1502
+ parent_ticket: parent_ticket
1503
+ attachments:
1504
+ - 42747df1-95e7-46e2-93cc-66f1191edca5
1505
+ - 92f972d0-2526-434b-9409-4c3b468e08f0
1506
+ access_level: COMPANY
1507
+ tags:
1508
+ - enterprise
1509
+ - other-tag
1510
+ roles:
1511
+ - 21a54124-397f-494d-985e-3c5b330b8a68
1512
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1513
+ remote_created_at: '2021-11-10T00:00:00Z'
1514
+ remote_updated_at: '2021-12-09T00:00:00Z'
1515
+ completed_at: '2021-12-09T00:00:00Z'
1516
+ remote_was_deleted: true
1517
+ ticket_url: https://thirdpartysoftware.com/project/3/issue/1
1518
+ priority: URGENT
1519
+ field_mappings:
1520
+ organization_defined_targets:
1521
+ custom_key: custom_value
1522
+ linked_account_defined_targets:
1523
+ custom_key: custom_value
1524
+ remote_data:
1525
+ - path: /platform-endpoint
1526
+ data:
1527
+ key: value
1528
+ remote_fields:
1529
+ - remote_field_class: remote_field_class
1530
+ value:
1531
+ key: value
1532
+ partialUpdate:
1533
+ path: /ticketing/v1/tickets/{id}
1534
+ method: PATCH
1535
+ auth: true
1536
+ docs: Updates a `Ticket` object with the given `id`.
1537
+ source:
1538
+ openapi: openapi/openapi.yml
1539
+ path-parameters:
1540
+ id: string
1541
+ request:
1542
+ name: PatchedTicketEndpointRequest
1543
+ query-parameters:
1544
+ is_debug_mode:
1545
+ type: optional<boolean>
1546
+ docs: >-
1547
+ Whether to include debug fields (such as log file links) in the
1548
+ response.
1549
+ run_async:
1550
+ type: optional<boolean>
1551
+ docs: Whether or not third-party updates should be run asynchronously.
1552
+ body:
1553
+ properties:
1554
+ model: root.PatchedTicketRequest
1555
+ content-type: application/json
1556
+ response:
1557
+ docs: ''
1558
+ type: root.TicketResponse
1559
+ status-code: 200
1560
+ examples:
1561
+ - path-parameters:
1562
+ id: id
1563
+ headers: {}
1564
+ request:
1565
+ model: {}
1566
+ response:
1567
+ body:
1568
+ model:
1569
+ id: 0958cbc6-6040-430a-848e-aafacbadf4ae
1570
+ remote_id: '19202938'
1571
+ created_at: '2021-09-15T00:00:00Z'
1572
+ modified_at: '2021-10-16T00:00:00Z'
1573
+ name: Please add more integrations
1574
+ assignees:
1575
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1576
+ assigned_teams:
1577
+ - 4857c306-c1f9-489e-a6b6-90902f736dfe
1578
+ creator: creator
1579
+ due_date: '2022-10-11T00:00:00Z'
1580
+ status: OPEN
1581
+ description: >-
1582
+ Can you please add more integrations? It'll make syncing data
1583
+ much easier!
1584
+ collections:
1585
+ - fb8c55b6-1cb8-4b4c-9fb6-17924231619d
1586
+ ticket_type: incident
1587
+ account: account
1588
+ contact: contact
1589
+ parent_ticket: parent_ticket
1590
+ attachments:
1591
+ - 42747df1-95e7-46e2-93cc-66f1191edca5
1592
+ - 92f972d0-2526-434b-9409-4c3b468e08f0
1593
+ access_level: COMPANY
1594
+ tags:
1595
+ - enterprise
1596
+ - other-tag
1597
+ roles:
1598
+ - 21a54124-397f-494d-985e-3c5b330b8a68
1599
+ - 17a54124-287f-494d-965e-3c5b330c9a68
1600
+ remote_created_at: '2021-11-10T00:00:00Z'
1601
+ remote_updated_at: '2021-12-09T00:00:00Z'
1602
+ completed_at: '2021-12-09T00:00:00Z'
1603
+ remote_was_deleted: true
1604
+ ticket_url: https://thirdpartysoftware.com/project/3/issue/1
1605
+ priority: URGENT
1606
+ field_mappings:
1607
+ organization_defined_targets:
1608
+ custom_key: custom_value
1609
+ linked_account_defined_targets:
1610
+ custom_key: custom_value
1611
+ remote_data:
1612
+ - path: /platform-endpoint
1613
+ remote_fields:
1614
+ - remote_field_class: remote_field_class
1615
+ warnings:
1616
+ - source:
1617
+ pointer: pointer
1618
+ title: Unrecognized Field
1619
+ detail: An unrecognized field, age, was passed in with request data.
1620
+ problem_type: UNRECOGNIZED_FIELD
1621
+ errors:
1622
+ - source:
1623
+ pointer: pointer
1624
+ title: Missing Required Field
1625
+ detail: custom_fields is a required field on model.
1626
+ problem_type: MISSING_REQUIRED_FIELD
1627
+ logs:
1628
+ - log_id: 99433219-8017-4acd-bb3c-ceb23d663832
1629
+ dashboard_view: >-
1630
+ https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
1631
+ log_summary:
1632
+ url: www.exampleintegration.com/api/v1/exampleapi
1633
+ method: POST
1634
+ status_code: 200
1635
+ viewersList:
1636
+ path: /ticketing/v1/tickets/{ticket_id}/viewers
1637
+ method: GET
1638
+ auth: true
1639
+ docs: >-
1640
+ Returns a list of `Viewer` objects that point to a User id or Team id
1641
+ that is either an assignee or viewer on a `Ticket` with the given id.
1642
+ [Learn
1643
+ more.](https://help.merge.dev/en/articles/10333658-ticketing-access-control-list-acls)
1644
+ source:
1645
+ openapi: openapi/openapi.yml
1646
+ path-parameters:
1647
+ ticket_id: string
1648
+ request:
1649
+ name: TicketsViewersListRequest
1650
+ query-parameters:
1651
+ cursor:
1652
+ type: optional<string>
1653
+ docs: The pagination cursor value.
1654
+ expand:
1655
+ type: optional<TicketsViewersListRequestExpand>
1656
+ docs: >-
1657
+ Which relations should be returned in expanded form. Multiple
1658
+ relation names should be comma separated without spaces.
1659
+ include_deleted_data:
1660
+ type: optional<boolean>
1661
+ docs: >-
1662
+ Indicates whether or not this object has been deleted in the third
1663
+ party platform. Full coverage deletion detection is a premium
1664
+ add-on. Native deletion detection is offered for free with limited
1665
+ coverage. [Learn
1666
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1667
+ include_remote_data:
1668
+ type: optional<boolean>
1669
+ docs: >-
1670
+ Whether to include the original data Merge fetched from the
1671
+ third-party to produce these models.
1672
+ include_shell_data:
1673
+ type: optional<boolean>
1674
+ docs: >-
1675
+ Whether to include shell records. Shell records are empty records
1676
+ (they may contain some metadata but all other fields are null).
1677
+ page_size:
1678
+ type: optional<integer>
1679
+ docs: Number of results to return per page.
1680
+ response:
1681
+ docs: ''
1682
+ type: root.PaginatedViewerList
1683
+ status-code: 200
1684
+ examples:
1685
+ - path-parameters:
1686
+ ticket_id: ticket_id
1687
+ headers: {}
1688
+ response:
1689
+ body:
1690
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
1691
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
1692
+ results:
1693
+ - id: 17a54124-287f-494d-965e-3c5b330c9a68
1694
+ remote_id: '088899'
1695
+ created_at: '2021-09-15T00:00:00Z'
1696
+ modified_at: '2021-10-16T00:00:00Z'
1697
+ team: team
1698
+ user: user
1699
+ metaPatchRetrieve:
1700
+ path: /ticketing/v1/tickets/meta/patch/{id}
1701
+ method: GET
1702
+ auth: true
1703
+ docs: Returns metadata for `Ticket` PATCHs.
1704
+ source:
1705
+ openapi: openapi/openapi.yml
1706
+ path-parameters:
1707
+ id: string
1708
+ response:
1709
+ docs: ''
1710
+ type: root.MetaResponse
1711
+ status-code: 200
1712
+ examples:
1713
+ - path-parameters:
1714
+ id: id
1715
+ headers: {}
1716
+ response:
1717
+ body:
1718
+ request_schema:
1719
+ type: object
1720
+ properties:
1721
+ model:
1722
+ type: object
1723
+ required:
1724
+ - last_name
1725
+ - first_name
1726
+ - merge_categories
1727
+ - new_york_city_neighborhood
1728
+ - favorite_tv_shows
1729
+ - favorite_watch
1730
+ properties:
1731
+ email_addresses:
1732
+ type: array
1733
+ items:
1734
+ type: object
1735
+ properties:
1736
+ value:
1737
+ type: string
1738
+ title: value
1739
+ email_address_type:
1740
+ type: string
1741
+ title: email_address_type
1742
+ integration_params:
1743
+ type: object
1744
+ title: integration_params
1745
+ properties: {}
1746
+ linked_account_params:
1747
+ type: object
1748
+ title: linked_account_params
1749
+ properties: {}
1750
+ title: email_addresses
1751
+ description: Array of email_addresses objects
1752
+ urls:
1753
+ type: array
1754
+ items:
1755
+ type: object
1756
+ properties:
1757
+ value:
1758
+ type: string
1759
+ title: value
1760
+ url_type:
1761
+ type: string
1762
+ title: url_type
1763
+ integration_params:
1764
+ type: object
1765
+ title: integration_params
1766
+ properties: {}
1767
+ linked_account_params:
1768
+ type: object
1769
+ title: linked_account_params
1770
+ properties: {}
1771
+ title: urls
1772
+ description: Array of urls objects
1773
+ first_name:
1774
+ type: string
1775
+ title: first_name
1776
+ description: The first name.
1777
+ last_name:
1778
+ type: string
1779
+ title: last_name
1780
+ description: The last name.
1781
+ phone_numbers:
1782
+ type: array
1783
+ items:
1784
+ type: object
1785
+ properties:
1786
+ value:
1787
+ type: string
1788
+ title: value
1789
+ phone_number_type:
1790
+ type: string
1791
+ title: phone_number_type
1792
+ integration_params:
1793
+ type: object
1794
+ title: integration_params
1795
+ properties: {}
1796
+ linked_account_params:
1797
+ type: object
1798
+ title: linked_account_params
1799
+ properties: {}
1800
+ title: phone_numbers
1801
+ description: Array of phone_numbers objects
1802
+ tags:
1803
+ type: array
1804
+ items:
1805
+ type: string
1806
+ format: uuid
1807
+ title: tags
1808
+ description: Array of tags names
1809
+ attachments:
1810
+ type: array
1811
+ items:
1812
+ type: object
1813
+ properties:
1814
+ id:
1815
+ type: string
1816
+ title: id
1817
+ file_url:
1818
+ type: string
1819
+ title: file_url
1820
+ file_name:
1821
+ type: string
1822
+ title: file_name
1823
+ attachment_type:
1824
+ type: string
1825
+ title: attachment_type
1826
+ integration_params:
1827
+ type: object
1828
+ title: integration_params
1829
+ properties: {}
1830
+ linked_account_params:
1831
+ type: object
1832
+ title: linked_account_params
1833
+ properties: {}
1834
+ title: attachments
1835
+ description: 'Array of attachments objects '
1836
+ merge_categories:
1837
+ type: array
1838
+ categories:
1839
+ type: string
1840
+ enum:
1841
+ - HRIS
1842
+ - ATS
1843
+ - Accounting
1844
+ - Ticketing
1845
+ - File Storage
1846
+ - CRM
1847
+ - Marketing Automation
1848
+ enum_information:
1849
+ - value: HRIS
1850
+ description: Merge HRIS Category
1851
+ - value: ATS
1852
+ description: Merge ATS Category
1853
+ - value: Accounting
1854
+ description: Merge Accounting Category
1855
+ - value: Ticketing
1856
+ description: Merge Ticketing Category
1857
+ - value: File Storage
1858
+ description: Merge File Storage Category
1859
+ - value: CRM
1860
+ description: Merge CRM Category
1861
+ - value: Marketing Automation
1862
+ description: Merge Marketing Automation Category
1863
+ title: Merge Categories
1864
+ description: Array of Merge's Unified API Categories
1865
+ new_york_city_neighborhood:
1866
+ type: string
1867
+ title: Borough
1868
+ description: One of the 5 Boroughs of New York City
1869
+ favorite_tv_shows:
1870
+ type: array
1871
+ items:
1872
+ type: string
1873
+ format: uuid
1874
+ title: Favorite TV Shows
1875
+ description: Array of TV Show objects on merge.tv_shows
1876
+ favorite_watch:
1877
+ type: string
1878
+ title: Favorite Watch
1879
+ description: Favorite watch of all time
1880
+ remote_field_classes:
1881
+ key: value
1882
+ status:
1883
+ linked_account_status: linked_account_status
1884
+ can_make_request: true
1885
+ has_conditional_params: true
1886
+ has_required_linked_account_params: true
1887
+ metaPostRetrieve:
1888
+ path: /ticketing/v1/tickets/meta/post
1889
+ method: GET
1890
+ auth: true
1891
+ docs: Returns metadata for `Ticket` POSTs.
1892
+ source:
1893
+ openapi: openapi/openapi.yml
1894
+ request:
1895
+ name: TicketsMetaPostRetrieveRequest
1896
+ query-parameters:
1897
+ collection_id:
1898
+ type: optional<string>
1899
+ docs: If provided, will only return tickets for this collection.
1900
+ ticket_type:
1901
+ type: optional<string>
1902
+ docs: If provided, will only return tickets for this ticket type.
1903
+ response:
1904
+ docs: ''
1905
+ type: root.MetaResponse
1906
+ status-code: 200
1907
+ examples:
1908
+ - headers: {}
1909
+ response:
1910
+ body:
1911
+ request_schema:
1912
+ type: object
1913
+ properties:
1914
+ model:
1915
+ type: object
1916
+ required:
1917
+ - last_name
1918
+ - first_name
1919
+ - merge_categories
1920
+ - new_york_city_neighborhood
1921
+ - favorite_tv_shows
1922
+ - favorite_watch
1923
+ properties:
1924
+ email_addresses:
1925
+ type: array
1926
+ items:
1927
+ type: object
1928
+ properties:
1929
+ value:
1930
+ type: string
1931
+ title: value
1932
+ email_address_type:
1933
+ type: string
1934
+ title: email_address_type
1935
+ integration_params:
1936
+ type: object
1937
+ title: integration_params
1938
+ properties: {}
1939
+ linked_account_params:
1940
+ type: object
1941
+ title: linked_account_params
1942
+ properties: {}
1943
+ title: email_addresses
1944
+ description: Array of email_addresses objects
1945
+ urls:
1946
+ type: array
1947
+ items:
1948
+ type: object
1949
+ properties:
1950
+ value:
1951
+ type: string
1952
+ title: value
1953
+ url_type:
1954
+ type: string
1955
+ title: url_type
1956
+ integration_params:
1957
+ type: object
1958
+ title: integration_params
1959
+ properties: {}
1960
+ linked_account_params:
1961
+ type: object
1962
+ title: linked_account_params
1963
+ properties: {}
1964
+ title: urls
1965
+ description: Array of urls objects
1966
+ first_name:
1967
+ type: string
1968
+ title: first_name
1969
+ description: The first name.
1970
+ last_name:
1971
+ type: string
1972
+ title: last_name
1973
+ description: The last name.
1974
+ phone_numbers:
1975
+ type: array
1976
+ items:
1977
+ type: object
1978
+ properties:
1979
+ value:
1980
+ type: string
1981
+ title: value
1982
+ phone_number_type:
1983
+ type: string
1984
+ title: phone_number_type
1985
+ integration_params:
1986
+ type: object
1987
+ title: integration_params
1988
+ properties: {}
1989
+ linked_account_params:
1990
+ type: object
1991
+ title: linked_account_params
1992
+ properties: {}
1993
+ title: phone_numbers
1994
+ description: Array of phone_numbers objects
1995
+ tags:
1996
+ type: array
1997
+ items:
1998
+ type: string
1999
+ format: uuid
2000
+ title: tags
2001
+ description: Array of tags names
2002
+ attachments:
2003
+ type: array
2004
+ items:
2005
+ type: object
2006
+ properties:
2007
+ id:
2008
+ type: string
2009
+ title: id
2010
+ file_url:
2011
+ type: string
2012
+ title: file_url
2013
+ file_name:
2014
+ type: string
2015
+ title: file_name
2016
+ attachment_type:
2017
+ type: string
2018
+ title: attachment_type
2019
+ integration_params:
2020
+ type: object
2021
+ title: integration_params
2022
+ properties: {}
2023
+ linked_account_params:
2024
+ type: object
2025
+ title: linked_account_params
2026
+ properties: {}
2027
+ title: attachments
2028
+ description: 'Array of attachments objects '
2029
+ merge_categories:
2030
+ type: array
2031
+ categories:
2032
+ type: string
2033
+ enum:
2034
+ - HRIS
2035
+ - ATS
2036
+ - Accounting
2037
+ - Ticketing
2038
+ - File Storage
2039
+ - CRM
2040
+ - Marketing Automation
2041
+ enum_information:
2042
+ - value: HRIS
2043
+ description: Merge HRIS Category
2044
+ - value: ATS
2045
+ description: Merge ATS Category
2046
+ - value: Accounting
2047
+ description: Merge Accounting Category
2048
+ - value: Ticketing
2049
+ description: Merge Ticketing Category
2050
+ - value: File Storage
2051
+ description: Merge File Storage Category
2052
+ - value: CRM
2053
+ description: Merge CRM Category
2054
+ - value: Marketing Automation
2055
+ description: Merge Marketing Automation Category
2056
+ title: Merge Categories
2057
+ description: Array of Merge's Unified API Categories
2058
+ new_york_city_neighborhood:
2059
+ type: string
2060
+ title: Borough
2061
+ description: One of the 5 Boroughs of New York City
2062
+ favorite_tv_shows:
2063
+ type: array
2064
+ items:
2065
+ type: string
2066
+ format: uuid
2067
+ title: Favorite TV Shows
2068
+ description: Array of TV Show objects on merge.tv_shows
2069
+ favorite_watch:
2070
+ type: string
2071
+ title: Favorite Watch
2072
+ description: Favorite watch of all time
2073
+ remote_field_classes:
2074
+ key: value
2075
+ status:
2076
+ linked_account_status: linked_account_status
2077
+ can_make_request: true
2078
+ has_conditional_params: true
2079
+ has_required_linked_account_params: true
2080
+ remoteFieldClassesList:
2081
+ path: /ticketing/v1/tickets/remote-field-classes
2082
+ method: GET
2083
+ auth: true
2084
+ docs: Returns a list of `RemoteFieldClass` objects.
2085
+ source:
2086
+ openapi: openapi/openapi.yml
2087
+ request:
2088
+ name: TicketsRemoteFieldClassesListRequest
2089
+ query-parameters:
2090
+ cursor:
2091
+ type: optional<string>
2092
+ docs: The pagination cursor value.
2093
+ ids:
2094
+ type: optional<string>
2095
+ docs: >-
2096
+ If provided, will only return remote field classes with the `ids`
2097
+ in this list
2098
+ include_deleted_data:
2099
+ type: optional<boolean>
2100
+ docs: >-
2101
+ Indicates whether or not this object has been deleted in the third
2102
+ party platform. Full coverage deletion detection is a premium
2103
+ add-on. Native deletion detection is offered for free with limited
2104
+ coverage. [Learn
2105
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2106
+ include_remote_data:
2107
+ type: optional<boolean>
2108
+ docs: >-
2109
+ Whether to include the original data Merge fetched from the
2110
+ third-party to produce these models.
2111
+ include_shell_data:
2112
+ type: optional<boolean>
2113
+ docs: >-
2114
+ Whether to include shell records. Shell records are empty records
2115
+ (they may contain some metadata but all other fields are null).
2116
+ is_common_model_field:
2117
+ type: optional<boolean>
2118
+ docs: >-
2119
+ If provided, will only return remote field classes with this
2120
+ is_common_model_field value
2121
+ is_custom:
2122
+ type: optional<boolean>
2123
+ docs: >-
2124
+ If provided, will only return remote fields classes with this
2125
+ is_custom value
2126
+ page_size:
2127
+ type: optional<integer>
2128
+ docs: Number of results to return per page.
2129
+ response:
2130
+ docs: ''
2131
+ type: root.PaginatedRemoteFieldClassList
2132
+ status-code: 200
2133
+ examples:
2134
+ - headers: {}
2135
+ response:
2136
+ body:
2137
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
2138
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
2139
+ results:
2140
+ - id: id
2141
+ display_name: display_name
2142
+ remote_key_name: remote_key_name
2143
+ description: description
2144
+ is_custom: true
2145
+ is_required: true
2146
+ field_type: field_type
2147
+ field_format: field_format
2148
+ field_choices:
2149
+ - {}
2150
+ source:
2151
+ openapi: openapi/openapi.yml