@mergeapi/merge-node-client 2.1.0 → 2.1.2

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 (1195) hide show
  1. package/.mock/definition/accounting/__package__.yml +1 -0
  2. package/.mock/definition/accounting/contacts.yml +1 -0
  3. package/.mock/definition/accounting/expenseReports.yml +2 -0
  4. package/.mock/definition/accounting/expenses.yml +2 -0
  5. package/.mock/definition/accounting/invoices.yml +2 -0
  6. package/.mock/definition/accounting/journalEntries.yml +2 -0
  7. package/.mock/definition/accounting/payments.yml +2 -0
  8. package/.mock/definition/accounting/purchaseOrders.yml +2 -0
  9. package/.mock/definition/crm/__package__.yml +1 -0
  10. package/.mock/definition/crm/accounts.yml +1 -0
  11. package/.mock/definition/crm/contacts.yml +1 -0
  12. package/.mock/definition/crm/customObjects.yml +1 -0
  13. package/.mock/definition/crm/engagementTypes.yml +1 -0
  14. package/.mock/definition/crm/engagements.yml +1 -0
  15. package/.mock/definition/crm/leads.yml +1 -0
  16. package/.mock/definition/crm/notes.yml +1 -0
  17. package/.mock/definition/crm/opportunities.yml +1 -0
  18. package/.mock/definition/crm/stages.yml +1 -0
  19. package/.mock/definition/crm/tasks.yml +1 -0
  20. package/.mock/definition/crm/users.yml +1 -0
  21. package/.mock/definition/ticketing/__package__.yml +1 -0
  22. package/.mock/definition/ticketing/tickets.yml +1 -0
  23. package/Client.d.ts +8 -6
  24. package/Client.js +19 -19
  25. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +2 -0
  26. package/api/resources/accounting/resources/accountDetails/client/Client.js +4 -7
  27. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +2 -0
  28. package/api/resources/accounting/resources/accountToken/client/Client.js +4 -7
  29. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +2 -0
  30. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +7 -11
  31. package/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
  32. package/api/resources/accounting/resources/accounts/client/Client.d.ts +2 -0
  33. package/api/resources/accounting/resources/accounts/client/Client.js +13 -16
  34. package/api/resources/accounting/resources/accounts/client/index.d.ts +1 -0
  35. package/api/resources/accounting/resources/addresses/client/Client.d.ts +2 -0
  36. package/api/resources/accounting/resources/addresses/client/Client.js +4 -8
  37. package/api/resources/accounting/resources/addresses/client/index.d.ts +1 -0
  38. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -0
  39. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +7 -9
  40. package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +2 -0
  41. package/api/resources/accounting/resources/asyncTasks/client/Client.js +4 -7
  42. package/api/resources/accounting/resources/attachments/client/Client.d.ts +2 -0
  43. package/api/resources/accounting/resources/attachments/client/Client.js +13 -16
  44. package/api/resources/accounting/resources/attachments/client/index.d.ts +1 -0
  45. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +2 -0
  46. package/api/resources/accounting/resources/auditTrail/client/Client.js +4 -8
  47. package/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
  48. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +2 -0
  49. package/api/resources/accounting/resources/availableActions/client/Client.js +4 -7
  50. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +2 -0
  51. package/api/resources/accounting/resources/balanceSheets/client/Client.js +7 -11
  52. package/api/resources/accounting/resources/balanceSheets/client/index.d.ts +1 -0
  53. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +2 -0
  54. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +13 -16
  55. package/api/resources/accounting/resources/bankFeedAccounts/client/index.d.ts +1 -0
  56. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +2 -0
  57. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +13 -16
  58. package/api/resources/accounting/resources/bankFeedTransactions/client/index.d.ts +1 -0
  59. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +2 -0
  60. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +7 -11
  61. package/api/resources/accounting/resources/cashFlowStatements/client/index.d.ts +1 -0
  62. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -0
  63. package/api/resources/accounting/resources/companyInfo/client/Client.js +7 -11
  64. package/api/resources/accounting/resources/companyInfo/client/index.d.ts +1 -0
  65. package/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -0
  66. package/api/resources/accounting/resources/contacts/client/Client.js +16 -19
  67. package/api/resources/accounting/resources/contacts/client/index.d.ts +1 -0
  68. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +2 -0
  69. package/api/resources/accounting/resources/creditNotes/client/Client.js +13 -16
  70. package/api/resources/accounting/resources/creditNotes/client/index.d.ts +1 -0
  71. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +2 -0
  72. package/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -7
  73. package/api/resources/accounting/resources/employees/client/Client.d.ts +2 -0
  74. package/api/resources/accounting/resources/employees/client/Client.js +7 -11
  75. package/api/resources/accounting/resources/employees/client/index.d.ts +1 -0
  76. package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +2 -0
  77. package/api/resources/accounting/resources/expenseReports/client/Client.js +22 -25
  78. package/api/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
  79. package/api/resources/accounting/resources/expenses/client/Client.d.ts +2 -0
  80. package/api/resources/accounting/resources/expenses/client/Client.js +19 -22
  81. package/api/resources/accounting/resources/expenses/client/index.d.ts +1 -0
  82. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -0
  83. package/api/resources/accounting/resources/fieldMapping/client/Client.js +19 -20
  84. package/api/resources/accounting/resources/fieldMapping/client/index.d.ts +1 -0
  85. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +2 -0
  86. package/api/resources/accounting/resources/forceResync/client/Client.js +4 -7
  87. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +2 -0
  88. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +7 -11
  89. package/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
  90. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +2 -0
  91. package/api/resources/accounting/resources/generateKey/client/Client.js +4 -7
  92. package/api/resources/accounting/resources/generateKey/client/index.d.ts +1 -0
  93. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +2 -0
  94. package/api/resources/accounting/resources/incomeStatements/client/Client.js +7 -11
  95. package/api/resources/accounting/resources/incomeStatements/client/index.d.ts +1 -0
  96. package/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -0
  97. package/api/resources/accounting/resources/invoices/client/Client.js +25 -27
  98. package/api/resources/accounting/resources/invoices/client/index.d.ts +1 -0
  99. package/api/resources/accounting/resources/issues/client/Client.d.ts +2 -0
  100. package/api/resources/accounting/resources/issues/client/Client.js +7 -10
  101. package/api/resources/accounting/resources/issues/client/index.d.ts +1 -0
  102. package/api/resources/accounting/resources/items/client/Client.d.ts +2 -0
  103. package/api/resources/accounting/resources/items/client/Client.js +19 -21
  104. package/api/resources/accounting/resources/items/client/index.d.ts +1 -0
  105. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +2 -0
  106. package/api/resources/accounting/resources/journalEntries/client/Client.js +19 -22
  107. package/api/resources/accounting/resources/journalEntries/client/index.d.ts +1 -0
  108. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +2 -0
  109. package/api/resources/accounting/resources/linkToken/client/Client.js +4 -7
  110. package/api/resources/accounting/resources/linkToken/client/index.d.ts +1 -0
  111. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +2 -0
  112. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -8
  113. package/api/resources/accounting/resources/linkedAccounts/client/index.d.ts +1 -0
  114. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +2 -0
  115. package/api/resources/accounting/resources/passthrough/client/Client.js +4 -7
  116. package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +2 -0
  117. package/api/resources/accounting/resources/paymentMethods/client/Client.js +7 -11
  118. package/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
  119. package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +2 -0
  120. package/api/resources/accounting/resources/paymentTerms/client/Client.js +7 -11
  121. package/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
  122. package/api/resources/accounting/resources/payments/client/Client.d.ts +2 -0
  123. package/api/resources/accounting/resources/payments/client/Client.js +25 -27
  124. package/api/resources/accounting/resources/payments/client/index.d.ts +1 -0
  125. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +2 -0
  126. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -8
  127. package/api/resources/accounting/resources/phoneNumbers/client/index.d.ts +1 -0
  128. package/api/resources/accounting/resources/projects/client/Client.d.ts +2 -0
  129. package/api/resources/accounting/resources/projects/client/Client.js +7 -11
  130. package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  131. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +2 -0
  132. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +19 -22
  133. package/api/resources/accounting/resources/purchaseOrders/client/index.d.ts +1 -0
  134. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +2 -0
  135. package/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -7
  136. package/api/resources/accounting/resources/regenerateKey/client/index.d.ts +1 -0
  137. package/api/resources/accounting/resources/scopes/client/Client.d.ts +2 -0
  138. package/api/resources/accounting/resources/scopes/client/Client.js +10 -11
  139. package/api/resources/accounting/resources/scopes/client/index.d.ts +1 -0
  140. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +2 -0
  141. package/api/resources/accounting/resources/syncStatus/client/Client.js +4 -8
  142. package/api/resources/accounting/resources/syncStatus/client/index.d.ts +1 -0
  143. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +2 -0
  144. package/api/resources/accounting/resources/taxRates/client/Client.js +7 -11
  145. package/api/resources/accounting/resources/taxRates/client/index.d.ts +1 -0
  146. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +2 -0
  147. package/api/resources/accounting/resources/trackingCategories/client/Client.js +7 -11
  148. package/api/resources/accounting/resources/trackingCategories/client/index.d.ts +1 -0
  149. package/api/resources/accounting/resources/transactions/client/Client.d.ts +2 -0
  150. package/api/resources/accounting/resources/transactions/client/Client.js +7 -11
  151. package/api/resources/accounting/resources/transactions/client/index.d.ts +1 -0
  152. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +2 -0
  153. package/api/resources/accounting/resources/vendorCredits/client/Client.js +13 -16
  154. package/api/resources/accounting/resources/vendorCredits/client/index.d.ts +1 -0
  155. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +2 -0
  156. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -9
  157. package/api/resources/accounting/resources/webhookReceivers/client/index.d.ts +1 -0
  158. package/api/resources/accounting/types/RemoteFieldClass.d.ts +1 -0
  159. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +2 -0
  160. package/api/resources/ats/resources/accountDetails/client/Client.js +4 -7
  161. package/api/resources/ats/resources/accountToken/client/Client.d.ts +2 -0
  162. package/api/resources/ats/resources/accountToken/client/Client.js +4 -7
  163. package/api/resources/ats/resources/activities/client/Client.d.ts +2 -0
  164. package/api/resources/ats/resources/activities/client/Client.js +13 -16
  165. package/api/resources/ats/resources/activities/client/index.d.ts +1 -0
  166. package/api/resources/ats/resources/applications/client/Client.d.ts +2 -0
  167. package/api/resources/ats/resources/applications/client/Client.js +16 -20
  168. package/api/resources/ats/resources/applications/client/index.d.ts +1 -0
  169. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -0
  170. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +7 -9
  171. package/api/resources/ats/resources/attachments/client/Client.d.ts +2 -0
  172. package/api/resources/ats/resources/attachments/client/Client.js +13 -16
  173. package/api/resources/ats/resources/attachments/client/index.d.ts +1 -0
  174. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +2 -0
  175. package/api/resources/ats/resources/auditTrail/client/Client.js +4 -8
  176. package/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
  177. package/api/resources/ats/resources/availableActions/client/Client.d.ts +2 -0
  178. package/api/resources/ats/resources/availableActions/client/Client.js +4 -7
  179. package/api/resources/ats/resources/candidates/client/Client.d.ts +2 -0
  180. package/api/resources/ats/resources/candidates/client/Client.js +22 -23
  181. package/api/resources/ats/resources/candidates/client/index.d.ts +1 -0
  182. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +2 -0
  183. package/api/resources/ats/resources/deleteAccount/client/Client.js +4 -7
  184. package/api/resources/ats/resources/departments/client/Client.d.ts +2 -0
  185. package/api/resources/ats/resources/departments/client/Client.js +7 -11
  186. package/api/resources/ats/resources/departments/client/index.d.ts +1 -0
  187. package/api/resources/ats/resources/eeocs/client/Client.d.ts +2 -0
  188. package/api/resources/ats/resources/eeocs/client/Client.js +7 -11
  189. package/api/resources/ats/resources/eeocs/client/index.d.ts +1 -0
  190. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -0
  191. package/api/resources/ats/resources/fieldMapping/client/Client.js +19 -20
  192. package/api/resources/ats/resources/fieldMapping/client/index.d.ts +1 -0
  193. package/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -0
  194. package/api/resources/ats/resources/forceResync/client/Client.js +4 -7
  195. package/api/resources/ats/resources/generateKey/client/Client.d.ts +2 -0
  196. package/api/resources/ats/resources/generateKey/client/Client.js +4 -7
  197. package/api/resources/ats/resources/generateKey/client/index.d.ts +1 -0
  198. package/api/resources/ats/resources/interviews/client/Client.d.ts +2 -0
  199. package/api/resources/ats/resources/interviews/client/Client.js +13 -16
  200. package/api/resources/ats/resources/interviews/client/index.d.ts +1 -0
  201. package/api/resources/ats/resources/issues/client/Client.d.ts +2 -0
  202. package/api/resources/ats/resources/issues/client/Client.js +7 -10
  203. package/api/resources/ats/resources/issues/client/index.d.ts +1 -0
  204. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +2 -0
  205. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +7 -11
  206. package/api/resources/ats/resources/jobInterviewStages/client/index.d.ts +1 -0
  207. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +2 -0
  208. package/api/resources/ats/resources/jobPostings/client/Client.js +7 -11
  209. package/api/resources/ats/resources/jobPostings/client/index.d.ts +1 -0
  210. package/api/resources/ats/resources/jobs/client/Client.d.ts +2 -0
  211. package/api/resources/ats/resources/jobs/client/Client.js +10 -14
  212. package/api/resources/ats/resources/jobs/client/index.d.ts +1 -0
  213. package/api/resources/ats/resources/linkToken/client/Client.d.ts +2 -0
  214. package/api/resources/ats/resources/linkToken/client/Client.js +4 -7
  215. package/api/resources/ats/resources/linkToken/client/index.d.ts +1 -0
  216. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +2 -0
  217. package/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -8
  218. package/api/resources/ats/resources/linkedAccounts/client/index.d.ts +1 -0
  219. package/api/resources/ats/resources/offers/client/Client.d.ts +2 -0
  220. package/api/resources/ats/resources/offers/client/Client.js +7 -11
  221. package/api/resources/ats/resources/offers/client/index.d.ts +1 -0
  222. package/api/resources/ats/resources/offices/client/Client.d.ts +2 -0
  223. package/api/resources/ats/resources/offices/client/Client.js +7 -11
  224. package/api/resources/ats/resources/offices/client/index.d.ts +1 -0
  225. package/api/resources/ats/resources/passthrough/client/Client.d.ts +2 -0
  226. package/api/resources/ats/resources/passthrough/client/Client.js +4 -7
  227. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +2 -0
  228. package/api/resources/ats/resources/regenerateKey/client/Client.js +4 -7
  229. package/api/resources/ats/resources/regenerateKey/client/index.d.ts +1 -0
  230. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +2 -0
  231. package/api/resources/ats/resources/rejectReasons/client/Client.js +7 -11
  232. package/api/resources/ats/resources/rejectReasons/client/index.d.ts +1 -0
  233. package/api/resources/ats/resources/scopes/client/Client.d.ts +2 -0
  234. package/api/resources/ats/resources/scopes/client/Client.js +10 -11
  235. package/api/resources/ats/resources/scopes/client/index.d.ts +1 -0
  236. package/api/resources/ats/resources/scorecards/client/Client.d.ts +2 -0
  237. package/api/resources/ats/resources/scorecards/client/Client.js +7 -11
  238. package/api/resources/ats/resources/scorecards/client/index.d.ts +1 -0
  239. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +2 -0
  240. package/api/resources/ats/resources/syncStatus/client/Client.js +4 -8
  241. package/api/resources/ats/resources/syncStatus/client/index.d.ts +1 -0
  242. package/api/resources/ats/resources/tags/client/Client.d.ts +2 -0
  243. package/api/resources/ats/resources/tags/client/Client.js +4 -8
  244. package/api/resources/ats/resources/tags/client/index.d.ts +1 -0
  245. package/api/resources/ats/resources/users/client/Client.d.ts +2 -0
  246. package/api/resources/ats/resources/users/client/Client.js +7 -11
  247. package/api/resources/ats/resources/users/client/index.d.ts +1 -0
  248. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +2 -0
  249. package/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -9
  250. package/api/resources/ats/resources/webhookReceivers/client/index.d.ts +1 -0
  251. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +2 -0
  252. package/api/resources/crm/resources/accountDetails/client/Client.js +4 -7
  253. package/api/resources/crm/resources/accountToken/client/Client.d.ts +2 -0
  254. package/api/resources/crm/resources/accountToken/client/Client.js +4 -7
  255. package/api/resources/crm/resources/accounts/client/Client.d.ts +2 -0
  256. package/api/resources/crm/resources/accounts/client/Client.js +22 -24
  257. package/api/resources/crm/resources/accounts/client/index.d.ts +1 -0
  258. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +2 -0
  259. package/api/resources/crm/resources/associationTypes/client/Client.js +13 -16
  260. package/api/resources/crm/resources/associationTypes/client/index.d.ts +1 -0
  261. package/api/resources/crm/resources/associations/client/Client.d.ts +2 -0
  262. package/api/resources/crm/resources/associations/client/Client.js +7 -11
  263. package/api/resources/crm/resources/associations/client/index.d.ts +1 -0
  264. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -0
  265. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +7 -9
  266. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +2 -0
  267. package/api/resources/crm/resources/auditTrail/client/Client.js +4 -8
  268. package/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
  269. package/api/resources/crm/resources/availableActions/client/Client.d.ts +2 -0
  270. package/api/resources/crm/resources/availableActions/client/Client.js +4 -7
  271. package/api/resources/crm/resources/contacts/client/Client.d.ts +2 -0
  272. package/api/resources/crm/resources/contacts/client/Client.js +25 -26
  273. package/api/resources/crm/resources/contacts/client/index.d.ts +1 -0
  274. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +2 -0
  275. package/api/resources/crm/resources/customObjectClasses/client/Client.js +7 -11
  276. package/api/resources/crm/resources/customObjectClasses/client/index.d.ts +1 -0
  277. package/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -0
  278. package/api/resources/crm/resources/customObjects/client/Client.js +16 -19
  279. package/api/resources/crm/resources/customObjects/client/index.d.ts +1 -0
  280. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +2 -0
  281. package/api/resources/crm/resources/deleteAccount/client/Client.js +4 -7
  282. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -0
  283. package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -14
  284. package/api/resources/crm/resources/engagementTypes/client/index.d.ts +1 -0
  285. package/api/resources/crm/resources/engagements/client/Client.d.ts +2 -0
  286. package/api/resources/crm/resources/engagements/client/Client.js +22 -24
  287. package/api/resources/crm/resources/engagements/client/index.d.ts +1 -0
  288. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -0
  289. package/api/resources/crm/resources/fieldMapping/client/Client.js +19 -20
  290. package/api/resources/crm/resources/fieldMapping/client/index.d.ts +1 -0
  291. package/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -0
  292. package/api/resources/crm/resources/forceResync/client/Client.js +4 -7
  293. package/api/resources/crm/resources/generateKey/client/Client.d.ts +2 -0
  294. package/api/resources/crm/resources/generateKey/client/Client.js +4 -7
  295. package/api/resources/crm/resources/generateKey/client/index.d.ts +1 -0
  296. package/api/resources/crm/resources/issues/client/Client.d.ts +2 -0
  297. package/api/resources/crm/resources/issues/client/Client.js +7 -10
  298. package/api/resources/crm/resources/issues/client/index.d.ts +1 -0
  299. package/api/resources/crm/resources/leads/client/Client.d.ts +2 -0
  300. package/api/resources/crm/resources/leads/client/Client.js +16 -19
  301. package/api/resources/crm/resources/leads/client/index.d.ts +1 -0
  302. package/api/resources/crm/resources/linkToken/client/Client.d.ts +2 -0
  303. package/api/resources/crm/resources/linkToken/client/Client.js +4 -7
  304. package/api/resources/crm/resources/linkToken/client/index.d.ts +1 -0
  305. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +2 -0
  306. package/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -8
  307. package/api/resources/crm/resources/linkedAccounts/client/index.d.ts +1 -0
  308. package/api/resources/crm/resources/notes/client/Client.d.ts +2 -0
  309. package/api/resources/crm/resources/notes/client/Client.js +16 -19
  310. package/api/resources/crm/resources/notes/client/index.d.ts +1 -0
  311. package/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -0
  312. package/api/resources/crm/resources/opportunities/client/Client.js +22 -24
  313. package/api/resources/crm/resources/opportunities/client/index.d.ts +1 -0
  314. package/api/resources/crm/resources/passthrough/client/Client.d.ts +2 -0
  315. package/api/resources/crm/resources/passthrough/client/Client.js +4 -7
  316. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +2 -0
  317. package/api/resources/crm/resources/regenerateKey/client/Client.js +4 -7
  318. package/api/resources/crm/resources/regenerateKey/client/index.d.ts +1 -0
  319. package/api/resources/crm/resources/scopes/client/Client.d.ts +2 -0
  320. package/api/resources/crm/resources/scopes/client/Client.js +10 -11
  321. package/api/resources/crm/resources/scopes/client/index.d.ts +1 -0
  322. package/api/resources/crm/resources/stages/client/Client.d.ts +2 -0
  323. package/api/resources/crm/resources/stages/client/Client.js +10 -14
  324. package/api/resources/crm/resources/stages/client/index.d.ts +1 -0
  325. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +2 -0
  326. package/api/resources/crm/resources/syncStatus/client/Client.js +4 -8
  327. package/api/resources/crm/resources/syncStatus/client/index.d.ts +1 -0
  328. package/api/resources/crm/resources/tasks/client/Client.d.ts +2 -0
  329. package/api/resources/crm/resources/tasks/client/Client.js +22 -24
  330. package/api/resources/crm/resources/tasks/client/index.d.ts +1 -0
  331. package/api/resources/crm/resources/users/client/Client.d.ts +2 -0
  332. package/api/resources/crm/resources/users/client/Client.js +13 -16
  333. package/api/resources/crm/resources/users/client/index.d.ts +1 -0
  334. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +2 -0
  335. package/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -9
  336. package/api/resources/crm/resources/webhookReceivers/client/index.d.ts +1 -0
  337. package/api/resources/crm/types/RemoteFieldClass.d.ts +1 -0
  338. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +2 -0
  339. package/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -7
  340. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +2 -0
  341. package/api/resources/filestorage/resources/accountToken/client/Client.js +4 -7
  342. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -0
  343. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +7 -9
  344. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +2 -0
  345. package/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -8
  346. package/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
  347. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +2 -0
  348. package/api/resources/filestorage/resources/availableActions/client/Client.js +4 -7
  349. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +2 -0
  350. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -7
  351. package/api/resources/filestorage/resources/drives/client/Client.d.ts +2 -0
  352. package/api/resources/filestorage/resources/drives/client/Client.js +7 -11
  353. package/api/resources/filestorage/resources/drives/client/index.d.ts +1 -0
  354. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -0
  355. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +19 -20
  356. package/api/resources/filestorage/resources/fieldMapping/client/index.d.ts +1 -0
  357. package/api/resources/filestorage/resources/files/client/Client.d.ts +2 -0
  358. package/api/resources/filestorage/resources/files/client/Client.js +22 -25
  359. package/api/resources/filestorage/resources/files/client/index.d.ts +1 -0
  360. package/api/resources/filestorage/resources/folders/client/Client.d.ts +2 -0
  361. package/api/resources/filestorage/resources/folders/client/Client.js +13 -16
  362. package/api/resources/filestorage/resources/folders/client/index.d.ts +1 -0
  363. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -0
  364. package/api/resources/filestorage/resources/forceResync/client/Client.js +4 -7
  365. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +2 -0
  366. package/api/resources/filestorage/resources/generateKey/client/Client.js +4 -7
  367. package/api/resources/filestorage/resources/generateKey/client/index.d.ts +1 -0
  368. package/api/resources/filestorage/resources/groups/client/Client.d.ts +2 -0
  369. package/api/resources/filestorage/resources/groups/client/Client.js +7 -11
  370. package/api/resources/filestorage/resources/groups/client/index.d.ts +1 -0
  371. package/api/resources/filestorage/resources/issues/client/Client.d.ts +2 -0
  372. package/api/resources/filestorage/resources/issues/client/Client.js +7 -10
  373. package/api/resources/filestorage/resources/issues/client/index.d.ts +1 -0
  374. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +2 -0
  375. package/api/resources/filestorage/resources/linkToken/client/Client.js +4 -7
  376. package/api/resources/filestorage/resources/linkToken/client/index.d.ts +1 -0
  377. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +2 -0
  378. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -8
  379. package/api/resources/filestorage/resources/linkedAccounts/client/index.d.ts +1 -0
  380. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +2 -0
  381. package/api/resources/filestorage/resources/passthrough/client/Client.js +4 -7
  382. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +2 -0
  383. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -7
  384. package/api/resources/filestorage/resources/regenerateKey/client/index.d.ts +1 -0
  385. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +2 -0
  386. package/api/resources/filestorage/resources/scopes/client/Client.js +10 -11
  387. package/api/resources/filestorage/resources/scopes/client/index.d.ts +1 -0
  388. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +2 -0
  389. package/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -8
  390. package/api/resources/filestorage/resources/syncStatus/client/index.d.ts +1 -0
  391. package/api/resources/filestorage/resources/users/client/Client.d.ts +2 -0
  392. package/api/resources/filestorage/resources/users/client/Client.js +7 -11
  393. package/api/resources/filestorage/resources/users/client/index.d.ts +1 -0
  394. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +2 -0
  395. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -9
  396. package/api/resources/filestorage/resources/webhookReceivers/client/index.d.ts +1 -0
  397. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +2 -0
  398. package/api/resources/hris/resources/accountDetails/client/Client.js +4 -7
  399. package/api/resources/hris/resources/accountToken/client/Client.d.ts +2 -0
  400. package/api/resources/hris/resources/accountToken/client/Client.js +4 -7
  401. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -0
  402. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +7 -9
  403. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +2 -0
  404. package/api/resources/hris/resources/auditTrail/client/Client.js +4 -8
  405. package/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
  406. package/api/resources/hris/resources/availableActions/client/Client.d.ts +2 -0
  407. package/api/resources/hris/resources/availableActions/client/Client.js +4 -7
  408. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +2 -0
  409. package/api/resources/hris/resources/bankInfo/client/Client.js +7 -11
  410. package/api/resources/hris/resources/bankInfo/client/index.d.ts +1 -0
  411. package/api/resources/hris/resources/benefits/client/Client.d.ts +2 -0
  412. package/api/resources/hris/resources/benefits/client/Client.js +7 -11
  413. package/api/resources/hris/resources/benefits/client/index.d.ts +1 -0
  414. package/api/resources/hris/resources/companies/client/Client.d.ts +2 -0
  415. package/api/resources/hris/resources/companies/client/Client.js +7 -11
  416. package/api/resources/hris/resources/companies/client/index.d.ts +1 -0
  417. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +2 -0
  418. package/api/resources/hris/resources/deleteAccount/client/Client.js +4 -7
  419. package/api/resources/hris/resources/dependents/client/Client.d.ts +2 -0
  420. package/api/resources/hris/resources/dependents/client/Client.js +7 -11
  421. package/api/resources/hris/resources/dependents/client/index.d.ts +1 -0
  422. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +2 -0
  423. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +7 -11
  424. package/api/resources/hris/resources/employeePayrollRuns/client/index.d.ts +1 -0
  425. package/api/resources/hris/resources/employees/client/Client.d.ts +2 -0
  426. package/api/resources/hris/resources/employees/client/Client.js +16 -18
  427. package/api/resources/hris/resources/employees/client/index.d.ts +1 -0
  428. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +2 -0
  429. package/api/resources/hris/resources/employerBenefits/client/Client.js +7 -11
  430. package/api/resources/hris/resources/employerBenefits/client/index.d.ts +1 -0
  431. package/api/resources/hris/resources/employments/client/Client.d.ts +2 -0
  432. package/api/resources/hris/resources/employments/client/Client.js +7 -11
  433. package/api/resources/hris/resources/employments/client/index.d.ts +1 -0
  434. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -0
  435. package/api/resources/hris/resources/fieldMapping/client/Client.js +19 -20
  436. package/api/resources/hris/resources/fieldMapping/client/index.d.ts +1 -0
  437. package/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -0
  438. package/api/resources/hris/resources/forceResync/client/Client.js +4 -7
  439. package/api/resources/hris/resources/generateKey/client/Client.d.ts +2 -0
  440. package/api/resources/hris/resources/generateKey/client/Client.js +4 -7
  441. package/api/resources/hris/resources/generateKey/client/index.d.ts +1 -0
  442. package/api/resources/hris/resources/groups/client/Client.d.ts +2 -0
  443. package/api/resources/hris/resources/groups/client/Client.js +7 -11
  444. package/api/resources/hris/resources/groups/client/index.d.ts +1 -0
  445. package/api/resources/hris/resources/issues/client/Client.d.ts +2 -0
  446. package/api/resources/hris/resources/issues/client/Client.js +7 -10
  447. package/api/resources/hris/resources/issues/client/index.d.ts +1 -0
  448. package/api/resources/hris/resources/linkToken/client/Client.d.ts +2 -0
  449. package/api/resources/hris/resources/linkToken/client/Client.js +4 -7
  450. package/api/resources/hris/resources/linkToken/client/index.d.ts +1 -0
  451. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +2 -0
  452. package/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -8
  453. package/api/resources/hris/resources/linkedAccounts/client/index.d.ts +1 -0
  454. package/api/resources/hris/resources/locations/client/Client.d.ts +2 -0
  455. package/api/resources/hris/resources/locations/client/Client.js +7 -11
  456. package/api/resources/hris/resources/locations/client/index.d.ts +1 -0
  457. package/api/resources/hris/resources/passthrough/client/Client.d.ts +2 -0
  458. package/api/resources/hris/resources/passthrough/client/Client.js +4 -7
  459. package/api/resources/hris/resources/payGroups/client/Client.d.ts +2 -0
  460. package/api/resources/hris/resources/payGroups/client/Client.js +7 -11
  461. package/api/resources/hris/resources/payGroups/client/index.d.ts +1 -0
  462. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +2 -0
  463. package/api/resources/hris/resources/payrollRuns/client/Client.js +7 -11
  464. package/api/resources/hris/resources/payrollRuns/client/index.d.ts +1 -0
  465. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +2 -0
  466. package/api/resources/hris/resources/regenerateKey/client/Client.js +4 -7
  467. package/api/resources/hris/resources/regenerateKey/client/index.d.ts +1 -0
  468. package/api/resources/hris/resources/scopes/client/Client.d.ts +2 -0
  469. package/api/resources/hris/resources/scopes/client/Client.js +10 -11
  470. package/api/resources/hris/resources/scopes/client/index.d.ts +1 -0
  471. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +2 -0
  472. package/api/resources/hris/resources/syncStatus/client/Client.js +4 -8
  473. package/api/resources/hris/resources/syncStatus/client/index.d.ts +1 -0
  474. package/api/resources/hris/resources/teams/client/Client.d.ts +2 -0
  475. package/api/resources/hris/resources/teams/client/Client.js +7 -11
  476. package/api/resources/hris/resources/teams/client/index.d.ts +1 -0
  477. package/api/resources/hris/resources/timeOff/client/Client.d.ts +2 -0
  478. package/api/resources/hris/resources/timeOff/client/Client.js +13 -16
  479. package/api/resources/hris/resources/timeOff/client/index.d.ts +1 -0
  480. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +2 -0
  481. package/api/resources/hris/resources/timeOffBalances/client/Client.js +7 -11
  482. package/api/resources/hris/resources/timeOffBalances/client/index.d.ts +1 -0
  483. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +2 -0
  484. package/api/resources/hris/resources/timesheetEntries/client/Client.js +13 -16
  485. package/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
  486. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +2 -0
  487. package/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -9
  488. package/api/resources/hris/resources/webhookReceivers/client/index.d.ts +1 -0
  489. package/api/resources/index.d.ts +2 -2
  490. package/api/resources/index.js +3 -3
  491. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +2 -0
  492. package/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -7
  493. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +2 -0
  494. package/api/resources/ticketing/resources/accountToken/client/Client.js +4 -7
  495. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +2 -0
  496. package/api/resources/ticketing/resources/accounts/client/Client.js +7 -11
  497. package/api/resources/ticketing/resources/accounts/client/index.d.ts +1 -0
  498. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -0
  499. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +7 -9
  500. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +2 -0
  501. package/api/resources/ticketing/resources/attachments/client/Client.js +16 -19
  502. package/api/resources/ticketing/resources/attachments/client/index.d.ts +1 -0
  503. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +2 -0
  504. package/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -8
  505. package/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
  506. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +2 -0
  507. package/api/resources/ticketing/resources/availableActions/client/Client.js +4 -7
  508. package/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -0
  509. package/api/resources/ticketing/resources/collections/client/Client.js +10 -14
  510. package/api/resources/ticketing/resources/collections/client/index.d.ts +1 -0
  511. package/api/resources/ticketing/resources/comments/client/Client.d.ts +2 -0
  512. package/api/resources/ticketing/resources/comments/client/Client.js +13 -16
  513. package/api/resources/ticketing/resources/comments/client/index.d.ts +1 -0
  514. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +2 -0
  515. package/api/resources/ticketing/resources/contacts/client/Client.js +13 -16
  516. package/api/resources/ticketing/resources/contacts/client/index.d.ts +1 -0
  517. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +2 -0
  518. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -7
  519. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -0
  520. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +19 -20
  521. package/api/resources/ticketing/resources/fieldMapping/client/index.d.ts +1 -0
  522. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -0
  523. package/api/resources/ticketing/resources/forceResync/client/Client.js +4 -7
  524. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +2 -0
  525. package/api/resources/ticketing/resources/generateKey/client/Client.js +4 -7
  526. package/api/resources/ticketing/resources/generateKey/client/index.d.ts +1 -0
  527. package/api/resources/ticketing/resources/issues/client/Client.d.ts +2 -0
  528. package/api/resources/ticketing/resources/issues/client/Client.js +7 -10
  529. package/api/resources/ticketing/resources/issues/client/index.d.ts +1 -0
  530. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +2 -0
  531. package/api/resources/ticketing/resources/linkToken/client/Client.js +4 -7
  532. package/api/resources/ticketing/resources/linkToken/client/index.d.ts +1 -0
  533. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +2 -0
  534. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -8
  535. package/api/resources/ticketing/resources/linkedAccounts/client/index.d.ts +1 -0
  536. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +2 -0
  537. package/api/resources/ticketing/resources/passthrough/client/Client.js +4 -7
  538. package/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -0
  539. package/api/resources/ticketing/resources/projects/client/Client.js +10 -14
  540. package/api/resources/ticketing/resources/projects/client/index.d.ts +1 -0
  541. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +2 -0
  542. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -7
  543. package/api/resources/ticketing/resources/regenerateKey/client/index.d.ts +1 -0
  544. package/api/resources/ticketing/resources/roles/client/Client.d.ts +2 -0
  545. package/api/resources/ticketing/resources/roles/client/Client.js +7 -11
  546. package/api/resources/ticketing/resources/roles/client/index.d.ts +1 -0
  547. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +2 -0
  548. package/api/resources/ticketing/resources/scopes/client/Client.js +10 -11
  549. package/api/resources/ticketing/resources/scopes/client/index.d.ts +1 -0
  550. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +2 -0
  551. package/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -8
  552. package/api/resources/ticketing/resources/syncStatus/client/index.d.ts +1 -0
  553. package/api/resources/ticketing/resources/tags/client/Client.d.ts +2 -0
  554. package/api/resources/ticketing/resources/tags/client/Client.js +7 -11
  555. package/api/resources/ticketing/resources/tags/client/index.d.ts +1 -0
  556. package/api/resources/ticketing/resources/teams/client/Client.d.ts +2 -0
  557. package/api/resources/ticketing/resources/teams/client/Client.js +7 -11
  558. package/api/resources/ticketing/resources/teams/client/index.d.ts +1 -0
  559. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +2 -0
  560. package/api/resources/ticketing/resources/tickets/client/Client.js +25 -28
  561. package/api/resources/ticketing/resources/tickets/client/index.d.ts +1 -0
  562. package/api/resources/ticketing/resources/users/client/Client.d.ts +2 -0
  563. package/api/resources/ticketing/resources/users/client/Client.js +7 -11
  564. package/api/resources/ticketing/resources/users/client/index.d.ts +1 -0
  565. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +2 -0
  566. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -9
  567. package/api/resources/ticketing/resources/webhookReceivers/client/index.d.ts +1 -0
  568. package/api/resources/ticketing/types/RemoteFieldClass.d.ts +1 -0
  569. package/core/auth/BasicAuth.js +3 -3
  570. package/core/base64.d.ts +2 -0
  571. package/core/base64.js +26 -0
  572. package/core/fetcher/BinaryResponse.d.ts +20 -0
  573. package/core/fetcher/BinaryResponse.js +17 -0
  574. package/core/fetcher/Fetcher.d.ts +2 -2
  575. package/core/fetcher/Fetcher.js +3 -3
  576. package/core/fetcher/ResponseWithBody.d.ts +4 -0
  577. package/core/fetcher/ResponseWithBody.js +6 -0
  578. package/core/fetcher/createRequestUrl.d.ts +1 -1
  579. package/core/fetcher/createRequestUrl.js +3 -7
  580. package/core/fetcher/getErrorResponseBody.d.ts +1 -0
  581. package/core/fetcher/getErrorResponseBody.js +44 -0
  582. package/core/fetcher/getFetchFn.js +3 -3
  583. package/core/fetcher/getResponseBody.js +34 -32
  584. package/core/fetcher/index.d.ts +1 -0
  585. package/core/headers.d.ts +1 -1
  586. package/core/index.d.ts +2 -0
  587. package/core/index.js +3 -1
  588. package/core/runtime/runtime.js +0 -1
  589. package/core/schemas/utils/maybeSkipValidation.js +1 -1
  590. package/core/url/index.d.ts +2 -0
  591. package/core/url/index.js +7 -0
  592. package/core/url/join.d.ts +1 -0
  593. package/core/url/join.js +69 -0
  594. package/core/url/qs.d.ts +6 -0
  595. package/core/url/qs.js +64 -0
  596. package/dist/Client.d.ts +8 -6
  597. package/dist/Client.js +19 -19
  598. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +2 -0
  599. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +4 -7
  600. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +2 -0
  601. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +4 -7
  602. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +2 -0
  603. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +7 -11
  604. package/dist/api/resources/accounting/resources/accountingPeriods/client/index.d.ts +1 -0
  605. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +2 -0
  606. package/dist/api/resources/accounting/resources/accounts/client/Client.js +13 -16
  607. package/dist/api/resources/accounting/resources/accounts/client/index.d.ts +1 -0
  608. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +2 -0
  609. package/dist/api/resources/accounting/resources/addresses/client/Client.js +4 -8
  610. package/dist/api/resources/accounting/resources/addresses/client/index.d.ts +1 -0
  611. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -0
  612. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +7 -9
  613. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +2 -0
  614. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +4 -7
  615. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +2 -0
  616. package/dist/api/resources/accounting/resources/attachments/client/Client.js +13 -16
  617. package/dist/api/resources/accounting/resources/attachments/client/index.d.ts +1 -0
  618. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +2 -0
  619. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +4 -8
  620. package/dist/api/resources/accounting/resources/auditTrail/client/index.d.ts +1 -0
  621. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +2 -0
  622. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +4 -7
  623. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +2 -0
  624. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +7 -11
  625. package/dist/api/resources/accounting/resources/balanceSheets/client/index.d.ts +1 -0
  626. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +2 -0
  627. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +13 -16
  628. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/index.d.ts +1 -0
  629. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +2 -0
  630. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +13 -16
  631. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/index.d.ts +1 -0
  632. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +2 -0
  633. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +7 -11
  634. package/dist/api/resources/accounting/resources/cashFlowStatements/client/index.d.ts +1 -0
  635. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +2 -0
  636. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +7 -11
  637. package/dist/api/resources/accounting/resources/companyInfo/client/index.d.ts +1 -0
  638. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +2 -0
  639. package/dist/api/resources/accounting/resources/contacts/client/Client.js +16 -19
  640. package/dist/api/resources/accounting/resources/contacts/client/index.d.ts +1 -0
  641. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +2 -0
  642. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +13 -16
  643. package/dist/api/resources/accounting/resources/creditNotes/client/index.d.ts +1 -0
  644. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +2 -0
  645. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -7
  646. package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +2 -0
  647. package/dist/api/resources/accounting/resources/employees/client/Client.js +7 -11
  648. package/dist/api/resources/accounting/resources/employees/client/index.d.ts +1 -0
  649. package/dist/api/resources/accounting/resources/expenseReports/client/Client.d.ts +2 -0
  650. package/dist/api/resources/accounting/resources/expenseReports/client/Client.js +22 -25
  651. package/dist/api/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
  652. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +2 -0
  653. package/dist/api/resources/accounting/resources/expenses/client/Client.js +19 -22
  654. package/dist/api/resources/accounting/resources/expenses/client/index.d.ts +1 -0
  655. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -0
  656. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +19 -20
  657. package/dist/api/resources/accounting/resources/fieldMapping/client/index.d.ts +1 -0
  658. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +2 -0
  659. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +4 -7
  660. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +2 -0
  661. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +7 -11
  662. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
  663. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +2 -0
  664. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +4 -7
  665. package/dist/api/resources/accounting/resources/generateKey/client/index.d.ts +1 -0
  666. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +2 -0
  667. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +7 -11
  668. package/dist/api/resources/accounting/resources/incomeStatements/client/index.d.ts +1 -0
  669. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +2 -0
  670. package/dist/api/resources/accounting/resources/invoices/client/Client.js +25 -27
  671. package/dist/api/resources/accounting/resources/invoices/client/index.d.ts +1 -0
  672. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +2 -0
  673. package/dist/api/resources/accounting/resources/issues/client/Client.js +7 -10
  674. package/dist/api/resources/accounting/resources/issues/client/index.d.ts +1 -0
  675. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +2 -0
  676. package/dist/api/resources/accounting/resources/items/client/Client.js +19 -21
  677. package/dist/api/resources/accounting/resources/items/client/index.d.ts +1 -0
  678. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +2 -0
  679. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +19 -22
  680. package/dist/api/resources/accounting/resources/journalEntries/client/index.d.ts +1 -0
  681. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +2 -0
  682. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +4 -7
  683. package/dist/api/resources/accounting/resources/linkToken/client/index.d.ts +1 -0
  684. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +2 -0
  685. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -8
  686. package/dist/api/resources/accounting/resources/linkedAccounts/client/index.d.ts +1 -0
  687. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +2 -0
  688. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +4 -7
  689. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +2 -0
  690. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +7 -11
  691. package/dist/api/resources/accounting/resources/paymentMethods/client/index.d.ts +1 -0
  692. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +2 -0
  693. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +7 -11
  694. package/dist/api/resources/accounting/resources/paymentTerms/client/index.d.ts +1 -0
  695. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +2 -0
  696. package/dist/api/resources/accounting/resources/payments/client/Client.js +25 -27
  697. package/dist/api/resources/accounting/resources/payments/client/index.d.ts +1 -0
  698. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +2 -0
  699. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -8
  700. package/dist/api/resources/accounting/resources/phoneNumbers/client/index.d.ts +1 -0
  701. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +2 -0
  702. package/dist/api/resources/accounting/resources/projects/client/Client.js +7 -11
  703. package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  704. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +2 -0
  705. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +19 -22
  706. package/dist/api/resources/accounting/resources/purchaseOrders/client/index.d.ts +1 -0
  707. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +2 -0
  708. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -7
  709. package/dist/api/resources/accounting/resources/regenerateKey/client/index.d.ts +1 -0
  710. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +2 -0
  711. package/dist/api/resources/accounting/resources/scopes/client/Client.js +10 -11
  712. package/dist/api/resources/accounting/resources/scopes/client/index.d.ts +1 -0
  713. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +2 -0
  714. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +4 -8
  715. package/dist/api/resources/accounting/resources/syncStatus/client/index.d.ts +1 -0
  716. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +2 -0
  717. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +7 -11
  718. package/dist/api/resources/accounting/resources/taxRates/client/index.d.ts +1 -0
  719. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +2 -0
  720. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +7 -11
  721. package/dist/api/resources/accounting/resources/trackingCategories/client/index.d.ts +1 -0
  722. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +2 -0
  723. package/dist/api/resources/accounting/resources/transactions/client/Client.js +7 -11
  724. package/dist/api/resources/accounting/resources/transactions/client/index.d.ts +1 -0
  725. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +2 -0
  726. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +13 -16
  727. package/dist/api/resources/accounting/resources/vendorCredits/client/index.d.ts +1 -0
  728. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +2 -0
  729. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +7 -9
  730. package/dist/api/resources/accounting/resources/webhookReceivers/client/index.d.ts +1 -0
  731. package/dist/api/resources/accounting/types/RemoteFieldClass.d.ts +1 -0
  732. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +2 -0
  733. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +4 -7
  734. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +2 -0
  735. package/dist/api/resources/ats/resources/accountToken/client/Client.js +4 -7
  736. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +2 -0
  737. package/dist/api/resources/ats/resources/activities/client/Client.js +13 -16
  738. package/dist/api/resources/ats/resources/activities/client/index.d.ts +1 -0
  739. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +2 -0
  740. package/dist/api/resources/ats/resources/applications/client/Client.js +16 -20
  741. package/dist/api/resources/ats/resources/applications/client/index.d.ts +1 -0
  742. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -0
  743. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +7 -9
  744. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +2 -0
  745. package/dist/api/resources/ats/resources/attachments/client/Client.js +13 -16
  746. package/dist/api/resources/ats/resources/attachments/client/index.d.ts +1 -0
  747. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +2 -0
  748. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +4 -8
  749. package/dist/api/resources/ats/resources/auditTrail/client/index.d.ts +1 -0
  750. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +2 -0
  751. package/dist/api/resources/ats/resources/availableActions/client/Client.js +4 -7
  752. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +2 -0
  753. package/dist/api/resources/ats/resources/candidates/client/Client.js +22 -23
  754. package/dist/api/resources/ats/resources/candidates/client/index.d.ts +1 -0
  755. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +2 -0
  756. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +4 -7
  757. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +2 -0
  758. package/dist/api/resources/ats/resources/departments/client/Client.js +7 -11
  759. package/dist/api/resources/ats/resources/departments/client/index.d.ts +1 -0
  760. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +2 -0
  761. package/dist/api/resources/ats/resources/eeocs/client/Client.js +7 -11
  762. package/dist/api/resources/ats/resources/eeocs/client/index.d.ts +1 -0
  763. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -0
  764. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +19 -20
  765. package/dist/api/resources/ats/resources/fieldMapping/client/index.d.ts +1 -0
  766. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -0
  767. package/dist/api/resources/ats/resources/forceResync/client/Client.js +4 -7
  768. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +2 -0
  769. package/dist/api/resources/ats/resources/generateKey/client/Client.js +4 -7
  770. package/dist/api/resources/ats/resources/generateKey/client/index.d.ts +1 -0
  771. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +2 -0
  772. package/dist/api/resources/ats/resources/interviews/client/Client.js +13 -16
  773. package/dist/api/resources/ats/resources/interviews/client/index.d.ts +1 -0
  774. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +2 -0
  775. package/dist/api/resources/ats/resources/issues/client/Client.js +7 -10
  776. package/dist/api/resources/ats/resources/issues/client/index.d.ts +1 -0
  777. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +2 -0
  778. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +7 -11
  779. package/dist/api/resources/ats/resources/jobInterviewStages/client/index.d.ts +1 -0
  780. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +2 -0
  781. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +7 -11
  782. package/dist/api/resources/ats/resources/jobPostings/client/index.d.ts +1 -0
  783. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +2 -0
  784. package/dist/api/resources/ats/resources/jobs/client/Client.js +10 -14
  785. package/dist/api/resources/ats/resources/jobs/client/index.d.ts +1 -0
  786. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +2 -0
  787. package/dist/api/resources/ats/resources/linkToken/client/Client.js +4 -7
  788. package/dist/api/resources/ats/resources/linkToken/client/index.d.ts +1 -0
  789. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +2 -0
  790. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -8
  791. package/dist/api/resources/ats/resources/linkedAccounts/client/index.d.ts +1 -0
  792. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +2 -0
  793. package/dist/api/resources/ats/resources/offers/client/Client.js +7 -11
  794. package/dist/api/resources/ats/resources/offers/client/index.d.ts +1 -0
  795. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +2 -0
  796. package/dist/api/resources/ats/resources/offices/client/Client.js +7 -11
  797. package/dist/api/resources/ats/resources/offices/client/index.d.ts +1 -0
  798. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +2 -0
  799. package/dist/api/resources/ats/resources/passthrough/client/Client.js +4 -7
  800. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +2 -0
  801. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +4 -7
  802. package/dist/api/resources/ats/resources/regenerateKey/client/index.d.ts +1 -0
  803. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +2 -0
  804. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +7 -11
  805. package/dist/api/resources/ats/resources/rejectReasons/client/index.d.ts +1 -0
  806. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +2 -0
  807. package/dist/api/resources/ats/resources/scopes/client/Client.js +10 -11
  808. package/dist/api/resources/ats/resources/scopes/client/index.d.ts +1 -0
  809. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +2 -0
  810. package/dist/api/resources/ats/resources/scorecards/client/Client.js +7 -11
  811. package/dist/api/resources/ats/resources/scorecards/client/index.d.ts +1 -0
  812. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +2 -0
  813. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +4 -8
  814. package/dist/api/resources/ats/resources/syncStatus/client/index.d.ts +1 -0
  815. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +2 -0
  816. package/dist/api/resources/ats/resources/tags/client/Client.js +4 -8
  817. package/dist/api/resources/ats/resources/tags/client/index.d.ts +1 -0
  818. package/dist/api/resources/ats/resources/users/client/Client.d.ts +2 -0
  819. package/dist/api/resources/ats/resources/users/client/Client.js +7 -11
  820. package/dist/api/resources/ats/resources/users/client/index.d.ts +1 -0
  821. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +2 -0
  822. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +7 -9
  823. package/dist/api/resources/ats/resources/webhookReceivers/client/index.d.ts +1 -0
  824. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +2 -0
  825. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +4 -7
  826. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +2 -0
  827. package/dist/api/resources/crm/resources/accountToken/client/Client.js +4 -7
  828. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +2 -0
  829. package/dist/api/resources/crm/resources/accounts/client/Client.js +22 -24
  830. package/dist/api/resources/crm/resources/accounts/client/index.d.ts +1 -0
  831. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +2 -0
  832. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +13 -16
  833. package/dist/api/resources/crm/resources/associationTypes/client/index.d.ts +1 -0
  834. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +2 -0
  835. package/dist/api/resources/crm/resources/associations/client/Client.js +7 -11
  836. package/dist/api/resources/crm/resources/associations/client/index.d.ts +1 -0
  837. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -0
  838. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +7 -9
  839. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +2 -0
  840. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +4 -8
  841. package/dist/api/resources/crm/resources/auditTrail/client/index.d.ts +1 -0
  842. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +2 -0
  843. package/dist/api/resources/crm/resources/availableActions/client/Client.js +4 -7
  844. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +2 -0
  845. package/dist/api/resources/crm/resources/contacts/client/Client.js +25 -26
  846. package/dist/api/resources/crm/resources/contacts/client/index.d.ts +1 -0
  847. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +2 -0
  848. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +7 -11
  849. package/dist/api/resources/crm/resources/customObjectClasses/client/index.d.ts +1 -0
  850. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +2 -0
  851. package/dist/api/resources/crm/resources/customObjects/client/Client.js +16 -19
  852. package/dist/api/resources/crm/resources/customObjects/client/index.d.ts +1 -0
  853. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +2 -0
  854. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +4 -7
  855. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +2 -0
  856. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -14
  857. package/dist/api/resources/crm/resources/engagementTypes/client/index.d.ts +1 -0
  858. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +2 -0
  859. package/dist/api/resources/crm/resources/engagements/client/Client.js +22 -24
  860. package/dist/api/resources/crm/resources/engagements/client/index.d.ts +1 -0
  861. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -0
  862. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +19 -20
  863. package/dist/api/resources/crm/resources/fieldMapping/client/index.d.ts +1 -0
  864. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -0
  865. package/dist/api/resources/crm/resources/forceResync/client/Client.js +4 -7
  866. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +2 -0
  867. package/dist/api/resources/crm/resources/generateKey/client/Client.js +4 -7
  868. package/dist/api/resources/crm/resources/generateKey/client/index.d.ts +1 -0
  869. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +2 -0
  870. package/dist/api/resources/crm/resources/issues/client/Client.js +7 -10
  871. package/dist/api/resources/crm/resources/issues/client/index.d.ts +1 -0
  872. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +2 -0
  873. package/dist/api/resources/crm/resources/leads/client/Client.js +16 -19
  874. package/dist/api/resources/crm/resources/leads/client/index.d.ts +1 -0
  875. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +2 -0
  876. package/dist/api/resources/crm/resources/linkToken/client/Client.js +4 -7
  877. package/dist/api/resources/crm/resources/linkToken/client/index.d.ts +1 -0
  878. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +2 -0
  879. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -8
  880. package/dist/api/resources/crm/resources/linkedAccounts/client/index.d.ts +1 -0
  881. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +2 -0
  882. package/dist/api/resources/crm/resources/notes/client/Client.js +16 -19
  883. package/dist/api/resources/crm/resources/notes/client/index.d.ts +1 -0
  884. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +2 -0
  885. package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -24
  886. package/dist/api/resources/crm/resources/opportunities/client/index.d.ts +1 -0
  887. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +2 -0
  888. package/dist/api/resources/crm/resources/passthrough/client/Client.js +4 -7
  889. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +2 -0
  890. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +4 -7
  891. package/dist/api/resources/crm/resources/regenerateKey/client/index.d.ts +1 -0
  892. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +2 -0
  893. package/dist/api/resources/crm/resources/scopes/client/Client.js +10 -11
  894. package/dist/api/resources/crm/resources/scopes/client/index.d.ts +1 -0
  895. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +2 -0
  896. package/dist/api/resources/crm/resources/stages/client/Client.js +10 -14
  897. package/dist/api/resources/crm/resources/stages/client/index.d.ts +1 -0
  898. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +2 -0
  899. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +4 -8
  900. package/dist/api/resources/crm/resources/syncStatus/client/index.d.ts +1 -0
  901. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +2 -0
  902. package/dist/api/resources/crm/resources/tasks/client/Client.js +22 -24
  903. package/dist/api/resources/crm/resources/tasks/client/index.d.ts +1 -0
  904. package/dist/api/resources/crm/resources/users/client/Client.d.ts +2 -0
  905. package/dist/api/resources/crm/resources/users/client/Client.js +13 -16
  906. package/dist/api/resources/crm/resources/users/client/index.d.ts +1 -0
  907. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +2 -0
  908. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +7 -9
  909. package/dist/api/resources/crm/resources/webhookReceivers/client/index.d.ts +1 -0
  910. package/dist/api/resources/crm/types/RemoteFieldClass.d.ts +1 -0
  911. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +2 -0
  912. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -7
  913. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +2 -0
  914. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +4 -7
  915. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -0
  916. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +7 -9
  917. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +2 -0
  918. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -8
  919. package/dist/api/resources/filestorage/resources/auditTrail/client/index.d.ts +1 -0
  920. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +2 -0
  921. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +4 -7
  922. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +2 -0
  923. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -7
  924. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +2 -0
  925. package/dist/api/resources/filestorage/resources/drives/client/Client.js +7 -11
  926. package/dist/api/resources/filestorage/resources/drives/client/index.d.ts +1 -0
  927. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -0
  928. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +19 -20
  929. package/dist/api/resources/filestorage/resources/fieldMapping/client/index.d.ts +1 -0
  930. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +2 -0
  931. package/dist/api/resources/filestorage/resources/files/client/Client.js +22 -25
  932. package/dist/api/resources/filestorage/resources/files/client/index.d.ts +1 -0
  933. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +2 -0
  934. package/dist/api/resources/filestorage/resources/folders/client/Client.js +13 -16
  935. package/dist/api/resources/filestorage/resources/folders/client/index.d.ts +1 -0
  936. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -0
  937. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +4 -7
  938. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +2 -0
  939. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +4 -7
  940. package/dist/api/resources/filestorage/resources/generateKey/client/index.d.ts +1 -0
  941. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +2 -0
  942. package/dist/api/resources/filestorage/resources/groups/client/Client.js +7 -11
  943. package/dist/api/resources/filestorage/resources/groups/client/index.d.ts +1 -0
  944. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +2 -0
  945. package/dist/api/resources/filestorage/resources/issues/client/Client.js +7 -10
  946. package/dist/api/resources/filestorage/resources/issues/client/index.d.ts +1 -0
  947. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +2 -0
  948. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +4 -7
  949. package/dist/api/resources/filestorage/resources/linkToken/client/index.d.ts +1 -0
  950. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +2 -0
  951. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -8
  952. package/dist/api/resources/filestorage/resources/linkedAccounts/client/index.d.ts +1 -0
  953. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +2 -0
  954. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +4 -7
  955. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +2 -0
  956. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -7
  957. package/dist/api/resources/filestorage/resources/regenerateKey/client/index.d.ts +1 -0
  958. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +2 -0
  959. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +10 -11
  960. package/dist/api/resources/filestorage/resources/scopes/client/index.d.ts +1 -0
  961. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +2 -0
  962. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -8
  963. package/dist/api/resources/filestorage/resources/syncStatus/client/index.d.ts +1 -0
  964. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +2 -0
  965. package/dist/api/resources/filestorage/resources/users/client/Client.js +7 -11
  966. package/dist/api/resources/filestorage/resources/users/client/index.d.ts +1 -0
  967. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +2 -0
  968. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +7 -9
  969. package/dist/api/resources/filestorage/resources/webhookReceivers/client/index.d.ts +1 -0
  970. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +2 -0
  971. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +4 -7
  972. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +2 -0
  973. package/dist/api/resources/hris/resources/accountToken/client/Client.js +4 -7
  974. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -0
  975. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +7 -9
  976. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +2 -0
  977. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +4 -8
  978. package/dist/api/resources/hris/resources/auditTrail/client/index.d.ts +1 -0
  979. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +2 -0
  980. package/dist/api/resources/hris/resources/availableActions/client/Client.js +4 -7
  981. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +2 -0
  982. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +7 -11
  983. package/dist/api/resources/hris/resources/bankInfo/client/index.d.ts +1 -0
  984. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +2 -0
  985. package/dist/api/resources/hris/resources/benefits/client/Client.js +7 -11
  986. package/dist/api/resources/hris/resources/benefits/client/index.d.ts +1 -0
  987. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +2 -0
  988. package/dist/api/resources/hris/resources/companies/client/Client.js +7 -11
  989. package/dist/api/resources/hris/resources/companies/client/index.d.ts +1 -0
  990. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +2 -0
  991. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +4 -7
  992. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +2 -0
  993. package/dist/api/resources/hris/resources/dependents/client/Client.js +7 -11
  994. package/dist/api/resources/hris/resources/dependents/client/index.d.ts +1 -0
  995. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +2 -0
  996. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +7 -11
  997. package/dist/api/resources/hris/resources/employeePayrollRuns/client/index.d.ts +1 -0
  998. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +2 -0
  999. package/dist/api/resources/hris/resources/employees/client/Client.js +16 -18
  1000. package/dist/api/resources/hris/resources/employees/client/index.d.ts +1 -0
  1001. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +2 -0
  1002. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +7 -11
  1003. package/dist/api/resources/hris/resources/employerBenefits/client/index.d.ts +1 -0
  1004. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +2 -0
  1005. package/dist/api/resources/hris/resources/employments/client/Client.js +7 -11
  1006. package/dist/api/resources/hris/resources/employments/client/index.d.ts +1 -0
  1007. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -0
  1008. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +19 -20
  1009. package/dist/api/resources/hris/resources/fieldMapping/client/index.d.ts +1 -0
  1010. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -0
  1011. package/dist/api/resources/hris/resources/forceResync/client/Client.js +4 -7
  1012. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +2 -0
  1013. package/dist/api/resources/hris/resources/generateKey/client/Client.js +4 -7
  1014. package/dist/api/resources/hris/resources/generateKey/client/index.d.ts +1 -0
  1015. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +2 -0
  1016. package/dist/api/resources/hris/resources/groups/client/Client.js +7 -11
  1017. package/dist/api/resources/hris/resources/groups/client/index.d.ts +1 -0
  1018. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +2 -0
  1019. package/dist/api/resources/hris/resources/issues/client/Client.js +7 -10
  1020. package/dist/api/resources/hris/resources/issues/client/index.d.ts +1 -0
  1021. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +2 -0
  1022. package/dist/api/resources/hris/resources/linkToken/client/Client.js +4 -7
  1023. package/dist/api/resources/hris/resources/linkToken/client/index.d.ts +1 -0
  1024. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +2 -0
  1025. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -8
  1026. package/dist/api/resources/hris/resources/linkedAccounts/client/index.d.ts +1 -0
  1027. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +2 -0
  1028. package/dist/api/resources/hris/resources/locations/client/Client.js +7 -11
  1029. package/dist/api/resources/hris/resources/locations/client/index.d.ts +1 -0
  1030. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +2 -0
  1031. package/dist/api/resources/hris/resources/passthrough/client/Client.js +4 -7
  1032. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +2 -0
  1033. package/dist/api/resources/hris/resources/payGroups/client/Client.js +7 -11
  1034. package/dist/api/resources/hris/resources/payGroups/client/index.d.ts +1 -0
  1035. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +2 -0
  1036. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +7 -11
  1037. package/dist/api/resources/hris/resources/payrollRuns/client/index.d.ts +1 -0
  1038. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +2 -0
  1039. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +4 -7
  1040. package/dist/api/resources/hris/resources/regenerateKey/client/index.d.ts +1 -0
  1041. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +2 -0
  1042. package/dist/api/resources/hris/resources/scopes/client/Client.js +10 -11
  1043. package/dist/api/resources/hris/resources/scopes/client/index.d.ts +1 -0
  1044. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +2 -0
  1045. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +4 -8
  1046. package/dist/api/resources/hris/resources/syncStatus/client/index.d.ts +1 -0
  1047. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +2 -0
  1048. package/dist/api/resources/hris/resources/teams/client/Client.js +7 -11
  1049. package/dist/api/resources/hris/resources/teams/client/index.d.ts +1 -0
  1050. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +2 -0
  1051. package/dist/api/resources/hris/resources/timeOff/client/Client.js +13 -16
  1052. package/dist/api/resources/hris/resources/timeOff/client/index.d.ts +1 -0
  1053. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +2 -0
  1054. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +7 -11
  1055. package/dist/api/resources/hris/resources/timeOffBalances/client/index.d.ts +1 -0
  1056. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +2 -0
  1057. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +13 -16
  1058. package/dist/api/resources/hris/resources/timesheetEntries/client/index.d.ts +1 -0
  1059. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +2 -0
  1060. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +7 -9
  1061. package/dist/api/resources/hris/resources/webhookReceivers/client/index.d.ts +1 -0
  1062. package/dist/api/resources/index.d.ts +2 -2
  1063. package/dist/api/resources/index.js +3 -3
  1064. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +2 -0
  1065. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -7
  1066. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +2 -0
  1067. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +4 -7
  1068. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +2 -0
  1069. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +7 -11
  1070. package/dist/api/resources/ticketing/resources/accounts/client/index.d.ts +1 -0
  1071. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -0
  1072. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +7 -9
  1073. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +2 -0
  1074. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +16 -19
  1075. package/dist/api/resources/ticketing/resources/attachments/client/index.d.ts +1 -0
  1076. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +2 -0
  1077. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -8
  1078. package/dist/api/resources/ticketing/resources/auditTrail/client/index.d.ts +1 -0
  1079. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +2 -0
  1080. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +4 -7
  1081. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +2 -0
  1082. package/dist/api/resources/ticketing/resources/collections/client/Client.js +10 -14
  1083. package/dist/api/resources/ticketing/resources/collections/client/index.d.ts +1 -0
  1084. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +2 -0
  1085. package/dist/api/resources/ticketing/resources/comments/client/Client.js +13 -16
  1086. package/dist/api/resources/ticketing/resources/comments/client/index.d.ts +1 -0
  1087. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +2 -0
  1088. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +13 -16
  1089. package/dist/api/resources/ticketing/resources/contacts/client/index.d.ts +1 -0
  1090. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +2 -0
  1091. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -7
  1092. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -0
  1093. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +19 -20
  1094. package/dist/api/resources/ticketing/resources/fieldMapping/client/index.d.ts +1 -0
  1095. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -0
  1096. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +4 -7
  1097. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +2 -0
  1098. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +4 -7
  1099. package/dist/api/resources/ticketing/resources/generateKey/client/index.d.ts +1 -0
  1100. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +2 -0
  1101. package/dist/api/resources/ticketing/resources/issues/client/Client.js +7 -10
  1102. package/dist/api/resources/ticketing/resources/issues/client/index.d.ts +1 -0
  1103. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +2 -0
  1104. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +4 -7
  1105. package/dist/api/resources/ticketing/resources/linkToken/client/index.d.ts +1 -0
  1106. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +2 -0
  1107. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -8
  1108. package/dist/api/resources/ticketing/resources/linkedAccounts/client/index.d.ts +1 -0
  1109. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +2 -0
  1110. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +4 -7
  1111. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +2 -0
  1112. package/dist/api/resources/ticketing/resources/projects/client/Client.js +10 -14
  1113. package/dist/api/resources/ticketing/resources/projects/client/index.d.ts +1 -0
  1114. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +2 -0
  1115. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -7
  1116. package/dist/api/resources/ticketing/resources/regenerateKey/client/index.d.ts +1 -0
  1117. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +2 -0
  1118. package/dist/api/resources/ticketing/resources/roles/client/Client.js +7 -11
  1119. package/dist/api/resources/ticketing/resources/roles/client/index.d.ts +1 -0
  1120. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +2 -0
  1121. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +10 -11
  1122. package/dist/api/resources/ticketing/resources/scopes/client/index.d.ts +1 -0
  1123. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +2 -0
  1124. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -8
  1125. package/dist/api/resources/ticketing/resources/syncStatus/client/index.d.ts +1 -0
  1126. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +2 -0
  1127. package/dist/api/resources/ticketing/resources/tags/client/Client.js +7 -11
  1128. package/dist/api/resources/ticketing/resources/tags/client/index.d.ts +1 -0
  1129. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +2 -0
  1130. package/dist/api/resources/ticketing/resources/teams/client/Client.js +7 -11
  1131. package/dist/api/resources/ticketing/resources/teams/client/index.d.ts +1 -0
  1132. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +2 -0
  1133. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +25 -28
  1134. package/dist/api/resources/ticketing/resources/tickets/client/index.d.ts +1 -0
  1135. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +2 -0
  1136. package/dist/api/resources/ticketing/resources/users/client/Client.js +7 -11
  1137. package/dist/api/resources/ticketing/resources/users/client/index.d.ts +1 -0
  1138. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +2 -0
  1139. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +7 -9
  1140. package/dist/api/resources/ticketing/resources/webhookReceivers/client/index.d.ts +1 -0
  1141. package/dist/api/resources/ticketing/types/RemoteFieldClass.d.ts +1 -0
  1142. package/dist/core/auth/BasicAuth.js +3 -3
  1143. package/dist/core/base64.d.ts +2 -0
  1144. package/dist/core/base64.js +26 -0
  1145. package/dist/core/fetcher/BinaryResponse.d.ts +20 -0
  1146. package/dist/core/fetcher/BinaryResponse.js +17 -0
  1147. package/dist/core/fetcher/Fetcher.d.ts +2 -2
  1148. package/dist/core/fetcher/Fetcher.js +3 -3
  1149. package/dist/core/fetcher/ResponseWithBody.d.ts +4 -0
  1150. package/dist/core/fetcher/ResponseWithBody.js +6 -0
  1151. package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
  1152. package/dist/core/fetcher/createRequestUrl.js +3 -7
  1153. package/dist/core/fetcher/getErrorResponseBody.d.ts +1 -0
  1154. package/dist/core/fetcher/getErrorResponseBody.js +44 -0
  1155. package/dist/core/fetcher/getFetchFn.js +3 -3
  1156. package/dist/core/fetcher/getResponseBody.js +34 -32
  1157. package/dist/core/fetcher/index.d.ts +1 -0
  1158. package/dist/core/headers.d.ts +1 -1
  1159. package/dist/core/index.d.ts +2 -0
  1160. package/dist/core/index.js +3 -1
  1161. package/dist/core/runtime/runtime.js +0 -1
  1162. package/dist/core/schemas/utils/maybeSkipValidation.js +1 -1
  1163. package/dist/core/url/index.d.ts +2 -0
  1164. package/dist/core/url/index.js +7 -0
  1165. package/dist/core/url/join.d.ts +1 -0
  1166. package/dist/core/url/join.js +69 -0
  1167. package/dist/core/url/qs.d.ts +6 -0
  1168. package/dist/core/url/qs.js +64 -0
  1169. package/dist/index.d.ts +2 -2
  1170. package/dist/index.js +5 -5
  1171. package/dist/serialization/resources/accounting/types/RemoteFieldClass.d.ts +1 -0
  1172. package/dist/serialization/resources/accounting/types/RemoteFieldClass.js +1 -0
  1173. package/dist/serialization/resources/crm/types/RemoteFieldClass.d.ts +1 -0
  1174. package/dist/serialization/resources/crm/types/RemoteFieldClass.js +1 -0
  1175. package/dist/serialization/resources/index.d.ts +2 -2
  1176. package/dist/serialization/resources/index.js +3 -3
  1177. package/dist/serialization/resources/ticketing/types/RemoteFieldClass.d.ts +1 -0
  1178. package/dist/serialization/resources/ticketing/types/RemoteFieldClass.js +1 -0
  1179. package/dist/version.d.ts +1 -1
  1180. package/dist/version.js +1 -1
  1181. package/index.d.ts +2 -2
  1182. package/index.js +5 -5
  1183. package/jest.config.mjs +37 -4
  1184. package/package.json +15 -14
  1185. package/reference.md +3137 -3137
  1186. package/serialization/resources/accounting/types/RemoteFieldClass.d.ts +1 -0
  1187. package/serialization/resources/accounting/types/RemoteFieldClass.js +1 -0
  1188. package/serialization/resources/crm/types/RemoteFieldClass.d.ts +1 -0
  1189. package/serialization/resources/crm/types/RemoteFieldClass.js +1 -0
  1190. package/serialization/resources/index.d.ts +2 -2
  1191. package/serialization/resources/index.js +3 -3
  1192. package/serialization/resources/ticketing/types/RemoteFieldClass.d.ts +1 -0
  1193. package/serialization/resources/ticketing/types/RemoteFieldClass.js +1 -0
  1194. package/version.d.ts +1 -1
  1195. package/version.js +1 -1
@@ -44,16 +44,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.Jobs = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
51
  const serializers = __importStar(require("../../../../../../serialization/index"));
55
- const headers_js_1 = require("../../../../../../core/headers.js");
56
- const url_join_1 = __importDefault(require("url-join"));
52
+ const headers_1 = require("../../../../../../core/headers");
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class Jobs {
59
55
  constructor(_options) {
@@ -129,13 +125,13 @@ class Jobs {
129
125
  });
130
126
  }
131
127
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
132
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/jobs"),
128
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/jobs"),
133
129
  method: "GET",
134
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
130
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
135
131
  Authorization: yield this._getAuthorizationHeader(),
136
132
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
137
133
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
138
- queryParameters: _queryParams,
134
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
139
135
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
140
136
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
141
137
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -212,13 +208,13 @@ class Jobs {
212
208
  _queryParams["show_enum_origins"] = showEnumOrigins;
213
209
  }
214
210
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
215
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/jobs/${encodeURIComponent(id)}`),
211
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/jobs/${encodeURIComponent(id)}`),
216
212
  method: "GET",
217
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
213
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
218
214
  Authorization: yield this._getAuthorizationHeader(),
219
215
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
220
216
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
221
- queryParameters: _queryParams,
217
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
222
218
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
223
219
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
224
220
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -298,13 +294,13 @@ class Jobs {
298
294
  _queryParams["page_size"] = pageSize.toString();
299
295
  }
300
296
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
301
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/jobs/${encodeURIComponent(jobId)}/screening-questions`),
297
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/jobs/${encodeURIComponent(jobId)}/screening-questions`),
302
298
  method: "GET",
303
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
299
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
304
300
  Authorization: yield this._getAuthorizationHeader(),
305
301
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
306
302
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
307
- queryParameters: _queryParams,
303
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
308
304
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
309
305
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
310
306
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace LinkToken {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,16 +44,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.LinkToken = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
- const headers_js_1 = require("../../../../../../core/headers.js");
51
+ const headers_1 = require("../../../../../../core/headers");
55
52
  const serializers = __importStar(require("../../../../../../serialization/index"));
56
- const url_join_1 = __importDefault(require("url-join"));
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class LinkToken {
59
55
  constructor(_options) {
@@ -80,13 +76,14 @@ class LinkToken {
80
76
  return __awaiter(this, void 0, void 0, function* () {
81
77
  var _a, _b, _c, _d;
82
78
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
83
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/link-token"),
79
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/link-token"),
84
80
  method: "POST",
85
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
81
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
86
82
  Authorization: yield this._getAuthorizationHeader(),
87
83
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
88
84
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
89
85
  contentType: "application/json",
86
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
90
87
  requestType: "json",
91
88
  body: serializers.ats.EndUserDetailsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
92
89
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace LinkedAccounts {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,16 +44,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.LinkedAccounts = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
51
  const serializers = __importStar(require("../../../../../../serialization/index"));
55
- const headers_js_1 = require("../../../../../../core/headers.js");
56
- const url_join_1 = __importDefault(require("url-join"));
52
+ const headers_1 = require("../../../../../../core/headers");
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class LinkedAccounts {
59
55
  constructor(_options) {
@@ -118,13 +114,13 @@ class LinkedAccounts {
118
114
  _queryParams["status"] = status;
119
115
  }
120
116
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
121
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/linked-accounts"),
117
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/linked-accounts"),
122
118
  method: "GET",
123
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
119
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
124
120
  Authorization: yield this._getAuthorizationHeader(),
125
121
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
126
122
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
127
- queryParameters: _queryParams,
123
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
128
124
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
129
125
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
130
126
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace Offers {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,16 +44,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.Offers = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
51
  const serializers = __importStar(require("../../../../../../serialization/index"));
55
- const headers_js_1 = require("../../../../../../core/headers.js");
56
- const url_join_1 = __importDefault(require("url-join"));
52
+ const headers_1 = require("../../../../../../core/headers");
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class Offers {
59
55
  constructor(_options) {
@@ -124,13 +120,13 @@ class Offers {
124
120
  _queryParams["show_enum_origins"] = showEnumOrigins;
125
121
  }
126
122
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
127
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/offers"),
123
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/offers"),
128
124
  method: "GET",
129
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
125
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
130
126
  Authorization: yield this._getAuthorizationHeader(),
131
127
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
132
128
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
133
- queryParameters: _queryParams,
129
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
134
130
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
135
131
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
136
132
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -207,13 +203,13 @@ class Offers {
207
203
  _queryParams["show_enum_origins"] = showEnumOrigins;
208
204
  }
209
205
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
210
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/offers/${encodeURIComponent(id)}`),
206
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/offers/${encodeURIComponent(id)}`),
211
207
  method: "GET",
212
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
208
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
213
209
  Authorization: yield this._getAuthorizationHeader(),
214
210
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
215
211
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
216
- queryParameters: _queryParams,
212
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
217
213
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
218
214
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
219
215
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace Offices {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,15 +44,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.Offices = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
- const headers_js_1 = require("../../../../../../core/headers.js");
55
- const url_join_1 = __importDefault(require("url-join"));
51
+ const headers_1 = require("../../../../../../core/headers");
56
52
  const serializers = __importStar(require("../../../../../../serialization/index"));
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class Offices {
@@ -107,13 +103,13 @@ class Offices {
107
103
  _queryParams["remote_id"] = remoteId;
108
104
  }
109
105
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
110
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/offices"),
106
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/offices"),
111
107
  method: "GET",
112
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
108
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
113
109
  Authorization: yield this._getAuthorizationHeader(),
114
110
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
115
111
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
116
- queryParameters: _queryParams,
112
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
117
113
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
118
114
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
119
115
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -179,13 +175,13 @@ class Offices {
179
175
  _queryParams["include_shell_data"] = includeShellData.toString();
180
176
  }
181
177
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
182
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/offices/${encodeURIComponent(id)}`),
178
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/offices/${encodeURIComponent(id)}`),
183
179
  method: "GET",
184
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
180
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
185
181
  Authorization: yield this._getAuthorizationHeader(),
186
182
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
187
183
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
188
- queryParameters: _queryParams,
184
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
189
185
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
190
186
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
191
187
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace Passthrough {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,16 +44,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.Passthrough = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
- const headers_js_1 = require("../../../../../../core/headers.js");
51
+ const headers_1 = require("../../../../../../core/headers");
55
52
  const serializers = __importStar(require("../../../../../../serialization/index"));
56
- const url_join_1 = __importDefault(require("url-join"));
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class Passthrough {
59
55
  constructor(_options) {
@@ -78,13 +74,14 @@ class Passthrough {
78
74
  return __awaiter(this, void 0, void 0, function* () {
79
75
  var _a, _b, _c, _d;
80
76
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
81
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/passthrough"),
77
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/passthrough"),
82
78
  method: "POST",
83
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
79
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
84
80
  Authorization: yield this._getAuthorizationHeader(),
85
81
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
86
82
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
83
  contentType: "application/json",
84
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
88
85
  requestType: "json",
89
86
  body: serializers.ats.DataPassthroughRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
90
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -25,6 +25,8 @@ export declare namespace RegenerateKey {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,16 +44,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.RegenerateKey = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
- const headers_js_1 = require("../../../../../../core/headers.js");
51
+ const headers_1 = require("../../../../../../core/headers");
55
52
  const serializers = __importStar(require("../../../../../../serialization/index"));
56
- const url_join_1 = __importDefault(require("url-join"));
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class RegenerateKey {
59
55
  constructor(_options) {
@@ -77,13 +73,14 @@ class RegenerateKey {
77
73
  return __awaiter(this, void 0, void 0, function* () {
78
74
  var _a, _b, _c, _d;
79
75
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
80
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/regenerate-key"),
76
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/regenerate-key"),
81
77
  method: "POST",
82
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
78
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
83
79
  Authorization: yield this._getAuthorizationHeader(),
84
80
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
85
81
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
82
  contentType: "application/json",
83
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
87
84
  requestType: "json",
88
85
  body: serializers.ats.RemoteKeyForRegenerationRequest.jsonOrThrow(request, {
89
86
  unrecognizedObjectKeys: "strip",
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace RejectReasons {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,15 +44,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.RejectReasons = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
- const headers_js_1 = require("../../../../../../core/headers.js");
55
- const url_join_1 = __importDefault(require("url-join"));
51
+ const headers_1 = require("../../../../../../core/headers");
56
52
  const serializers = __importStar(require("../../../../../../serialization/index"));
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class RejectReasons {
@@ -107,13 +103,13 @@ class RejectReasons {
107
103
  _queryParams["remote_id"] = remoteId;
108
104
  }
109
105
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
110
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/reject-reasons"),
106
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/reject-reasons"),
111
107
  method: "GET",
112
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
108
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
113
109
  Authorization: yield this._getAuthorizationHeader(),
114
110
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
115
111
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
116
- queryParameters: _queryParams,
112
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
117
113
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
118
114
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
119
115
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -179,13 +175,13 @@ class RejectReasons {
179
175
  _queryParams["include_shell_data"] = includeShellData.toString();
180
176
  }
181
177
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
182
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/reject-reasons/${encodeURIComponent(id)}`),
178
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, `ats/v1/reject-reasons/${encodeURIComponent(id)}`),
183
179
  method: "GET",
184
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
180
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
185
181
  Authorization: yield this._getAuthorizationHeader(),
186
182
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
187
183
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
188
- queryParameters: _queryParams,
184
+ queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
189
185
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
190
186
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
191
187
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace Scopes {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }
@@ -44,15 +44,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
44
44
  step((generator = generator.apply(thisArg, _arguments || [])).next());
45
45
  });
46
46
  };
47
- var __importDefault = (this && this.__importDefault) || function (mod) {
48
- return (mod && mod.__esModule) ? mod : { "default": mod };
49
- };
50
47
  Object.defineProperty(exports, "__esModule", { value: true });
51
48
  exports.Scopes = void 0;
52
49
  const environments = __importStar(require("../../../../../../environments"));
53
50
  const core = __importStar(require("../../../../../../core"));
54
- const headers_js_1 = require("../../../../../../core/headers.js");
55
- const url_join_1 = __importDefault(require("url-join"));
51
+ const headers_1 = require("../../../../../../core/headers");
56
52
  const serializers = __importStar(require("../../../../../../serialization/index"));
57
53
  const errors = __importStar(require("../../../../../../errors/index"));
58
54
  class Scopes {
@@ -74,12 +70,13 @@ class Scopes {
74
70
  return __awaiter(this, void 0, void 0, function* () {
75
71
  var _a, _b, _c, _d;
76
72
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
77
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/default-scopes"),
73
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/default-scopes"),
78
74
  method: "GET",
79
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
75
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
80
76
  Authorization: yield this._getAuthorizationHeader(),
81
77
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
82
78
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
83
80
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
84
81
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
85
82
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -135,12 +132,13 @@ class Scopes {
135
132
  return __awaiter(this, void 0, void 0, function* () {
136
133
  var _a, _b, _c, _d;
137
134
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
138
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/linked-account-scopes"),
135
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/linked-account-scopes"),
139
136
  method: "GET",
140
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
137
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
141
138
  Authorization: yield this._getAuthorizationHeader(),
142
139
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
143
140
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
141
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
144
142
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
145
143
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
146
144
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -220,13 +218,14 @@ class Scopes {
220
218
  return __awaiter(this, void 0, void 0, function* () {
221
219
  var _a, _b, _c, _d;
222
220
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
223
- url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/linked-account-scopes"),
221
+ url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.MergeEnvironment.Production, "ats/v1/linked-account-scopes"),
224
222
  method: "POST",
225
- headers: (0, headers_js_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({
223
+ headers: (0, headers_1.mergeHeaders)((_d = this._options) === null || _d === void 0 ? void 0 : _d.headers, (0, headers_1.mergeOnlyDefinedHeaders)({
226
224
  Authorization: yield this._getAuthorizationHeader(),
227
225
  "X-Account-Token": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.accountToken,
228
226
  }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
229
227
  contentType: "application/json",
228
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
230
229
  requestType: "json",
231
230
  body: serializers.ats.LinkedAccountCommonModelScopeDeserializerRequest.jsonOrThrow(request, {
232
231
  unrecognizedObjectKeys: "strip",
@@ -1 +1,2 @@
1
+ export {};
1
2
  export * from "./requests";
@@ -25,6 +25,8 @@ export declare namespace Scorecards {
25
25
  abortSignal?: AbortSignal;
26
26
  /** Override the X-Account-Token header */
27
27
  accountToken?: string | undefined;
28
+ /** Additional query string parameters to include in the request. */
29
+ queryParams?: Record<string, unknown>;
28
30
  /** Additional headers to include in the request. */
29
31
  headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
30
32
  }