@unified-api/typescript-sdk 1.0.66 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (7252) hide show
  1. package/README.md +160 -84
  2. package/core.d.ts +10 -0
  3. package/core.d.ts.map +1 -0
  4. package/core.js +17 -0
  5. package/core.js.map +1 -0
  6. package/funcs/accountCreateAccountingAccount.d.ts +13 -0
  7. package/funcs/accountCreateAccountingAccount.d.ts.map +1 -0
  8. package/funcs/accountCreateAccountingAccount.js +94 -0
  9. package/funcs/accountCreateAccountingAccount.js.map +1 -0
  10. package/funcs/accountGetAccountingAccount.d.ts +13 -0
  11. package/funcs/accountGetAccountingAccount.d.ts.map +1 -0
  12. package/funcs/accountGetAccountingAccount.js +98 -0
  13. package/funcs/accountGetAccountingAccount.js.map +1 -0
  14. package/funcs/accountListAccountingAccounts.d.ts +13 -0
  15. package/funcs/accountListAccountingAccounts.d.ts.map +1 -0
  16. package/funcs/accountListAccountingAccounts.js +102 -0
  17. package/funcs/accountListAccountingAccounts.js.map +1 -0
  18. package/funcs/accountPatchAccountingAccount.d.ts +13 -0
  19. package/funcs/accountPatchAccountingAccount.d.ts.map +1 -0
  20. package/funcs/accountPatchAccountingAccount.js +95 -0
  21. package/funcs/accountPatchAccountingAccount.js.map +1 -0
  22. package/funcs/accountRemoveAccountingAccount.d.ts +12 -0
  23. package/funcs/accountRemoveAccountingAccount.d.ts.map +1 -0
  24. package/funcs/accountRemoveAccountingAccount.js +94 -0
  25. package/funcs/accountRemoveAccountingAccount.js.map +1 -0
  26. package/funcs/accountUpdateAccountingAccount.d.ts +13 -0
  27. package/funcs/accountUpdateAccountingAccount.d.ts.map +1 -0
  28. package/funcs/accountUpdateAccountingAccount.js +95 -0
  29. package/funcs/accountUpdateAccountingAccount.js.map +1 -0
  30. package/funcs/accountingCreateAccountingAccount.d.ts +13 -0
  31. package/funcs/accountingCreateAccountingAccount.d.ts.map +1 -0
  32. package/funcs/accountingCreateAccountingAccount.js +94 -0
  33. package/funcs/accountingCreateAccountingAccount.js.map +1 -0
  34. package/funcs/accountingCreateAccountingContact.d.ts +13 -0
  35. package/funcs/accountingCreateAccountingContact.d.ts.map +1 -0
  36. package/funcs/accountingCreateAccountingContact.js +94 -0
  37. package/funcs/accountingCreateAccountingContact.js.map +1 -0
  38. package/funcs/accountingCreateAccountingInvoice.d.ts +13 -0
  39. package/funcs/accountingCreateAccountingInvoice.d.ts.map +1 -0
  40. package/funcs/accountingCreateAccountingInvoice.js +94 -0
  41. package/funcs/accountingCreateAccountingInvoice.js.map +1 -0
  42. package/funcs/accountingCreateAccountingJournal.d.ts +13 -0
  43. package/funcs/accountingCreateAccountingJournal.d.ts.map +1 -0
  44. package/funcs/accountingCreateAccountingJournal.js +94 -0
  45. package/funcs/accountingCreateAccountingJournal.js.map +1 -0
  46. package/funcs/accountingCreateAccountingTaxrate.d.ts +13 -0
  47. package/funcs/accountingCreateAccountingTaxrate.d.ts.map +1 -0
  48. package/funcs/accountingCreateAccountingTaxrate.js +94 -0
  49. package/funcs/accountingCreateAccountingTaxrate.js.map +1 -0
  50. package/funcs/accountingCreateAccountingTransaction.d.ts +13 -0
  51. package/funcs/accountingCreateAccountingTransaction.d.ts.map +1 -0
  52. package/funcs/accountingCreateAccountingTransaction.js +94 -0
  53. package/funcs/accountingCreateAccountingTransaction.js.map +1 -0
  54. package/funcs/accountingGetAccountingAccount.d.ts +13 -0
  55. package/funcs/accountingGetAccountingAccount.d.ts.map +1 -0
  56. package/funcs/accountingGetAccountingAccount.js +98 -0
  57. package/funcs/accountingGetAccountingAccount.js.map +1 -0
  58. package/funcs/accountingGetAccountingContact.d.ts +13 -0
  59. package/funcs/accountingGetAccountingContact.d.ts.map +1 -0
  60. package/funcs/accountingGetAccountingContact.js +98 -0
  61. package/funcs/accountingGetAccountingContact.js.map +1 -0
  62. package/funcs/accountingGetAccountingInvoice.d.ts +13 -0
  63. package/funcs/accountingGetAccountingInvoice.d.ts.map +1 -0
  64. package/funcs/accountingGetAccountingInvoice.js +98 -0
  65. package/funcs/accountingGetAccountingInvoice.js.map +1 -0
  66. package/funcs/accountingGetAccountingJournal.d.ts +13 -0
  67. package/funcs/accountingGetAccountingJournal.d.ts.map +1 -0
  68. package/funcs/accountingGetAccountingJournal.js +98 -0
  69. package/funcs/accountingGetAccountingJournal.js.map +1 -0
  70. package/funcs/accountingGetAccountingOrganization.d.ts +13 -0
  71. package/funcs/accountingGetAccountingOrganization.d.ts.map +1 -0
  72. package/funcs/accountingGetAccountingOrganization.js +98 -0
  73. package/funcs/accountingGetAccountingOrganization.js.map +1 -0
  74. package/funcs/accountingGetAccountingTaxrate.d.ts +13 -0
  75. package/funcs/accountingGetAccountingTaxrate.d.ts.map +1 -0
  76. package/funcs/accountingGetAccountingTaxrate.js +98 -0
  77. package/funcs/accountingGetAccountingTaxrate.js.map +1 -0
  78. package/funcs/accountingGetAccountingTransaction.d.ts +13 -0
  79. package/funcs/accountingGetAccountingTransaction.d.ts.map +1 -0
  80. package/funcs/accountingGetAccountingTransaction.js +98 -0
  81. package/funcs/accountingGetAccountingTransaction.js.map +1 -0
  82. package/funcs/accountingListAccountingAccounts.d.ts +13 -0
  83. package/funcs/accountingListAccountingAccounts.d.ts.map +1 -0
  84. package/funcs/accountingListAccountingAccounts.js +102 -0
  85. package/funcs/accountingListAccountingAccounts.js.map +1 -0
  86. package/funcs/accountingListAccountingContacts.d.ts +13 -0
  87. package/funcs/accountingListAccountingContacts.d.ts.map +1 -0
  88. package/funcs/accountingListAccountingContacts.js +103 -0
  89. package/funcs/accountingListAccountingContacts.js.map +1 -0
  90. package/funcs/accountingListAccountingInvoices.d.ts +13 -0
  91. package/funcs/accountingListAccountingInvoices.d.ts.map +1 -0
  92. package/funcs/accountingListAccountingInvoices.js +103 -0
  93. package/funcs/accountingListAccountingInvoices.js.map +1 -0
  94. package/funcs/accountingListAccountingJournals.d.ts +13 -0
  95. package/funcs/accountingListAccountingJournals.d.ts.map +1 -0
  96. package/funcs/accountingListAccountingJournals.js +102 -0
  97. package/funcs/accountingListAccountingJournals.js.map +1 -0
  98. package/funcs/accountingListAccountingOrganizations.d.ts +13 -0
  99. package/funcs/accountingListAccountingOrganizations.d.ts.map +1 -0
  100. package/funcs/accountingListAccountingOrganizations.js +102 -0
  101. package/funcs/accountingListAccountingOrganizations.js.map +1 -0
  102. package/funcs/accountingListAccountingTaxrates.d.ts +13 -0
  103. package/funcs/accountingListAccountingTaxrates.d.ts.map +1 -0
  104. package/funcs/accountingListAccountingTaxrates.js +102 -0
  105. package/funcs/accountingListAccountingTaxrates.js.map +1 -0
  106. package/funcs/accountingListAccountingTransactions.d.ts +13 -0
  107. package/funcs/accountingListAccountingTransactions.d.ts.map +1 -0
  108. package/funcs/accountingListAccountingTransactions.js +103 -0
  109. package/funcs/accountingListAccountingTransactions.js.map +1 -0
  110. package/funcs/accountingPatchAccountingAccount.d.ts +13 -0
  111. package/funcs/accountingPatchAccountingAccount.d.ts.map +1 -0
  112. package/funcs/accountingPatchAccountingAccount.js +95 -0
  113. package/funcs/accountingPatchAccountingAccount.js.map +1 -0
  114. package/funcs/accountingPatchAccountingContact.d.ts +13 -0
  115. package/funcs/accountingPatchAccountingContact.d.ts.map +1 -0
  116. package/funcs/accountingPatchAccountingContact.js +95 -0
  117. package/funcs/accountingPatchAccountingContact.js.map +1 -0
  118. package/funcs/accountingPatchAccountingInvoice.d.ts +13 -0
  119. package/funcs/accountingPatchAccountingInvoice.d.ts.map +1 -0
  120. package/funcs/accountingPatchAccountingInvoice.js +95 -0
  121. package/funcs/accountingPatchAccountingInvoice.js.map +1 -0
  122. package/funcs/accountingPatchAccountingJournal.d.ts +13 -0
  123. package/funcs/accountingPatchAccountingJournal.d.ts.map +1 -0
  124. package/funcs/accountingPatchAccountingJournal.js +95 -0
  125. package/funcs/accountingPatchAccountingJournal.js.map +1 -0
  126. package/funcs/accountingPatchAccountingTaxrate.d.ts +13 -0
  127. package/funcs/accountingPatchAccountingTaxrate.d.ts.map +1 -0
  128. package/funcs/accountingPatchAccountingTaxrate.js +95 -0
  129. package/funcs/accountingPatchAccountingTaxrate.js.map +1 -0
  130. package/funcs/accountingPatchAccountingTransaction.d.ts +13 -0
  131. package/funcs/accountingPatchAccountingTransaction.d.ts.map +1 -0
  132. package/funcs/accountingPatchAccountingTransaction.js +95 -0
  133. package/funcs/accountingPatchAccountingTransaction.js.map +1 -0
  134. package/funcs/accountingRemoveAccountingAccount.d.ts +12 -0
  135. package/funcs/accountingRemoveAccountingAccount.d.ts.map +1 -0
  136. package/funcs/accountingRemoveAccountingAccount.js +94 -0
  137. package/funcs/accountingRemoveAccountingAccount.js.map +1 -0
  138. package/funcs/accountingRemoveAccountingContact.d.ts +12 -0
  139. package/funcs/accountingRemoveAccountingContact.d.ts.map +1 -0
  140. package/funcs/accountingRemoveAccountingContact.js +94 -0
  141. package/funcs/accountingRemoveAccountingContact.js.map +1 -0
  142. package/funcs/accountingRemoveAccountingInvoice.d.ts +12 -0
  143. package/funcs/accountingRemoveAccountingInvoice.d.ts.map +1 -0
  144. package/funcs/accountingRemoveAccountingInvoice.js +94 -0
  145. package/funcs/accountingRemoveAccountingInvoice.js.map +1 -0
  146. package/funcs/accountingRemoveAccountingJournal.d.ts +12 -0
  147. package/funcs/accountingRemoveAccountingJournal.d.ts.map +1 -0
  148. package/funcs/accountingRemoveAccountingJournal.js +94 -0
  149. package/funcs/accountingRemoveAccountingJournal.js.map +1 -0
  150. package/funcs/accountingRemoveAccountingTaxrate.d.ts +12 -0
  151. package/funcs/accountingRemoveAccountingTaxrate.d.ts.map +1 -0
  152. package/funcs/accountingRemoveAccountingTaxrate.js +94 -0
  153. package/funcs/accountingRemoveAccountingTaxrate.js.map +1 -0
  154. package/funcs/accountingRemoveAccountingTransaction.d.ts +12 -0
  155. package/funcs/accountingRemoveAccountingTransaction.d.ts.map +1 -0
  156. package/funcs/accountingRemoveAccountingTransaction.js +94 -0
  157. package/funcs/accountingRemoveAccountingTransaction.js.map +1 -0
  158. package/funcs/accountingUpdateAccountingAccount.d.ts +13 -0
  159. package/funcs/accountingUpdateAccountingAccount.d.ts.map +1 -0
  160. package/funcs/accountingUpdateAccountingAccount.js +95 -0
  161. package/funcs/accountingUpdateAccountingAccount.js.map +1 -0
  162. package/funcs/accountingUpdateAccountingContact.d.ts +13 -0
  163. package/funcs/accountingUpdateAccountingContact.d.ts.map +1 -0
  164. package/funcs/accountingUpdateAccountingContact.js +95 -0
  165. package/funcs/accountingUpdateAccountingContact.js.map +1 -0
  166. package/funcs/accountingUpdateAccountingInvoice.d.ts +13 -0
  167. package/funcs/accountingUpdateAccountingInvoice.d.ts.map +1 -0
  168. package/funcs/accountingUpdateAccountingInvoice.js +95 -0
  169. package/funcs/accountingUpdateAccountingInvoice.js.map +1 -0
  170. package/funcs/accountingUpdateAccountingJournal.d.ts +13 -0
  171. package/funcs/accountingUpdateAccountingJournal.d.ts.map +1 -0
  172. package/funcs/accountingUpdateAccountingJournal.js +95 -0
  173. package/funcs/accountingUpdateAccountingJournal.js.map +1 -0
  174. package/funcs/accountingUpdateAccountingTaxrate.d.ts +13 -0
  175. package/funcs/accountingUpdateAccountingTaxrate.d.ts.map +1 -0
  176. package/funcs/accountingUpdateAccountingTaxrate.js +95 -0
  177. package/funcs/accountingUpdateAccountingTaxrate.js.map +1 -0
  178. package/funcs/accountingUpdateAccountingTransaction.d.ts +13 -0
  179. package/funcs/accountingUpdateAccountingTransaction.d.ts.map +1 -0
  180. package/funcs/accountingUpdateAccountingTransaction.js +95 -0
  181. package/funcs/accountingUpdateAccountingTransaction.js.map +1 -0
  182. package/funcs/activityCreateAtsActivity.d.ts +13 -0
  183. package/funcs/activityCreateAtsActivity.d.ts.map +1 -0
  184. package/funcs/activityCreateAtsActivity.js +94 -0
  185. package/funcs/activityCreateAtsActivity.js.map +1 -0
  186. package/funcs/activityGetAtsActivity.d.ts +13 -0
  187. package/funcs/activityGetAtsActivity.d.ts.map +1 -0
  188. package/funcs/activityGetAtsActivity.js +98 -0
  189. package/funcs/activityGetAtsActivity.js.map +1 -0
  190. package/funcs/activityListAtsActivities.d.ts +13 -0
  191. package/funcs/activityListAtsActivities.d.ts.map +1 -0
  192. package/funcs/activityListAtsActivities.js +108 -0
  193. package/funcs/activityListAtsActivities.js.map +1 -0
  194. package/funcs/activityPatchAtsActivity.d.ts +13 -0
  195. package/funcs/activityPatchAtsActivity.d.ts.map +1 -0
  196. package/funcs/activityPatchAtsActivity.js +95 -0
  197. package/funcs/activityPatchAtsActivity.js.map +1 -0
  198. package/funcs/activityRemoveAtsActivity.d.ts +12 -0
  199. package/funcs/activityRemoveAtsActivity.d.ts.map +1 -0
  200. package/funcs/activityRemoveAtsActivity.js +94 -0
  201. package/funcs/activityRemoveAtsActivity.js.map +1 -0
  202. package/funcs/activityUpdateAtsActivity.d.ts +13 -0
  203. package/funcs/activityUpdateAtsActivity.d.ts.map +1 -0
  204. package/funcs/activityUpdateAtsActivity.js +95 -0
  205. package/funcs/activityUpdateAtsActivity.js.map +1 -0
  206. package/funcs/apicallGetUnifiedApicall.d.ts +13 -0
  207. package/funcs/apicallGetUnifiedApicall.d.ts.map +1 -0
  208. package/funcs/apicallGetUnifiedApicall.js +90 -0
  209. package/funcs/apicallGetUnifiedApicall.js.map +1 -0
  210. package/funcs/apicallListUnifiedApicalls.d.ts +13 -0
  211. package/funcs/apicallListUnifiedApicalls.d.ts.map +1 -0
  212. package/funcs/apicallListUnifiedApicalls.js +99 -0
  213. package/funcs/apicallListUnifiedApicalls.js.map +1 -0
  214. package/funcs/applicationCreateAtsApplication.d.ts +13 -0
  215. package/funcs/applicationCreateAtsApplication.d.ts.map +1 -0
  216. package/funcs/applicationCreateAtsApplication.js +94 -0
  217. package/funcs/applicationCreateAtsApplication.js.map +1 -0
  218. package/funcs/applicationGetAtsApplication.d.ts +13 -0
  219. package/funcs/applicationGetAtsApplication.d.ts.map +1 -0
  220. package/funcs/applicationGetAtsApplication.js +98 -0
  221. package/funcs/applicationGetAtsApplication.js.map +1 -0
  222. package/funcs/applicationListAtsApplications.d.ts +13 -0
  223. package/funcs/applicationListAtsApplications.d.ts.map +1 -0
  224. package/funcs/applicationListAtsApplications.js +104 -0
  225. package/funcs/applicationListAtsApplications.js.map +1 -0
  226. package/funcs/applicationPatchAtsApplication.d.ts +13 -0
  227. package/funcs/applicationPatchAtsApplication.d.ts.map +1 -0
  228. package/funcs/applicationPatchAtsApplication.js +95 -0
  229. package/funcs/applicationPatchAtsApplication.js.map +1 -0
  230. package/funcs/applicationRemoveAtsApplication.d.ts +12 -0
  231. package/funcs/applicationRemoveAtsApplication.d.ts.map +1 -0
  232. package/funcs/applicationRemoveAtsApplication.js +94 -0
  233. package/funcs/applicationRemoveAtsApplication.js.map +1 -0
  234. package/funcs/applicationUpdateAtsApplication.d.ts +13 -0
  235. package/funcs/applicationUpdateAtsApplication.d.ts.map +1 -0
  236. package/funcs/applicationUpdateAtsApplication.js +95 -0
  237. package/funcs/applicationUpdateAtsApplication.js.map +1 -0
  238. package/funcs/applicationstatusListAtsApplicationstatuses.d.ts +13 -0
  239. package/funcs/applicationstatusListAtsApplicationstatuses.d.ts.map +1 -0
  240. package/funcs/applicationstatusListAtsApplicationstatuses.js +102 -0
  241. package/funcs/applicationstatusListAtsApplicationstatuses.js.map +1 -0
  242. package/funcs/atsCreateAtsActivity.d.ts +13 -0
  243. package/funcs/atsCreateAtsActivity.d.ts.map +1 -0
  244. package/funcs/atsCreateAtsActivity.js +94 -0
  245. package/funcs/atsCreateAtsActivity.js.map +1 -0
  246. package/funcs/atsCreateAtsApplication.d.ts +13 -0
  247. package/funcs/atsCreateAtsApplication.d.ts.map +1 -0
  248. package/funcs/atsCreateAtsApplication.js +94 -0
  249. package/funcs/atsCreateAtsApplication.js.map +1 -0
  250. package/funcs/atsCreateAtsCandidate.d.ts +13 -0
  251. package/funcs/atsCreateAtsCandidate.d.ts.map +1 -0
  252. package/funcs/atsCreateAtsCandidate.js +94 -0
  253. package/funcs/atsCreateAtsCandidate.js.map +1 -0
  254. package/funcs/atsCreateAtsDocument.d.ts +13 -0
  255. package/funcs/atsCreateAtsDocument.d.ts.map +1 -0
  256. package/funcs/atsCreateAtsDocument.js +94 -0
  257. package/funcs/atsCreateAtsDocument.js.map +1 -0
  258. package/funcs/atsCreateAtsInterview.d.ts +13 -0
  259. package/funcs/atsCreateAtsInterview.d.ts.map +1 -0
  260. package/funcs/atsCreateAtsInterview.js +94 -0
  261. package/funcs/atsCreateAtsInterview.js.map +1 -0
  262. package/funcs/atsCreateAtsJob.d.ts +13 -0
  263. package/funcs/atsCreateAtsJob.d.ts.map +1 -0
  264. package/funcs/atsCreateAtsJob.js +94 -0
  265. package/funcs/atsCreateAtsJob.js.map +1 -0
  266. package/funcs/atsCreateAtsScorecard.d.ts +13 -0
  267. package/funcs/atsCreateAtsScorecard.d.ts.map +1 -0
  268. package/funcs/atsCreateAtsScorecard.js +94 -0
  269. package/funcs/atsCreateAtsScorecard.js.map +1 -0
  270. package/funcs/atsGetAtsActivity.d.ts +13 -0
  271. package/funcs/atsGetAtsActivity.d.ts.map +1 -0
  272. package/funcs/atsGetAtsActivity.js +98 -0
  273. package/funcs/atsGetAtsActivity.js.map +1 -0
  274. package/funcs/atsGetAtsApplication.d.ts +13 -0
  275. package/funcs/atsGetAtsApplication.d.ts.map +1 -0
  276. package/funcs/atsGetAtsApplication.js +98 -0
  277. package/funcs/atsGetAtsApplication.js.map +1 -0
  278. package/funcs/atsGetAtsCandidate.d.ts +13 -0
  279. package/funcs/atsGetAtsCandidate.d.ts.map +1 -0
  280. package/funcs/atsGetAtsCandidate.js +98 -0
  281. package/funcs/atsGetAtsCandidate.js.map +1 -0
  282. package/funcs/atsGetAtsCompany.d.ts +13 -0
  283. package/funcs/atsGetAtsCompany.d.ts.map +1 -0
  284. package/funcs/atsGetAtsCompany.js +98 -0
  285. package/funcs/atsGetAtsCompany.js.map +1 -0
  286. package/funcs/atsGetAtsDocument.d.ts +13 -0
  287. package/funcs/atsGetAtsDocument.d.ts.map +1 -0
  288. package/funcs/atsGetAtsDocument.js +98 -0
  289. package/funcs/atsGetAtsDocument.js.map +1 -0
  290. package/funcs/atsGetAtsInterview.d.ts +13 -0
  291. package/funcs/atsGetAtsInterview.d.ts.map +1 -0
  292. package/funcs/atsGetAtsInterview.js +98 -0
  293. package/funcs/atsGetAtsInterview.js.map +1 -0
  294. package/funcs/atsGetAtsJob.d.ts +13 -0
  295. package/funcs/atsGetAtsJob.d.ts.map +1 -0
  296. package/funcs/atsGetAtsJob.js +98 -0
  297. package/funcs/atsGetAtsJob.js.map +1 -0
  298. package/funcs/atsGetAtsScorecard.d.ts +13 -0
  299. package/funcs/atsGetAtsScorecard.d.ts.map +1 -0
  300. package/funcs/atsGetAtsScorecard.js +98 -0
  301. package/funcs/atsGetAtsScorecard.js.map +1 -0
  302. package/funcs/atsListAtsActivities.d.ts +13 -0
  303. package/funcs/atsListAtsActivities.d.ts.map +1 -0
  304. package/funcs/atsListAtsActivities.js +108 -0
  305. package/funcs/atsListAtsActivities.js.map +1 -0
  306. package/funcs/atsListAtsApplications.d.ts +13 -0
  307. package/funcs/atsListAtsApplications.d.ts.map +1 -0
  308. package/funcs/atsListAtsApplications.js +104 -0
  309. package/funcs/atsListAtsApplications.js.map +1 -0
  310. package/funcs/atsListAtsApplicationstatuses.d.ts +13 -0
  311. package/funcs/atsListAtsApplicationstatuses.d.ts.map +1 -0
  312. package/funcs/atsListAtsApplicationstatuses.js +102 -0
  313. package/funcs/atsListAtsApplicationstatuses.js.map +1 -0
  314. package/funcs/atsListAtsCandidates.d.ts +13 -0
  315. package/funcs/atsListAtsCandidates.d.ts.map +1 -0
  316. package/funcs/atsListAtsCandidates.js +103 -0
  317. package/funcs/atsListAtsCandidates.js.map +1 -0
  318. package/funcs/atsListAtsCompanies.d.ts +13 -0
  319. package/funcs/atsListAtsCompanies.d.ts.map +1 -0
  320. package/funcs/atsListAtsCompanies.js +102 -0
  321. package/funcs/atsListAtsCompanies.js.map +1 -0
  322. package/funcs/atsListAtsDocuments.d.ts +13 -0
  323. package/funcs/atsListAtsDocuments.d.ts.map +1 -0
  324. package/funcs/atsListAtsDocuments.js +104 -0
  325. package/funcs/atsListAtsDocuments.js.map +1 -0
  326. package/funcs/atsListAtsInterviews.d.ts +13 -0
  327. package/funcs/atsListAtsInterviews.d.ts.map +1 -0
  328. package/funcs/atsListAtsInterviews.js +103 -0
  329. package/funcs/atsListAtsInterviews.js.map +1 -0
  330. package/funcs/atsListAtsJobs.d.ts +13 -0
  331. package/funcs/atsListAtsJobs.d.ts.map +1 -0
  332. package/funcs/atsListAtsJobs.js +103 -0
  333. package/funcs/atsListAtsJobs.js.map +1 -0
  334. package/funcs/atsListAtsScorecards.d.ts +13 -0
  335. package/funcs/atsListAtsScorecards.d.ts.map +1 -0
  336. package/funcs/atsListAtsScorecards.js +106 -0
  337. package/funcs/atsListAtsScorecards.js.map +1 -0
  338. package/funcs/atsPatchAtsActivity.d.ts +13 -0
  339. package/funcs/atsPatchAtsActivity.d.ts.map +1 -0
  340. package/funcs/atsPatchAtsActivity.js +95 -0
  341. package/funcs/atsPatchAtsActivity.js.map +1 -0
  342. package/funcs/atsPatchAtsApplication.d.ts +13 -0
  343. package/funcs/atsPatchAtsApplication.d.ts.map +1 -0
  344. package/funcs/atsPatchAtsApplication.js +95 -0
  345. package/funcs/atsPatchAtsApplication.js.map +1 -0
  346. package/funcs/atsPatchAtsCandidate.d.ts +13 -0
  347. package/funcs/atsPatchAtsCandidate.d.ts.map +1 -0
  348. package/funcs/atsPatchAtsCandidate.js +95 -0
  349. package/funcs/atsPatchAtsCandidate.js.map +1 -0
  350. package/funcs/atsPatchAtsDocument.d.ts +13 -0
  351. package/funcs/atsPatchAtsDocument.d.ts.map +1 -0
  352. package/funcs/atsPatchAtsDocument.js +95 -0
  353. package/funcs/atsPatchAtsDocument.js.map +1 -0
  354. package/funcs/atsPatchAtsInterview.d.ts +13 -0
  355. package/funcs/atsPatchAtsInterview.d.ts.map +1 -0
  356. package/funcs/atsPatchAtsInterview.js +95 -0
  357. package/funcs/atsPatchAtsInterview.js.map +1 -0
  358. package/funcs/atsPatchAtsJob.d.ts +13 -0
  359. package/funcs/atsPatchAtsJob.d.ts.map +1 -0
  360. package/funcs/atsPatchAtsJob.js +95 -0
  361. package/funcs/atsPatchAtsJob.js.map +1 -0
  362. package/funcs/atsPatchAtsScorecard.d.ts +13 -0
  363. package/funcs/atsPatchAtsScorecard.d.ts.map +1 -0
  364. package/funcs/atsPatchAtsScorecard.js +95 -0
  365. package/funcs/atsPatchAtsScorecard.js.map +1 -0
  366. package/funcs/atsRemoveAtsActivity.d.ts +12 -0
  367. package/funcs/atsRemoveAtsActivity.d.ts.map +1 -0
  368. package/funcs/atsRemoveAtsActivity.js +94 -0
  369. package/funcs/atsRemoveAtsActivity.js.map +1 -0
  370. package/funcs/atsRemoveAtsApplication.d.ts +12 -0
  371. package/funcs/atsRemoveAtsApplication.d.ts.map +1 -0
  372. package/funcs/atsRemoveAtsApplication.js +94 -0
  373. package/funcs/atsRemoveAtsApplication.js.map +1 -0
  374. package/funcs/atsRemoveAtsCandidate.d.ts +12 -0
  375. package/funcs/atsRemoveAtsCandidate.d.ts.map +1 -0
  376. package/funcs/atsRemoveAtsCandidate.js +94 -0
  377. package/funcs/atsRemoveAtsCandidate.js.map +1 -0
  378. package/funcs/atsRemoveAtsDocument.d.ts +12 -0
  379. package/funcs/atsRemoveAtsDocument.d.ts.map +1 -0
  380. package/funcs/atsRemoveAtsDocument.js +94 -0
  381. package/funcs/atsRemoveAtsDocument.js.map +1 -0
  382. package/funcs/atsRemoveAtsInterview.d.ts +12 -0
  383. package/funcs/atsRemoveAtsInterview.d.ts.map +1 -0
  384. package/funcs/atsRemoveAtsInterview.js +94 -0
  385. package/funcs/atsRemoveAtsInterview.js.map +1 -0
  386. package/funcs/atsRemoveAtsJob.d.ts +12 -0
  387. package/funcs/atsRemoveAtsJob.d.ts.map +1 -0
  388. package/funcs/atsRemoveAtsJob.js +94 -0
  389. package/funcs/atsRemoveAtsJob.js.map +1 -0
  390. package/funcs/atsRemoveAtsScorecard.d.ts +12 -0
  391. package/funcs/atsRemoveAtsScorecard.d.ts.map +1 -0
  392. package/funcs/atsRemoveAtsScorecard.js +94 -0
  393. package/funcs/atsRemoveAtsScorecard.js.map +1 -0
  394. package/funcs/atsUpdateAtsActivity.d.ts +13 -0
  395. package/funcs/atsUpdateAtsActivity.d.ts.map +1 -0
  396. package/funcs/atsUpdateAtsActivity.js +95 -0
  397. package/funcs/atsUpdateAtsActivity.js.map +1 -0
  398. package/funcs/atsUpdateAtsApplication.d.ts +13 -0
  399. package/funcs/atsUpdateAtsApplication.d.ts.map +1 -0
  400. package/funcs/atsUpdateAtsApplication.js +95 -0
  401. package/funcs/atsUpdateAtsApplication.js.map +1 -0
  402. package/funcs/atsUpdateAtsCandidate.d.ts +13 -0
  403. package/funcs/atsUpdateAtsCandidate.d.ts.map +1 -0
  404. package/funcs/atsUpdateAtsCandidate.js +95 -0
  405. package/funcs/atsUpdateAtsCandidate.js.map +1 -0
  406. package/funcs/atsUpdateAtsDocument.d.ts +13 -0
  407. package/funcs/atsUpdateAtsDocument.d.ts.map +1 -0
  408. package/funcs/atsUpdateAtsDocument.js +95 -0
  409. package/funcs/atsUpdateAtsDocument.js.map +1 -0
  410. package/funcs/atsUpdateAtsInterview.d.ts +13 -0
  411. package/funcs/atsUpdateAtsInterview.d.ts.map +1 -0
  412. package/funcs/atsUpdateAtsInterview.js +95 -0
  413. package/funcs/atsUpdateAtsInterview.js.map +1 -0
  414. package/funcs/atsUpdateAtsJob.d.ts +13 -0
  415. package/funcs/atsUpdateAtsJob.d.ts.map +1 -0
  416. package/funcs/atsUpdateAtsJob.js +95 -0
  417. package/funcs/atsUpdateAtsJob.js.map +1 -0
  418. package/funcs/atsUpdateAtsScorecard.d.ts +13 -0
  419. package/funcs/atsUpdateAtsScorecard.d.ts.map +1 -0
  420. package/funcs/atsUpdateAtsScorecard.js +95 -0
  421. package/funcs/atsUpdateAtsScorecard.js.map +1 -0
  422. package/funcs/authGetUnifiedIntegrationAuth.d.ts +15 -0
  423. package/funcs/authGetUnifiedIntegrationAuth.d.ts.map +1 -0
  424. package/funcs/authGetUnifiedIntegrationAuth.js +112 -0
  425. package/funcs/authGetUnifiedIntegrationAuth.js.map +1 -0
  426. package/funcs/authGetUnifiedIntegrationLogin.d.ts +15 -0
  427. package/funcs/authGetUnifiedIntegrationLogin.d.ts.map +1 -0
  428. package/funcs/authGetUnifiedIntegrationLogin.js +108 -0
  429. package/funcs/authGetUnifiedIntegrationLogin.js.map +1 -0
  430. package/funcs/callListUcCalls.d.ts +13 -0
  431. package/funcs/callListUcCalls.d.ts.map +1 -0
  432. package/funcs/callListUcCalls.js +104 -0
  433. package/funcs/callListUcCalls.js.map +1 -0
  434. package/funcs/candidateCreateAtsCandidate.d.ts +13 -0
  435. package/funcs/candidateCreateAtsCandidate.d.ts.map +1 -0
  436. package/funcs/candidateCreateAtsCandidate.js +94 -0
  437. package/funcs/candidateCreateAtsCandidate.js.map +1 -0
  438. package/funcs/candidateGetAtsCandidate.d.ts +13 -0
  439. package/funcs/candidateGetAtsCandidate.d.ts.map +1 -0
  440. package/funcs/candidateGetAtsCandidate.js +98 -0
  441. package/funcs/candidateGetAtsCandidate.js.map +1 -0
  442. package/funcs/candidateListAtsCandidates.d.ts +13 -0
  443. package/funcs/candidateListAtsCandidates.d.ts.map +1 -0
  444. package/funcs/candidateListAtsCandidates.js +103 -0
  445. package/funcs/candidateListAtsCandidates.js.map +1 -0
  446. package/funcs/candidatePatchAtsCandidate.d.ts +13 -0
  447. package/funcs/candidatePatchAtsCandidate.d.ts.map +1 -0
  448. package/funcs/candidatePatchAtsCandidate.js +95 -0
  449. package/funcs/candidatePatchAtsCandidate.js.map +1 -0
  450. package/funcs/candidateRemoveAtsCandidate.d.ts +12 -0
  451. package/funcs/candidateRemoveAtsCandidate.d.ts.map +1 -0
  452. package/funcs/candidateRemoveAtsCandidate.js +94 -0
  453. package/funcs/candidateRemoveAtsCandidate.js.map +1 -0
  454. package/funcs/candidateUpdateAtsCandidate.d.ts +13 -0
  455. package/funcs/candidateUpdateAtsCandidate.d.ts.map +1 -0
  456. package/funcs/candidateUpdateAtsCandidate.js +95 -0
  457. package/funcs/candidateUpdateAtsCandidate.js.map +1 -0
  458. package/funcs/channelGetMessagingChannel.d.ts +13 -0
  459. package/funcs/channelGetMessagingChannel.d.ts.map +1 -0
  460. package/funcs/channelGetMessagingChannel.js +98 -0
  461. package/funcs/channelGetMessagingChannel.js.map +1 -0
  462. package/funcs/channelListMessagingChannels.d.ts +13 -0
  463. package/funcs/channelListMessagingChannels.d.ts.map +1 -0
  464. package/funcs/channelListMessagingChannels.js +103 -0
  465. package/funcs/channelListMessagingChannels.js.map +1 -0
  466. package/funcs/collectionCreateCommerceCollection.d.ts +13 -0
  467. package/funcs/collectionCreateCommerceCollection.d.ts.map +1 -0
  468. package/funcs/collectionCreateCommerceCollection.js +94 -0
  469. package/funcs/collectionCreateCommerceCollection.js.map +1 -0
  470. package/funcs/collectionGetCommerceCollection.d.ts +13 -0
  471. package/funcs/collectionGetCommerceCollection.d.ts.map +1 -0
  472. package/funcs/collectionGetCommerceCollection.js +98 -0
  473. package/funcs/collectionGetCommerceCollection.js.map +1 -0
  474. package/funcs/collectionListCommerceCollections.d.ts +13 -0
  475. package/funcs/collectionListCommerceCollections.d.ts.map +1 -0
  476. package/funcs/collectionListCommerceCollections.js +104 -0
  477. package/funcs/collectionListCommerceCollections.js.map +1 -0
  478. package/funcs/collectionPatchCommerceCollection.d.ts +13 -0
  479. package/funcs/collectionPatchCommerceCollection.d.ts.map +1 -0
  480. package/funcs/collectionPatchCommerceCollection.js +95 -0
  481. package/funcs/collectionPatchCommerceCollection.js.map +1 -0
  482. package/funcs/collectionRemoveCommerceCollection.d.ts +12 -0
  483. package/funcs/collectionRemoveCommerceCollection.d.ts.map +1 -0
  484. package/funcs/collectionRemoveCommerceCollection.js +94 -0
  485. package/funcs/collectionRemoveCommerceCollection.js.map +1 -0
  486. package/funcs/collectionUpdateCommerceCollection.d.ts +13 -0
  487. package/funcs/collectionUpdateCommerceCollection.d.ts.map +1 -0
  488. package/funcs/collectionUpdateCommerceCollection.js +95 -0
  489. package/funcs/collectionUpdateCommerceCollection.js.map +1 -0
  490. package/funcs/commerceCreateCommerceCollection.d.ts +13 -0
  491. package/funcs/commerceCreateCommerceCollection.d.ts.map +1 -0
  492. package/funcs/commerceCreateCommerceCollection.js +94 -0
  493. package/funcs/commerceCreateCommerceCollection.js.map +1 -0
  494. package/funcs/commerceCreateCommerceInventory.d.ts +13 -0
  495. package/funcs/commerceCreateCommerceInventory.d.ts.map +1 -0
  496. package/funcs/commerceCreateCommerceInventory.js +94 -0
  497. package/funcs/commerceCreateCommerceInventory.js.map +1 -0
  498. package/funcs/commerceCreateCommerceItem.d.ts +13 -0
  499. package/funcs/commerceCreateCommerceItem.d.ts.map +1 -0
  500. package/funcs/commerceCreateCommerceItem.js +94 -0
  501. package/funcs/commerceCreateCommerceItem.js.map +1 -0
  502. package/funcs/commerceCreateCommerceLocation.d.ts +13 -0
  503. package/funcs/commerceCreateCommerceLocation.d.ts.map +1 -0
  504. package/funcs/commerceCreateCommerceLocation.js +94 -0
  505. package/funcs/commerceCreateCommerceLocation.js.map +1 -0
  506. package/funcs/commerceGetCommerceCollection.d.ts +13 -0
  507. package/funcs/commerceGetCommerceCollection.d.ts.map +1 -0
  508. package/funcs/commerceGetCommerceCollection.js +98 -0
  509. package/funcs/commerceGetCommerceCollection.js.map +1 -0
  510. package/funcs/commerceGetCommerceInventory.d.ts +13 -0
  511. package/funcs/commerceGetCommerceInventory.d.ts.map +1 -0
  512. package/funcs/commerceGetCommerceInventory.js +98 -0
  513. package/funcs/commerceGetCommerceInventory.js.map +1 -0
  514. package/funcs/commerceGetCommerceItem.d.ts +13 -0
  515. package/funcs/commerceGetCommerceItem.d.ts.map +1 -0
  516. package/funcs/commerceGetCommerceItem.js +98 -0
  517. package/funcs/commerceGetCommerceItem.js.map +1 -0
  518. package/funcs/commerceGetCommerceLocation.d.ts +13 -0
  519. package/funcs/commerceGetCommerceLocation.d.ts.map +1 -0
  520. package/funcs/commerceGetCommerceLocation.js +98 -0
  521. package/funcs/commerceGetCommerceLocation.js.map +1 -0
  522. package/funcs/commerceListCommerceCollections.d.ts +13 -0
  523. package/funcs/commerceListCommerceCollections.d.ts.map +1 -0
  524. package/funcs/commerceListCommerceCollections.js +104 -0
  525. package/funcs/commerceListCommerceCollections.js.map +1 -0
  526. package/funcs/commerceListCommerceInventories.d.ts +13 -0
  527. package/funcs/commerceListCommerceInventories.d.ts.map +1 -0
  528. package/funcs/commerceListCommerceInventories.js +104 -0
  529. package/funcs/commerceListCommerceInventories.js.map +1 -0
  530. package/funcs/commerceListCommerceItems.d.ts +13 -0
  531. package/funcs/commerceListCommerceItems.d.ts.map +1 -0
  532. package/funcs/commerceListCommerceItems.js +103 -0
  533. package/funcs/commerceListCommerceItems.js.map +1 -0
  534. package/funcs/commerceListCommerceLocations.d.ts +13 -0
  535. package/funcs/commerceListCommerceLocations.d.ts.map +1 -0
  536. package/funcs/commerceListCommerceLocations.js +102 -0
  537. package/funcs/commerceListCommerceLocations.js.map +1 -0
  538. package/funcs/commercePatchCommerceCollection.d.ts +13 -0
  539. package/funcs/commercePatchCommerceCollection.d.ts.map +1 -0
  540. package/funcs/commercePatchCommerceCollection.js +95 -0
  541. package/funcs/commercePatchCommerceCollection.js.map +1 -0
  542. package/funcs/commercePatchCommerceInventory.d.ts +13 -0
  543. package/funcs/commercePatchCommerceInventory.d.ts.map +1 -0
  544. package/funcs/commercePatchCommerceInventory.js +95 -0
  545. package/funcs/commercePatchCommerceInventory.js.map +1 -0
  546. package/funcs/commercePatchCommerceItem.d.ts +13 -0
  547. package/funcs/commercePatchCommerceItem.d.ts.map +1 -0
  548. package/funcs/commercePatchCommerceItem.js +95 -0
  549. package/funcs/commercePatchCommerceItem.js.map +1 -0
  550. package/funcs/commercePatchCommerceLocation.d.ts +13 -0
  551. package/funcs/commercePatchCommerceLocation.d.ts.map +1 -0
  552. package/funcs/commercePatchCommerceLocation.js +95 -0
  553. package/funcs/commercePatchCommerceLocation.js.map +1 -0
  554. package/funcs/commerceRemoveCommerceCollection.d.ts +12 -0
  555. package/funcs/commerceRemoveCommerceCollection.d.ts.map +1 -0
  556. package/funcs/commerceRemoveCommerceCollection.js +94 -0
  557. package/funcs/commerceRemoveCommerceCollection.js.map +1 -0
  558. package/funcs/commerceRemoveCommerceInventory.d.ts +12 -0
  559. package/funcs/commerceRemoveCommerceInventory.d.ts.map +1 -0
  560. package/funcs/commerceRemoveCommerceInventory.js +94 -0
  561. package/funcs/commerceRemoveCommerceInventory.js.map +1 -0
  562. package/funcs/commerceRemoveCommerceItem.d.ts +12 -0
  563. package/funcs/commerceRemoveCommerceItem.d.ts.map +1 -0
  564. package/funcs/commerceRemoveCommerceItem.js +94 -0
  565. package/funcs/commerceRemoveCommerceItem.js.map +1 -0
  566. package/funcs/commerceRemoveCommerceLocation.d.ts +12 -0
  567. package/funcs/commerceRemoveCommerceLocation.d.ts.map +1 -0
  568. package/funcs/commerceRemoveCommerceLocation.js +94 -0
  569. package/funcs/commerceRemoveCommerceLocation.js.map +1 -0
  570. package/funcs/commerceUpdateCommerceCollection.d.ts +13 -0
  571. package/funcs/commerceUpdateCommerceCollection.d.ts.map +1 -0
  572. package/funcs/commerceUpdateCommerceCollection.js +95 -0
  573. package/funcs/commerceUpdateCommerceCollection.js.map +1 -0
  574. package/funcs/commerceUpdateCommerceInventory.d.ts +13 -0
  575. package/funcs/commerceUpdateCommerceInventory.d.ts.map +1 -0
  576. package/funcs/commerceUpdateCommerceInventory.js +95 -0
  577. package/funcs/commerceUpdateCommerceInventory.js.map +1 -0
  578. package/funcs/commerceUpdateCommerceItem.d.ts +13 -0
  579. package/funcs/commerceUpdateCommerceItem.d.ts.map +1 -0
  580. package/funcs/commerceUpdateCommerceItem.js +95 -0
  581. package/funcs/commerceUpdateCommerceItem.js.map +1 -0
  582. package/funcs/commerceUpdateCommerceLocation.d.ts +13 -0
  583. package/funcs/commerceUpdateCommerceLocation.d.ts.map +1 -0
  584. package/funcs/commerceUpdateCommerceLocation.js +95 -0
  585. package/funcs/commerceUpdateCommerceLocation.js.map +1 -0
  586. package/funcs/companyCreateCrmCompany.d.ts +13 -0
  587. package/funcs/companyCreateCrmCompany.d.ts.map +1 -0
  588. package/funcs/companyCreateCrmCompany.js +94 -0
  589. package/funcs/companyCreateCrmCompany.js.map +1 -0
  590. package/funcs/companyCreateHrisCompany.d.ts +13 -0
  591. package/funcs/companyCreateHrisCompany.d.ts.map +1 -0
  592. package/funcs/companyCreateHrisCompany.js +94 -0
  593. package/funcs/companyCreateHrisCompany.js.map +1 -0
  594. package/funcs/companyGetAtsCompany.d.ts +13 -0
  595. package/funcs/companyGetAtsCompany.d.ts.map +1 -0
  596. package/funcs/companyGetAtsCompany.js +98 -0
  597. package/funcs/companyGetAtsCompany.js.map +1 -0
  598. package/funcs/companyGetCrmCompany.d.ts +13 -0
  599. package/funcs/companyGetCrmCompany.d.ts.map +1 -0
  600. package/funcs/companyGetCrmCompany.js +98 -0
  601. package/funcs/companyGetCrmCompany.js.map +1 -0
  602. package/funcs/companyGetHrisCompany.d.ts +13 -0
  603. package/funcs/companyGetHrisCompany.d.ts.map +1 -0
  604. package/funcs/companyGetHrisCompany.js +98 -0
  605. package/funcs/companyGetHrisCompany.js.map +1 -0
  606. package/funcs/companyListAtsCompanies.d.ts +13 -0
  607. package/funcs/companyListAtsCompanies.d.ts.map +1 -0
  608. package/funcs/companyListAtsCompanies.js +102 -0
  609. package/funcs/companyListAtsCompanies.js.map +1 -0
  610. package/funcs/companyListCrmCompanies.d.ts +13 -0
  611. package/funcs/companyListCrmCompanies.d.ts.map +1 -0
  612. package/funcs/companyListCrmCompanies.js +105 -0
  613. package/funcs/companyListCrmCompanies.js.map +1 -0
  614. package/funcs/companyListEnrichCompanies.d.ts +13 -0
  615. package/funcs/companyListEnrichCompanies.d.ts.map +1 -0
  616. package/funcs/companyListEnrichCompanies.js +98 -0
  617. package/funcs/companyListEnrichCompanies.js.map +1 -0
  618. package/funcs/companyListHrisCompanies.d.ts +13 -0
  619. package/funcs/companyListHrisCompanies.d.ts.map +1 -0
  620. package/funcs/companyListHrisCompanies.js +102 -0
  621. package/funcs/companyListHrisCompanies.js.map +1 -0
  622. package/funcs/companyPatchCrmCompany.d.ts +13 -0
  623. package/funcs/companyPatchCrmCompany.d.ts.map +1 -0
  624. package/funcs/companyPatchCrmCompany.js +95 -0
  625. package/funcs/companyPatchCrmCompany.js.map +1 -0
  626. package/funcs/companyPatchHrisCompany.d.ts +13 -0
  627. package/funcs/companyPatchHrisCompany.d.ts.map +1 -0
  628. package/funcs/companyPatchHrisCompany.js +95 -0
  629. package/funcs/companyPatchHrisCompany.js.map +1 -0
  630. package/funcs/companyRemoveCrmCompany.d.ts +12 -0
  631. package/funcs/companyRemoveCrmCompany.d.ts.map +1 -0
  632. package/funcs/companyRemoveCrmCompany.js +94 -0
  633. package/funcs/companyRemoveCrmCompany.js.map +1 -0
  634. package/funcs/companyRemoveHrisCompany.d.ts +12 -0
  635. package/funcs/companyRemoveHrisCompany.d.ts.map +1 -0
  636. package/funcs/companyRemoveHrisCompany.js +94 -0
  637. package/funcs/companyRemoveHrisCompany.js.map +1 -0
  638. package/funcs/companyUpdateCrmCompany.d.ts +13 -0
  639. package/funcs/companyUpdateCrmCompany.d.ts.map +1 -0
  640. package/funcs/companyUpdateCrmCompany.js +95 -0
  641. package/funcs/companyUpdateCrmCompany.js.map +1 -0
  642. package/funcs/companyUpdateHrisCompany.d.ts +13 -0
  643. package/funcs/companyUpdateHrisCompany.d.ts.map +1 -0
  644. package/funcs/companyUpdateHrisCompany.js +95 -0
  645. package/funcs/companyUpdateHrisCompany.js.map +1 -0
  646. package/funcs/connectionCreateUnifiedConnection.d.ts +12 -0
  647. package/funcs/connectionCreateUnifiedConnection.d.ts.map +1 -0
  648. package/funcs/connectionCreateUnifiedConnection.js +87 -0
  649. package/funcs/connectionCreateUnifiedConnection.js.map +1 -0
  650. package/funcs/connectionGetUnifiedConnection.d.ts +13 -0
  651. package/funcs/connectionGetUnifiedConnection.d.ts.map +1 -0
  652. package/funcs/connectionGetUnifiedConnection.js +90 -0
  653. package/funcs/connectionGetUnifiedConnection.js.map +1 -0
  654. package/funcs/connectionListUnifiedConnections.d.ts +13 -0
  655. package/funcs/connectionListUnifiedConnections.d.ts.map +1 -0
  656. package/funcs/connectionListUnifiedConnections.js +97 -0
  657. package/funcs/connectionListUnifiedConnections.js.map +1 -0
  658. package/funcs/connectionPatchUnifiedConnection.d.ts +13 -0
  659. package/funcs/connectionPatchUnifiedConnection.d.ts.map +1 -0
  660. package/funcs/connectionPatchUnifiedConnection.js +91 -0
  661. package/funcs/connectionPatchUnifiedConnection.js.map +1 -0
  662. package/funcs/connectionRemoveUnifiedConnection.d.ts +12 -0
  663. package/funcs/connectionRemoveUnifiedConnection.d.ts.map +1 -0
  664. package/funcs/connectionRemoveUnifiedConnection.js +90 -0
  665. package/funcs/connectionRemoveUnifiedConnection.js.map +1 -0
  666. package/funcs/connectionUpdateUnifiedConnection.d.ts +13 -0
  667. package/funcs/connectionUpdateUnifiedConnection.d.ts.map +1 -0
  668. package/funcs/connectionUpdateUnifiedConnection.js +91 -0
  669. package/funcs/connectionUpdateUnifiedConnection.js.map +1 -0
  670. package/funcs/contactCreateAccountingContact.d.ts +13 -0
  671. package/funcs/contactCreateAccountingContact.d.ts.map +1 -0
  672. package/funcs/contactCreateAccountingContact.js +94 -0
  673. package/funcs/contactCreateAccountingContact.js.map +1 -0
  674. package/funcs/contactCreateCrmContact.d.ts +13 -0
  675. package/funcs/contactCreateCrmContact.d.ts.map +1 -0
  676. package/funcs/contactCreateCrmContact.js +94 -0
  677. package/funcs/contactCreateCrmContact.js.map +1 -0
  678. package/funcs/contactCreateUcContact.d.ts +13 -0
  679. package/funcs/contactCreateUcContact.d.ts.map +1 -0
  680. package/funcs/contactCreateUcContact.js +94 -0
  681. package/funcs/contactCreateUcContact.js.map +1 -0
  682. package/funcs/contactGetAccountingContact.d.ts +13 -0
  683. package/funcs/contactGetAccountingContact.d.ts.map +1 -0
  684. package/funcs/contactGetAccountingContact.js +98 -0
  685. package/funcs/contactGetAccountingContact.js.map +1 -0
  686. package/funcs/contactGetCrmContact.d.ts +13 -0
  687. package/funcs/contactGetCrmContact.d.ts.map +1 -0
  688. package/funcs/contactGetCrmContact.js +98 -0
  689. package/funcs/contactGetCrmContact.js.map +1 -0
  690. package/funcs/contactGetUcContact.d.ts +13 -0
  691. package/funcs/contactGetUcContact.d.ts.map +1 -0
  692. package/funcs/contactGetUcContact.js +98 -0
  693. package/funcs/contactGetUcContact.js.map +1 -0
  694. package/funcs/contactListAccountingContacts.d.ts +13 -0
  695. package/funcs/contactListAccountingContacts.d.ts.map +1 -0
  696. package/funcs/contactListAccountingContacts.js +103 -0
  697. package/funcs/contactListAccountingContacts.js.map +1 -0
  698. package/funcs/contactListCrmContacts.d.ts +13 -0
  699. package/funcs/contactListCrmContacts.d.ts.map +1 -0
  700. package/funcs/contactListCrmContacts.js +105 -0
  701. package/funcs/contactListCrmContacts.js.map +1 -0
  702. package/funcs/contactListUcContacts.d.ts +13 -0
  703. package/funcs/contactListUcContacts.d.ts.map +1 -0
  704. package/funcs/contactListUcContacts.js +103 -0
  705. package/funcs/contactListUcContacts.js.map +1 -0
  706. package/funcs/contactPatchAccountingContact.d.ts +13 -0
  707. package/funcs/contactPatchAccountingContact.d.ts.map +1 -0
  708. package/funcs/contactPatchAccountingContact.js +95 -0
  709. package/funcs/contactPatchAccountingContact.js.map +1 -0
  710. package/funcs/contactPatchCrmContact.d.ts +13 -0
  711. package/funcs/contactPatchCrmContact.d.ts.map +1 -0
  712. package/funcs/contactPatchCrmContact.js +95 -0
  713. package/funcs/contactPatchCrmContact.js.map +1 -0
  714. package/funcs/contactPatchUcContact.d.ts +13 -0
  715. package/funcs/contactPatchUcContact.d.ts.map +1 -0
  716. package/funcs/contactPatchUcContact.js +95 -0
  717. package/funcs/contactPatchUcContact.js.map +1 -0
  718. package/funcs/contactRemoveAccountingContact.d.ts +12 -0
  719. package/funcs/contactRemoveAccountingContact.d.ts.map +1 -0
  720. package/funcs/contactRemoveAccountingContact.js +94 -0
  721. package/funcs/contactRemoveAccountingContact.js.map +1 -0
  722. package/funcs/contactRemoveCrmContact.d.ts +12 -0
  723. package/funcs/contactRemoveCrmContact.d.ts.map +1 -0
  724. package/funcs/contactRemoveCrmContact.js +94 -0
  725. package/funcs/contactRemoveCrmContact.js.map +1 -0
  726. package/funcs/contactRemoveUcContact.d.ts +12 -0
  727. package/funcs/contactRemoveUcContact.d.ts.map +1 -0
  728. package/funcs/contactRemoveUcContact.js +94 -0
  729. package/funcs/contactRemoveUcContact.js.map +1 -0
  730. package/funcs/contactUpdateAccountingContact.d.ts +13 -0
  731. package/funcs/contactUpdateAccountingContact.d.ts.map +1 -0
  732. package/funcs/contactUpdateAccountingContact.js +95 -0
  733. package/funcs/contactUpdateAccountingContact.js.map +1 -0
  734. package/funcs/contactUpdateCrmContact.d.ts +13 -0
  735. package/funcs/contactUpdateCrmContact.d.ts.map +1 -0
  736. package/funcs/contactUpdateCrmContact.js +95 -0
  737. package/funcs/contactUpdateCrmContact.js.map +1 -0
  738. package/funcs/contactUpdateUcContact.d.ts +13 -0
  739. package/funcs/contactUpdateUcContact.d.ts.map +1 -0
  740. package/funcs/contactUpdateUcContact.js +95 -0
  741. package/funcs/contactUpdateUcContact.js.map +1 -0
  742. package/funcs/crmCreateCrmCompany.d.ts +13 -0
  743. package/funcs/crmCreateCrmCompany.d.ts.map +1 -0
  744. package/funcs/crmCreateCrmCompany.js +94 -0
  745. package/funcs/crmCreateCrmCompany.js.map +1 -0
  746. package/funcs/crmCreateCrmContact.d.ts +13 -0
  747. package/funcs/crmCreateCrmContact.d.ts.map +1 -0
  748. package/funcs/crmCreateCrmContact.js +94 -0
  749. package/funcs/crmCreateCrmContact.js.map +1 -0
  750. package/funcs/crmCreateCrmDeal.d.ts +13 -0
  751. package/funcs/crmCreateCrmDeal.d.ts.map +1 -0
  752. package/funcs/crmCreateCrmDeal.js +94 -0
  753. package/funcs/crmCreateCrmDeal.js.map +1 -0
  754. package/funcs/crmCreateCrmEvent.d.ts +13 -0
  755. package/funcs/crmCreateCrmEvent.d.ts.map +1 -0
  756. package/funcs/crmCreateCrmEvent.js +94 -0
  757. package/funcs/crmCreateCrmEvent.js.map +1 -0
  758. package/funcs/crmCreateCrmLead.d.ts +13 -0
  759. package/funcs/crmCreateCrmLead.d.ts.map +1 -0
  760. package/funcs/crmCreateCrmLead.js +94 -0
  761. package/funcs/crmCreateCrmLead.js.map +1 -0
  762. package/funcs/crmCreateCrmPipeline.d.ts +13 -0
  763. package/funcs/crmCreateCrmPipeline.d.ts.map +1 -0
  764. package/funcs/crmCreateCrmPipeline.js +94 -0
  765. package/funcs/crmCreateCrmPipeline.js.map +1 -0
  766. package/funcs/crmGetCrmCompany.d.ts +13 -0
  767. package/funcs/crmGetCrmCompany.d.ts.map +1 -0
  768. package/funcs/crmGetCrmCompany.js +98 -0
  769. package/funcs/crmGetCrmCompany.js.map +1 -0
  770. package/funcs/crmGetCrmContact.d.ts +13 -0
  771. package/funcs/crmGetCrmContact.d.ts.map +1 -0
  772. package/funcs/crmGetCrmContact.js +98 -0
  773. package/funcs/crmGetCrmContact.js.map +1 -0
  774. package/funcs/crmGetCrmDeal.d.ts +13 -0
  775. package/funcs/crmGetCrmDeal.d.ts.map +1 -0
  776. package/funcs/crmGetCrmDeal.js +98 -0
  777. package/funcs/crmGetCrmDeal.js.map +1 -0
  778. package/funcs/crmGetCrmEvent.d.ts +13 -0
  779. package/funcs/crmGetCrmEvent.d.ts.map +1 -0
  780. package/funcs/crmGetCrmEvent.js +98 -0
  781. package/funcs/crmGetCrmEvent.js.map +1 -0
  782. package/funcs/crmGetCrmLead.d.ts +13 -0
  783. package/funcs/crmGetCrmLead.d.ts.map +1 -0
  784. package/funcs/crmGetCrmLead.js +98 -0
  785. package/funcs/crmGetCrmLead.js.map +1 -0
  786. package/funcs/crmGetCrmPipeline.d.ts +13 -0
  787. package/funcs/crmGetCrmPipeline.d.ts.map +1 -0
  788. package/funcs/crmGetCrmPipeline.js +98 -0
  789. package/funcs/crmGetCrmPipeline.js.map +1 -0
  790. package/funcs/crmListCrmCompanies.d.ts +13 -0
  791. package/funcs/crmListCrmCompanies.d.ts.map +1 -0
  792. package/funcs/crmListCrmCompanies.js +105 -0
  793. package/funcs/crmListCrmCompanies.js.map +1 -0
  794. package/funcs/crmListCrmContacts.d.ts +13 -0
  795. package/funcs/crmListCrmContacts.d.ts.map +1 -0
  796. package/funcs/crmListCrmContacts.js +105 -0
  797. package/funcs/crmListCrmContacts.js.map +1 -0
  798. package/funcs/crmListCrmDeals.d.ts +13 -0
  799. package/funcs/crmListCrmDeals.d.ts.map +1 -0
  800. package/funcs/crmListCrmDeals.js +105 -0
  801. package/funcs/crmListCrmDeals.js.map +1 -0
  802. package/funcs/crmListCrmEvents.d.ts +13 -0
  803. package/funcs/crmListCrmEvents.d.ts.map +1 -0
  804. package/funcs/crmListCrmEvents.js +107 -0
  805. package/funcs/crmListCrmEvents.js.map +1 -0
  806. package/funcs/crmListCrmLeads.d.ts +13 -0
  807. package/funcs/crmListCrmLeads.d.ts.map +1 -0
  808. package/funcs/crmListCrmLeads.js +105 -0
  809. package/funcs/crmListCrmLeads.js.map +1 -0
  810. package/funcs/crmListCrmPipelines.d.ts +13 -0
  811. package/funcs/crmListCrmPipelines.d.ts.map +1 -0
  812. package/funcs/crmListCrmPipelines.js +102 -0
  813. package/funcs/crmListCrmPipelines.js.map +1 -0
  814. package/funcs/crmPatchCrmCompany.d.ts +13 -0
  815. package/funcs/crmPatchCrmCompany.d.ts.map +1 -0
  816. package/funcs/crmPatchCrmCompany.js +95 -0
  817. package/funcs/crmPatchCrmCompany.js.map +1 -0
  818. package/funcs/crmPatchCrmContact.d.ts +13 -0
  819. package/funcs/crmPatchCrmContact.d.ts.map +1 -0
  820. package/funcs/crmPatchCrmContact.js +95 -0
  821. package/funcs/crmPatchCrmContact.js.map +1 -0
  822. package/funcs/crmPatchCrmDeal.d.ts +13 -0
  823. package/funcs/crmPatchCrmDeal.d.ts.map +1 -0
  824. package/funcs/crmPatchCrmDeal.js +95 -0
  825. package/funcs/crmPatchCrmDeal.js.map +1 -0
  826. package/funcs/crmPatchCrmEvent.d.ts +13 -0
  827. package/funcs/crmPatchCrmEvent.d.ts.map +1 -0
  828. package/funcs/crmPatchCrmEvent.js +95 -0
  829. package/funcs/crmPatchCrmEvent.js.map +1 -0
  830. package/funcs/crmPatchCrmLead.d.ts +13 -0
  831. package/funcs/crmPatchCrmLead.d.ts.map +1 -0
  832. package/funcs/crmPatchCrmLead.js +95 -0
  833. package/funcs/crmPatchCrmLead.js.map +1 -0
  834. package/funcs/crmPatchCrmPipeline.d.ts +13 -0
  835. package/funcs/crmPatchCrmPipeline.d.ts.map +1 -0
  836. package/funcs/crmPatchCrmPipeline.js +95 -0
  837. package/funcs/crmPatchCrmPipeline.js.map +1 -0
  838. package/funcs/crmRemoveCrmCompany.d.ts +12 -0
  839. package/funcs/crmRemoveCrmCompany.d.ts.map +1 -0
  840. package/funcs/crmRemoveCrmCompany.js +94 -0
  841. package/funcs/crmRemoveCrmCompany.js.map +1 -0
  842. package/funcs/crmRemoveCrmContact.d.ts +12 -0
  843. package/funcs/crmRemoveCrmContact.d.ts.map +1 -0
  844. package/funcs/crmRemoveCrmContact.js +94 -0
  845. package/funcs/crmRemoveCrmContact.js.map +1 -0
  846. package/funcs/crmRemoveCrmDeal.d.ts +12 -0
  847. package/funcs/crmRemoveCrmDeal.d.ts.map +1 -0
  848. package/funcs/crmRemoveCrmDeal.js +94 -0
  849. package/funcs/crmRemoveCrmDeal.js.map +1 -0
  850. package/funcs/crmRemoveCrmEvent.d.ts +12 -0
  851. package/funcs/crmRemoveCrmEvent.d.ts.map +1 -0
  852. package/funcs/crmRemoveCrmEvent.js +94 -0
  853. package/funcs/crmRemoveCrmEvent.js.map +1 -0
  854. package/funcs/crmRemoveCrmLead.d.ts +12 -0
  855. package/funcs/crmRemoveCrmLead.d.ts.map +1 -0
  856. package/funcs/crmRemoveCrmLead.js +94 -0
  857. package/funcs/crmRemoveCrmLead.js.map +1 -0
  858. package/funcs/crmRemoveCrmPipeline.d.ts +12 -0
  859. package/funcs/crmRemoveCrmPipeline.d.ts.map +1 -0
  860. package/funcs/crmRemoveCrmPipeline.js +94 -0
  861. package/funcs/crmRemoveCrmPipeline.js.map +1 -0
  862. package/funcs/crmUpdateCrmCompany.d.ts +13 -0
  863. package/funcs/crmUpdateCrmCompany.d.ts.map +1 -0
  864. package/funcs/crmUpdateCrmCompany.js +95 -0
  865. package/funcs/crmUpdateCrmCompany.js.map +1 -0
  866. package/funcs/crmUpdateCrmContact.d.ts +13 -0
  867. package/funcs/crmUpdateCrmContact.d.ts.map +1 -0
  868. package/funcs/crmUpdateCrmContact.js +95 -0
  869. package/funcs/crmUpdateCrmContact.js.map +1 -0
  870. package/funcs/crmUpdateCrmDeal.d.ts +13 -0
  871. package/funcs/crmUpdateCrmDeal.d.ts.map +1 -0
  872. package/funcs/crmUpdateCrmDeal.js +95 -0
  873. package/funcs/crmUpdateCrmDeal.js.map +1 -0
  874. package/funcs/crmUpdateCrmEvent.d.ts +13 -0
  875. package/funcs/crmUpdateCrmEvent.d.ts.map +1 -0
  876. package/funcs/crmUpdateCrmEvent.js +95 -0
  877. package/funcs/crmUpdateCrmEvent.js.map +1 -0
  878. package/funcs/crmUpdateCrmLead.d.ts +13 -0
  879. package/funcs/crmUpdateCrmLead.d.ts.map +1 -0
  880. package/funcs/crmUpdateCrmLead.js +95 -0
  881. package/funcs/crmUpdateCrmLead.js.map +1 -0
  882. package/funcs/crmUpdateCrmPipeline.d.ts +13 -0
  883. package/funcs/crmUpdateCrmPipeline.d.ts.map +1 -0
  884. package/funcs/crmUpdateCrmPipeline.js +95 -0
  885. package/funcs/crmUpdateCrmPipeline.js.map +1 -0
  886. package/funcs/customerCreateTicketingCustomer.d.ts +13 -0
  887. package/funcs/customerCreateTicketingCustomer.d.ts.map +1 -0
  888. package/funcs/customerCreateTicketingCustomer.js +94 -0
  889. package/funcs/customerCreateTicketingCustomer.js.map +1 -0
  890. package/funcs/customerGetTicketingCustomer.d.ts +13 -0
  891. package/funcs/customerGetTicketingCustomer.d.ts.map +1 -0
  892. package/funcs/customerGetTicketingCustomer.js +98 -0
  893. package/funcs/customerGetTicketingCustomer.js.map +1 -0
  894. package/funcs/customerListTicketingCustomers.d.ts +13 -0
  895. package/funcs/customerListTicketingCustomers.d.ts.map +1 -0
  896. package/funcs/customerListTicketingCustomers.js +102 -0
  897. package/funcs/customerListTicketingCustomers.js.map +1 -0
  898. package/funcs/customerPatchTicketingCustomer.d.ts +13 -0
  899. package/funcs/customerPatchTicketingCustomer.d.ts.map +1 -0
  900. package/funcs/customerPatchTicketingCustomer.js +95 -0
  901. package/funcs/customerPatchTicketingCustomer.js.map +1 -0
  902. package/funcs/customerRemoveTicketingCustomer.d.ts +12 -0
  903. package/funcs/customerRemoveTicketingCustomer.d.ts.map +1 -0
  904. package/funcs/customerRemoveTicketingCustomer.js +94 -0
  905. package/funcs/customerRemoveTicketingCustomer.js.map +1 -0
  906. package/funcs/customerUpdateTicketingCustomer.d.ts +13 -0
  907. package/funcs/customerUpdateTicketingCustomer.d.ts.map +1 -0
  908. package/funcs/customerUpdateTicketingCustomer.js +95 -0
  909. package/funcs/customerUpdateTicketingCustomer.js.map +1 -0
  910. package/funcs/dealCreateCrmDeal.d.ts +13 -0
  911. package/funcs/dealCreateCrmDeal.d.ts.map +1 -0
  912. package/funcs/dealCreateCrmDeal.js +94 -0
  913. package/funcs/dealCreateCrmDeal.js.map +1 -0
  914. package/funcs/dealGetCrmDeal.d.ts +13 -0
  915. package/funcs/dealGetCrmDeal.d.ts.map +1 -0
  916. package/funcs/dealGetCrmDeal.js +98 -0
  917. package/funcs/dealGetCrmDeal.js.map +1 -0
  918. package/funcs/dealListCrmDeals.d.ts +13 -0
  919. package/funcs/dealListCrmDeals.d.ts.map +1 -0
  920. package/funcs/dealListCrmDeals.js +105 -0
  921. package/funcs/dealListCrmDeals.js.map +1 -0
  922. package/funcs/dealPatchCrmDeal.d.ts +13 -0
  923. package/funcs/dealPatchCrmDeal.d.ts.map +1 -0
  924. package/funcs/dealPatchCrmDeal.js +95 -0
  925. package/funcs/dealPatchCrmDeal.js.map +1 -0
  926. package/funcs/dealRemoveCrmDeal.d.ts +12 -0
  927. package/funcs/dealRemoveCrmDeal.d.ts.map +1 -0
  928. package/funcs/dealRemoveCrmDeal.js +94 -0
  929. package/funcs/dealRemoveCrmDeal.js.map +1 -0
  930. package/funcs/dealUpdateCrmDeal.d.ts +13 -0
  931. package/funcs/dealUpdateCrmDeal.d.ts.map +1 -0
  932. package/funcs/dealUpdateCrmDeal.js +95 -0
  933. package/funcs/dealUpdateCrmDeal.js.map +1 -0
  934. package/funcs/documentCreateAtsDocument.d.ts +13 -0
  935. package/funcs/documentCreateAtsDocument.d.ts.map +1 -0
  936. package/funcs/documentCreateAtsDocument.js +94 -0
  937. package/funcs/documentCreateAtsDocument.js.map +1 -0
  938. package/funcs/documentGetAtsDocument.d.ts +13 -0
  939. package/funcs/documentGetAtsDocument.d.ts.map +1 -0
  940. package/funcs/documentGetAtsDocument.js +98 -0
  941. package/funcs/documentGetAtsDocument.js.map +1 -0
  942. package/funcs/documentListAtsDocuments.d.ts +13 -0
  943. package/funcs/documentListAtsDocuments.d.ts.map +1 -0
  944. package/funcs/documentListAtsDocuments.js +104 -0
  945. package/funcs/documentListAtsDocuments.js.map +1 -0
  946. package/funcs/documentPatchAtsDocument.d.ts +13 -0
  947. package/funcs/documentPatchAtsDocument.d.ts.map +1 -0
  948. package/funcs/documentPatchAtsDocument.js +95 -0
  949. package/funcs/documentPatchAtsDocument.js.map +1 -0
  950. package/funcs/documentRemoveAtsDocument.d.ts +12 -0
  951. package/funcs/documentRemoveAtsDocument.d.ts.map +1 -0
  952. package/funcs/documentRemoveAtsDocument.js +94 -0
  953. package/funcs/documentRemoveAtsDocument.js.map +1 -0
  954. package/funcs/documentUpdateAtsDocument.d.ts +13 -0
  955. package/funcs/documentUpdateAtsDocument.d.ts.map +1 -0
  956. package/funcs/documentUpdateAtsDocument.js +95 -0
  957. package/funcs/documentUpdateAtsDocument.js.map +1 -0
  958. package/funcs/employeeCreateHrisEmployee.d.ts +13 -0
  959. package/funcs/employeeCreateHrisEmployee.d.ts.map +1 -0
  960. package/funcs/employeeCreateHrisEmployee.js +94 -0
  961. package/funcs/employeeCreateHrisEmployee.js.map +1 -0
  962. package/funcs/employeeGetHrisEmployee.d.ts +13 -0
  963. package/funcs/employeeGetHrisEmployee.d.ts.map +1 -0
  964. package/funcs/employeeGetHrisEmployee.js +98 -0
  965. package/funcs/employeeGetHrisEmployee.js.map +1 -0
  966. package/funcs/employeeListHrisEmployees.d.ts +13 -0
  967. package/funcs/employeeListHrisEmployees.d.ts.map +1 -0
  968. package/funcs/employeeListHrisEmployees.js +103 -0
  969. package/funcs/employeeListHrisEmployees.js.map +1 -0
  970. package/funcs/employeePatchHrisEmployee.d.ts +13 -0
  971. package/funcs/employeePatchHrisEmployee.d.ts.map +1 -0
  972. package/funcs/employeePatchHrisEmployee.js +95 -0
  973. package/funcs/employeePatchHrisEmployee.js.map +1 -0
  974. package/funcs/employeeRemoveHrisEmployee.d.ts +12 -0
  975. package/funcs/employeeRemoveHrisEmployee.d.ts.map +1 -0
  976. package/funcs/employeeRemoveHrisEmployee.js +94 -0
  977. package/funcs/employeeRemoveHrisEmployee.js.map +1 -0
  978. package/funcs/employeeUpdateHrisEmployee.d.ts +13 -0
  979. package/funcs/employeeUpdateHrisEmployee.d.ts.map +1 -0
  980. package/funcs/employeeUpdateHrisEmployee.js +95 -0
  981. package/funcs/employeeUpdateHrisEmployee.js.map +1 -0
  982. package/funcs/enrichListEnrichCompanies.d.ts +13 -0
  983. package/funcs/enrichListEnrichCompanies.d.ts.map +1 -0
  984. package/funcs/enrichListEnrichCompanies.js +98 -0
  985. package/funcs/enrichListEnrichCompanies.js.map +1 -0
  986. package/funcs/enrichListEnrichPeople.d.ts +13 -0
  987. package/funcs/enrichListEnrichPeople.d.ts.map +1 -0
  988. package/funcs/enrichListEnrichPeople.js +101 -0
  989. package/funcs/enrichListEnrichPeople.js.map +1 -0
  990. package/funcs/eventCreateCrmEvent.d.ts +13 -0
  991. package/funcs/eventCreateCrmEvent.d.ts.map +1 -0
  992. package/funcs/eventCreateCrmEvent.js +94 -0
  993. package/funcs/eventCreateCrmEvent.js.map +1 -0
  994. package/funcs/eventGetCrmEvent.d.ts +13 -0
  995. package/funcs/eventGetCrmEvent.d.ts.map +1 -0
  996. package/funcs/eventGetCrmEvent.js +98 -0
  997. package/funcs/eventGetCrmEvent.js.map +1 -0
  998. package/funcs/eventListCrmEvents.d.ts +13 -0
  999. package/funcs/eventListCrmEvents.d.ts.map +1 -0
  1000. package/funcs/eventListCrmEvents.js +107 -0
  1001. package/funcs/eventListCrmEvents.js.map +1 -0
  1002. package/funcs/eventPatchCrmEvent.d.ts +13 -0
  1003. package/funcs/eventPatchCrmEvent.d.ts.map +1 -0
  1004. package/funcs/eventPatchCrmEvent.js +95 -0
  1005. package/funcs/eventPatchCrmEvent.js.map +1 -0
  1006. package/funcs/eventRemoveCrmEvent.d.ts +12 -0
  1007. package/funcs/eventRemoveCrmEvent.d.ts.map +1 -0
  1008. package/funcs/eventRemoveCrmEvent.js +94 -0
  1009. package/funcs/eventRemoveCrmEvent.js.map +1 -0
  1010. package/funcs/eventUpdateCrmEvent.d.ts +13 -0
  1011. package/funcs/eventUpdateCrmEvent.d.ts.map +1 -0
  1012. package/funcs/eventUpdateCrmEvent.js +95 -0
  1013. package/funcs/eventUpdateCrmEvent.js.map +1 -0
  1014. package/funcs/fileCreateStorageFile.d.ts +13 -0
  1015. package/funcs/fileCreateStorageFile.d.ts.map +1 -0
  1016. package/funcs/fileCreateStorageFile.js +94 -0
  1017. package/funcs/fileCreateStorageFile.js.map +1 -0
  1018. package/funcs/fileGetStorageFile.d.ts +13 -0
  1019. package/funcs/fileGetStorageFile.d.ts.map +1 -0
  1020. package/funcs/fileGetStorageFile.js +98 -0
  1021. package/funcs/fileGetStorageFile.js.map +1 -0
  1022. package/funcs/fileListStorageFiles.d.ts +13 -0
  1023. package/funcs/fileListStorageFiles.d.ts.map +1 -0
  1024. package/funcs/fileListStorageFiles.js +103 -0
  1025. package/funcs/fileListStorageFiles.js.map +1 -0
  1026. package/funcs/filePatchStorageFile.d.ts +13 -0
  1027. package/funcs/filePatchStorageFile.d.ts.map +1 -0
  1028. package/funcs/filePatchStorageFile.js +95 -0
  1029. package/funcs/filePatchStorageFile.js.map +1 -0
  1030. package/funcs/fileRemoveStorageFile.d.ts +12 -0
  1031. package/funcs/fileRemoveStorageFile.d.ts.map +1 -0
  1032. package/funcs/fileRemoveStorageFile.js +94 -0
  1033. package/funcs/fileRemoveStorageFile.js.map +1 -0
  1034. package/funcs/fileUpdateStorageFile.d.ts +13 -0
  1035. package/funcs/fileUpdateStorageFile.d.ts.map +1 -0
  1036. package/funcs/fileUpdateStorageFile.js +95 -0
  1037. package/funcs/fileUpdateStorageFile.js.map +1 -0
  1038. package/funcs/genaiCreateGenaiPrompt.d.ts +13 -0
  1039. package/funcs/genaiCreateGenaiPrompt.d.ts.map +1 -0
  1040. package/funcs/genaiCreateGenaiPrompt.js +94 -0
  1041. package/funcs/genaiCreateGenaiPrompt.js.map +1 -0
  1042. package/funcs/genaiListGenaiModels.d.ts +13 -0
  1043. package/funcs/genaiListGenaiModels.d.ts.map +1 -0
  1044. package/funcs/genaiListGenaiModels.js +102 -0
  1045. package/funcs/genaiListGenaiModels.js.map +1 -0
  1046. package/funcs/groupCreateHrisGroup.d.ts +13 -0
  1047. package/funcs/groupCreateHrisGroup.d.ts.map +1 -0
  1048. package/funcs/groupCreateHrisGroup.js +94 -0
  1049. package/funcs/groupCreateHrisGroup.js.map +1 -0
  1050. package/funcs/groupGetHrisGroup.d.ts +13 -0
  1051. package/funcs/groupGetHrisGroup.d.ts.map +1 -0
  1052. package/funcs/groupGetHrisGroup.js +98 -0
  1053. package/funcs/groupGetHrisGroup.js.map +1 -0
  1054. package/funcs/groupListHrisGroups.d.ts +13 -0
  1055. package/funcs/groupListHrisGroups.d.ts.map +1 -0
  1056. package/funcs/groupListHrisGroups.js +103 -0
  1057. package/funcs/groupListHrisGroups.js.map +1 -0
  1058. package/funcs/groupPatchHrisGroup.d.ts +13 -0
  1059. package/funcs/groupPatchHrisGroup.d.ts.map +1 -0
  1060. package/funcs/groupPatchHrisGroup.js +95 -0
  1061. package/funcs/groupPatchHrisGroup.js.map +1 -0
  1062. package/funcs/groupRemoveHrisGroup.d.ts +12 -0
  1063. package/funcs/groupRemoveHrisGroup.d.ts.map +1 -0
  1064. package/funcs/groupRemoveHrisGroup.js +94 -0
  1065. package/funcs/groupRemoveHrisGroup.js.map +1 -0
  1066. package/funcs/groupUpdateHrisGroup.d.ts +13 -0
  1067. package/funcs/groupUpdateHrisGroup.d.ts.map +1 -0
  1068. package/funcs/groupUpdateHrisGroup.js +95 -0
  1069. package/funcs/groupUpdateHrisGroup.js.map +1 -0
  1070. package/funcs/hrisCreateHrisCompany.d.ts +13 -0
  1071. package/funcs/hrisCreateHrisCompany.d.ts.map +1 -0
  1072. package/funcs/hrisCreateHrisCompany.js +94 -0
  1073. package/funcs/hrisCreateHrisCompany.js.map +1 -0
  1074. package/funcs/hrisCreateHrisEmployee.d.ts +13 -0
  1075. package/funcs/hrisCreateHrisEmployee.d.ts.map +1 -0
  1076. package/funcs/hrisCreateHrisEmployee.js +94 -0
  1077. package/funcs/hrisCreateHrisEmployee.js.map +1 -0
  1078. package/funcs/hrisCreateHrisGroup.d.ts +13 -0
  1079. package/funcs/hrisCreateHrisGroup.d.ts.map +1 -0
  1080. package/funcs/hrisCreateHrisGroup.js +94 -0
  1081. package/funcs/hrisCreateHrisGroup.js.map +1 -0
  1082. package/funcs/hrisCreateHrisLocation.d.ts +13 -0
  1083. package/funcs/hrisCreateHrisLocation.d.ts.map +1 -0
  1084. package/funcs/hrisCreateHrisLocation.js +94 -0
  1085. package/funcs/hrisCreateHrisLocation.js.map +1 -0
  1086. package/funcs/hrisGetHrisCompany.d.ts +13 -0
  1087. package/funcs/hrisGetHrisCompany.d.ts.map +1 -0
  1088. package/funcs/hrisGetHrisCompany.js +98 -0
  1089. package/funcs/hrisGetHrisCompany.js.map +1 -0
  1090. package/funcs/hrisGetHrisEmployee.d.ts +13 -0
  1091. package/funcs/hrisGetHrisEmployee.d.ts.map +1 -0
  1092. package/funcs/hrisGetHrisEmployee.js +98 -0
  1093. package/funcs/hrisGetHrisEmployee.js.map +1 -0
  1094. package/funcs/hrisGetHrisGroup.d.ts +13 -0
  1095. package/funcs/hrisGetHrisGroup.d.ts.map +1 -0
  1096. package/funcs/hrisGetHrisGroup.js +98 -0
  1097. package/funcs/hrisGetHrisGroup.js.map +1 -0
  1098. package/funcs/hrisGetHrisLocation.d.ts +13 -0
  1099. package/funcs/hrisGetHrisLocation.d.ts.map +1 -0
  1100. package/funcs/hrisGetHrisLocation.js +98 -0
  1101. package/funcs/hrisGetHrisLocation.js.map +1 -0
  1102. package/funcs/hrisGetHrisPayslip.d.ts +13 -0
  1103. package/funcs/hrisGetHrisPayslip.d.ts.map +1 -0
  1104. package/funcs/hrisGetHrisPayslip.js +98 -0
  1105. package/funcs/hrisGetHrisPayslip.js.map +1 -0
  1106. package/funcs/hrisGetHrisTimeoff.d.ts +13 -0
  1107. package/funcs/hrisGetHrisTimeoff.d.ts.map +1 -0
  1108. package/funcs/hrisGetHrisTimeoff.js +98 -0
  1109. package/funcs/hrisGetHrisTimeoff.js.map +1 -0
  1110. package/funcs/hrisListHrisCompanies.d.ts +13 -0
  1111. package/funcs/hrisListHrisCompanies.d.ts.map +1 -0
  1112. package/funcs/hrisListHrisCompanies.js +102 -0
  1113. package/funcs/hrisListHrisCompanies.js.map +1 -0
  1114. package/funcs/hrisListHrisEmployees.d.ts +13 -0
  1115. package/funcs/hrisListHrisEmployees.d.ts.map +1 -0
  1116. package/funcs/hrisListHrisEmployees.js +103 -0
  1117. package/funcs/hrisListHrisEmployees.js.map +1 -0
  1118. package/funcs/hrisListHrisGroups.d.ts +13 -0
  1119. package/funcs/hrisListHrisGroups.d.ts.map +1 -0
  1120. package/funcs/hrisListHrisGroups.js +103 -0
  1121. package/funcs/hrisListHrisGroups.js.map +1 -0
  1122. package/funcs/hrisListHrisLocations.d.ts +13 -0
  1123. package/funcs/hrisListHrisLocations.d.ts.map +1 -0
  1124. package/funcs/hrisListHrisLocations.js +102 -0
  1125. package/funcs/hrisListHrisLocations.js.map +1 -0
  1126. package/funcs/hrisListHrisPayslips.d.ts +13 -0
  1127. package/funcs/hrisListHrisPayslips.d.ts.map +1 -0
  1128. package/funcs/hrisListHrisPayslips.js +103 -0
  1129. package/funcs/hrisListHrisPayslips.js.map +1 -0
  1130. package/funcs/hrisListHrisTimeoffs.d.ts +13 -0
  1131. package/funcs/hrisListHrisTimeoffs.d.ts.map +1 -0
  1132. package/funcs/hrisListHrisTimeoffs.js +103 -0
  1133. package/funcs/hrisListHrisTimeoffs.js.map +1 -0
  1134. package/funcs/hrisPatchHrisCompany.d.ts +13 -0
  1135. package/funcs/hrisPatchHrisCompany.d.ts.map +1 -0
  1136. package/funcs/hrisPatchHrisCompany.js +95 -0
  1137. package/funcs/hrisPatchHrisCompany.js.map +1 -0
  1138. package/funcs/hrisPatchHrisEmployee.d.ts +13 -0
  1139. package/funcs/hrisPatchHrisEmployee.d.ts.map +1 -0
  1140. package/funcs/hrisPatchHrisEmployee.js +95 -0
  1141. package/funcs/hrisPatchHrisEmployee.js.map +1 -0
  1142. package/funcs/hrisPatchHrisGroup.d.ts +13 -0
  1143. package/funcs/hrisPatchHrisGroup.d.ts.map +1 -0
  1144. package/funcs/hrisPatchHrisGroup.js +95 -0
  1145. package/funcs/hrisPatchHrisGroup.js.map +1 -0
  1146. package/funcs/hrisPatchHrisLocation.d.ts +13 -0
  1147. package/funcs/hrisPatchHrisLocation.d.ts.map +1 -0
  1148. package/funcs/hrisPatchHrisLocation.js +95 -0
  1149. package/funcs/hrisPatchHrisLocation.js.map +1 -0
  1150. package/funcs/hrisRemoveHrisCompany.d.ts +12 -0
  1151. package/funcs/hrisRemoveHrisCompany.d.ts.map +1 -0
  1152. package/funcs/hrisRemoveHrisCompany.js +94 -0
  1153. package/funcs/hrisRemoveHrisCompany.js.map +1 -0
  1154. package/funcs/hrisRemoveHrisEmployee.d.ts +12 -0
  1155. package/funcs/hrisRemoveHrisEmployee.d.ts.map +1 -0
  1156. package/funcs/hrisRemoveHrisEmployee.js +94 -0
  1157. package/funcs/hrisRemoveHrisEmployee.js.map +1 -0
  1158. package/funcs/hrisRemoveHrisGroup.d.ts +12 -0
  1159. package/funcs/hrisRemoveHrisGroup.d.ts.map +1 -0
  1160. package/funcs/hrisRemoveHrisGroup.js +94 -0
  1161. package/funcs/hrisRemoveHrisGroup.js.map +1 -0
  1162. package/funcs/hrisRemoveHrisLocation.d.ts +12 -0
  1163. package/funcs/hrisRemoveHrisLocation.d.ts.map +1 -0
  1164. package/funcs/hrisRemoveHrisLocation.js +94 -0
  1165. package/funcs/hrisRemoveHrisLocation.js.map +1 -0
  1166. package/funcs/hrisUpdateHrisCompany.d.ts +13 -0
  1167. package/funcs/hrisUpdateHrisCompany.d.ts.map +1 -0
  1168. package/funcs/hrisUpdateHrisCompany.js +95 -0
  1169. package/funcs/hrisUpdateHrisCompany.js.map +1 -0
  1170. package/funcs/hrisUpdateHrisEmployee.d.ts +13 -0
  1171. package/funcs/hrisUpdateHrisEmployee.d.ts.map +1 -0
  1172. package/funcs/hrisUpdateHrisEmployee.js +95 -0
  1173. package/funcs/hrisUpdateHrisEmployee.js.map +1 -0
  1174. package/funcs/hrisUpdateHrisGroup.d.ts +13 -0
  1175. package/funcs/hrisUpdateHrisGroup.d.ts.map +1 -0
  1176. package/funcs/hrisUpdateHrisGroup.js +95 -0
  1177. package/funcs/hrisUpdateHrisGroup.js.map +1 -0
  1178. package/funcs/hrisUpdateHrisLocation.d.ts +13 -0
  1179. package/funcs/hrisUpdateHrisLocation.d.ts.map +1 -0
  1180. package/funcs/hrisUpdateHrisLocation.js +95 -0
  1181. package/funcs/hrisUpdateHrisLocation.js.map +1 -0
  1182. package/funcs/integrationGetUnifiedIntegrationAuth.d.ts +15 -0
  1183. package/funcs/integrationGetUnifiedIntegrationAuth.d.ts.map +1 -0
  1184. package/funcs/integrationGetUnifiedIntegrationAuth.js +112 -0
  1185. package/funcs/integrationGetUnifiedIntegrationAuth.js.map +1 -0
  1186. package/funcs/integrationListUnifiedIntegrationWorkspaces.d.ts +16 -0
  1187. package/funcs/integrationListUnifiedIntegrationWorkspaces.d.ts.map +1 -0
  1188. package/funcs/integrationListUnifiedIntegrationWorkspaces.js +107 -0
  1189. package/funcs/integrationListUnifiedIntegrationWorkspaces.js.map +1 -0
  1190. package/funcs/integrationListUnifiedIntegrations.d.ts +13 -0
  1191. package/funcs/integrationListUnifiedIntegrations.d.ts.map +1 -0
  1192. package/funcs/integrationListUnifiedIntegrations.js +101 -0
  1193. package/funcs/integrationListUnifiedIntegrations.js.map +1 -0
  1194. package/funcs/interviewCreateAtsInterview.d.ts +13 -0
  1195. package/funcs/interviewCreateAtsInterview.d.ts.map +1 -0
  1196. package/funcs/interviewCreateAtsInterview.js +94 -0
  1197. package/funcs/interviewCreateAtsInterview.js.map +1 -0
  1198. package/funcs/interviewGetAtsInterview.d.ts +13 -0
  1199. package/funcs/interviewGetAtsInterview.d.ts.map +1 -0
  1200. package/funcs/interviewGetAtsInterview.js +98 -0
  1201. package/funcs/interviewGetAtsInterview.js.map +1 -0
  1202. package/funcs/interviewListAtsInterviews.d.ts +13 -0
  1203. package/funcs/interviewListAtsInterviews.d.ts.map +1 -0
  1204. package/funcs/interviewListAtsInterviews.js +103 -0
  1205. package/funcs/interviewListAtsInterviews.js.map +1 -0
  1206. package/funcs/interviewPatchAtsInterview.d.ts +13 -0
  1207. package/funcs/interviewPatchAtsInterview.d.ts.map +1 -0
  1208. package/funcs/interviewPatchAtsInterview.js +95 -0
  1209. package/funcs/interviewPatchAtsInterview.js.map +1 -0
  1210. package/funcs/interviewRemoveAtsInterview.d.ts +12 -0
  1211. package/funcs/interviewRemoveAtsInterview.d.ts.map +1 -0
  1212. package/funcs/interviewRemoveAtsInterview.js +94 -0
  1213. package/funcs/interviewRemoveAtsInterview.js.map +1 -0
  1214. package/funcs/interviewUpdateAtsInterview.d.ts +13 -0
  1215. package/funcs/interviewUpdateAtsInterview.d.ts.map +1 -0
  1216. package/funcs/interviewUpdateAtsInterview.js +95 -0
  1217. package/funcs/interviewUpdateAtsInterview.js.map +1 -0
  1218. package/funcs/inventoryCreateCommerceInventory.d.ts +13 -0
  1219. package/funcs/inventoryCreateCommerceInventory.d.ts.map +1 -0
  1220. package/funcs/inventoryCreateCommerceInventory.js +94 -0
  1221. package/funcs/inventoryCreateCommerceInventory.js.map +1 -0
  1222. package/funcs/inventoryGetCommerceInventory.d.ts +13 -0
  1223. package/funcs/inventoryGetCommerceInventory.d.ts.map +1 -0
  1224. package/funcs/inventoryGetCommerceInventory.js +98 -0
  1225. package/funcs/inventoryGetCommerceInventory.js.map +1 -0
  1226. package/funcs/inventoryListCommerceInventories.d.ts +13 -0
  1227. package/funcs/inventoryListCommerceInventories.d.ts.map +1 -0
  1228. package/funcs/inventoryListCommerceInventories.js +104 -0
  1229. package/funcs/inventoryListCommerceInventories.js.map +1 -0
  1230. package/funcs/inventoryPatchCommerceInventory.d.ts +13 -0
  1231. package/funcs/inventoryPatchCommerceInventory.d.ts.map +1 -0
  1232. package/funcs/inventoryPatchCommerceInventory.js +95 -0
  1233. package/funcs/inventoryPatchCommerceInventory.js.map +1 -0
  1234. package/funcs/inventoryRemoveCommerceInventory.d.ts +12 -0
  1235. package/funcs/inventoryRemoveCommerceInventory.d.ts.map +1 -0
  1236. package/funcs/inventoryRemoveCommerceInventory.js +94 -0
  1237. package/funcs/inventoryRemoveCommerceInventory.js.map +1 -0
  1238. package/funcs/inventoryUpdateCommerceInventory.d.ts +13 -0
  1239. package/funcs/inventoryUpdateCommerceInventory.d.ts.map +1 -0
  1240. package/funcs/inventoryUpdateCommerceInventory.js +95 -0
  1241. package/funcs/inventoryUpdateCommerceInventory.js.map +1 -0
  1242. package/funcs/invoiceCreateAccountingInvoice.d.ts +13 -0
  1243. package/funcs/invoiceCreateAccountingInvoice.d.ts.map +1 -0
  1244. package/funcs/invoiceCreateAccountingInvoice.js +94 -0
  1245. package/funcs/invoiceCreateAccountingInvoice.js.map +1 -0
  1246. package/funcs/invoiceGetAccountingInvoice.d.ts +13 -0
  1247. package/funcs/invoiceGetAccountingInvoice.d.ts.map +1 -0
  1248. package/funcs/invoiceGetAccountingInvoice.js +98 -0
  1249. package/funcs/invoiceGetAccountingInvoice.js.map +1 -0
  1250. package/funcs/invoiceListAccountingInvoices.d.ts +13 -0
  1251. package/funcs/invoiceListAccountingInvoices.d.ts.map +1 -0
  1252. package/funcs/invoiceListAccountingInvoices.js +103 -0
  1253. package/funcs/invoiceListAccountingInvoices.js.map +1 -0
  1254. package/funcs/invoicePatchAccountingInvoice.d.ts +13 -0
  1255. package/funcs/invoicePatchAccountingInvoice.d.ts.map +1 -0
  1256. package/funcs/invoicePatchAccountingInvoice.js +95 -0
  1257. package/funcs/invoicePatchAccountingInvoice.js.map +1 -0
  1258. package/funcs/invoiceRemoveAccountingInvoice.d.ts +12 -0
  1259. package/funcs/invoiceRemoveAccountingInvoice.d.ts.map +1 -0
  1260. package/funcs/invoiceRemoveAccountingInvoice.js +94 -0
  1261. package/funcs/invoiceRemoveAccountingInvoice.js.map +1 -0
  1262. package/funcs/invoiceUpdateAccountingInvoice.d.ts +13 -0
  1263. package/funcs/invoiceUpdateAccountingInvoice.d.ts.map +1 -0
  1264. package/funcs/invoiceUpdateAccountingInvoice.js +95 -0
  1265. package/funcs/invoiceUpdateAccountingInvoice.js.map +1 -0
  1266. package/funcs/issueListUnifiedIssues.d.ts +13 -0
  1267. package/funcs/issueListUnifiedIssues.d.ts.map +1 -0
  1268. package/funcs/issueListUnifiedIssues.js +94 -0
  1269. package/funcs/issueListUnifiedIssues.js.map +1 -0
  1270. package/funcs/itemCreateCommerceItem.d.ts +13 -0
  1271. package/funcs/itemCreateCommerceItem.d.ts.map +1 -0
  1272. package/funcs/itemCreateCommerceItem.js +94 -0
  1273. package/funcs/itemCreateCommerceItem.js.map +1 -0
  1274. package/funcs/itemGetCommerceItem.d.ts +13 -0
  1275. package/funcs/itemGetCommerceItem.d.ts.map +1 -0
  1276. package/funcs/itemGetCommerceItem.js +98 -0
  1277. package/funcs/itemGetCommerceItem.js.map +1 -0
  1278. package/funcs/itemListCommerceItems.d.ts +13 -0
  1279. package/funcs/itemListCommerceItems.d.ts.map +1 -0
  1280. package/funcs/itemListCommerceItems.js +103 -0
  1281. package/funcs/itemListCommerceItems.js.map +1 -0
  1282. package/funcs/itemPatchCommerceItem.d.ts +13 -0
  1283. package/funcs/itemPatchCommerceItem.d.ts.map +1 -0
  1284. package/funcs/itemPatchCommerceItem.js +95 -0
  1285. package/funcs/itemPatchCommerceItem.js.map +1 -0
  1286. package/funcs/itemRemoveCommerceItem.d.ts +12 -0
  1287. package/funcs/itemRemoveCommerceItem.d.ts.map +1 -0
  1288. package/funcs/itemRemoveCommerceItem.js +94 -0
  1289. package/funcs/itemRemoveCommerceItem.js.map +1 -0
  1290. package/funcs/itemUpdateCommerceItem.d.ts +13 -0
  1291. package/funcs/itemUpdateCommerceItem.d.ts.map +1 -0
  1292. package/funcs/itemUpdateCommerceItem.js +95 -0
  1293. package/funcs/itemUpdateCommerceItem.js.map +1 -0
  1294. package/funcs/jobCreateAtsJob.d.ts +13 -0
  1295. package/funcs/jobCreateAtsJob.d.ts.map +1 -0
  1296. package/funcs/jobCreateAtsJob.js +94 -0
  1297. package/funcs/jobCreateAtsJob.js.map +1 -0
  1298. package/funcs/jobGetAtsJob.d.ts +13 -0
  1299. package/funcs/jobGetAtsJob.d.ts.map +1 -0
  1300. package/funcs/jobGetAtsJob.js +98 -0
  1301. package/funcs/jobGetAtsJob.js.map +1 -0
  1302. package/funcs/jobListAtsJobs.d.ts +13 -0
  1303. package/funcs/jobListAtsJobs.d.ts.map +1 -0
  1304. package/funcs/jobListAtsJobs.js +103 -0
  1305. package/funcs/jobListAtsJobs.js.map +1 -0
  1306. package/funcs/jobPatchAtsJob.d.ts +13 -0
  1307. package/funcs/jobPatchAtsJob.d.ts.map +1 -0
  1308. package/funcs/jobPatchAtsJob.js +95 -0
  1309. package/funcs/jobPatchAtsJob.js.map +1 -0
  1310. package/funcs/jobRemoveAtsJob.d.ts +12 -0
  1311. package/funcs/jobRemoveAtsJob.d.ts.map +1 -0
  1312. package/funcs/jobRemoveAtsJob.js +94 -0
  1313. package/funcs/jobRemoveAtsJob.js.map +1 -0
  1314. package/funcs/jobUpdateAtsJob.d.ts +13 -0
  1315. package/funcs/jobUpdateAtsJob.d.ts.map +1 -0
  1316. package/funcs/jobUpdateAtsJob.js +95 -0
  1317. package/funcs/jobUpdateAtsJob.js.map +1 -0
  1318. package/funcs/journalCreateAccountingJournal.d.ts +13 -0
  1319. package/funcs/journalCreateAccountingJournal.d.ts.map +1 -0
  1320. package/funcs/journalCreateAccountingJournal.js +94 -0
  1321. package/funcs/journalCreateAccountingJournal.js.map +1 -0
  1322. package/funcs/journalGetAccountingJournal.d.ts +13 -0
  1323. package/funcs/journalGetAccountingJournal.d.ts.map +1 -0
  1324. package/funcs/journalGetAccountingJournal.js +98 -0
  1325. package/funcs/journalGetAccountingJournal.js.map +1 -0
  1326. package/funcs/journalListAccountingJournals.d.ts +13 -0
  1327. package/funcs/journalListAccountingJournals.d.ts.map +1 -0
  1328. package/funcs/journalListAccountingJournals.js +102 -0
  1329. package/funcs/journalListAccountingJournals.js.map +1 -0
  1330. package/funcs/journalPatchAccountingJournal.d.ts +13 -0
  1331. package/funcs/journalPatchAccountingJournal.d.ts.map +1 -0
  1332. package/funcs/journalPatchAccountingJournal.js +95 -0
  1333. package/funcs/journalPatchAccountingJournal.js.map +1 -0
  1334. package/funcs/journalRemoveAccountingJournal.d.ts +12 -0
  1335. package/funcs/journalRemoveAccountingJournal.d.ts.map +1 -0
  1336. package/funcs/journalRemoveAccountingJournal.js +94 -0
  1337. package/funcs/journalRemoveAccountingJournal.js.map +1 -0
  1338. package/funcs/journalUpdateAccountingJournal.d.ts +13 -0
  1339. package/funcs/journalUpdateAccountingJournal.d.ts.map +1 -0
  1340. package/funcs/journalUpdateAccountingJournal.js +95 -0
  1341. package/funcs/journalUpdateAccountingJournal.js.map +1 -0
  1342. package/funcs/kmsCreateKmsPage.d.ts +13 -0
  1343. package/funcs/kmsCreateKmsPage.d.ts.map +1 -0
  1344. package/funcs/kmsCreateKmsPage.js +94 -0
  1345. package/funcs/kmsCreateKmsPage.js.map +1 -0
  1346. package/funcs/kmsCreateKmsSpace.d.ts +13 -0
  1347. package/funcs/kmsCreateKmsSpace.d.ts.map +1 -0
  1348. package/funcs/kmsCreateKmsSpace.js +94 -0
  1349. package/funcs/kmsCreateKmsSpace.js.map +1 -0
  1350. package/funcs/kmsGetKmsPage.d.ts +13 -0
  1351. package/funcs/kmsGetKmsPage.d.ts.map +1 -0
  1352. package/funcs/kmsGetKmsPage.js +98 -0
  1353. package/funcs/kmsGetKmsPage.js.map +1 -0
  1354. package/funcs/kmsGetKmsSpace.d.ts +13 -0
  1355. package/funcs/kmsGetKmsSpace.d.ts.map +1 -0
  1356. package/funcs/kmsGetKmsSpace.js +98 -0
  1357. package/funcs/kmsGetKmsSpace.js.map +1 -0
  1358. package/funcs/kmsListKmsPages.d.ts +13 -0
  1359. package/funcs/kmsListKmsPages.d.ts.map +1 -0
  1360. package/funcs/kmsListKmsPages.js +104 -0
  1361. package/funcs/kmsListKmsPages.js.map +1 -0
  1362. package/funcs/kmsListKmsSpaces.d.ts +13 -0
  1363. package/funcs/kmsListKmsSpaces.d.ts.map +1 -0
  1364. package/funcs/kmsListKmsSpaces.js +103 -0
  1365. package/funcs/kmsListKmsSpaces.js.map +1 -0
  1366. package/funcs/kmsPatchKmsPage.d.ts +13 -0
  1367. package/funcs/kmsPatchKmsPage.d.ts.map +1 -0
  1368. package/funcs/kmsPatchKmsPage.js +95 -0
  1369. package/funcs/kmsPatchKmsPage.js.map +1 -0
  1370. package/funcs/kmsPatchKmsSpace.d.ts +13 -0
  1371. package/funcs/kmsPatchKmsSpace.d.ts.map +1 -0
  1372. package/funcs/kmsPatchKmsSpace.js +95 -0
  1373. package/funcs/kmsPatchKmsSpace.js.map +1 -0
  1374. package/funcs/kmsRemoveKmsPage.d.ts +12 -0
  1375. package/funcs/kmsRemoveKmsPage.d.ts.map +1 -0
  1376. package/funcs/kmsRemoveKmsPage.js +94 -0
  1377. package/funcs/kmsRemoveKmsPage.js.map +1 -0
  1378. package/funcs/kmsRemoveKmsSpace.d.ts +12 -0
  1379. package/funcs/kmsRemoveKmsSpace.d.ts.map +1 -0
  1380. package/funcs/kmsRemoveKmsSpace.js +94 -0
  1381. package/funcs/kmsRemoveKmsSpace.js.map +1 -0
  1382. package/funcs/kmsUpdateKmsPage.d.ts +13 -0
  1383. package/funcs/kmsUpdateKmsPage.d.ts.map +1 -0
  1384. package/funcs/kmsUpdateKmsPage.js +95 -0
  1385. package/funcs/kmsUpdateKmsPage.js.map +1 -0
  1386. package/funcs/kmsUpdateKmsSpace.d.ts +13 -0
  1387. package/funcs/kmsUpdateKmsSpace.d.ts.map +1 -0
  1388. package/funcs/kmsUpdateKmsSpace.js +95 -0
  1389. package/funcs/kmsUpdateKmsSpace.js.map +1 -0
  1390. package/funcs/leadCreateCrmLead.d.ts +13 -0
  1391. package/funcs/leadCreateCrmLead.d.ts.map +1 -0
  1392. package/funcs/leadCreateCrmLead.js +94 -0
  1393. package/funcs/leadCreateCrmLead.js.map +1 -0
  1394. package/funcs/leadGetCrmLead.d.ts +13 -0
  1395. package/funcs/leadGetCrmLead.d.ts.map +1 -0
  1396. package/funcs/leadGetCrmLead.js +98 -0
  1397. package/funcs/leadGetCrmLead.js.map +1 -0
  1398. package/funcs/leadListCrmLeads.d.ts +13 -0
  1399. package/funcs/leadListCrmLeads.d.ts.map +1 -0
  1400. package/funcs/leadListCrmLeads.js +105 -0
  1401. package/funcs/leadListCrmLeads.js.map +1 -0
  1402. package/funcs/leadPatchCrmLead.d.ts +13 -0
  1403. package/funcs/leadPatchCrmLead.d.ts.map +1 -0
  1404. package/funcs/leadPatchCrmLead.js +95 -0
  1405. package/funcs/leadPatchCrmLead.js.map +1 -0
  1406. package/funcs/leadRemoveCrmLead.d.ts +12 -0
  1407. package/funcs/leadRemoveCrmLead.d.ts.map +1 -0
  1408. package/funcs/leadRemoveCrmLead.js +94 -0
  1409. package/funcs/leadRemoveCrmLead.js.map +1 -0
  1410. package/funcs/leadUpdateCrmLead.d.ts +13 -0
  1411. package/funcs/leadUpdateCrmLead.d.ts.map +1 -0
  1412. package/funcs/leadUpdateCrmLead.js +95 -0
  1413. package/funcs/leadUpdateCrmLead.js.map +1 -0
  1414. package/funcs/linkCreatePaymentLink.d.ts +13 -0
  1415. package/funcs/linkCreatePaymentLink.d.ts.map +1 -0
  1416. package/funcs/linkCreatePaymentLink.js +94 -0
  1417. package/funcs/linkCreatePaymentLink.js.map +1 -0
  1418. package/funcs/linkGetPaymentLink.d.ts +13 -0
  1419. package/funcs/linkGetPaymentLink.d.ts.map +1 -0
  1420. package/funcs/linkGetPaymentLink.js +98 -0
  1421. package/funcs/linkGetPaymentLink.js.map +1 -0
  1422. package/funcs/linkListPaymentLinks.d.ts +13 -0
  1423. package/funcs/linkListPaymentLinks.d.ts.map +1 -0
  1424. package/funcs/linkListPaymentLinks.js +104 -0
  1425. package/funcs/linkListPaymentLinks.js.map +1 -0
  1426. package/funcs/linkPatchPaymentLink.d.ts +13 -0
  1427. package/funcs/linkPatchPaymentLink.d.ts.map +1 -0
  1428. package/funcs/linkPatchPaymentLink.js +95 -0
  1429. package/funcs/linkPatchPaymentLink.js.map +1 -0
  1430. package/funcs/linkRemovePaymentLink.d.ts +12 -0
  1431. package/funcs/linkRemovePaymentLink.d.ts.map +1 -0
  1432. package/funcs/linkRemovePaymentLink.js +94 -0
  1433. package/funcs/linkRemovePaymentLink.js.map +1 -0
  1434. package/funcs/linkUpdatePaymentLink.d.ts +13 -0
  1435. package/funcs/linkUpdatePaymentLink.d.ts.map +1 -0
  1436. package/funcs/linkUpdatePaymentLink.js +95 -0
  1437. package/funcs/linkUpdatePaymentLink.js.map +1 -0
  1438. package/funcs/listCreateMartechList.d.ts +13 -0
  1439. package/funcs/listCreateMartechList.d.ts.map +1 -0
  1440. package/funcs/listCreateMartechList.js +94 -0
  1441. package/funcs/listCreateMartechList.js.map +1 -0
  1442. package/funcs/listGetMartechList.d.ts +13 -0
  1443. package/funcs/listGetMartechList.d.ts.map +1 -0
  1444. package/funcs/listGetMartechList.js +98 -0
  1445. package/funcs/listGetMartechList.js.map +1 -0
  1446. package/funcs/listListMartechLists.d.ts +13 -0
  1447. package/funcs/listListMartechLists.d.ts.map +1 -0
  1448. package/funcs/listListMartechLists.js +102 -0
  1449. package/funcs/listListMartechLists.js.map +1 -0
  1450. package/funcs/listPatchMartechList.d.ts +13 -0
  1451. package/funcs/listPatchMartechList.d.ts.map +1 -0
  1452. package/funcs/listPatchMartechList.js +95 -0
  1453. package/funcs/listPatchMartechList.js.map +1 -0
  1454. package/funcs/listRemoveMartechList.d.ts +12 -0
  1455. package/funcs/listRemoveMartechList.d.ts.map +1 -0
  1456. package/funcs/listRemoveMartechList.js +94 -0
  1457. package/funcs/listRemoveMartechList.js.map +1 -0
  1458. package/funcs/listUpdateMartechList.d.ts +13 -0
  1459. package/funcs/listUpdateMartechList.d.ts.map +1 -0
  1460. package/funcs/listUpdateMartechList.js +95 -0
  1461. package/funcs/listUpdateMartechList.js.map +1 -0
  1462. package/funcs/locationCreateCommerceLocation.d.ts +13 -0
  1463. package/funcs/locationCreateCommerceLocation.d.ts.map +1 -0
  1464. package/funcs/locationCreateCommerceLocation.js +94 -0
  1465. package/funcs/locationCreateCommerceLocation.js.map +1 -0
  1466. package/funcs/locationCreateHrisLocation.d.ts +13 -0
  1467. package/funcs/locationCreateHrisLocation.d.ts.map +1 -0
  1468. package/funcs/locationCreateHrisLocation.js +94 -0
  1469. package/funcs/locationCreateHrisLocation.js.map +1 -0
  1470. package/funcs/locationGetCommerceLocation.d.ts +13 -0
  1471. package/funcs/locationGetCommerceLocation.d.ts.map +1 -0
  1472. package/funcs/locationGetCommerceLocation.js +98 -0
  1473. package/funcs/locationGetCommerceLocation.js.map +1 -0
  1474. package/funcs/locationGetHrisLocation.d.ts +13 -0
  1475. package/funcs/locationGetHrisLocation.d.ts.map +1 -0
  1476. package/funcs/locationGetHrisLocation.js +98 -0
  1477. package/funcs/locationGetHrisLocation.js.map +1 -0
  1478. package/funcs/locationListCommerceLocations.d.ts +13 -0
  1479. package/funcs/locationListCommerceLocations.d.ts.map +1 -0
  1480. package/funcs/locationListCommerceLocations.js +102 -0
  1481. package/funcs/locationListCommerceLocations.js.map +1 -0
  1482. package/funcs/locationListHrisLocations.d.ts +13 -0
  1483. package/funcs/locationListHrisLocations.d.ts.map +1 -0
  1484. package/funcs/locationListHrisLocations.js +102 -0
  1485. package/funcs/locationListHrisLocations.js.map +1 -0
  1486. package/funcs/locationPatchCommerceLocation.d.ts +13 -0
  1487. package/funcs/locationPatchCommerceLocation.d.ts.map +1 -0
  1488. package/funcs/locationPatchCommerceLocation.js +95 -0
  1489. package/funcs/locationPatchCommerceLocation.js.map +1 -0
  1490. package/funcs/locationPatchHrisLocation.d.ts +13 -0
  1491. package/funcs/locationPatchHrisLocation.d.ts.map +1 -0
  1492. package/funcs/locationPatchHrisLocation.js +95 -0
  1493. package/funcs/locationPatchHrisLocation.js.map +1 -0
  1494. package/funcs/locationRemoveCommerceLocation.d.ts +12 -0
  1495. package/funcs/locationRemoveCommerceLocation.d.ts.map +1 -0
  1496. package/funcs/locationRemoveCommerceLocation.js +94 -0
  1497. package/funcs/locationRemoveCommerceLocation.js.map +1 -0
  1498. package/funcs/locationRemoveHrisLocation.d.ts +12 -0
  1499. package/funcs/locationRemoveHrisLocation.d.ts.map +1 -0
  1500. package/funcs/locationRemoveHrisLocation.js +94 -0
  1501. package/funcs/locationRemoveHrisLocation.js.map +1 -0
  1502. package/funcs/locationUpdateCommerceLocation.d.ts +13 -0
  1503. package/funcs/locationUpdateCommerceLocation.d.ts.map +1 -0
  1504. package/funcs/locationUpdateCommerceLocation.js +95 -0
  1505. package/funcs/locationUpdateCommerceLocation.js.map +1 -0
  1506. package/funcs/locationUpdateHrisLocation.d.ts +13 -0
  1507. package/funcs/locationUpdateHrisLocation.d.ts.map +1 -0
  1508. package/funcs/locationUpdateHrisLocation.js +95 -0
  1509. package/funcs/locationUpdateHrisLocation.js.map +1 -0
  1510. package/funcs/loginGetUnifiedIntegrationLogin.d.ts +15 -0
  1511. package/funcs/loginGetUnifiedIntegrationLogin.d.ts.map +1 -0
  1512. package/funcs/loginGetUnifiedIntegrationLogin.js +108 -0
  1513. package/funcs/loginGetUnifiedIntegrationLogin.js.map +1 -0
  1514. package/funcs/martechCreateMartechList.d.ts +13 -0
  1515. package/funcs/martechCreateMartechList.d.ts.map +1 -0
  1516. package/funcs/martechCreateMartechList.js +94 -0
  1517. package/funcs/martechCreateMartechList.js.map +1 -0
  1518. package/funcs/martechCreateMartechMember.d.ts +13 -0
  1519. package/funcs/martechCreateMartechMember.d.ts.map +1 -0
  1520. package/funcs/martechCreateMartechMember.js +94 -0
  1521. package/funcs/martechCreateMartechMember.js.map +1 -0
  1522. package/funcs/martechGetMartechList.d.ts +13 -0
  1523. package/funcs/martechGetMartechList.d.ts.map +1 -0
  1524. package/funcs/martechGetMartechList.js +98 -0
  1525. package/funcs/martechGetMartechList.js.map +1 -0
  1526. package/funcs/martechGetMartechMember.d.ts +13 -0
  1527. package/funcs/martechGetMartechMember.d.ts.map +1 -0
  1528. package/funcs/martechGetMartechMember.js +98 -0
  1529. package/funcs/martechGetMartechMember.js.map +1 -0
  1530. package/funcs/martechListMartechLists.d.ts +13 -0
  1531. package/funcs/martechListMartechLists.d.ts.map +1 -0
  1532. package/funcs/martechListMartechLists.js +102 -0
  1533. package/funcs/martechListMartechLists.js.map +1 -0
  1534. package/funcs/martechListMartechMembers.d.ts +13 -0
  1535. package/funcs/martechListMartechMembers.d.ts.map +1 -0
  1536. package/funcs/martechListMartechMembers.js +103 -0
  1537. package/funcs/martechListMartechMembers.js.map +1 -0
  1538. package/funcs/martechPatchMartechList.d.ts +13 -0
  1539. package/funcs/martechPatchMartechList.d.ts.map +1 -0
  1540. package/funcs/martechPatchMartechList.js +95 -0
  1541. package/funcs/martechPatchMartechList.js.map +1 -0
  1542. package/funcs/martechPatchMartechMember.d.ts +13 -0
  1543. package/funcs/martechPatchMartechMember.d.ts.map +1 -0
  1544. package/funcs/martechPatchMartechMember.js +95 -0
  1545. package/funcs/martechPatchMartechMember.js.map +1 -0
  1546. package/funcs/martechRemoveMartechList.d.ts +12 -0
  1547. package/funcs/martechRemoveMartechList.d.ts.map +1 -0
  1548. package/funcs/martechRemoveMartechList.js +94 -0
  1549. package/funcs/martechRemoveMartechList.js.map +1 -0
  1550. package/funcs/martechRemoveMartechMember.d.ts +12 -0
  1551. package/funcs/martechRemoveMartechMember.d.ts.map +1 -0
  1552. package/funcs/martechRemoveMartechMember.js +94 -0
  1553. package/funcs/martechRemoveMartechMember.js.map +1 -0
  1554. package/funcs/martechUpdateMartechList.d.ts +13 -0
  1555. package/funcs/martechUpdateMartechList.d.ts.map +1 -0
  1556. package/funcs/martechUpdateMartechList.js +95 -0
  1557. package/funcs/martechUpdateMartechList.js.map +1 -0
  1558. package/funcs/martechUpdateMartechMember.d.ts +13 -0
  1559. package/funcs/martechUpdateMartechMember.d.ts.map +1 -0
  1560. package/funcs/martechUpdateMartechMember.js +95 -0
  1561. package/funcs/martechUpdateMartechMember.js.map +1 -0
  1562. package/funcs/memberCreateMartechMember.d.ts +13 -0
  1563. package/funcs/memberCreateMartechMember.d.ts.map +1 -0
  1564. package/funcs/memberCreateMartechMember.js +94 -0
  1565. package/funcs/memberCreateMartechMember.js.map +1 -0
  1566. package/funcs/memberGetMartechMember.d.ts +13 -0
  1567. package/funcs/memberGetMartechMember.d.ts.map +1 -0
  1568. package/funcs/memberGetMartechMember.js +98 -0
  1569. package/funcs/memberGetMartechMember.js.map +1 -0
  1570. package/funcs/memberListMartechMembers.d.ts +13 -0
  1571. package/funcs/memberListMartechMembers.d.ts.map +1 -0
  1572. package/funcs/memberListMartechMembers.js +103 -0
  1573. package/funcs/memberListMartechMembers.js.map +1 -0
  1574. package/funcs/memberPatchMartechMember.d.ts +13 -0
  1575. package/funcs/memberPatchMartechMember.d.ts.map +1 -0
  1576. package/funcs/memberPatchMartechMember.js +95 -0
  1577. package/funcs/memberPatchMartechMember.js.map +1 -0
  1578. package/funcs/memberRemoveMartechMember.d.ts +12 -0
  1579. package/funcs/memberRemoveMartechMember.d.ts.map +1 -0
  1580. package/funcs/memberRemoveMartechMember.js +94 -0
  1581. package/funcs/memberRemoveMartechMember.js.map +1 -0
  1582. package/funcs/memberUpdateMartechMember.d.ts +13 -0
  1583. package/funcs/memberUpdateMartechMember.d.ts.map +1 -0
  1584. package/funcs/memberUpdateMartechMember.js +95 -0
  1585. package/funcs/memberUpdateMartechMember.js.map +1 -0
  1586. package/funcs/messageCreateMessagingMessage.d.ts +13 -0
  1587. package/funcs/messageCreateMessagingMessage.d.ts.map +1 -0
  1588. package/funcs/messageCreateMessagingMessage.js +94 -0
  1589. package/funcs/messageCreateMessagingMessage.js.map +1 -0
  1590. package/funcs/messageGetMessagingMessage.d.ts +13 -0
  1591. package/funcs/messageGetMessagingMessage.d.ts.map +1 -0
  1592. package/funcs/messageGetMessagingMessage.js +98 -0
  1593. package/funcs/messageGetMessagingMessage.js.map +1 -0
  1594. package/funcs/messageListMessagingMessages.d.ts +13 -0
  1595. package/funcs/messageListMessagingMessages.d.ts.map +1 -0
  1596. package/funcs/messageListMessagingMessages.js +104 -0
  1597. package/funcs/messageListMessagingMessages.js.map +1 -0
  1598. package/funcs/messagePatchMessagingMessage.d.ts +13 -0
  1599. package/funcs/messagePatchMessagingMessage.d.ts.map +1 -0
  1600. package/funcs/messagePatchMessagingMessage.js +95 -0
  1601. package/funcs/messagePatchMessagingMessage.js.map +1 -0
  1602. package/funcs/messageRemoveMessagingMessage.d.ts +12 -0
  1603. package/funcs/messageRemoveMessagingMessage.d.ts.map +1 -0
  1604. package/funcs/messageRemoveMessagingMessage.js +94 -0
  1605. package/funcs/messageRemoveMessagingMessage.js.map +1 -0
  1606. package/funcs/messageUpdateMessagingMessage.d.ts +13 -0
  1607. package/funcs/messageUpdateMessagingMessage.d.ts.map +1 -0
  1608. package/funcs/messageUpdateMessagingMessage.js +95 -0
  1609. package/funcs/messageUpdateMessagingMessage.js.map +1 -0
  1610. package/funcs/messagingCreateMessagingMessage.d.ts +13 -0
  1611. package/funcs/messagingCreateMessagingMessage.d.ts.map +1 -0
  1612. package/funcs/messagingCreateMessagingMessage.js +94 -0
  1613. package/funcs/messagingCreateMessagingMessage.js.map +1 -0
  1614. package/funcs/messagingGetMessagingChannel.d.ts +13 -0
  1615. package/funcs/messagingGetMessagingChannel.d.ts.map +1 -0
  1616. package/funcs/messagingGetMessagingChannel.js +98 -0
  1617. package/funcs/messagingGetMessagingChannel.js.map +1 -0
  1618. package/funcs/messagingGetMessagingMessage.d.ts +13 -0
  1619. package/funcs/messagingGetMessagingMessage.d.ts.map +1 -0
  1620. package/funcs/messagingGetMessagingMessage.js +98 -0
  1621. package/funcs/messagingGetMessagingMessage.js.map +1 -0
  1622. package/funcs/messagingListMessagingChannels.d.ts +13 -0
  1623. package/funcs/messagingListMessagingChannels.d.ts.map +1 -0
  1624. package/funcs/messagingListMessagingChannels.js +103 -0
  1625. package/funcs/messagingListMessagingChannels.js.map +1 -0
  1626. package/funcs/messagingListMessagingMessages.d.ts +13 -0
  1627. package/funcs/messagingListMessagingMessages.d.ts.map +1 -0
  1628. package/funcs/messagingListMessagingMessages.js +104 -0
  1629. package/funcs/messagingListMessagingMessages.js.map +1 -0
  1630. package/funcs/messagingPatchMessagingMessage.d.ts +13 -0
  1631. package/funcs/messagingPatchMessagingMessage.d.ts.map +1 -0
  1632. package/funcs/messagingPatchMessagingMessage.js +95 -0
  1633. package/funcs/messagingPatchMessagingMessage.js.map +1 -0
  1634. package/funcs/messagingRemoveMessagingMessage.d.ts +12 -0
  1635. package/funcs/messagingRemoveMessagingMessage.d.ts.map +1 -0
  1636. package/funcs/messagingRemoveMessagingMessage.js +94 -0
  1637. package/funcs/messagingRemoveMessagingMessage.js.map +1 -0
  1638. package/funcs/messagingUpdateMessagingMessage.d.ts +13 -0
  1639. package/funcs/messagingUpdateMessagingMessage.d.ts.map +1 -0
  1640. package/funcs/messagingUpdateMessagingMessage.js +95 -0
  1641. package/funcs/messagingUpdateMessagingMessage.js.map +1 -0
  1642. package/funcs/modelListGenaiModels.d.ts +13 -0
  1643. package/funcs/modelListGenaiModels.d.ts.map +1 -0
  1644. package/funcs/modelListGenaiModels.js +102 -0
  1645. package/funcs/modelListGenaiModels.js.map +1 -0
  1646. package/funcs/noteCreateTicketingNote.d.ts +13 -0
  1647. package/funcs/noteCreateTicketingNote.d.ts.map +1 -0
  1648. package/funcs/noteCreateTicketingNote.js +94 -0
  1649. package/funcs/noteCreateTicketingNote.js.map +1 -0
  1650. package/funcs/noteGetTicketingNote.d.ts +13 -0
  1651. package/funcs/noteGetTicketingNote.d.ts.map +1 -0
  1652. package/funcs/noteGetTicketingNote.js +98 -0
  1653. package/funcs/noteGetTicketingNote.js.map +1 -0
  1654. package/funcs/noteListTicketingNotes.d.ts +13 -0
  1655. package/funcs/noteListTicketingNotes.d.ts.map +1 -0
  1656. package/funcs/noteListTicketingNotes.js +104 -0
  1657. package/funcs/noteListTicketingNotes.js.map +1 -0
  1658. package/funcs/notePatchTicketingNote.d.ts +13 -0
  1659. package/funcs/notePatchTicketingNote.d.ts.map +1 -0
  1660. package/funcs/notePatchTicketingNote.js +95 -0
  1661. package/funcs/notePatchTicketingNote.js.map +1 -0
  1662. package/funcs/noteRemoveTicketingNote.d.ts +12 -0
  1663. package/funcs/noteRemoveTicketingNote.d.ts.map +1 -0
  1664. package/funcs/noteRemoveTicketingNote.js +94 -0
  1665. package/funcs/noteRemoveTicketingNote.js.map +1 -0
  1666. package/funcs/noteUpdateTicketingNote.d.ts +13 -0
  1667. package/funcs/noteUpdateTicketingNote.d.ts.map +1 -0
  1668. package/funcs/noteUpdateTicketingNote.js +95 -0
  1669. package/funcs/noteUpdateTicketingNote.js.map +1 -0
  1670. package/funcs/organizationGetAccountingOrganization.d.ts +13 -0
  1671. package/funcs/organizationGetAccountingOrganization.d.ts.map +1 -0
  1672. package/funcs/organizationGetAccountingOrganization.js +98 -0
  1673. package/funcs/organizationGetAccountingOrganization.js.map +1 -0
  1674. package/funcs/organizationListAccountingOrganizations.d.ts +13 -0
  1675. package/funcs/organizationListAccountingOrganizations.d.ts.map +1 -0
  1676. package/funcs/organizationListAccountingOrganizations.js +102 -0
  1677. package/funcs/organizationListAccountingOrganizations.js.map +1 -0
  1678. package/funcs/pageCreateKmsPage.d.ts +13 -0
  1679. package/funcs/pageCreateKmsPage.d.ts.map +1 -0
  1680. package/funcs/pageCreateKmsPage.js +94 -0
  1681. package/funcs/pageCreateKmsPage.js.map +1 -0
  1682. package/funcs/pageGetKmsPage.d.ts +13 -0
  1683. package/funcs/pageGetKmsPage.d.ts.map +1 -0
  1684. package/funcs/pageGetKmsPage.js +98 -0
  1685. package/funcs/pageGetKmsPage.js.map +1 -0
  1686. package/funcs/pageListKmsPages.d.ts +13 -0
  1687. package/funcs/pageListKmsPages.d.ts.map +1 -0
  1688. package/funcs/pageListKmsPages.js +104 -0
  1689. package/funcs/pageListKmsPages.js.map +1 -0
  1690. package/funcs/pagePatchKmsPage.d.ts +13 -0
  1691. package/funcs/pagePatchKmsPage.d.ts.map +1 -0
  1692. package/funcs/pagePatchKmsPage.js +95 -0
  1693. package/funcs/pagePatchKmsPage.js.map +1 -0
  1694. package/funcs/pageRemoveKmsPage.d.ts +12 -0
  1695. package/funcs/pageRemoveKmsPage.d.ts.map +1 -0
  1696. package/funcs/pageRemoveKmsPage.js +94 -0
  1697. package/funcs/pageRemoveKmsPage.js.map +1 -0
  1698. package/funcs/pageUpdateKmsPage.d.ts +13 -0
  1699. package/funcs/pageUpdateKmsPage.d.ts.map +1 -0
  1700. package/funcs/pageUpdateKmsPage.js +95 -0
  1701. package/funcs/pageUpdateKmsPage.js.map +1 -0
  1702. package/funcs/passthroughCreatePassthrough.d.ts +14 -0
  1703. package/funcs/passthroughCreatePassthrough.d.ts.map +1 -0
  1704. package/funcs/passthroughCreatePassthrough.js +95 -0
  1705. package/funcs/passthroughCreatePassthrough.js.map +1 -0
  1706. package/funcs/passthroughListPassthroughs.d.ts +14 -0
  1707. package/funcs/passthroughListPassthroughs.d.ts.map +1 -0
  1708. package/funcs/passthroughListPassthroughs.js +94 -0
  1709. package/funcs/passthroughListPassthroughs.js.map +1 -0
  1710. package/funcs/passthroughPatchPassthrough.d.ts +14 -0
  1711. package/funcs/passthroughPatchPassthrough.d.ts.map +1 -0
  1712. package/funcs/passthroughPatchPassthrough.js +95 -0
  1713. package/funcs/passthroughPatchPassthrough.js.map +1 -0
  1714. package/funcs/passthroughRemovePassthrough.d.ts +14 -0
  1715. package/funcs/passthroughRemovePassthrough.d.ts.map +1 -0
  1716. package/funcs/passthroughRemovePassthrough.js +94 -0
  1717. package/funcs/passthroughRemovePassthrough.js.map +1 -0
  1718. package/funcs/passthroughUpdatePassthrough.d.ts +14 -0
  1719. package/funcs/passthroughUpdatePassthrough.d.ts.map +1 -0
  1720. package/funcs/passthroughUpdatePassthrough.js +95 -0
  1721. package/funcs/passthroughUpdatePassthrough.js.map +1 -0
  1722. package/funcs/paymentCreatePaymentLink.d.ts +13 -0
  1723. package/funcs/paymentCreatePaymentLink.d.ts.map +1 -0
  1724. package/funcs/paymentCreatePaymentLink.js +94 -0
  1725. package/funcs/paymentCreatePaymentLink.js.map +1 -0
  1726. package/funcs/paymentCreatePaymentPayment.d.ts +13 -0
  1727. package/funcs/paymentCreatePaymentPayment.d.ts.map +1 -0
  1728. package/funcs/paymentCreatePaymentPayment.js +94 -0
  1729. package/funcs/paymentCreatePaymentPayment.js.map +1 -0
  1730. package/funcs/paymentGetPaymentLink.d.ts +13 -0
  1731. package/funcs/paymentGetPaymentLink.d.ts.map +1 -0
  1732. package/funcs/paymentGetPaymentLink.js +98 -0
  1733. package/funcs/paymentGetPaymentLink.js.map +1 -0
  1734. package/funcs/paymentGetPaymentPayment.d.ts +13 -0
  1735. package/funcs/paymentGetPaymentPayment.d.ts.map +1 -0
  1736. package/funcs/paymentGetPaymentPayment.js +98 -0
  1737. package/funcs/paymentGetPaymentPayment.js.map +1 -0
  1738. package/funcs/paymentGetPaymentPayout.d.ts +13 -0
  1739. package/funcs/paymentGetPaymentPayout.d.ts.map +1 -0
  1740. package/funcs/paymentGetPaymentPayout.js +98 -0
  1741. package/funcs/paymentGetPaymentPayout.js.map +1 -0
  1742. package/funcs/paymentGetPaymentRefund.d.ts +13 -0
  1743. package/funcs/paymentGetPaymentRefund.d.ts.map +1 -0
  1744. package/funcs/paymentGetPaymentRefund.js +98 -0
  1745. package/funcs/paymentGetPaymentRefund.js.map +1 -0
  1746. package/funcs/paymentListPaymentLinks.d.ts +13 -0
  1747. package/funcs/paymentListPaymentLinks.d.ts.map +1 -0
  1748. package/funcs/paymentListPaymentLinks.js +104 -0
  1749. package/funcs/paymentListPaymentLinks.js.map +1 -0
  1750. package/funcs/paymentListPaymentPayments.d.ts +13 -0
  1751. package/funcs/paymentListPaymentPayments.d.ts.map +1 -0
  1752. package/funcs/paymentListPaymentPayments.js +104 -0
  1753. package/funcs/paymentListPaymentPayments.js.map +1 -0
  1754. package/funcs/paymentListPaymentPayouts.d.ts +13 -0
  1755. package/funcs/paymentListPaymentPayouts.d.ts.map +1 -0
  1756. package/funcs/paymentListPaymentPayouts.js +102 -0
  1757. package/funcs/paymentListPaymentPayouts.js.map +1 -0
  1758. package/funcs/paymentListPaymentRefunds.d.ts +13 -0
  1759. package/funcs/paymentListPaymentRefunds.d.ts.map +1 -0
  1760. package/funcs/paymentListPaymentRefunds.js +103 -0
  1761. package/funcs/paymentListPaymentRefunds.js.map +1 -0
  1762. package/funcs/paymentPatchPaymentLink.d.ts +13 -0
  1763. package/funcs/paymentPatchPaymentLink.d.ts.map +1 -0
  1764. package/funcs/paymentPatchPaymentLink.js +95 -0
  1765. package/funcs/paymentPatchPaymentLink.js.map +1 -0
  1766. package/funcs/paymentPatchPaymentPayment.d.ts +13 -0
  1767. package/funcs/paymentPatchPaymentPayment.d.ts.map +1 -0
  1768. package/funcs/paymentPatchPaymentPayment.js +95 -0
  1769. package/funcs/paymentPatchPaymentPayment.js.map +1 -0
  1770. package/funcs/paymentRemovePaymentLink.d.ts +12 -0
  1771. package/funcs/paymentRemovePaymentLink.d.ts.map +1 -0
  1772. package/funcs/paymentRemovePaymentLink.js +94 -0
  1773. package/funcs/paymentRemovePaymentLink.js.map +1 -0
  1774. package/funcs/paymentRemovePaymentPayment.d.ts +12 -0
  1775. package/funcs/paymentRemovePaymentPayment.d.ts.map +1 -0
  1776. package/funcs/paymentRemovePaymentPayment.js +94 -0
  1777. package/funcs/paymentRemovePaymentPayment.js.map +1 -0
  1778. package/funcs/paymentUpdatePaymentLink.d.ts +13 -0
  1779. package/funcs/paymentUpdatePaymentLink.d.ts.map +1 -0
  1780. package/funcs/paymentUpdatePaymentLink.js +95 -0
  1781. package/funcs/paymentUpdatePaymentLink.js.map +1 -0
  1782. package/funcs/paymentUpdatePaymentPayment.d.ts +13 -0
  1783. package/funcs/paymentUpdatePaymentPayment.d.ts.map +1 -0
  1784. package/funcs/paymentUpdatePaymentPayment.js +95 -0
  1785. package/funcs/paymentUpdatePaymentPayment.js.map +1 -0
  1786. package/funcs/payoutGetPaymentPayout.d.ts +13 -0
  1787. package/funcs/payoutGetPaymentPayout.d.ts.map +1 -0
  1788. package/funcs/payoutGetPaymentPayout.js +98 -0
  1789. package/funcs/payoutGetPaymentPayout.js.map +1 -0
  1790. package/funcs/payoutListPaymentPayouts.d.ts +13 -0
  1791. package/funcs/payoutListPaymentPayouts.d.ts.map +1 -0
  1792. package/funcs/payoutListPaymentPayouts.js +102 -0
  1793. package/funcs/payoutListPaymentPayouts.js.map +1 -0
  1794. package/funcs/payslipGetHrisPayslip.d.ts +13 -0
  1795. package/funcs/payslipGetHrisPayslip.d.ts.map +1 -0
  1796. package/funcs/payslipGetHrisPayslip.js +98 -0
  1797. package/funcs/payslipGetHrisPayslip.js.map +1 -0
  1798. package/funcs/payslipListHrisPayslips.d.ts +13 -0
  1799. package/funcs/payslipListHrisPayslips.d.ts.map +1 -0
  1800. package/funcs/payslipListHrisPayslips.js +103 -0
  1801. package/funcs/payslipListHrisPayslips.js.map +1 -0
  1802. package/funcs/personListEnrichPeople.d.ts +13 -0
  1803. package/funcs/personListEnrichPeople.d.ts.map +1 -0
  1804. package/funcs/personListEnrichPeople.js +101 -0
  1805. package/funcs/personListEnrichPeople.js.map +1 -0
  1806. package/funcs/pipelineCreateCrmPipeline.d.ts +13 -0
  1807. package/funcs/pipelineCreateCrmPipeline.d.ts.map +1 -0
  1808. package/funcs/pipelineCreateCrmPipeline.js +94 -0
  1809. package/funcs/pipelineCreateCrmPipeline.js.map +1 -0
  1810. package/funcs/pipelineGetCrmPipeline.d.ts +13 -0
  1811. package/funcs/pipelineGetCrmPipeline.d.ts.map +1 -0
  1812. package/funcs/pipelineGetCrmPipeline.js +98 -0
  1813. package/funcs/pipelineGetCrmPipeline.js.map +1 -0
  1814. package/funcs/pipelineListCrmPipelines.d.ts +13 -0
  1815. package/funcs/pipelineListCrmPipelines.d.ts.map +1 -0
  1816. package/funcs/pipelineListCrmPipelines.js +102 -0
  1817. package/funcs/pipelineListCrmPipelines.js.map +1 -0
  1818. package/funcs/pipelinePatchCrmPipeline.d.ts +13 -0
  1819. package/funcs/pipelinePatchCrmPipeline.d.ts.map +1 -0
  1820. package/funcs/pipelinePatchCrmPipeline.js +95 -0
  1821. package/funcs/pipelinePatchCrmPipeline.js.map +1 -0
  1822. package/funcs/pipelineRemoveCrmPipeline.d.ts +12 -0
  1823. package/funcs/pipelineRemoveCrmPipeline.d.ts.map +1 -0
  1824. package/funcs/pipelineRemoveCrmPipeline.js +94 -0
  1825. package/funcs/pipelineRemoveCrmPipeline.js.map +1 -0
  1826. package/funcs/pipelineUpdateCrmPipeline.d.ts +13 -0
  1827. package/funcs/pipelineUpdateCrmPipeline.d.ts.map +1 -0
  1828. package/funcs/pipelineUpdateCrmPipeline.js +95 -0
  1829. package/funcs/pipelineUpdateCrmPipeline.js.map +1 -0
  1830. package/funcs/projectCreateTaskProject.d.ts +13 -0
  1831. package/funcs/projectCreateTaskProject.d.ts.map +1 -0
  1832. package/funcs/projectCreateTaskProject.js +94 -0
  1833. package/funcs/projectCreateTaskProject.js.map +1 -0
  1834. package/funcs/projectGetTaskProject.d.ts +13 -0
  1835. package/funcs/projectGetTaskProject.d.ts.map +1 -0
  1836. package/funcs/projectGetTaskProject.js +98 -0
  1837. package/funcs/projectGetTaskProject.js.map +1 -0
  1838. package/funcs/projectListTaskProjects.d.ts +13 -0
  1839. package/funcs/projectListTaskProjects.d.ts.map +1 -0
  1840. package/funcs/projectListTaskProjects.js +103 -0
  1841. package/funcs/projectListTaskProjects.js.map +1 -0
  1842. package/funcs/projectPatchTaskProject.d.ts +13 -0
  1843. package/funcs/projectPatchTaskProject.d.ts.map +1 -0
  1844. package/funcs/projectPatchTaskProject.js +95 -0
  1845. package/funcs/projectPatchTaskProject.js.map +1 -0
  1846. package/funcs/projectRemoveTaskProject.d.ts +12 -0
  1847. package/funcs/projectRemoveTaskProject.d.ts.map +1 -0
  1848. package/funcs/projectRemoveTaskProject.js +94 -0
  1849. package/funcs/projectRemoveTaskProject.js.map +1 -0
  1850. package/funcs/projectUpdateTaskProject.d.ts +13 -0
  1851. package/funcs/projectUpdateTaskProject.d.ts.map +1 -0
  1852. package/funcs/projectUpdateTaskProject.js +95 -0
  1853. package/funcs/projectUpdateTaskProject.js.map +1 -0
  1854. package/funcs/promptCreateGenaiPrompt.d.ts +13 -0
  1855. package/funcs/promptCreateGenaiPrompt.d.ts.map +1 -0
  1856. package/funcs/promptCreateGenaiPrompt.js +94 -0
  1857. package/funcs/promptCreateGenaiPrompt.js.map +1 -0
  1858. package/funcs/refundGetPaymentRefund.d.ts +13 -0
  1859. package/funcs/refundGetPaymentRefund.d.ts.map +1 -0
  1860. package/funcs/refundGetPaymentRefund.js +98 -0
  1861. package/funcs/refundGetPaymentRefund.js.map +1 -0
  1862. package/funcs/refundListPaymentRefunds.d.ts +13 -0
  1863. package/funcs/refundListPaymentRefunds.d.ts.map +1 -0
  1864. package/funcs/refundListPaymentRefunds.js +103 -0
  1865. package/funcs/refundListPaymentRefunds.js.map +1 -0
  1866. package/funcs/scorecardCreateAtsScorecard.d.ts +13 -0
  1867. package/funcs/scorecardCreateAtsScorecard.d.ts.map +1 -0
  1868. package/funcs/scorecardCreateAtsScorecard.js +94 -0
  1869. package/funcs/scorecardCreateAtsScorecard.js.map +1 -0
  1870. package/funcs/scorecardGetAtsScorecard.d.ts +13 -0
  1871. package/funcs/scorecardGetAtsScorecard.d.ts.map +1 -0
  1872. package/funcs/scorecardGetAtsScorecard.js +98 -0
  1873. package/funcs/scorecardGetAtsScorecard.js.map +1 -0
  1874. package/funcs/scorecardListAtsScorecards.d.ts +13 -0
  1875. package/funcs/scorecardListAtsScorecards.d.ts.map +1 -0
  1876. package/funcs/scorecardListAtsScorecards.js +106 -0
  1877. package/funcs/scorecardListAtsScorecards.js.map +1 -0
  1878. package/funcs/scorecardPatchAtsScorecard.d.ts +13 -0
  1879. package/funcs/scorecardPatchAtsScorecard.d.ts.map +1 -0
  1880. package/funcs/scorecardPatchAtsScorecard.js +95 -0
  1881. package/funcs/scorecardPatchAtsScorecard.js.map +1 -0
  1882. package/funcs/scorecardRemoveAtsScorecard.d.ts +12 -0
  1883. package/funcs/scorecardRemoveAtsScorecard.d.ts.map +1 -0
  1884. package/funcs/scorecardRemoveAtsScorecard.js +94 -0
  1885. package/funcs/scorecardRemoveAtsScorecard.js.map +1 -0
  1886. package/funcs/scorecardUpdateAtsScorecard.d.ts +13 -0
  1887. package/funcs/scorecardUpdateAtsScorecard.d.ts.map +1 -0
  1888. package/funcs/scorecardUpdateAtsScorecard.js +95 -0
  1889. package/funcs/scorecardUpdateAtsScorecard.js.map +1 -0
  1890. package/funcs/spaceCreateKmsSpace.d.ts +13 -0
  1891. package/funcs/spaceCreateKmsSpace.d.ts.map +1 -0
  1892. package/funcs/spaceCreateKmsSpace.js +94 -0
  1893. package/funcs/spaceCreateKmsSpace.js.map +1 -0
  1894. package/funcs/spaceGetKmsSpace.d.ts +13 -0
  1895. package/funcs/spaceGetKmsSpace.d.ts.map +1 -0
  1896. package/funcs/spaceGetKmsSpace.js +98 -0
  1897. package/funcs/spaceGetKmsSpace.js.map +1 -0
  1898. package/funcs/spaceListKmsSpaces.d.ts +13 -0
  1899. package/funcs/spaceListKmsSpaces.d.ts.map +1 -0
  1900. package/funcs/spaceListKmsSpaces.js +103 -0
  1901. package/funcs/spaceListKmsSpaces.js.map +1 -0
  1902. package/funcs/spacePatchKmsSpace.d.ts +13 -0
  1903. package/funcs/spacePatchKmsSpace.d.ts.map +1 -0
  1904. package/funcs/spacePatchKmsSpace.js +95 -0
  1905. package/funcs/spacePatchKmsSpace.js.map +1 -0
  1906. package/funcs/spaceRemoveKmsSpace.d.ts +12 -0
  1907. package/funcs/spaceRemoveKmsSpace.d.ts.map +1 -0
  1908. package/funcs/spaceRemoveKmsSpace.js +94 -0
  1909. package/funcs/spaceRemoveKmsSpace.js.map +1 -0
  1910. package/funcs/spaceUpdateKmsSpace.d.ts +13 -0
  1911. package/funcs/spaceUpdateKmsSpace.d.ts.map +1 -0
  1912. package/funcs/spaceUpdateKmsSpace.js +95 -0
  1913. package/funcs/spaceUpdateKmsSpace.js.map +1 -0
  1914. package/funcs/storageCreateStorageFile.d.ts +13 -0
  1915. package/funcs/storageCreateStorageFile.d.ts.map +1 -0
  1916. package/funcs/storageCreateStorageFile.js +94 -0
  1917. package/funcs/storageCreateStorageFile.js.map +1 -0
  1918. package/funcs/storageGetStorageFile.d.ts +13 -0
  1919. package/funcs/storageGetStorageFile.d.ts.map +1 -0
  1920. package/funcs/storageGetStorageFile.js +98 -0
  1921. package/funcs/storageGetStorageFile.js.map +1 -0
  1922. package/funcs/storageListStorageFiles.d.ts +13 -0
  1923. package/funcs/storageListStorageFiles.d.ts.map +1 -0
  1924. package/funcs/storageListStorageFiles.js +103 -0
  1925. package/funcs/storageListStorageFiles.js.map +1 -0
  1926. package/funcs/storagePatchStorageFile.d.ts +13 -0
  1927. package/funcs/storagePatchStorageFile.d.ts.map +1 -0
  1928. package/funcs/storagePatchStorageFile.js +95 -0
  1929. package/funcs/storagePatchStorageFile.js.map +1 -0
  1930. package/funcs/storageRemoveStorageFile.d.ts +12 -0
  1931. package/funcs/storageRemoveStorageFile.d.ts.map +1 -0
  1932. package/funcs/storageRemoveStorageFile.js +94 -0
  1933. package/funcs/storageRemoveStorageFile.js.map +1 -0
  1934. package/funcs/storageUpdateStorageFile.d.ts +13 -0
  1935. package/funcs/storageUpdateStorageFile.d.ts.map +1 -0
  1936. package/funcs/storageUpdateStorageFile.js +95 -0
  1937. package/funcs/storageUpdateStorageFile.js.map +1 -0
  1938. package/funcs/taskCreateTaskProject.d.ts +13 -0
  1939. package/funcs/taskCreateTaskProject.d.ts.map +1 -0
  1940. package/funcs/taskCreateTaskProject.js +94 -0
  1941. package/funcs/taskCreateTaskProject.js.map +1 -0
  1942. package/funcs/taskCreateTaskTask.d.ts +13 -0
  1943. package/funcs/taskCreateTaskTask.d.ts.map +1 -0
  1944. package/funcs/taskCreateTaskTask.js +94 -0
  1945. package/funcs/taskCreateTaskTask.js.map +1 -0
  1946. package/funcs/taskGetTaskProject.d.ts +13 -0
  1947. package/funcs/taskGetTaskProject.d.ts.map +1 -0
  1948. package/funcs/taskGetTaskProject.js +98 -0
  1949. package/funcs/taskGetTaskProject.js.map +1 -0
  1950. package/funcs/taskGetTaskTask.d.ts +13 -0
  1951. package/funcs/taskGetTaskTask.d.ts.map +1 -0
  1952. package/funcs/taskGetTaskTask.js +98 -0
  1953. package/funcs/taskGetTaskTask.js.map +1 -0
  1954. package/funcs/taskListTaskProjects.d.ts +13 -0
  1955. package/funcs/taskListTaskProjects.d.ts.map +1 -0
  1956. package/funcs/taskListTaskProjects.js +103 -0
  1957. package/funcs/taskListTaskProjects.js.map +1 -0
  1958. package/funcs/taskListTaskTasks.d.ts +13 -0
  1959. package/funcs/taskListTaskTasks.d.ts.map +1 -0
  1960. package/funcs/taskListTaskTasks.js +104 -0
  1961. package/funcs/taskListTaskTasks.js.map +1 -0
  1962. package/funcs/taskPatchTaskProject.d.ts +13 -0
  1963. package/funcs/taskPatchTaskProject.d.ts.map +1 -0
  1964. package/funcs/taskPatchTaskProject.js +95 -0
  1965. package/funcs/taskPatchTaskProject.js.map +1 -0
  1966. package/funcs/taskPatchTaskTask.d.ts +13 -0
  1967. package/funcs/taskPatchTaskTask.d.ts.map +1 -0
  1968. package/funcs/taskPatchTaskTask.js +95 -0
  1969. package/funcs/taskPatchTaskTask.js.map +1 -0
  1970. package/funcs/taskRemoveTaskProject.d.ts +12 -0
  1971. package/funcs/taskRemoveTaskProject.d.ts.map +1 -0
  1972. package/funcs/taskRemoveTaskProject.js +94 -0
  1973. package/funcs/taskRemoveTaskProject.js.map +1 -0
  1974. package/funcs/taskRemoveTaskTask.d.ts +12 -0
  1975. package/funcs/taskRemoveTaskTask.d.ts.map +1 -0
  1976. package/funcs/taskRemoveTaskTask.js +94 -0
  1977. package/funcs/taskRemoveTaskTask.js.map +1 -0
  1978. package/funcs/taskUpdateTaskProject.d.ts +13 -0
  1979. package/funcs/taskUpdateTaskProject.d.ts.map +1 -0
  1980. package/funcs/taskUpdateTaskProject.js +95 -0
  1981. package/funcs/taskUpdateTaskProject.js.map +1 -0
  1982. package/funcs/taskUpdateTaskTask.d.ts +13 -0
  1983. package/funcs/taskUpdateTaskTask.d.ts.map +1 -0
  1984. package/funcs/taskUpdateTaskTask.js +95 -0
  1985. package/funcs/taskUpdateTaskTask.js.map +1 -0
  1986. package/funcs/taxrateCreateAccountingTaxrate.d.ts +13 -0
  1987. package/funcs/taxrateCreateAccountingTaxrate.d.ts.map +1 -0
  1988. package/funcs/taxrateCreateAccountingTaxrate.js +94 -0
  1989. package/funcs/taxrateCreateAccountingTaxrate.js.map +1 -0
  1990. package/funcs/taxrateGetAccountingTaxrate.d.ts +13 -0
  1991. package/funcs/taxrateGetAccountingTaxrate.d.ts.map +1 -0
  1992. package/funcs/taxrateGetAccountingTaxrate.js +98 -0
  1993. package/funcs/taxrateGetAccountingTaxrate.js.map +1 -0
  1994. package/funcs/taxrateListAccountingTaxrates.d.ts +13 -0
  1995. package/funcs/taxrateListAccountingTaxrates.d.ts.map +1 -0
  1996. package/funcs/taxrateListAccountingTaxrates.js +102 -0
  1997. package/funcs/taxrateListAccountingTaxrates.js.map +1 -0
  1998. package/funcs/taxratePatchAccountingTaxrate.d.ts +13 -0
  1999. package/funcs/taxratePatchAccountingTaxrate.d.ts.map +1 -0
  2000. package/funcs/taxratePatchAccountingTaxrate.js +95 -0
  2001. package/funcs/taxratePatchAccountingTaxrate.js.map +1 -0
  2002. package/funcs/taxrateRemoveAccountingTaxrate.d.ts +12 -0
  2003. package/funcs/taxrateRemoveAccountingTaxrate.d.ts.map +1 -0
  2004. package/funcs/taxrateRemoveAccountingTaxrate.js +94 -0
  2005. package/funcs/taxrateRemoveAccountingTaxrate.js.map +1 -0
  2006. package/funcs/taxrateUpdateAccountingTaxrate.d.ts +13 -0
  2007. package/funcs/taxrateUpdateAccountingTaxrate.d.ts.map +1 -0
  2008. package/funcs/taxrateUpdateAccountingTaxrate.js +95 -0
  2009. package/funcs/taxrateUpdateAccountingTaxrate.js.map +1 -0
  2010. package/funcs/ticketCreateTicketingTicket.d.ts +13 -0
  2011. package/funcs/ticketCreateTicketingTicket.d.ts.map +1 -0
  2012. package/funcs/ticketCreateTicketingTicket.js +94 -0
  2013. package/funcs/ticketCreateTicketingTicket.js.map +1 -0
  2014. package/funcs/ticketGetTicketingTicket.d.ts +13 -0
  2015. package/funcs/ticketGetTicketingTicket.d.ts.map +1 -0
  2016. package/funcs/ticketGetTicketingTicket.js +98 -0
  2017. package/funcs/ticketGetTicketingTicket.js.map +1 -0
  2018. package/funcs/ticketListTicketingTickets.d.ts +13 -0
  2019. package/funcs/ticketListTicketingTickets.d.ts.map +1 -0
  2020. package/funcs/ticketListTicketingTickets.js +104 -0
  2021. package/funcs/ticketListTicketingTickets.js.map +1 -0
  2022. package/funcs/ticketPatchTicketingTicket.d.ts +13 -0
  2023. package/funcs/ticketPatchTicketingTicket.d.ts.map +1 -0
  2024. package/funcs/ticketPatchTicketingTicket.js +95 -0
  2025. package/funcs/ticketPatchTicketingTicket.js.map +1 -0
  2026. package/funcs/ticketRemoveTicketingTicket.d.ts +12 -0
  2027. package/funcs/ticketRemoveTicketingTicket.d.ts.map +1 -0
  2028. package/funcs/ticketRemoveTicketingTicket.js +94 -0
  2029. package/funcs/ticketRemoveTicketingTicket.js.map +1 -0
  2030. package/funcs/ticketUpdateTicketingTicket.d.ts +13 -0
  2031. package/funcs/ticketUpdateTicketingTicket.d.ts.map +1 -0
  2032. package/funcs/ticketUpdateTicketingTicket.js +95 -0
  2033. package/funcs/ticketUpdateTicketingTicket.js.map +1 -0
  2034. package/funcs/ticketingCreateTicketingCustomer.d.ts +13 -0
  2035. package/funcs/ticketingCreateTicketingCustomer.d.ts.map +1 -0
  2036. package/funcs/ticketingCreateTicketingCustomer.js +94 -0
  2037. package/funcs/ticketingCreateTicketingCustomer.js.map +1 -0
  2038. package/funcs/ticketingCreateTicketingNote.d.ts +13 -0
  2039. package/funcs/ticketingCreateTicketingNote.d.ts.map +1 -0
  2040. package/funcs/ticketingCreateTicketingNote.js +94 -0
  2041. package/funcs/ticketingCreateTicketingNote.js.map +1 -0
  2042. package/funcs/ticketingCreateTicketingTicket.d.ts +13 -0
  2043. package/funcs/ticketingCreateTicketingTicket.d.ts.map +1 -0
  2044. package/funcs/ticketingCreateTicketingTicket.js +94 -0
  2045. package/funcs/ticketingCreateTicketingTicket.js.map +1 -0
  2046. package/funcs/ticketingGetTicketingCustomer.d.ts +13 -0
  2047. package/funcs/ticketingGetTicketingCustomer.d.ts.map +1 -0
  2048. package/funcs/ticketingGetTicketingCustomer.js +98 -0
  2049. package/funcs/ticketingGetTicketingCustomer.js.map +1 -0
  2050. package/funcs/ticketingGetTicketingNote.d.ts +13 -0
  2051. package/funcs/ticketingGetTicketingNote.d.ts.map +1 -0
  2052. package/funcs/ticketingGetTicketingNote.js +98 -0
  2053. package/funcs/ticketingGetTicketingNote.js.map +1 -0
  2054. package/funcs/ticketingGetTicketingTicket.d.ts +13 -0
  2055. package/funcs/ticketingGetTicketingTicket.d.ts.map +1 -0
  2056. package/funcs/ticketingGetTicketingTicket.js +98 -0
  2057. package/funcs/ticketingGetTicketingTicket.js.map +1 -0
  2058. package/funcs/ticketingListTicketingCustomers.d.ts +13 -0
  2059. package/funcs/ticketingListTicketingCustomers.d.ts.map +1 -0
  2060. package/funcs/ticketingListTicketingCustomers.js +102 -0
  2061. package/funcs/ticketingListTicketingCustomers.js.map +1 -0
  2062. package/funcs/ticketingListTicketingNotes.d.ts +13 -0
  2063. package/funcs/ticketingListTicketingNotes.d.ts.map +1 -0
  2064. package/funcs/ticketingListTicketingNotes.js +104 -0
  2065. package/funcs/ticketingListTicketingNotes.js.map +1 -0
  2066. package/funcs/ticketingListTicketingTickets.d.ts +13 -0
  2067. package/funcs/ticketingListTicketingTickets.d.ts.map +1 -0
  2068. package/funcs/ticketingListTicketingTickets.js +104 -0
  2069. package/funcs/ticketingListTicketingTickets.js.map +1 -0
  2070. package/funcs/ticketingPatchTicketingCustomer.d.ts +13 -0
  2071. package/funcs/ticketingPatchTicketingCustomer.d.ts.map +1 -0
  2072. package/funcs/ticketingPatchTicketingCustomer.js +95 -0
  2073. package/funcs/ticketingPatchTicketingCustomer.js.map +1 -0
  2074. package/funcs/ticketingPatchTicketingNote.d.ts +13 -0
  2075. package/funcs/ticketingPatchTicketingNote.d.ts.map +1 -0
  2076. package/funcs/ticketingPatchTicketingNote.js +95 -0
  2077. package/funcs/ticketingPatchTicketingNote.js.map +1 -0
  2078. package/funcs/ticketingPatchTicketingTicket.d.ts +13 -0
  2079. package/funcs/ticketingPatchTicketingTicket.d.ts.map +1 -0
  2080. package/funcs/ticketingPatchTicketingTicket.js +95 -0
  2081. package/funcs/ticketingPatchTicketingTicket.js.map +1 -0
  2082. package/funcs/ticketingRemoveTicketingCustomer.d.ts +12 -0
  2083. package/funcs/ticketingRemoveTicketingCustomer.d.ts.map +1 -0
  2084. package/funcs/ticketingRemoveTicketingCustomer.js +94 -0
  2085. package/funcs/ticketingRemoveTicketingCustomer.js.map +1 -0
  2086. package/funcs/ticketingRemoveTicketingNote.d.ts +12 -0
  2087. package/funcs/ticketingRemoveTicketingNote.d.ts.map +1 -0
  2088. package/funcs/ticketingRemoveTicketingNote.js +94 -0
  2089. package/funcs/ticketingRemoveTicketingNote.js.map +1 -0
  2090. package/funcs/ticketingRemoveTicketingTicket.d.ts +12 -0
  2091. package/funcs/ticketingRemoveTicketingTicket.d.ts.map +1 -0
  2092. package/funcs/ticketingRemoveTicketingTicket.js +94 -0
  2093. package/funcs/ticketingRemoveTicketingTicket.js.map +1 -0
  2094. package/funcs/ticketingUpdateTicketingCustomer.d.ts +13 -0
  2095. package/funcs/ticketingUpdateTicketingCustomer.d.ts.map +1 -0
  2096. package/funcs/ticketingUpdateTicketingCustomer.js +95 -0
  2097. package/funcs/ticketingUpdateTicketingCustomer.js.map +1 -0
  2098. package/funcs/ticketingUpdateTicketingNote.d.ts +13 -0
  2099. package/funcs/ticketingUpdateTicketingNote.d.ts.map +1 -0
  2100. package/funcs/ticketingUpdateTicketingNote.js +95 -0
  2101. package/funcs/ticketingUpdateTicketingNote.js.map +1 -0
  2102. package/funcs/ticketingUpdateTicketingTicket.d.ts +13 -0
  2103. package/funcs/ticketingUpdateTicketingTicket.d.ts.map +1 -0
  2104. package/funcs/ticketingUpdateTicketingTicket.js +95 -0
  2105. package/funcs/ticketingUpdateTicketingTicket.js.map +1 -0
  2106. package/funcs/timeoffGetHrisTimeoff.d.ts +13 -0
  2107. package/funcs/timeoffGetHrisTimeoff.d.ts.map +1 -0
  2108. package/funcs/timeoffGetHrisTimeoff.js +98 -0
  2109. package/funcs/timeoffGetHrisTimeoff.js.map +1 -0
  2110. package/funcs/timeoffListHrisTimeoffs.d.ts +13 -0
  2111. package/funcs/timeoffListHrisTimeoffs.d.ts.map +1 -0
  2112. package/funcs/timeoffListHrisTimeoffs.js +103 -0
  2113. package/funcs/timeoffListHrisTimeoffs.js.map +1 -0
  2114. package/funcs/transactionCreateAccountingTransaction.d.ts +13 -0
  2115. package/funcs/transactionCreateAccountingTransaction.d.ts.map +1 -0
  2116. package/funcs/transactionCreateAccountingTransaction.js +94 -0
  2117. package/funcs/transactionCreateAccountingTransaction.js.map +1 -0
  2118. package/funcs/transactionGetAccountingTransaction.d.ts +13 -0
  2119. package/funcs/transactionGetAccountingTransaction.d.ts.map +1 -0
  2120. package/funcs/transactionGetAccountingTransaction.js +98 -0
  2121. package/funcs/transactionGetAccountingTransaction.js.map +1 -0
  2122. package/funcs/transactionListAccountingTransactions.d.ts +13 -0
  2123. package/funcs/transactionListAccountingTransactions.d.ts.map +1 -0
  2124. package/funcs/transactionListAccountingTransactions.js +103 -0
  2125. package/funcs/transactionListAccountingTransactions.js.map +1 -0
  2126. package/funcs/transactionPatchAccountingTransaction.d.ts +13 -0
  2127. package/funcs/transactionPatchAccountingTransaction.d.ts.map +1 -0
  2128. package/funcs/transactionPatchAccountingTransaction.js +95 -0
  2129. package/funcs/transactionPatchAccountingTransaction.js.map +1 -0
  2130. package/funcs/transactionRemoveAccountingTransaction.d.ts +12 -0
  2131. package/funcs/transactionRemoveAccountingTransaction.d.ts.map +1 -0
  2132. package/funcs/transactionRemoveAccountingTransaction.js +94 -0
  2133. package/funcs/transactionRemoveAccountingTransaction.js.map +1 -0
  2134. package/funcs/transactionUpdateAccountingTransaction.d.ts +13 -0
  2135. package/funcs/transactionUpdateAccountingTransaction.d.ts.map +1 -0
  2136. package/funcs/transactionUpdateAccountingTransaction.js +95 -0
  2137. package/funcs/transactionUpdateAccountingTransaction.js.map +1 -0
  2138. package/funcs/ucCreateUcContact.d.ts +13 -0
  2139. package/funcs/ucCreateUcContact.d.ts.map +1 -0
  2140. package/funcs/ucCreateUcContact.js +94 -0
  2141. package/funcs/ucCreateUcContact.js.map +1 -0
  2142. package/funcs/ucGetUcContact.d.ts +13 -0
  2143. package/funcs/ucGetUcContact.d.ts.map +1 -0
  2144. package/funcs/ucGetUcContact.js +98 -0
  2145. package/funcs/ucGetUcContact.js.map +1 -0
  2146. package/funcs/ucListUcCalls.d.ts +13 -0
  2147. package/funcs/ucListUcCalls.d.ts.map +1 -0
  2148. package/funcs/ucListUcCalls.js +104 -0
  2149. package/funcs/ucListUcCalls.js.map +1 -0
  2150. package/funcs/ucListUcContacts.d.ts +13 -0
  2151. package/funcs/ucListUcContacts.d.ts.map +1 -0
  2152. package/funcs/ucListUcContacts.js +103 -0
  2153. package/funcs/ucListUcContacts.js.map +1 -0
  2154. package/funcs/ucPatchUcContact.d.ts +13 -0
  2155. package/funcs/ucPatchUcContact.d.ts.map +1 -0
  2156. package/funcs/ucPatchUcContact.js +95 -0
  2157. package/funcs/ucPatchUcContact.js.map +1 -0
  2158. package/funcs/ucRemoveUcContact.d.ts +12 -0
  2159. package/funcs/ucRemoveUcContact.d.ts.map +1 -0
  2160. package/funcs/ucRemoveUcContact.js +94 -0
  2161. package/funcs/ucRemoveUcContact.js.map +1 -0
  2162. package/funcs/ucUpdateUcContact.d.ts +13 -0
  2163. package/funcs/ucUpdateUcContact.d.ts.map +1 -0
  2164. package/funcs/ucUpdateUcContact.js +95 -0
  2165. package/funcs/ucUpdateUcContact.js.map +1 -0
  2166. package/funcs/unifiedCreateUnifiedConnection.d.ts +12 -0
  2167. package/funcs/unifiedCreateUnifiedConnection.d.ts.map +1 -0
  2168. package/funcs/unifiedCreateUnifiedConnection.js +87 -0
  2169. package/funcs/unifiedCreateUnifiedConnection.js.map +1 -0
  2170. package/funcs/unifiedCreateUnifiedWebhook.d.ts +16 -0
  2171. package/funcs/unifiedCreateUnifiedWebhook.d.ts.map +1 -0
  2172. package/funcs/unifiedCreateUnifiedWebhook.js +95 -0
  2173. package/funcs/unifiedCreateUnifiedWebhook.js.map +1 -0
  2174. package/funcs/unifiedGetUnifiedApicall.d.ts +13 -0
  2175. package/funcs/unifiedGetUnifiedApicall.d.ts.map +1 -0
  2176. package/funcs/unifiedGetUnifiedApicall.js +90 -0
  2177. package/funcs/unifiedGetUnifiedApicall.js.map +1 -0
  2178. package/funcs/unifiedGetUnifiedConnection.d.ts +13 -0
  2179. package/funcs/unifiedGetUnifiedConnection.d.ts.map +1 -0
  2180. package/funcs/unifiedGetUnifiedConnection.js +90 -0
  2181. package/funcs/unifiedGetUnifiedConnection.js.map +1 -0
  2182. package/funcs/unifiedGetUnifiedIntegrationAuth.d.ts +15 -0
  2183. package/funcs/unifiedGetUnifiedIntegrationAuth.d.ts.map +1 -0
  2184. package/funcs/unifiedGetUnifiedIntegrationAuth.js +112 -0
  2185. package/funcs/unifiedGetUnifiedIntegrationAuth.js.map +1 -0
  2186. package/funcs/unifiedGetUnifiedWebhook.d.ts +13 -0
  2187. package/funcs/unifiedGetUnifiedWebhook.d.ts.map +1 -0
  2188. package/funcs/unifiedGetUnifiedWebhook.js +90 -0
  2189. package/funcs/unifiedGetUnifiedWebhook.js.map +1 -0
  2190. package/funcs/unifiedListUnifiedApicalls.d.ts +13 -0
  2191. package/funcs/unifiedListUnifiedApicalls.d.ts.map +1 -0
  2192. package/funcs/unifiedListUnifiedApicalls.js +99 -0
  2193. package/funcs/unifiedListUnifiedApicalls.js.map +1 -0
  2194. package/funcs/unifiedListUnifiedConnections.d.ts +13 -0
  2195. package/funcs/unifiedListUnifiedConnections.d.ts.map +1 -0
  2196. package/funcs/unifiedListUnifiedConnections.js +97 -0
  2197. package/funcs/unifiedListUnifiedConnections.js.map +1 -0
  2198. package/funcs/unifiedListUnifiedIntegrationWorkspaces.d.ts +16 -0
  2199. package/funcs/unifiedListUnifiedIntegrationWorkspaces.d.ts.map +1 -0
  2200. package/funcs/unifiedListUnifiedIntegrationWorkspaces.js +107 -0
  2201. package/funcs/unifiedListUnifiedIntegrationWorkspaces.js.map +1 -0
  2202. package/funcs/unifiedListUnifiedIntegrations.d.ts +13 -0
  2203. package/funcs/unifiedListUnifiedIntegrations.d.ts.map +1 -0
  2204. package/funcs/unifiedListUnifiedIntegrations.js +101 -0
  2205. package/funcs/unifiedListUnifiedIntegrations.js.map +1 -0
  2206. package/funcs/unifiedListUnifiedIssues.d.ts +13 -0
  2207. package/funcs/unifiedListUnifiedIssues.d.ts.map +1 -0
  2208. package/funcs/unifiedListUnifiedIssues.js +94 -0
  2209. package/funcs/unifiedListUnifiedIssues.js.map +1 -0
  2210. package/funcs/unifiedListUnifiedWebhooks.d.ts +13 -0
  2211. package/funcs/unifiedListUnifiedWebhooks.d.ts.map +1 -0
  2212. package/funcs/unifiedListUnifiedWebhooks.js +99 -0
  2213. package/funcs/unifiedListUnifiedWebhooks.js.map +1 -0
  2214. package/funcs/unifiedPatchUnifiedConnection.d.ts +13 -0
  2215. package/funcs/unifiedPatchUnifiedConnection.d.ts.map +1 -0
  2216. package/funcs/unifiedPatchUnifiedConnection.js +91 -0
  2217. package/funcs/unifiedPatchUnifiedConnection.js.map +1 -0
  2218. package/funcs/unifiedPatchUnifiedWebhookTrigger.d.ts +12 -0
  2219. package/funcs/unifiedPatchUnifiedWebhookTrigger.d.ts.map +1 -0
  2220. package/funcs/unifiedPatchUnifiedWebhookTrigger.js +90 -0
  2221. package/funcs/unifiedPatchUnifiedWebhookTrigger.js.map +1 -0
  2222. package/funcs/unifiedRemoveUnifiedConnection.d.ts +12 -0
  2223. package/funcs/unifiedRemoveUnifiedConnection.d.ts.map +1 -0
  2224. package/funcs/unifiedRemoveUnifiedConnection.js +90 -0
  2225. package/funcs/unifiedRemoveUnifiedConnection.js.map +1 -0
  2226. package/funcs/unifiedRemoveUnifiedWebhook.d.ts +12 -0
  2227. package/funcs/unifiedRemoveUnifiedWebhook.d.ts.map +1 -0
  2228. package/funcs/unifiedRemoveUnifiedWebhook.js +90 -0
  2229. package/funcs/unifiedRemoveUnifiedWebhook.js.map +1 -0
  2230. package/funcs/unifiedUpdateUnifiedConnection.d.ts +13 -0
  2231. package/funcs/unifiedUpdateUnifiedConnection.d.ts.map +1 -0
  2232. package/funcs/unifiedUpdateUnifiedConnection.js +91 -0
  2233. package/funcs/unifiedUpdateUnifiedConnection.js.map +1 -0
  2234. package/funcs/unifiedUpdateUnifiedWebhookTrigger.d.ts +12 -0
  2235. package/funcs/unifiedUpdateUnifiedWebhookTrigger.d.ts.map +1 -0
  2236. package/funcs/unifiedUpdateUnifiedWebhookTrigger.js +90 -0
  2237. package/funcs/unifiedUpdateUnifiedWebhookTrigger.js.map +1 -0
  2238. package/funcs/webhookCreateUnifiedWebhook.d.ts +16 -0
  2239. package/funcs/webhookCreateUnifiedWebhook.d.ts.map +1 -0
  2240. package/funcs/webhookCreateUnifiedWebhook.js +95 -0
  2241. package/funcs/webhookCreateUnifiedWebhook.js.map +1 -0
  2242. package/funcs/webhookGetUnifiedWebhook.d.ts +13 -0
  2243. package/funcs/webhookGetUnifiedWebhook.d.ts.map +1 -0
  2244. package/funcs/webhookGetUnifiedWebhook.js +90 -0
  2245. package/funcs/webhookGetUnifiedWebhook.js.map +1 -0
  2246. package/funcs/webhookListUnifiedWebhooks.d.ts +13 -0
  2247. package/funcs/webhookListUnifiedWebhooks.d.ts.map +1 -0
  2248. package/funcs/webhookListUnifiedWebhooks.js +99 -0
  2249. package/funcs/webhookListUnifiedWebhooks.js.map +1 -0
  2250. package/funcs/webhookPatchUnifiedWebhookTrigger.d.ts +12 -0
  2251. package/funcs/webhookPatchUnifiedWebhookTrigger.d.ts.map +1 -0
  2252. package/funcs/webhookPatchUnifiedWebhookTrigger.js +90 -0
  2253. package/funcs/webhookPatchUnifiedWebhookTrigger.js.map +1 -0
  2254. package/funcs/webhookRemoveUnifiedWebhook.d.ts +12 -0
  2255. package/funcs/webhookRemoveUnifiedWebhook.d.ts.map +1 -0
  2256. package/funcs/webhookRemoveUnifiedWebhook.js +90 -0
  2257. package/funcs/webhookRemoveUnifiedWebhook.js.map +1 -0
  2258. package/funcs/webhookUpdateUnifiedWebhookTrigger.d.ts +12 -0
  2259. package/funcs/webhookUpdateUnifiedWebhookTrigger.d.ts.map +1 -0
  2260. package/funcs/webhookUpdateUnifiedWebhookTrigger.js +90 -0
  2261. package/funcs/webhookUpdateUnifiedWebhookTrigger.js.map +1 -0
  2262. package/hooks/hooks.d.ts +24 -0
  2263. package/hooks/hooks.d.ts.map +1 -0
  2264. package/hooks/hooks.js +66 -0
  2265. package/hooks/hooks.js.map +1 -0
  2266. package/hooks/index.d.ts +3 -0
  2267. package/hooks/index.d.ts.map +1 -0
  2268. package/hooks/index.js +22 -0
  2269. package/hooks/index.js.map +1 -0
  2270. package/hooks/types.d.ts +72 -0
  2271. package/hooks/types.d.ts.map +1 -0
  2272. package/hooks/types.js +6 -0
  2273. package/hooks/types.js.map +1 -0
  2274. package/index.d.ts +3 -0
  2275. package/index.d.ts.map +1 -0
  2276. package/index.js +22 -0
  2277. package/index.js.map +1 -0
  2278. package/lib/base64.d.ts +10 -0
  2279. package/lib/base64.d.ts.map +1 -0
  2280. package/lib/base64.js +61 -0
  2281. package/lib/base64.js.map +1 -0
  2282. package/lib/config.d.ts +36 -0
  2283. package/lib/config.d.ts.map +1 -0
  2284. package/lib/config.js +43 -0
  2285. package/lib/config.js.map +1 -0
  2286. package/lib/dlv.d.ts +14 -0
  2287. package/lib/dlv.d.ts.map +1 -0
  2288. package/lib/dlv.js +49 -0
  2289. package/lib/dlv.js.map +1 -0
  2290. package/lib/encodings.d.ts +51 -0
  2291. package/lib/encodings.d.ts.map +1 -0
  2292. package/lib/encodings.js +343 -0
  2293. package/lib/encodings.js.map +1 -0
  2294. package/lib/http.d.ts +66 -0
  2295. package/lib/http.d.ts.map +1 -0
  2296. package/lib/http.js +217 -0
  2297. package/lib/http.js.map +1 -0
  2298. package/lib/is-plain-object.d.ts +2 -0
  2299. package/lib/is-plain-object.d.ts.map +1 -0
  2300. package/lib/is-plain-object.js +41 -0
  2301. package/lib/is-plain-object.js.map +1 -0
  2302. package/lib/matchers.d.ts +64 -0
  2303. package/lib/matchers.d.ts.map +1 -0
  2304. package/lib/matchers.js +209 -0
  2305. package/lib/matchers.js.map +1 -0
  2306. package/lib/primitives.d.ts +16 -0
  2307. package/lib/primitives.d.ts.map +1 -0
  2308. package/lib/primitives.js +29 -0
  2309. package/lib/primitives.js.map +1 -0
  2310. package/lib/retries.d.ts +18 -0
  2311. package/lib/retries.d.ts.map +1 -0
  2312. package/lib/retries.js +130 -0
  2313. package/lib/retries.js.map +1 -0
  2314. package/lib/schemas.d.ts +19 -0
  2315. package/lib/schemas.d.ts.map +1 -0
  2316. package/lib/schemas.js +59 -0
  2317. package/lib/schemas.js.map +1 -0
  2318. package/lib/sdks.d.ts +57 -0
  2319. package/lib/sdks.d.ts.map +1 -0
  2320. package/lib/sdks.js +159 -0
  2321. package/lib/sdks.js.map +1 -0
  2322. package/lib/security.d.ts +58 -0
  2323. package/lib/security.d.ts.map +1 -0
  2324. package/lib/security.js +122 -0
  2325. package/lib/security.js.map +1 -0
  2326. package/lib/url.d.ts +5 -0
  2327. package/lib/url.d.ts.map +1 -0
  2328. package/lib/url.js +25 -0
  2329. package/lib/url.js.map +1 -0
  2330. package/package.json +22 -27
  2331. package/sdk/account.d.ts +30 -0
  2332. package/sdk/account.d.ts.map +1 -0
  2333. package/sdk/account.js +54 -0
  2334. package/sdk/account.js.map +1 -0
  2335. package/sdk/accounting.d.ts +158 -0
  2336. package/sdk/accounting.d.ts.map +1 -0
  2337. package/sdk/accounting.js +278 -0
  2338. package/sdk/accounting.js.map +1 -0
  2339. package/sdk/activity.d.ts +30 -0
  2340. package/sdk/activity.d.ts.map +1 -0
  2341. package/sdk/activity.js +54 -0
  2342. package/sdk/activity.js.map +1 -0
  2343. package/sdk/apicall.d.ts +14 -0
  2344. package/sdk/apicall.d.ts.map +1 -0
  2345. package/sdk/apicall.js +26 -0
  2346. package/sdk/apicall.js.map +1 -0
  2347. package/sdk/application.d.ts +30 -0
  2348. package/sdk/application.d.ts.map +1 -0
  2349. package/sdk/application.js +54 -0
  2350. package/sdk/application.js.map +1 -0
  2351. package/sdk/applicationstatus.d.ts +10 -0
  2352. package/sdk/applicationstatus.d.ts.map +1 -0
  2353. package/sdk/applicationstatus.js +19 -0
  2354. package/sdk/applicationstatus.js.map +1 -0
  2355. package/sdk/ats.d.ts +186 -0
  2356. package/sdk/ats.d.ts.map +1 -0
  2357. package/sdk/ats.js +327 -0
  2358. package/sdk/ats.js.map +1 -0
  2359. package/sdk/auth.d.ts +19 -0
  2360. package/sdk/auth.d.ts.map +1 -0
  2361. package/sdk/auth.js +32 -0
  2362. package/sdk/auth.js.map +1 -0
  2363. package/sdk/call.d.ts +10 -0
  2364. package/sdk/call.d.ts.map +1 -0
  2365. package/sdk/call.js +19 -0
  2366. package/sdk/call.js.map +1 -0
  2367. package/sdk/candidate.d.ts +30 -0
  2368. package/sdk/candidate.d.ts.map +1 -0
  2369. package/sdk/candidate.js +54 -0
  2370. package/sdk/candidate.js.map +1 -0
  2371. package/sdk/channel.d.ts +14 -0
  2372. package/sdk/channel.d.ts.map +1 -0
  2373. package/sdk/channel.js +26 -0
  2374. package/sdk/channel.js.map +1 -0
  2375. package/sdk/collection.d.ts +30 -0
  2376. package/sdk/collection.d.ts.map +1 -0
  2377. package/sdk/collection.js +54 -0
  2378. package/sdk/collection.js.map +1 -0
  2379. package/sdk/commerce.d.ts +102 -0
  2380. package/sdk/commerce.d.ts.map +1 -0
  2381. package/sdk/commerce.js +180 -0
  2382. package/sdk/commerce.js.map +1 -0
  2383. package/sdk/company.d.ts +66 -0
  2384. package/sdk/company.d.ts.map +1 -0
  2385. package/sdk/company.js +117 -0
  2386. package/sdk/company.js.map +1 -0
  2387. package/sdk/connection.d.ts +30 -0
  2388. package/sdk/connection.d.ts.map +1 -0
  2389. package/sdk/connection.js +54 -0
  2390. package/sdk/connection.js.map +1 -0
  2391. package/sdk/contact.d.ts +78 -0
  2392. package/sdk/contact.d.ts.map +1 -0
  2393. package/sdk/contact.js +138 -0
  2394. package/sdk/contact.js.map +1 -0
  2395. package/sdk/crm.d.ts +150 -0
  2396. package/sdk/crm.d.ts.map +1 -0
  2397. package/sdk/crm.js +264 -0
  2398. package/sdk/crm.js.map +1 -0
  2399. package/sdk/customer.d.ts +30 -0
  2400. package/sdk/customer.d.ts.map +1 -0
  2401. package/sdk/customer.js +54 -0
  2402. package/sdk/customer.js.map +1 -0
  2403. package/sdk/deal.d.ts +30 -0
  2404. package/sdk/deal.d.ts.map +1 -0
  2405. package/sdk/deal.js +54 -0
  2406. package/sdk/deal.js.map +1 -0
  2407. package/sdk/document.d.ts +30 -0
  2408. package/sdk/document.d.ts.map +1 -0
  2409. package/sdk/document.js +54 -0
  2410. package/sdk/document.js.map +1 -0
  2411. package/sdk/employee.d.ts +30 -0
  2412. package/sdk/employee.d.ts.map +1 -0
  2413. package/sdk/employee.js +54 -0
  2414. package/sdk/employee.js.map +1 -0
  2415. package/sdk/enrich.d.ts +14 -0
  2416. package/sdk/enrich.d.ts.map +1 -0
  2417. package/sdk/enrich.js +26 -0
  2418. package/sdk/enrich.js.map +1 -0
  2419. package/sdk/event.d.ts +30 -0
  2420. package/sdk/event.d.ts.map +1 -0
  2421. package/sdk/event.js +54 -0
  2422. package/sdk/event.js.map +1 -0
  2423. package/sdk/file.d.ts +30 -0
  2424. package/sdk/file.d.ts.map +1 -0
  2425. package/sdk/file.js +54 -0
  2426. package/sdk/file.js.map +1 -0
  2427. package/sdk/genai.d.ts +14 -0
  2428. package/sdk/genai.d.ts.map +1 -0
  2429. package/sdk/genai.js +26 -0
  2430. package/sdk/genai.js.map +1 -0
  2431. package/sdk/group.d.ts +30 -0
  2432. package/sdk/group.d.ts.map +1 -0
  2433. package/sdk/group.js +54 -0
  2434. package/sdk/group.js.map +1 -0
  2435. package/sdk/hris.d.ts +118 -0
  2436. package/sdk/hris.d.ts.map +1 -0
  2437. package/sdk/hris.js +208 -0
  2438. package/sdk/hris.js.map +1 -0
  2439. package/sdk/index.d.ts +2 -0
  2440. package/sdk/index.d.ts.map +1 -0
  2441. package/sdk/index.js +21 -0
  2442. package/sdk/index.js.map +1 -0
  2443. package/sdk/integration.d.ts +24 -0
  2444. package/sdk/integration.d.ts.map +1 -0
  2445. package/sdk/integration.js +39 -0
  2446. package/sdk/integration.js.map +1 -0
  2447. package/sdk/interview.d.ts +30 -0
  2448. package/sdk/interview.d.ts.map +1 -0
  2449. package/sdk/interview.js +54 -0
  2450. package/sdk/interview.js.map +1 -0
  2451. package/sdk/inventory.d.ts +30 -0
  2452. package/sdk/inventory.d.ts.map +1 -0
  2453. package/sdk/inventory.js +54 -0
  2454. package/sdk/inventory.js.map +1 -0
  2455. package/sdk/invoice.d.ts +30 -0
  2456. package/sdk/invoice.d.ts.map +1 -0
  2457. package/sdk/invoice.js +54 -0
  2458. package/sdk/invoice.js.map +1 -0
  2459. package/sdk/issue.d.ts +10 -0
  2460. package/sdk/issue.d.ts.map +1 -0
  2461. package/sdk/issue.js +19 -0
  2462. package/sdk/issue.js.map +1 -0
  2463. package/sdk/item.d.ts +30 -0
  2464. package/sdk/item.d.ts.map +1 -0
  2465. package/sdk/item.js +54 -0
  2466. package/sdk/item.js.map +1 -0
  2467. package/sdk/job.d.ts +30 -0
  2468. package/sdk/job.d.ts.map +1 -0
  2469. package/sdk/job.js +54 -0
  2470. package/sdk/job.js.map +1 -0
  2471. package/sdk/journal.d.ts +30 -0
  2472. package/sdk/journal.d.ts.map +1 -0
  2473. package/sdk/journal.js +54 -0
  2474. package/sdk/journal.js.map +1 -0
  2475. package/sdk/kms.d.ts +54 -0
  2476. package/sdk/kms.d.ts.map +1 -0
  2477. package/sdk/kms.js +96 -0
  2478. package/sdk/kms.js.map +1 -0
  2479. package/sdk/lead.d.ts +30 -0
  2480. package/sdk/lead.d.ts.map +1 -0
  2481. package/sdk/lead.js +54 -0
  2482. package/sdk/lead.js.map +1 -0
  2483. package/sdk/link.d.ts +30 -0
  2484. package/sdk/link.d.ts.map +1 -0
  2485. package/sdk/link.js +54 -0
  2486. package/sdk/link.js.map +1 -0
  2487. package/sdk/list.d.ts +30 -0
  2488. package/sdk/list.d.ts.map +1 -0
  2489. package/sdk/list.js +54 -0
  2490. package/sdk/list.js.map +1 -0
  2491. package/sdk/location.d.ts +54 -0
  2492. package/sdk/location.d.ts.map +1 -0
  2493. package/sdk/location.js +96 -0
  2494. package/sdk/location.js.map +1 -0
  2495. package/sdk/login.d.ts +12 -0
  2496. package/sdk/login.d.ts.map +1 -0
  2497. package/sdk/login.js +22 -0
  2498. package/sdk/login.js.map +1 -0
  2499. package/sdk/martech.d.ts +54 -0
  2500. package/sdk/martech.d.ts.map +1 -0
  2501. package/sdk/martech.js +96 -0
  2502. package/sdk/martech.js.map +1 -0
  2503. package/sdk/member.d.ts +30 -0
  2504. package/sdk/member.d.ts.map +1 -0
  2505. package/sdk/member.js +54 -0
  2506. package/sdk/member.js.map +1 -0
  2507. package/sdk/message.d.ts +30 -0
  2508. package/sdk/message.d.ts.map +1 -0
  2509. package/sdk/message.js +54 -0
  2510. package/sdk/message.js.map +1 -0
  2511. package/sdk/messaging.d.ts +38 -0
  2512. package/sdk/messaging.d.ts.map +1 -0
  2513. package/sdk/messaging.js +68 -0
  2514. package/sdk/messaging.js.map +1 -0
  2515. package/sdk/model.d.ts +10 -0
  2516. package/sdk/model.d.ts.map +1 -0
  2517. package/sdk/model.js +19 -0
  2518. package/sdk/model.js.map +1 -0
  2519. package/sdk/models/errors/httpclienterrors.d.ts +44 -0
  2520. package/sdk/models/errors/httpclienterrors.d.ts.map +1 -0
  2521. package/sdk/models/errors/httpclienterrors.js +78 -0
  2522. package/sdk/models/errors/httpclienterrors.js.map +1 -0
  2523. package/sdk/models/errors/index.d.ts +3 -0
  2524. package/sdk/models/errors/index.d.ts.map +1 -0
  2525. package/sdk/models/errors/index.js +22 -0
  2526. package/sdk/models/errors/index.js.map +1 -0
  2527. package/sdk/models/errors/sdkerror.d.ts +8 -0
  2528. package/sdk/models/errors/sdkerror.d.ts.map +1 -0
  2529. package/sdk/models/errors/sdkerror.js +21 -0
  2530. package/sdk/models/errors/sdkerror.js.map +1 -0
  2531. package/sdk/models/errors/sdkvalidationerror.d.ts +17 -0
  2532. package/sdk/models/errors/sdkvalidationerror.d.ts.map +1 -0
  2533. package/sdk/models/errors/sdkvalidationerror.js +107 -0
  2534. package/sdk/models/errors/sdkvalidationerror.js.map +1 -0
  2535. package/sdk/models/operations/createaccountingaccount.d.ts +34 -0
  2536. package/sdk/models/operations/createaccountingaccount.d.ts.map +1 -0
  2537. package/sdk/models/operations/createaccountingaccount.js +68 -0
  2538. package/sdk/models/operations/createaccountingaccount.js.map +1 -0
  2539. package/sdk/models/operations/createaccountingcontact.d.ts +31 -0
  2540. package/sdk/models/operations/createaccountingcontact.d.ts.map +1 -0
  2541. package/sdk/models/operations/createaccountingcontact.js +68 -0
  2542. package/sdk/models/operations/createaccountingcontact.js.map +1 -0
  2543. package/sdk/models/operations/createaccountinginvoice.d.ts +31 -0
  2544. package/sdk/models/operations/createaccountinginvoice.d.ts.map +1 -0
  2545. package/sdk/models/operations/createaccountinginvoice.js +68 -0
  2546. package/sdk/models/operations/createaccountinginvoice.js.map +1 -0
  2547. package/sdk/models/operations/createaccountingjournal.d.ts +31 -0
  2548. package/sdk/models/operations/createaccountingjournal.d.ts.map +1 -0
  2549. package/sdk/models/operations/createaccountingjournal.js +68 -0
  2550. package/sdk/models/operations/createaccountingjournal.js.map +1 -0
  2551. package/sdk/models/operations/createaccountingtaxrate.d.ts +31 -0
  2552. package/sdk/models/operations/createaccountingtaxrate.d.ts.map +1 -0
  2553. package/sdk/models/operations/createaccountingtaxrate.js +68 -0
  2554. package/sdk/models/operations/createaccountingtaxrate.js.map +1 -0
  2555. package/sdk/models/operations/createaccountingtransaction.d.ts +31 -0
  2556. package/sdk/models/operations/createaccountingtransaction.d.ts.map +1 -0
  2557. package/sdk/models/operations/createaccountingtransaction.js +68 -0
  2558. package/sdk/models/operations/createaccountingtransaction.js.map +1 -0
  2559. package/sdk/models/operations/createatsactivity.d.ts +31 -0
  2560. package/sdk/models/operations/createatsactivity.d.ts.map +1 -0
  2561. package/sdk/models/operations/createatsactivity.js +68 -0
  2562. package/sdk/models/operations/createatsactivity.js.map +1 -0
  2563. package/sdk/models/operations/createatsapplication.d.ts +31 -0
  2564. package/sdk/models/operations/createatsapplication.d.ts.map +1 -0
  2565. package/sdk/models/operations/createatsapplication.js +68 -0
  2566. package/sdk/models/operations/createatsapplication.js.map +1 -0
  2567. package/sdk/models/operations/createatscandidate.d.ts +31 -0
  2568. package/sdk/models/operations/createatscandidate.d.ts.map +1 -0
  2569. package/sdk/models/operations/createatscandidate.js +68 -0
  2570. package/sdk/models/operations/createatscandidate.js.map +1 -0
  2571. package/sdk/models/operations/createatsdocument.d.ts +31 -0
  2572. package/sdk/models/operations/createatsdocument.d.ts.map +1 -0
  2573. package/sdk/models/operations/createatsdocument.js +68 -0
  2574. package/sdk/models/operations/createatsdocument.js.map +1 -0
  2575. package/sdk/models/operations/createatsinterview.d.ts +31 -0
  2576. package/sdk/models/operations/createatsinterview.d.ts.map +1 -0
  2577. package/sdk/models/operations/createatsinterview.js +68 -0
  2578. package/sdk/models/operations/createatsinterview.js.map +1 -0
  2579. package/sdk/models/operations/createatsjob.d.ts +31 -0
  2580. package/sdk/models/operations/createatsjob.d.ts.map +1 -0
  2581. package/sdk/models/operations/createatsjob.js +68 -0
  2582. package/sdk/models/operations/createatsjob.js.map +1 -0
  2583. package/sdk/models/operations/createatsscorecard.d.ts +31 -0
  2584. package/sdk/models/operations/createatsscorecard.d.ts.map +1 -0
  2585. package/sdk/models/operations/createatsscorecard.js +68 -0
  2586. package/sdk/models/operations/createatsscorecard.js.map +1 -0
  2587. package/sdk/models/operations/createcommercecollection.d.ts +34 -0
  2588. package/sdk/models/operations/createcommercecollection.d.ts.map +1 -0
  2589. package/sdk/models/operations/createcommercecollection.js +68 -0
  2590. package/sdk/models/operations/createcommercecollection.js.map +1 -0
  2591. package/sdk/models/operations/createcommerceinventory.d.ts +31 -0
  2592. package/sdk/models/operations/createcommerceinventory.d.ts.map +1 -0
  2593. package/sdk/models/operations/createcommerceinventory.js +68 -0
  2594. package/sdk/models/operations/createcommerceinventory.js.map +1 -0
  2595. package/sdk/models/operations/createcommerceitem.d.ts +31 -0
  2596. package/sdk/models/operations/createcommerceitem.d.ts.map +1 -0
  2597. package/sdk/models/operations/createcommerceitem.js +68 -0
  2598. package/sdk/models/operations/createcommerceitem.js.map +1 -0
  2599. package/sdk/models/operations/createcommercelocation.d.ts +31 -0
  2600. package/sdk/models/operations/createcommercelocation.d.ts.map +1 -0
  2601. package/sdk/models/operations/createcommercelocation.js +68 -0
  2602. package/sdk/models/operations/createcommercelocation.js.map +1 -0
  2603. package/sdk/models/operations/createcrmcompany.d.ts +34 -0
  2604. package/sdk/models/operations/createcrmcompany.d.ts.map +1 -0
  2605. package/sdk/models/operations/createcrmcompany.js +68 -0
  2606. package/sdk/models/operations/createcrmcompany.js.map +1 -0
  2607. package/sdk/models/operations/createcrmcontact.d.ts +34 -0
  2608. package/sdk/models/operations/createcrmcontact.d.ts.map +1 -0
  2609. package/sdk/models/operations/createcrmcontact.js +68 -0
  2610. package/sdk/models/operations/createcrmcontact.js.map +1 -0
  2611. package/sdk/models/operations/createcrmdeal.d.ts +34 -0
  2612. package/sdk/models/operations/createcrmdeal.d.ts.map +1 -0
  2613. package/sdk/models/operations/createcrmdeal.js +68 -0
  2614. package/sdk/models/operations/createcrmdeal.js.map +1 -0
  2615. package/sdk/models/operations/createcrmevent.d.ts +34 -0
  2616. package/sdk/models/operations/createcrmevent.d.ts.map +1 -0
  2617. package/sdk/models/operations/createcrmevent.js +68 -0
  2618. package/sdk/models/operations/createcrmevent.js.map +1 -0
  2619. package/sdk/models/operations/createcrmlead.d.ts +31 -0
  2620. package/sdk/models/operations/createcrmlead.d.ts.map +1 -0
  2621. package/sdk/models/operations/createcrmlead.js +68 -0
  2622. package/sdk/models/operations/createcrmlead.js.map +1 -0
  2623. package/sdk/models/operations/createcrmpipeline.d.ts +31 -0
  2624. package/sdk/models/operations/createcrmpipeline.d.ts.map +1 -0
  2625. package/sdk/models/operations/createcrmpipeline.js +68 -0
  2626. package/sdk/models/operations/createcrmpipeline.js.map +1 -0
  2627. package/sdk/models/operations/creategenaiprompt.d.ts +31 -0
  2628. package/sdk/models/operations/creategenaiprompt.d.ts.map +1 -0
  2629. package/sdk/models/operations/creategenaiprompt.js +68 -0
  2630. package/sdk/models/operations/creategenaiprompt.js.map +1 -0
  2631. package/sdk/models/operations/createhriscompany.d.ts +31 -0
  2632. package/sdk/models/operations/createhriscompany.d.ts.map +1 -0
  2633. package/sdk/models/operations/createhriscompany.js +68 -0
  2634. package/sdk/models/operations/createhriscompany.js.map +1 -0
  2635. package/sdk/models/operations/createhrisemployee.d.ts +31 -0
  2636. package/sdk/models/operations/createhrisemployee.d.ts.map +1 -0
  2637. package/sdk/models/operations/createhrisemployee.js +68 -0
  2638. package/sdk/models/operations/createhrisemployee.js.map +1 -0
  2639. package/sdk/models/operations/createhrisgroup.d.ts +31 -0
  2640. package/sdk/models/operations/createhrisgroup.d.ts.map +1 -0
  2641. package/sdk/models/operations/createhrisgroup.js +68 -0
  2642. package/sdk/models/operations/createhrisgroup.js.map +1 -0
  2643. package/sdk/models/operations/createhrislocation.d.ts +31 -0
  2644. package/sdk/models/operations/createhrislocation.d.ts.map +1 -0
  2645. package/sdk/models/operations/createhrislocation.js +68 -0
  2646. package/sdk/models/operations/createhrislocation.js.map +1 -0
  2647. package/sdk/models/operations/createkmspage.d.ts +31 -0
  2648. package/sdk/models/operations/createkmspage.d.ts.map +1 -0
  2649. package/sdk/models/operations/createkmspage.js +68 -0
  2650. package/sdk/models/operations/createkmspage.js.map +1 -0
  2651. package/sdk/models/operations/createkmsspace.d.ts +31 -0
  2652. package/sdk/models/operations/createkmsspace.d.ts.map +1 -0
  2653. package/sdk/models/operations/createkmsspace.js +68 -0
  2654. package/sdk/models/operations/createkmsspace.js.map +1 -0
  2655. package/sdk/models/operations/createmartechlist.d.ts +34 -0
  2656. package/sdk/models/operations/createmartechlist.d.ts.map +1 -0
  2657. package/sdk/models/operations/createmartechlist.js +68 -0
  2658. package/sdk/models/operations/createmartechlist.js.map +1 -0
  2659. package/sdk/models/operations/createmartechmember.d.ts +34 -0
  2660. package/sdk/models/operations/createmartechmember.d.ts.map +1 -0
  2661. package/sdk/models/operations/createmartechmember.js +68 -0
  2662. package/sdk/models/operations/createmartechmember.js.map +1 -0
  2663. package/sdk/models/operations/createmessagingmessage.d.ts +31 -0
  2664. package/sdk/models/operations/createmessagingmessage.d.ts.map +1 -0
  2665. package/sdk/models/operations/createmessagingmessage.js +68 -0
  2666. package/sdk/models/operations/createmessagingmessage.js.map +1 -0
  2667. package/sdk/models/operations/createpassthrough.d.ts +39 -0
  2668. package/sdk/models/operations/createpassthrough.d.ts.map +1 -0
  2669. package/sdk/models/operations/createpassthrough.js +69 -0
  2670. package/sdk/models/operations/createpassthrough.js.map +1 -0
  2671. package/sdk/models/operations/createpaymentlink.d.ts +31 -0
  2672. package/sdk/models/operations/createpaymentlink.d.ts.map +1 -0
  2673. package/sdk/models/operations/createpaymentlink.js +68 -0
  2674. package/sdk/models/operations/createpaymentlink.js.map +1 -0
  2675. package/sdk/models/operations/createpaymentpayment.d.ts +31 -0
  2676. package/sdk/models/operations/createpaymentpayment.d.ts.map +1 -0
  2677. package/sdk/models/operations/createpaymentpayment.js +68 -0
  2678. package/sdk/models/operations/createpaymentpayment.js.map +1 -0
  2679. package/sdk/models/operations/createstoragefile.d.ts +31 -0
  2680. package/sdk/models/operations/createstoragefile.d.ts.map +1 -0
  2681. package/sdk/models/operations/createstoragefile.js +68 -0
  2682. package/sdk/models/operations/createstoragefile.js.map +1 -0
  2683. package/sdk/models/operations/createtaskproject.d.ts +31 -0
  2684. package/sdk/models/operations/createtaskproject.d.ts.map +1 -0
  2685. package/sdk/models/operations/createtaskproject.js +68 -0
  2686. package/sdk/models/operations/createtaskproject.js.map +1 -0
  2687. package/sdk/models/operations/createtasktask.d.ts +31 -0
  2688. package/sdk/models/operations/createtasktask.d.ts.map +1 -0
  2689. package/sdk/models/operations/createtasktask.js +68 -0
  2690. package/sdk/models/operations/createtasktask.js.map +1 -0
  2691. package/sdk/models/operations/createticketingcustomer.d.ts +31 -0
  2692. package/sdk/models/operations/createticketingcustomer.d.ts.map +1 -0
  2693. package/sdk/models/operations/createticketingcustomer.js +68 -0
  2694. package/sdk/models/operations/createticketingcustomer.js.map +1 -0
  2695. package/sdk/models/operations/createticketingnote.d.ts +31 -0
  2696. package/sdk/models/operations/createticketingnote.d.ts.map +1 -0
  2697. package/sdk/models/operations/createticketingnote.js +68 -0
  2698. package/sdk/models/operations/createticketingnote.js.map +1 -0
  2699. package/sdk/models/operations/createticketingticket.d.ts +31 -0
  2700. package/sdk/models/operations/createticketingticket.d.ts.map +1 -0
  2701. package/sdk/models/operations/createticketingticket.js +68 -0
  2702. package/sdk/models/operations/createticketingticket.js.map +1 -0
  2703. package/sdk/models/operations/createuccontact.d.ts +34 -0
  2704. package/sdk/models/operations/createuccontact.d.ts.map +1 -0
  2705. package/sdk/models/operations/createuccontact.js +68 -0
  2706. package/sdk/models/operations/createuccontact.js.map +1 -0
  2707. package/sdk/models/operations/createunifiedwebhook.d.ts +31 -0
  2708. package/sdk/models/operations/createunifiedwebhook.d.ts.map +1 -0
  2709. package/sdk/models/operations/createunifiedwebhook.js +68 -0
  2710. package/sdk/models/operations/createunifiedwebhook.js.map +1 -0
  2711. package/sdk/models/operations/getaccountingaccount.d.ts +38 -0
  2712. package/sdk/models/operations/getaccountingaccount.d.ts.map +1 -0
  2713. package/sdk/models/operations/getaccountingaccount.js +67 -0
  2714. package/sdk/models/operations/getaccountingaccount.js.map +1 -0
  2715. package/sdk/models/operations/getaccountingcontact.d.ts +38 -0
  2716. package/sdk/models/operations/getaccountingcontact.d.ts.map +1 -0
  2717. package/sdk/models/operations/getaccountingcontact.js +67 -0
  2718. package/sdk/models/operations/getaccountingcontact.js.map +1 -0
  2719. package/sdk/models/operations/getaccountinginvoice.d.ts +38 -0
  2720. package/sdk/models/operations/getaccountinginvoice.d.ts.map +1 -0
  2721. package/sdk/models/operations/getaccountinginvoice.js +67 -0
  2722. package/sdk/models/operations/getaccountinginvoice.js.map +1 -0
  2723. package/sdk/models/operations/getaccountingjournal.d.ts +38 -0
  2724. package/sdk/models/operations/getaccountingjournal.d.ts.map +1 -0
  2725. package/sdk/models/operations/getaccountingjournal.js +67 -0
  2726. package/sdk/models/operations/getaccountingjournal.js.map +1 -0
  2727. package/sdk/models/operations/getaccountingorganization.d.ts +38 -0
  2728. package/sdk/models/operations/getaccountingorganization.d.ts.map +1 -0
  2729. package/sdk/models/operations/getaccountingorganization.js +67 -0
  2730. package/sdk/models/operations/getaccountingorganization.js.map +1 -0
  2731. package/sdk/models/operations/getaccountingtaxrate.d.ts +38 -0
  2732. package/sdk/models/operations/getaccountingtaxrate.d.ts.map +1 -0
  2733. package/sdk/models/operations/getaccountingtaxrate.js +67 -0
  2734. package/sdk/models/operations/getaccountingtaxrate.js.map +1 -0
  2735. package/sdk/models/operations/getaccountingtransaction.d.ts +38 -0
  2736. package/sdk/models/operations/getaccountingtransaction.d.ts.map +1 -0
  2737. package/sdk/models/operations/getaccountingtransaction.js +67 -0
  2738. package/sdk/models/operations/getaccountingtransaction.js.map +1 -0
  2739. package/sdk/models/operations/getatsactivity.d.ts +38 -0
  2740. package/sdk/models/operations/getatsactivity.d.ts.map +1 -0
  2741. package/sdk/models/operations/getatsactivity.js +67 -0
  2742. package/sdk/models/operations/getatsactivity.js.map +1 -0
  2743. package/sdk/models/operations/getatsapplication.d.ts +38 -0
  2744. package/sdk/models/operations/getatsapplication.d.ts.map +1 -0
  2745. package/sdk/models/operations/getatsapplication.js +67 -0
  2746. package/sdk/models/operations/getatsapplication.js.map +1 -0
  2747. package/sdk/models/operations/getatscandidate.d.ts +38 -0
  2748. package/sdk/models/operations/getatscandidate.d.ts.map +1 -0
  2749. package/sdk/models/operations/getatscandidate.js +67 -0
  2750. package/sdk/models/operations/getatscandidate.js.map +1 -0
  2751. package/sdk/models/operations/getatscompany.d.ts +38 -0
  2752. package/sdk/models/operations/getatscompany.d.ts.map +1 -0
  2753. package/sdk/models/operations/getatscompany.js +67 -0
  2754. package/sdk/models/operations/getatscompany.js.map +1 -0
  2755. package/sdk/models/operations/getatsdocument.d.ts +38 -0
  2756. package/sdk/models/operations/getatsdocument.d.ts.map +1 -0
  2757. package/sdk/models/operations/getatsdocument.js +67 -0
  2758. package/sdk/models/operations/getatsdocument.js.map +1 -0
  2759. package/sdk/models/operations/getatsinterview.d.ts +38 -0
  2760. package/sdk/models/operations/getatsinterview.d.ts.map +1 -0
  2761. package/sdk/models/operations/getatsinterview.js +67 -0
  2762. package/sdk/models/operations/getatsinterview.js.map +1 -0
  2763. package/sdk/models/operations/getatsjob.d.ts +38 -0
  2764. package/sdk/models/operations/getatsjob.d.ts.map +1 -0
  2765. package/sdk/models/operations/getatsjob.js +67 -0
  2766. package/sdk/models/operations/getatsjob.js.map +1 -0
  2767. package/sdk/models/operations/getatsscorecard.d.ts +38 -0
  2768. package/sdk/models/operations/getatsscorecard.d.ts.map +1 -0
  2769. package/sdk/models/operations/getatsscorecard.js +67 -0
  2770. package/sdk/models/operations/getatsscorecard.js.map +1 -0
  2771. package/sdk/models/operations/getcommercecollection.d.ts +38 -0
  2772. package/sdk/models/operations/getcommercecollection.d.ts.map +1 -0
  2773. package/sdk/models/operations/getcommercecollection.js +67 -0
  2774. package/sdk/models/operations/getcommercecollection.js.map +1 -0
  2775. package/sdk/models/operations/getcommerceinventory.d.ts +38 -0
  2776. package/sdk/models/operations/getcommerceinventory.d.ts.map +1 -0
  2777. package/sdk/models/operations/getcommerceinventory.js +67 -0
  2778. package/sdk/models/operations/getcommerceinventory.js.map +1 -0
  2779. package/sdk/models/operations/getcommerceitem.d.ts +38 -0
  2780. package/sdk/models/operations/getcommerceitem.d.ts.map +1 -0
  2781. package/sdk/models/operations/getcommerceitem.js +67 -0
  2782. package/sdk/models/operations/getcommerceitem.js.map +1 -0
  2783. package/sdk/models/operations/getcommercelocation.d.ts +38 -0
  2784. package/sdk/models/operations/getcommercelocation.d.ts.map +1 -0
  2785. package/sdk/models/operations/getcommercelocation.js +67 -0
  2786. package/sdk/models/operations/getcommercelocation.js.map +1 -0
  2787. package/sdk/models/operations/getcrmcompany.d.ts +38 -0
  2788. package/sdk/models/operations/getcrmcompany.d.ts.map +1 -0
  2789. package/sdk/models/operations/getcrmcompany.js +67 -0
  2790. package/sdk/models/operations/getcrmcompany.js.map +1 -0
  2791. package/sdk/models/operations/getcrmcontact.d.ts +38 -0
  2792. package/sdk/models/operations/getcrmcontact.d.ts.map +1 -0
  2793. package/sdk/models/operations/getcrmcontact.js +67 -0
  2794. package/sdk/models/operations/getcrmcontact.js.map +1 -0
  2795. package/sdk/models/operations/getcrmdeal.d.ts +38 -0
  2796. package/sdk/models/operations/getcrmdeal.d.ts.map +1 -0
  2797. package/sdk/models/operations/getcrmdeal.js +67 -0
  2798. package/sdk/models/operations/getcrmdeal.js.map +1 -0
  2799. package/sdk/models/operations/getcrmevent.d.ts +38 -0
  2800. package/sdk/models/operations/getcrmevent.d.ts.map +1 -0
  2801. package/sdk/models/operations/getcrmevent.js +67 -0
  2802. package/sdk/models/operations/getcrmevent.js.map +1 -0
  2803. package/sdk/models/operations/getcrmlead.d.ts +38 -0
  2804. package/sdk/models/operations/getcrmlead.d.ts.map +1 -0
  2805. package/sdk/models/operations/getcrmlead.js +67 -0
  2806. package/sdk/models/operations/getcrmlead.js.map +1 -0
  2807. package/sdk/models/operations/getcrmpipeline.d.ts +38 -0
  2808. package/sdk/models/operations/getcrmpipeline.d.ts.map +1 -0
  2809. package/sdk/models/operations/getcrmpipeline.js +67 -0
  2810. package/sdk/models/operations/getcrmpipeline.js.map +1 -0
  2811. package/sdk/models/operations/gethriscompany.d.ts +38 -0
  2812. package/sdk/models/operations/gethriscompany.d.ts.map +1 -0
  2813. package/sdk/models/operations/gethriscompany.js +67 -0
  2814. package/sdk/models/operations/gethriscompany.js.map +1 -0
  2815. package/sdk/models/operations/gethrisemployee.d.ts +38 -0
  2816. package/sdk/models/operations/gethrisemployee.d.ts.map +1 -0
  2817. package/sdk/models/operations/gethrisemployee.js +67 -0
  2818. package/sdk/models/operations/gethrisemployee.js.map +1 -0
  2819. package/sdk/models/operations/gethrisgroup.d.ts +38 -0
  2820. package/sdk/models/operations/gethrisgroup.d.ts.map +1 -0
  2821. package/sdk/models/operations/gethrisgroup.js +67 -0
  2822. package/sdk/models/operations/gethrisgroup.js.map +1 -0
  2823. package/sdk/models/operations/gethrislocation.d.ts +38 -0
  2824. package/sdk/models/operations/gethrislocation.d.ts.map +1 -0
  2825. package/sdk/models/operations/gethrislocation.js +67 -0
  2826. package/sdk/models/operations/gethrislocation.js.map +1 -0
  2827. package/sdk/models/operations/gethrispayslip.d.ts +38 -0
  2828. package/sdk/models/operations/gethrispayslip.d.ts.map +1 -0
  2829. package/sdk/models/operations/gethrispayslip.js +67 -0
  2830. package/sdk/models/operations/gethrispayslip.js.map +1 -0
  2831. package/sdk/models/operations/gethristimeoff.d.ts +38 -0
  2832. package/sdk/models/operations/gethristimeoff.d.ts.map +1 -0
  2833. package/sdk/models/operations/gethristimeoff.js +67 -0
  2834. package/sdk/models/operations/gethristimeoff.js.map +1 -0
  2835. package/sdk/models/operations/getkmspage.d.ts +38 -0
  2836. package/sdk/models/operations/getkmspage.d.ts.map +1 -0
  2837. package/sdk/models/operations/getkmspage.js +67 -0
  2838. package/sdk/models/operations/getkmspage.js.map +1 -0
  2839. package/sdk/models/operations/getkmsspace.d.ts +38 -0
  2840. package/sdk/models/operations/getkmsspace.d.ts.map +1 -0
  2841. package/sdk/models/operations/getkmsspace.js +67 -0
  2842. package/sdk/models/operations/getkmsspace.js.map +1 -0
  2843. package/sdk/models/operations/getmartechlist.d.ts +38 -0
  2844. package/sdk/models/operations/getmartechlist.d.ts.map +1 -0
  2845. package/sdk/models/operations/getmartechlist.js +67 -0
  2846. package/sdk/models/operations/getmartechlist.js.map +1 -0
  2847. package/sdk/models/operations/getmartechmember.d.ts +38 -0
  2848. package/sdk/models/operations/getmartechmember.d.ts.map +1 -0
  2849. package/sdk/models/operations/getmartechmember.js +67 -0
  2850. package/sdk/models/operations/getmartechmember.js.map +1 -0
  2851. package/sdk/models/operations/getmessagingchannel.d.ts +38 -0
  2852. package/sdk/models/operations/getmessagingchannel.d.ts.map +1 -0
  2853. package/sdk/models/operations/getmessagingchannel.js +67 -0
  2854. package/sdk/models/operations/getmessagingchannel.js.map +1 -0
  2855. package/sdk/models/operations/getmessagingmessage.d.ts +38 -0
  2856. package/sdk/models/operations/getmessagingmessage.d.ts.map +1 -0
  2857. package/sdk/models/operations/getmessagingmessage.js +67 -0
  2858. package/sdk/models/operations/getmessagingmessage.js.map +1 -0
  2859. package/sdk/models/operations/getpaymentlink.d.ts +38 -0
  2860. package/sdk/models/operations/getpaymentlink.d.ts.map +1 -0
  2861. package/sdk/models/operations/getpaymentlink.js +67 -0
  2862. package/sdk/models/operations/getpaymentlink.js.map +1 -0
  2863. package/sdk/models/operations/getpaymentpayment.d.ts +38 -0
  2864. package/sdk/models/operations/getpaymentpayment.d.ts.map +1 -0
  2865. package/sdk/models/operations/getpaymentpayment.js +67 -0
  2866. package/sdk/models/operations/getpaymentpayment.js.map +1 -0
  2867. package/sdk/models/operations/getpaymentpayout.d.ts +38 -0
  2868. package/sdk/models/operations/getpaymentpayout.d.ts.map +1 -0
  2869. package/sdk/models/operations/getpaymentpayout.js +67 -0
  2870. package/sdk/models/operations/getpaymentpayout.js.map +1 -0
  2871. package/sdk/models/operations/getpaymentrefund.d.ts +38 -0
  2872. package/sdk/models/operations/getpaymentrefund.d.ts.map +1 -0
  2873. package/sdk/models/operations/getpaymentrefund.js +67 -0
  2874. package/sdk/models/operations/getpaymentrefund.js.map +1 -0
  2875. package/sdk/models/operations/getstoragefile.d.ts +38 -0
  2876. package/sdk/models/operations/getstoragefile.d.ts.map +1 -0
  2877. package/sdk/models/operations/getstoragefile.js +67 -0
  2878. package/sdk/models/operations/getstoragefile.js.map +1 -0
  2879. package/sdk/models/operations/gettaskproject.d.ts +38 -0
  2880. package/sdk/models/operations/gettaskproject.d.ts.map +1 -0
  2881. package/sdk/models/operations/gettaskproject.js +67 -0
  2882. package/sdk/models/operations/gettaskproject.js.map +1 -0
  2883. package/sdk/models/operations/gettasktask.d.ts +38 -0
  2884. package/sdk/models/operations/gettasktask.d.ts.map +1 -0
  2885. package/sdk/models/operations/gettasktask.js +67 -0
  2886. package/sdk/models/operations/gettasktask.js.map +1 -0
  2887. package/sdk/models/operations/getticketingcustomer.d.ts +38 -0
  2888. package/sdk/models/operations/getticketingcustomer.d.ts.map +1 -0
  2889. package/sdk/models/operations/getticketingcustomer.js +67 -0
  2890. package/sdk/models/operations/getticketingcustomer.js.map +1 -0
  2891. package/sdk/models/operations/getticketingnote.d.ts +38 -0
  2892. package/sdk/models/operations/getticketingnote.d.ts.map +1 -0
  2893. package/sdk/models/operations/getticketingnote.js +67 -0
  2894. package/sdk/models/operations/getticketingnote.js.map +1 -0
  2895. package/sdk/models/operations/getticketingticket.d.ts +38 -0
  2896. package/sdk/models/operations/getticketingticket.d.ts.map +1 -0
  2897. package/sdk/models/operations/getticketingticket.js +67 -0
  2898. package/sdk/models/operations/getticketingticket.js.map +1 -0
  2899. package/sdk/models/operations/getuccontact.d.ts +38 -0
  2900. package/sdk/models/operations/getuccontact.d.ts.map +1 -0
  2901. package/sdk/models/operations/getuccontact.js +67 -0
  2902. package/sdk/models/operations/getuccontact.js.map +1 -0
  2903. package/sdk/models/operations/getunifiedapicall.d.ts +28 -0
  2904. package/sdk/models/operations/getunifiedapicall.d.ts.map +1 -0
  2905. package/sdk/models/operations/getunifiedapicall.js +50 -0
  2906. package/sdk/models/operations/getunifiedapicall.js.map +1 -0
  2907. package/sdk/models/operations/getunifiedconnection.d.ts +28 -0
  2908. package/sdk/models/operations/getunifiedconnection.d.ts.map +1 -0
  2909. package/sdk/models/operations/getunifiedconnection.js +50 -0
  2910. package/sdk/models/operations/getunifiedconnection.js.map +1 -0
  2911. package/sdk/models/operations/getunifiedintegrationauth.d.ts +380 -0
  2912. package/sdk/models/operations/getunifiedintegrationauth.d.ts.map +1 -0
  2913. package/sdk/models/operations/getunifiedintegrationauth.js +206 -0
  2914. package/sdk/models/operations/getunifiedintegrationauth.js.map +1 -0
  2915. package/sdk/models/operations/getunifiedintegrationlogin.d.ts +52 -0
  2916. package/sdk/models/operations/getunifiedintegrationlogin.d.ts.map +1 -0
  2917. package/sdk/models/operations/getunifiedintegrationlogin.js +81 -0
  2918. package/sdk/models/operations/getunifiedintegrationlogin.js.map +1 -0
  2919. package/sdk/models/operations/getunifiedwebhook.d.ts +28 -0
  2920. package/sdk/models/operations/getunifiedwebhook.d.ts.map +1 -0
  2921. package/sdk/models/operations/getunifiedwebhook.js +50 -0
  2922. package/sdk/models/operations/getunifiedwebhook.js.map +1 -0
  2923. package/sdk/models/operations/index.d.ts +290 -0
  2924. package/sdk/models/operations/index.d.ts.map +1 -0
  2925. package/sdk/models/operations/index.js +309 -0
  2926. package/sdk/models/operations/index.js.map +1 -0
  2927. package/sdk/models/operations/listaccountingaccounts.d.ts +47 -0
  2928. package/sdk/models/operations/listaccountingaccounts.d.ts.map +1 -0
  2929. package/sdk/models/operations/listaccountingaccounts.js +82 -0
  2930. package/sdk/models/operations/listaccountingaccounts.js.map +1 -0
  2931. package/sdk/models/operations/listaccountingcontacts.d.ts +49 -0
  2932. package/sdk/models/operations/listaccountingcontacts.d.ts.map +1 -0
  2933. package/sdk/models/operations/listaccountingcontacts.js +84 -0
  2934. package/sdk/models/operations/listaccountingcontacts.js.map +1 -0
  2935. package/sdk/models/operations/listaccountinginvoices.d.ts +49 -0
  2936. package/sdk/models/operations/listaccountinginvoices.d.ts.map +1 -0
  2937. package/sdk/models/operations/listaccountinginvoices.js +86 -0
  2938. package/sdk/models/operations/listaccountinginvoices.js.map +1 -0
  2939. package/sdk/models/operations/listaccountingjournals.d.ts +47 -0
  2940. package/sdk/models/operations/listaccountingjournals.d.ts.map +1 -0
  2941. package/sdk/models/operations/listaccountingjournals.js +82 -0
  2942. package/sdk/models/operations/listaccountingjournals.js.map +1 -0
  2943. package/sdk/models/operations/listaccountingorganizations.d.ts +47 -0
  2944. package/sdk/models/operations/listaccountingorganizations.d.ts.map +1 -0
  2945. package/sdk/models/operations/listaccountingorganizations.js +82 -0
  2946. package/sdk/models/operations/listaccountingorganizations.js.map +1 -0
  2947. package/sdk/models/operations/listaccountingtaxrates.d.ts +47 -0
  2948. package/sdk/models/operations/listaccountingtaxrates.d.ts.map +1 -0
  2949. package/sdk/models/operations/listaccountingtaxrates.js +82 -0
  2950. package/sdk/models/operations/listaccountingtaxrates.js.map +1 -0
  2951. package/sdk/models/operations/listaccountingtransactions.d.ts +49 -0
  2952. package/sdk/models/operations/listaccountingtransactions.d.ts.map +1 -0
  2953. package/sdk/models/operations/listaccountingtransactions.js +86 -0
  2954. package/sdk/models/operations/listaccountingtransactions.js.map +1 -0
  2955. package/sdk/models/operations/listatsactivities.d.ts +59 -0
  2956. package/sdk/models/operations/listatsactivities.d.ts.map +1 -0
  2957. package/sdk/models/operations/listatsactivities.js +106 -0
  2958. package/sdk/models/operations/listatsactivities.js.map +1 -0
  2959. package/sdk/models/operations/listatsapplications.d.ts +51 -0
  2960. package/sdk/models/operations/listatsapplications.d.ts.map +1 -0
  2961. package/sdk/models/operations/listatsapplications.js +90 -0
  2962. package/sdk/models/operations/listatsapplications.js.map +1 -0
  2963. package/sdk/models/operations/listatsapplicationstatuses.d.ts +47 -0
  2964. package/sdk/models/operations/listatsapplicationstatuses.d.ts.map +1 -0
  2965. package/sdk/models/operations/listatsapplicationstatuses.js +82 -0
  2966. package/sdk/models/operations/listatsapplicationstatuses.js.map +1 -0
  2967. package/sdk/models/operations/listatscandidates.d.ts +49 -0
  2968. package/sdk/models/operations/listatscandidates.d.ts.map +1 -0
  2969. package/sdk/models/operations/listatscandidates.js +86 -0
  2970. package/sdk/models/operations/listatscandidates.js.map +1 -0
  2971. package/sdk/models/operations/listatscompanies.d.ts +47 -0
  2972. package/sdk/models/operations/listatscompanies.d.ts.map +1 -0
  2973. package/sdk/models/operations/listatscompanies.js +82 -0
  2974. package/sdk/models/operations/listatscompanies.js.map +1 -0
  2975. package/sdk/models/operations/listatsdocuments.d.ts +51 -0
  2976. package/sdk/models/operations/listatsdocuments.d.ts.map +1 -0
  2977. package/sdk/models/operations/listatsdocuments.js +90 -0
  2978. package/sdk/models/operations/listatsdocuments.js.map +1 -0
  2979. package/sdk/models/operations/listatsinterviews.d.ts +49 -0
  2980. package/sdk/models/operations/listatsinterviews.d.ts.map +1 -0
  2981. package/sdk/models/operations/listatsinterviews.js +86 -0
  2982. package/sdk/models/operations/listatsinterviews.js.map +1 -0
  2983. package/sdk/models/operations/listatsjobs.d.ts +49 -0
  2984. package/sdk/models/operations/listatsjobs.d.ts.map +1 -0
  2985. package/sdk/models/operations/listatsjobs.js +86 -0
  2986. package/sdk/models/operations/listatsjobs.js.map +1 -0
  2987. package/sdk/models/operations/listatsscorecards.d.ts +55 -0
  2988. package/sdk/models/operations/listatsscorecards.d.ts.map +1 -0
  2989. package/sdk/models/operations/listatsscorecards.js +98 -0
  2990. package/sdk/models/operations/listatsscorecards.js.map +1 -0
  2991. package/sdk/models/operations/listcommercecollections.d.ts +51 -0
  2992. package/sdk/models/operations/listcommercecollections.d.ts.map +1 -0
  2993. package/sdk/models/operations/listcommercecollections.js +88 -0
  2994. package/sdk/models/operations/listcommercecollections.js.map +1 -0
  2995. package/sdk/models/operations/listcommerceinventories.d.ts +51 -0
  2996. package/sdk/models/operations/listcommerceinventories.d.ts.map +1 -0
  2997. package/sdk/models/operations/listcommerceinventories.js +90 -0
  2998. package/sdk/models/operations/listcommerceinventories.js.map +1 -0
  2999. package/sdk/models/operations/listcommerceitems.d.ts +49 -0
  3000. package/sdk/models/operations/listcommerceitems.d.ts.map +1 -0
  3001. package/sdk/models/operations/listcommerceitems.js +86 -0
  3002. package/sdk/models/operations/listcommerceitems.js.map +1 -0
  3003. package/sdk/models/operations/listcommercelocations.d.ts +47 -0
  3004. package/sdk/models/operations/listcommercelocations.d.ts.map +1 -0
  3005. package/sdk/models/operations/listcommercelocations.js +82 -0
  3006. package/sdk/models/operations/listcommercelocations.js.map +1 -0
  3007. package/sdk/models/operations/listcrmcompanies.d.ts +53 -0
  3008. package/sdk/models/operations/listcrmcompanies.d.ts.map +1 -0
  3009. package/sdk/models/operations/listcrmcompanies.js +94 -0
  3010. package/sdk/models/operations/listcrmcompanies.js.map +1 -0
  3011. package/sdk/models/operations/listcrmcontacts.d.ts +53 -0
  3012. package/sdk/models/operations/listcrmcontacts.d.ts.map +1 -0
  3013. package/sdk/models/operations/listcrmcontacts.js +94 -0
  3014. package/sdk/models/operations/listcrmcontacts.js.map +1 -0
  3015. package/sdk/models/operations/listcrmdeals.d.ts +53 -0
  3016. package/sdk/models/operations/listcrmdeals.d.ts.map +1 -0
  3017. package/sdk/models/operations/listcrmdeals.js +94 -0
  3018. package/sdk/models/operations/listcrmdeals.js.map +1 -0
  3019. package/sdk/models/operations/listcrmevents.d.ts +57 -0
  3020. package/sdk/models/operations/listcrmevents.d.ts.map +1 -0
  3021. package/sdk/models/operations/listcrmevents.js +100 -0
  3022. package/sdk/models/operations/listcrmevents.js.map +1 -0
  3023. package/sdk/models/operations/listcrmleads.d.ts +53 -0
  3024. package/sdk/models/operations/listcrmleads.d.ts.map +1 -0
  3025. package/sdk/models/operations/listcrmleads.js +94 -0
  3026. package/sdk/models/operations/listcrmleads.js.map +1 -0
  3027. package/sdk/models/operations/listcrmpipelines.d.ts +47 -0
  3028. package/sdk/models/operations/listcrmpipelines.d.ts.map +1 -0
  3029. package/sdk/models/operations/listcrmpipelines.js +82 -0
  3030. package/sdk/models/operations/listcrmpipelines.js.map +1 -0
  3031. package/sdk/models/operations/listenrichcompanies.d.ts +38 -0
  3032. package/sdk/models/operations/listenrichcompanies.d.ts.map +1 -0
  3033. package/sdk/models/operations/listenrichcompanies.js +67 -0
  3034. package/sdk/models/operations/listenrichcompanies.js.map +1 -0
  3035. package/sdk/models/operations/listenrichpeople.d.ts +53 -0
  3036. package/sdk/models/operations/listenrichpeople.d.ts.map +1 -0
  3037. package/sdk/models/operations/listenrichpeople.js +77 -0
  3038. package/sdk/models/operations/listenrichpeople.js.map +1 -0
  3039. package/sdk/models/operations/listgenaimodels.d.ts +47 -0
  3040. package/sdk/models/operations/listgenaimodels.d.ts.map +1 -0
  3041. package/sdk/models/operations/listgenaimodels.js +82 -0
  3042. package/sdk/models/operations/listgenaimodels.js.map +1 -0
  3043. package/sdk/models/operations/listhriscompanies.d.ts +47 -0
  3044. package/sdk/models/operations/listhriscompanies.d.ts.map +1 -0
  3045. package/sdk/models/operations/listhriscompanies.js +82 -0
  3046. package/sdk/models/operations/listhriscompanies.js.map +1 -0
  3047. package/sdk/models/operations/listhrisemployees.d.ts +49 -0
  3048. package/sdk/models/operations/listhrisemployees.d.ts.map +1 -0
  3049. package/sdk/models/operations/listhrisemployees.js +86 -0
  3050. package/sdk/models/operations/listhrisemployees.js.map +1 -0
  3051. package/sdk/models/operations/listhrisgroups.d.ts +49 -0
  3052. package/sdk/models/operations/listhrisgroups.d.ts.map +1 -0
  3053. package/sdk/models/operations/listhrisgroups.js +86 -0
  3054. package/sdk/models/operations/listhrisgroups.js.map +1 -0
  3055. package/sdk/models/operations/listhrislocations.d.ts +47 -0
  3056. package/sdk/models/operations/listhrislocations.d.ts.map +1 -0
  3057. package/sdk/models/operations/listhrislocations.js +82 -0
  3058. package/sdk/models/operations/listhrislocations.js.map +1 -0
  3059. package/sdk/models/operations/listhrispayslips.d.ts +49 -0
  3060. package/sdk/models/operations/listhrispayslips.d.ts.map +1 -0
  3061. package/sdk/models/operations/listhrispayslips.js +86 -0
  3062. package/sdk/models/operations/listhrispayslips.js.map +1 -0
  3063. package/sdk/models/operations/listhristimeoffs.d.ts +49 -0
  3064. package/sdk/models/operations/listhristimeoffs.d.ts.map +1 -0
  3065. package/sdk/models/operations/listhristimeoffs.js +86 -0
  3066. package/sdk/models/operations/listhristimeoffs.js.map +1 -0
  3067. package/sdk/models/operations/listkmspages.d.ts +51 -0
  3068. package/sdk/models/operations/listkmspages.d.ts.map +1 -0
  3069. package/sdk/models/operations/listkmspages.js +90 -0
  3070. package/sdk/models/operations/listkmspages.js.map +1 -0
  3071. package/sdk/models/operations/listkmsspaces.d.ts +49 -0
  3072. package/sdk/models/operations/listkmsspaces.d.ts.map +1 -0
  3073. package/sdk/models/operations/listkmsspaces.js +86 -0
  3074. package/sdk/models/operations/listkmsspaces.js.map +1 -0
  3075. package/sdk/models/operations/listmartechlists.d.ts +47 -0
  3076. package/sdk/models/operations/listmartechlists.d.ts.map +1 -0
  3077. package/sdk/models/operations/listmartechlists.js +82 -0
  3078. package/sdk/models/operations/listmartechlists.js.map +1 -0
  3079. package/sdk/models/operations/listmartechmembers.d.ts +49 -0
  3080. package/sdk/models/operations/listmartechmembers.d.ts.map +1 -0
  3081. package/sdk/models/operations/listmartechmembers.js +86 -0
  3082. package/sdk/models/operations/listmartechmembers.js.map +1 -0
  3083. package/sdk/models/operations/listmessagingchannels.d.ts +49 -0
  3084. package/sdk/models/operations/listmessagingchannels.d.ts.map +1 -0
  3085. package/sdk/models/operations/listmessagingchannels.js +86 -0
  3086. package/sdk/models/operations/listmessagingchannels.js.map +1 -0
  3087. package/sdk/models/operations/listmessagingmessages.d.ts +51 -0
  3088. package/sdk/models/operations/listmessagingmessages.d.ts.map +1 -0
  3089. package/sdk/models/operations/listmessagingmessages.js +90 -0
  3090. package/sdk/models/operations/listmessagingmessages.js.map +1 -0
  3091. package/sdk/models/operations/listpassthroughs.d.ts +30 -0
  3092. package/sdk/models/operations/listpassthroughs.d.ts.map +1 -0
  3093. package/sdk/models/operations/listpassthroughs.js +65 -0
  3094. package/sdk/models/operations/listpassthroughs.js.map +1 -0
  3095. package/sdk/models/operations/listpaymentlinks.d.ts +51 -0
  3096. package/sdk/models/operations/listpaymentlinks.d.ts.map +1 -0
  3097. package/sdk/models/operations/listpaymentlinks.js +90 -0
  3098. package/sdk/models/operations/listpaymentlinks.js.map +1 -0
  3099. package/sdk/models/operations/listpaymentpayments.d.ts +51 -0
  3100. package/sdk/models/operations/listpaymentpayments.d.ts.map +1 -0
  3101. package/sdk/models/operations/listpaymentpayments.js +90 -0
  3102. package/sdk/models/operations/listpaymentpayments.js.map +1 -0
  3103. package/sdk/models/operations/listpaymentpayouts.d.ts +47 -0
  3104. package/sdk/models/operations/listpaymentpayouts.d.ts.map +1 -0
  3105. package/sdk/models/operations/listpaymentpayouts.js +82 -0
  3106. package/sdk/models/operations/listpaymentpayouts.js.map +1 -0
  3107. package/sdk/models/operations/listpaymentrefunds.d.ts +49 -0
  3108. package/sdk/models/operations/listpaymentrefunds.d.ts.map +1 -0
  3109. package/sdk/models/operations/listpaymentrefunds.js +86 -0
  3110. package/sdk/models/operations/listpaymentrefunds.js.map +1 -0
  3111. package/sdk/models/operations/liststoragefiles.d.ts +49 -0
  3112. package/sdk/models/operations/liststoragefiles.d.ts.map +1 -0
  3113. package/sdk/models/operations/liststoragefiles.js +86 -0
  3114. package/sdk/models/operations/liststoragefiles.js.map +1 -0
  3115. package/sdk/models/operations/listtaskprojects.d.ts +49 -0
  3116. package/sdk/models/operations/listtaskprojects.d.ts.map +1 -0
  3117. package/sdk/models/operations/listtaskprojects.js +86 -0
  3118. package/sdk/models/operations/listtaskprojects.js.map +1 -0
  3119. package/sdk/models/operations/listtasktasks.d.ts +51 -0
  3120. package/sdk/models/operations/listtasktasks.d.ts.map +1 -0
  3121. package/sdk/models/operations/listtasktasks.js +90 -0
  3122. package/sdk/models/operations/listtasktasks.js.map +1 -0
  3123. package/sdk/models/operations/listticketingcustomers.d.ts +47 -0
  3124. package/sdk/models/operations/listticketingcustomers.d.ts.map +1 -0
  3125. package/sdk/models/operations/listticketingcustomers.js +82 -0
  3126. package/sdk/models/operations/listticketingcustomers.js.map +1 -0
  3127. package/sdk/models/operations/listticketingnotes.d.ts +51 -0
  3128. package/sdk/models/operations/listticketingnotes.d.ts.map +1 -0
  3129. package/sdk/models/operations/listticketingnotes.js +90 -0
  3130. package/sdk/models/operations/listticketingnotes.js.map +1 -0
  3131. package/sdk/models/operations/listticketingtickets.d.ts +51 -0
  3132. package/sdk/models/operations/listticketingtickets.d.ts.map +1 -0
  3133. package/sdk/models/operations/listticketingtickets.js +90 -0
  3134. package/sdk/models/operations/listticketingtickets.js.map +1 -0
  3135. package/sdk/models/operations/listuccalls.d.ts +51 -0
  3136. package/sdk/models/operations/listuccalls.d.ts.map +1 -0
  3137. package/sdk/models/operations/listuccalls.js +90 -0
  3138. package/sdk/models/operations/listuccalls.js.map +1 -0
  3139. package/sdk/models/operations/listuccontacts.d.ts +49 -0
  3140. package/sdk/models/operations/listuccontacts.d.ts.map +1 -0
  3141. package/sdk/models/operations/listuccontacts.js +86 -0
  3142. package/sdk/models/operations/listuccontacts.js.map +1 -0
  3143. package/sdk/models/operations/listunifiedapicalls.d.ts +54 -0
  3144. package/sdk/models/operations/listunifiedapicalls.d.ts.map +1 -0
  3145. package/sdk/models/operations/listunifiedapicalls.js +90 -0
  3146. package/sdk/models/operations/listunifiedapicalls.js.map +1 -0
  3147. package/sdk/models/operations/listunifiedconnections.d.ts +115 -0
  3148. package/sdk/models/operations/listunifiedconnections.d.ts.map +1 -0
  3149. package/sdk/models/operations/listunifiedconnections.js +116 -0
  3150. package/sdk/models/operations/listunifiedconnections.js.map +1 -0
  3151. package/sdk/models/operations/listunifiedintegrations.d.ts +123 -0
  3152. package/sdk/models/operations/listunifiedintegrations.d.ts.map +1 -0
  3153. package/sdk/models/operations/listunifiedintegrations.js +115 -0
  3154. package/sdk/models/operations/listunifiedintegrations.js.map +1 -0
  3155. package/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +119 -0
  3156. package/sdk/models/operations/listunifiedintegrationworkspaces.d.ts.map +1 -0
  3157. package/sdk/models/operations/listunifiedintegrationworkspaces.js +113 -0
  3158. package/sdk/models/operations/listunifiedintegrationworkspaces.js.map +1 -0
  3159. package/sdk/models/operations/listunifiedissues.d.ts +32 -0
  3160. package/sdk/models/operations/listunifiedissues.d.ts.map +1 -0
  3161. package/sdk/models/operations/listunifiedissues.js +74 -0
  3162. package/sdk/models/operations/listunifiedissues.js.map +1 -0
  3163. package/sdk/models/operations/listunifiedwebhooks.d.ts +98 -0
  3164. package/sdk/models/operations/listunifiedwebhooks.d.ts.map +1 -0
  3165. package/sdk/models/operations/listunifiedwebhooks.js +127 -0
  3166. package/sdk/models/operations/listunifiedwebhooks.js.map +1 -0
  3167. package/sdk/models/operations/patchaccountingaccount.d.ts +39 -0
  3168. package/sdk/models/operations/patchaccountingaccount.d.ts.map +1 -0
  3169. package/sdk/models/operations/patchaccountingaccount.js +70 -0
  3170. package/sdk/models/operations/patchaccountingaccount.js.map +1 -0
  3171. package/sdk/models/operations/patchaccountingcontact.d.ts +36 -0
  3172. package/sdk/models/operations/patchaccountingcontact.d.ts.map +1 -0
  3173. package/sdk/models/operations/patchaccountingcontact.js +70 -0
  3174. package/sdk/models/operations/patchaccountingcontact.js.map +1 -0
  3175. package/sdk/models/operations/patchaccountinginvoice.d.ts +36 -0
  3176. package/sdk/models/operations/patchaccountinginvoice.d.ts.map +1 -0
  3177. package/sdk/models/operations/patchaccountinginvoice.js +70 -0
  3178. package/sdk/models/operations/patchaccountinginvoice.js.map +1 -0
  3179. package/sdk/models/operations/patchaccountingjournal.d.ts +36 -0
  3180. package/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -0
  3181. package/sdk/models/operations/patchaccountingjournal.js +70 -0
  3182. package/sdk/models/operations/patchaccountingjournal.js.map +1 -0
  3183. package/sdk/models/operations/patchaccountingtaxrate.d.ts +36 -0
  3184. package/sdk/models/operations/patchaccountingtaxrate.d.ts.map +1 -0
  3185. package/sdk/models/operations/patchaccountingtaxrate.js +70 -0
  3186. package/sdk/models/operations/patchaccountingtaxrate.js.map +1 -0
  3187. package/sdk/models/operations/patchaccountingtransaction.d.ts +36 -0
  3188. package/sdk/models/operations/patchaccountingtransaction.d.ts.map +1 -0
  3189. package/sdk/models/operations/patchaccountingtransaction.js +70 -0
  3190. package/sdk/models/operations/patchaccountingtransaction.js.map +1 -0
  3191. package/sdk/models/operations/patchatsactivity.d.ts +36 -0
  3192. package/sdk/models/operations/patchatsactivity.d.ts.map +1 -0
  3193. package/sdk/models/operations/patchatsactivity.js +70 -0
  3194. package/sdk/models/operations/patchatsactivity.js.map +1 -0
  3195. package/sdk/models/operations/patchatsapplication.d.ts +36 -0
  3196. package/sdk/models/operations/patchatsapplication.d.ts.map +1 -0
  3197. package/sdk/models/operations/patchatsapplication.js +70 -0
  3198. package/sdk/models/operations/patchatsapplication.js.map +1 -0
  3199. package/sdk/models/operations/patchatscandidate.d.ts +36 -0
  3200. package/sdk/models/operations/patchatscandidate.d.ts.map +1 -0
  3201. package/sdk/models/operations/patchatscandidate.js +70 -0
  3202. package/sdk/models/operations/patchatscandidate.js.map +1 -0
  3203. package/sdk/models/operations/patchatsdocument.d.ts +36 -0
  3204. package/sdk/models/operations/patchatsdocument.d.ts.map +1 -0
  3205. package/sdk/models/operations/patchatsdocument.js +70 -0
  3206. package/sdk/models/operations/patchatsdocument.js.map +1 -0
  3207. package/sdk/models/operations/patchatsinterview.d.ts +36 -0
  3208. package/sdk/models/operations/patchatsinterview.d.ts.map +1 -0
  3209. package/sdk/models/operations/patchatsinterview.js +70 -0
  3210. package/sdk/models/operations/patchatsinterview.js.map +1 -0
  3211. package/sdk/models/operations/patchatsjob.d.ts +36 -0
  3212. package/sdk/models/operations/patchatsjob.d.ts.map +1 -0
  3213. package/sdk/models/operations/patchatsjob.js +70 -0
  3214. package/sdk/models/operations/patchatsjob.js.map +1 -0
  3215. package/sdk/models/operations/patchatsscorecard.d.ts +36 -0
  3216. package/sdk/models/operations/patchatsscorecard.d.ts.map +1 -0
  3217. package/sdk/models/operations/patchatsscorecard.js +70 -0
  3218. package/sdk/models/operations/patchatsscorecard.js.map +1 -0
  3219. package/sdk/models/operations/patchcommercecollection.d.ts +39 -0
  3220. package/sdk/models/operations/patchcommercecollection.d.ts.map +1 -0
  3221. package/sdk/models/operations/patchcommercecollection.js +70 -0
  3222. package/sdk/models/operations/patchcommercecollection.js.map +1 -0
  3223. package/sdk/models/operations/patchcommerceinventory.d.ts +36 -0
  3224. package/sdk/models/operations/patchcommerceinventory.d.ts.map +1 -0
  3225. package/sdk/models/operations/patchcommerceinventory.js +70 -0
  3226. package/sdk/models/operations/patchcommerceinventory.js.map +1 -0
  3227. package/sdk/models/operations/patchcommerceitem.d.ts +36 -0
  3228. package/sdk/models/operations/patchcommerceitem.d.ts.map +1 -0
  3229. package/sdk/models/operations/patchcommerceitem.js +70 -0
  3230. package/sdk/models/operations/patchcommerceitem.js.map +1 -0
  3231. package/sdk/models/operations/patchcommercelocation.d.ts +36 -0
  3232. package/sdk/models/operations/patchcommercelocation.d.ts.map +1 -0
  3233. package/sdk/models/operations/patchcommercelocation.js +70 -0
  3234. package/sdk/models/operations/patchcommercelocation.js.map +1 -0
  3235. package/sdk/models/operations/patchcrmcompany.d.ts +39 -0
  3236. package/sdk/models/operations/patchcrmcompany.d.ts.map +1 -0
  3237. package/sdk/models/operations/patchcrmcompany.js +70 -0
  3238. package/sdk/models/operations/patchcrmcompany.js.map +1 -0
  3239. package/sdk/models/operations/patchcrmcontact.d.ts +39 -0
  3240. package/sdk/models/operations/patchcrmcontact.d.ts.map +1 -0
  3241. package/sdk/models/operations/patchcrmcontact.js +70 -0
  3242. package/sdk/models/operations/patchcrmcontact.js.map +1 -0
  3243. package/sdk/models/operations/patchcrmdeal.d.ts +39 -0
  3244. package/sdk/models/operations/patchcrmdeal.d.ts.map +1 -0
  3245. package/sdk/models/operations/patchcrmdeal.js +70 -0
  3246. package/sdk/models/operations/patchcrmdeal.js.map +1 -0
  3247. package/sdk/models/operations/patchcrmevent.d.ts +39 -0
  3248. package/sdk/models/operations/patchcrmevent.d.ts.map +1 -0
  3249. package/sdk/models/operations/patchcrmevent.js +70 -0
  3250. package/sdk/models/operations/patchcrmevent.js.map +1 -0
  3251. package/sdk/models/operations/patchcrmlead.d.ts +36 -0
  3252. package/sdk/models/operations/patchcrmlead.d.ts.map +1 -0
  3253. package/sdk/models/operations/patchcrmlead.js +70 -0
  3254. package/sdk/models/operations/patchcrmlead.js.map +1 -0
  3255. package/sdk/models/operations/patchcrmpipeline.d.ts +36 -0
  3256. package/sdk/models/operations/patchcrmpipeline.d.ts.map +1 -0
  3257. package/sdk/models/operations/patchcrmpipeline.js +70 -0
  3258. package/sdk/models/operations/patchcrmpipeline.js.map +1 -0
  3259. package/sdk/models/operations/patchhriscompany.d.ts +36 -0
  3260. package/sdk/models/operations/patchhriscompany.d.ts.map +1 -0
  3261. package/sdk/models/operations/patchhriscompany.js +70 -0
  3262. package/sdk/models/operations/patchhriscompany.js.map +1 -0
  3263. package/sdk/models/operations/patchhrisemployee.d.ts +36 -0
  3264. package/sdk/models/operations/patchhrisemployee.d.ts.map +1 -0
  3265. package/sdk/models/operations/patchhrisemployee.js +70 -0
  3266. package/sdk/models/operations/patchhrisemployee.js.map +1 -0
  3267. package/sdk/models/operations/patchhrisgroup.d.ts +36 -0
  3268. package/sdk/models/operations/patchhrisgroup.d.ts.map +1 -0
  3269. package/sdk/models/operations/patchhrisgroup.js +70 -0
  3270. package/sdk/models/operations/patchhrisgroup.js.map +1 -0
  3271. package/sdk/models/operations/patchhrislocation.d.ts +36 -0
  3272. package/sdk/models/operations/patchhrislocation.d.ts.map +1 -0
  3273. package/sdk/models/operations/patchhrislocation.js +70 -0
  3274. package/sdk/models/operations/patchhrislocation.js.map +1 -0
  3275. package/sdk/models/operations/patchkmspage.d.ts +36 -0
  3276. package/sdk/models/operations/patchkmspage.d.ts.map +1 -0
  3277. package/sdk/models/operations/patchkmspage.js +70 -0
  3278. package/sdk/models/operations/patchkmspage.js.map +1 -0
  3279. package/sdk/models/operations/patchkmsspace.d.ts +36 -0
  3280. package/sdk/models/operations/patchkmsspace.d.ts.map +1 -0
  3281. package/sdk/models/operations/patchkmsspace.js +70 -0
  3282. package/sdk/models/operations/patchkmsspace.js.map +1 -0
  3283. package/sdk/models/operations/patchmartechlist.d.ts +39 -0
  3284. package/sdk/models/operations/patchmartechlist.d.ts.map +1 -0
  3285. package/sdk/models/operations/patchmartechlist.js +70 -0
  3286. package/sdk/models/operations/patchmartechlist.js.map +1 -0
  3287. package/sdk/models/operations/patchmartechmember.d.ts +39 -0
  3288. package/sdk/models/operations/patchmartechmember.d.ts.map +1 -0
  3289. package/sdk/models/operations/patchmartechmember.js +70 -0
  3290. package/sdk/models/operations/patchmartechmember.js.map +1 -0
  3291. package/sdk/models/operations/patchmessagingmessage.d.ts +36 -0
  3292. package/sdk/models/operations/patchmessagingmessage.d.ts.map +1 -0
  3293. package/sdk/models/operations/patchmessagingmessage.js +70 -0
  3294. package/sdk/models/operations/patchmessagingmessage.js.map +1 -0
  3295. package/sdk/models/operations/patchpassthrough.d.ts +39 -0
  3296. package/sdk/models/operations/patchpassthrough.d.ts.map +1 -0
  3297. package/sdk/models/operations/patchpassthrough.js +69 -0
  3298. package/sdk/models/operations/patchpassthrough.js.map +1 -0
  3299. package/sdk/models/operations/patchpaymentlink.d.ts +36 -0
  3300. package/sdk/models/operations/patchpaymentlink.d.ts.map +1 -0
  3301. package/sdk/models/operations/patchpaymentlink.js +70 -0
  3302. package/sdk/models/operations/patchpaymentlink.js.map +1 -0
  3303. package/sdk/models/operations/patchpaymentpayment.d.ts +36 -0
  3304. package/sdk/models/operations/patchpaymentpayment.d.ts.map +1 -0
  3305. package/sdk/models/operations/patchpaymentpayment.js +70 -0
  3306. package/sdk/models/operations/patchpaymentpayment.js.map +1 -0
  3307. package/sdk/models/operations/patchstoragefile.d.ts +36 -0
  3308. package/sdk/models/operations/patchstoragefile.d.ts.map +1 -0
  3309. package/sdk/models/operations/patchstoragefile.js +70 -0
  3310. package/sdk/models/operations/patchstoragefile.js.map +1 -0
  3311. package/sdk/models/operations/patchtaskproject.d.ts +36 -0
  3312. package/sdk/models/operations/patchtaskproject.d.ts.map +1 -0
  3313. package/sdk/models/operations/patchtaskproject.js +70 -0
  3314. package/sdk/models/operations/patchtaskproject.js.map +1 -0
  3315. package/sdk/models/operations/patchtasktask.d.ts +36 -0
  3316. package/sdk/models/operations/patchtasktask.d.ts.map +1 -0
  3317. package/sdk/models/operations/patchtasktask.js +70 -0
  3318. package/sdk/models/operations/patchtasktask.js.map +1 -0
  3319. package/sdk/models/operations/patchticketingcustomer.d.ts +36 -0
  3320. package/sdk/models/operations/patchticketingcustomer.d.ts.map +1 -0
  3321. package/sdk/models/operations/patchticketingcustomer.js +70 -0
  3322. package/sdk/models/operations/patchticketingcustomer.js.map +1 -0
  3323. package/sdk/models/operations/patchticketingnote.d.ts +36 -0
  3324. package/sdk/models/operations/patchticketingnote.d.ts.map +1 -0
  3325. package/sdk/models/operations/patchticketingnote.js +70 -0
  3326. package/sdk/models/operations/patchticketingnote.js.map +1 -0
  3327. package/sdk/models/operations/patchticketingticket.d.ts +36 -0
  3328. package/sdk/models/operations/patchticketingticket.d.ts.map +1 -0
  3329. package/sdk/models/operations/patchticketingticket.js +70 -0
  3330. package/sdk/models/operations/patchticketingticket.js.map +1 -0
  3331. package/sdk/models/operations/patchuccontact.d.ts +39 -0
  3332. package/sdk/models/operations/patchuccontact.d.ts.map +1 -0
  3333. package/sdk/models/operations/patchuccontact.js +70 -0
  3334. package/sdk/models/operations/patchuccontact.js.map +1 -0
  3335. package/sdk/models/operations/patchunifiedconnection.d.ts +34 -0
  3336. package/sdk/models/operations/patchunifiedconnection.d.ts.map +1 -0
  3337. package/sdk/models/operations/patchunifiedconnection.js +66 -0
  3338. package/sdk/models/operations/patchunifiedconnection.js.map +1 -0
  3339. package/sdk/models/operations/patchunifiedwebhooktrigger.d.ts +28 -0
  3340. package/sdk/models/operations/patchunifiedwebhooktrigger.d.ts.map +1 -0
  3341. package/sdk/models/operations/patchunifiedwebhooktrigger.js +50 -0
  3342. package/sdk/models/operations/patchunifiedwebhooktrigger.js.map +1 -0
  3343. package/sdk/models/operations/removeaccountingaccount.d.ts +33 -0
  3344. package/sdk/models/operations/removeaccountingaccount.d.ts.map +1 -0
  3345. package/sdk/models/operations/removeaccountingaccount.js +65 -0
  3346. package/sdk/models/operations/removeaccountingaccount.js.map +1 -0
  3347. package/sdk/models/operations/removeaccountingcontact.d.ts +33 -0
  3348. package/sdk/models/operations/removeaccountingcontact.d.ts.map +1 -0
  3349. package/sdk/models/operations/removeaccountingcontact.js +65 -0
  3350. package/sdk/models/operations/removeaccountingcontact.js.map +1 -0
  3351. package/sdk/models/operations/removeaccountinginvoice.d.ts +33 -0
  3352. package/sdk/models/operations/removeaccountinginvoice.d.ts.map +1 -0
  3353. package/sdk/models/operations/removeaccountinginvoice.js +65 -0
  3354. package/sdk/models/operations/removeaccountinginvoice.js.map +1 -0
  3355. package/sdk/models/operations/removeaccountingjournal.d.ts +33 -0
  3356. package/sdk/models/operations/removeaccountingjournal.d.ts.map +1 -0
  3357. package/sdk/models/operations/removeaccountingjournal.js +65 -0
  3358. package/sdk/models/operations/removeaccountingjournal.js.map +1 -0
  3359. package/sdk/models/operations/removeaccountingtaxrate.d.ts +33 -0
  3360. package/sdk/models/operations/removeaccountingtaxrate.d.ts.map +1 -0
  3361. package/sdk/models/operations/removeaccountingtaxrate.js +65 -0
  3362. package/sdk/models/operations/removeaccountingtaxrate.js.map +1 -0
  3363. package/sdk/models/operations/removeaccountingtransaction.d.ts +33 -0
  3364. package/sdk/models/operations/removeaccountingtransaction.d.ts.map +1 -0
  3365. package/sdk/models/operations/removeaccountingtransaction.js +65 -0
  3366. package/sdk/models/operations/removeaccountingtransaction.js.map +1 -0
  3367. package/sdk/models/operations/removeatsactivity.d.ts +33 -0
  3368. package/sdk/models/operations/removeatsactivity.d.ts.map +1 -0
  3369. package/sdk/models/operations/removeatsactivity.js +65 -0
  3370. package/sdk/models/operations/removeatsactivity.js.map +1 -0
  3371. package/sdk/models/operations/removeatsapplication.d.ts +33 -0
  3372. package/sdk/models/operations/removeatsapplication.d.ts.map +1 -0
  3373. package/sdk/models/operations/removeatsapplication.js +65 -0
  3374. package/sdk/models/operations/removeatsapplication.js.map +1 -0
  3375. package/sdk/models/operations/removeatscandidate.d.ts +33 -0
  3376. package/sdk/models/operations/removeatscandidate.d.ts.map +1 -0
  3377. package/sdk/models/operations/removeatscandidate.js +65 -0
  3378. package/sdk/models/operations/removeatscandidate.js.map +1 -0
  3379. package/sdk/models/operations/removeatsdocument.d.ts +33 -0
  3380. package/sdk/models/operations/removeatsdocument.d.ts.map +1 -0
  3381. package/sdk/models/operations/removeatsdocument.js +65 -0
  3382. package/sdk/models/operations/removeatsdocument.js.map +1 -0
  3383. package/sdk/models/operations/removeatsinterview.d.ts +33 -0
  3384. package/sdk/models/operations/removeatsinterview.d.ts.map +1 -0
  3385. package/sdk/models/operations/removeatsinterview.js +65 -0
  3386. package/sdk/models/operations/removeatsinterview.js.map +1 -0
  3387. package/sdk/models/operations/removeatsjob.d.ts +33 -0
  3388. package/sdk/models/operations/removeatsjob.d.ts.map +1 -0
  3389. package/sdk/models/operations/removeatsjob.js +65 -0
  3390. package/sdk/models/operations/removeatsjob.js.map +1 -0
  3391. package/sdk/models/operations/removeatsscorecard.d.ts +33 -0
  3392. package/sdk/models/operations/removeatsscorecard.d.ts.map +1 -0
  3393. package/sdk/models/operations/removeatsscorecard.js +65 -0
  3394. package/sdk/models/operations/removeatsscorecard.js.map +1 -0
  3395. package/sdk/models/operations/removecommercecollection.d.ts +33 -0
  3396. package/sdk/models/operations/removecommercecollection.d.ts.map +1 -0
  3397. package/sdk/models/operations/removecommercecollection.js +65 -0
  3398. package/sdk/models/operations/removecommercecollection.js.map +1 -0
  3399. package/sdk/models/operations/removecommerceinventory.d.ts +33 -0
  3400. package/sdk/models/operations/removecommerceinventory.d.ts.map +1 -0
  3401. package/sdk/models/operations/removecommerceinventory.js +65 -0
  3402. package/sdk/models/operations/removecommerceinventory.js.map +1 -0
  3403. package/sdk/models/operations/removecommerceitem.d.ts +33 -0
  3404. package/sdk/models/operations/removecommerceitem.d.ts.map +1 -0
  3405. package/sdk/models/operations/removecommerceitem.js +65 -0
  3406. package/sdk/models/operations/removecommerceitem.js.map +1 -0
  3407. package/sdk/models/operations/removecommercelocation.d.ts +33 -0
  3408. package/sdk/models/operations/removecommercelocation.d.ts.map +1 -0
  3409. package/sdk/models/operations/removecommercelocation.js +65 -0
  3410. package/sdk/models/operations/removecommercelocation.js.map +1 -0
  3411. package/sdk/models/operations/removecrmcompany.d.ts +33 -0
  3412. package/sdk/models/operations/removecrmcompany.d.ts.map +1 -0
  3413. package/sdk/models/operations/removecrmcompany.js +65 -0
  3414. package/sdk/models/operations/removecrmcompany.js.map +1 -0
  3415. package/sdk/models/operations/removecrmcontact.d.ts +33 -0
  3416. package/sdk/models/operations/removecrmcontact.d.ts.map +1 -0
  3417. package/sdk/models/operations/removecrmcontact.js +65 -0
  3418. package/sdk/models/operations/removecrmcontact.js.map +1 -0
  3419. package/sdk/models/operations/removecrmdeal.d.ts +33 -0
  3420. package/sdk/models/operations/removecrmdeal.d.ts.map +1 -0
  3421. package/sdk/models/operations/removecrmdeal.js +65 -0
  3422. package/sdk/models/operations/removecrmdeal.js.map +1 -0
  3423. package/sdk/models/operations/removecrmevent.d.ts +33 -0
  3424. package/sdk/models/operations/removecrmevent.d.ts.map +1 -0
  3425. package/sdk/models/operations/removecrmevent.js +65 -0
  3426. package/sdk/models/operations/removecrmevent.js.map +1 -0
  3427. package/sdk/models/operations/removecrmlead.d.ts +33 -0
  3428. package/sdk/models/operations/removecrmlead.d.ts.map +1 -0
  3429. package/sdk/models/operations/removecrmlead.js +65 -0
  3430. package/sdk/models/operations/removecrmlead.js.map +1 -0
  3431. package/sdk/models/operations/removecrmpipeline.d.ts +33 -0
  3432. package/sdk/models/operations/removecrmpipeline.d.ts.map +1 -0
  3433. package/sdk/models/operations/removecrmpipeline.js +65 -0
  3434. package/sdk/models/operations/removecrmpipeline.js.map +1 -0
  3435. package/sdk/models/operations/removehriscompany.d.ts +33 -0
  3436. package/sdk/models/operations/removehriscompany.d.ts.map +1 -0
  3437. package/sdk/models/operations/removehriscompany.js +65 -0
  3438. package/sdk/models/operations/removehriscompany.js.map +1 -0
  3439. package/sdk/models/operations/removehrisemployee.d.ts +33 -0
  3440. package/sdk/models/operations/removehrisemployee.d.ts.map +1 -0
  3441. package/sdk/models/operations/removehrisemployee.js +65 -0
  3442. package/sdk/models/operations/removehrisemployee.js.map +1 -0
  3443. package/sdk/models/operations/removehrisgroup.d.ts +33 -0
  3444. package/sdk/models/operations/removehrisgroup.d.ts.map +1 -0
  3445. package/sdk/models/operations/removehrisgroup.js +65 -0
  3446. package/sdk/models/operations/removehrisgroup.js.map +1 -0
  3447. package/sdk/models/operations/removehrislocation.d.ts +33 -0
  3448. package/sdk/models/operations/removehrislocation.d.ts.map +1 -0
  3449. package/sdk/models/operations/removehrislocation.js +65 -0
  3450. package/sdk/models/operations/removehrislocation.js.map +1 -0
  3451. package/sdk/models/operations/removekmspage.d.ts +33 -0
  3452. package/sdk/models/operations/removekmspage.d.ts.map +1 -0
  3453. package/sdk/models/operations/removekmspage.js +65 -0
  3454. package/sdk/models/operations/removekmspage.js.map +1 -0
  3455. package/sdk/models/operations/removekmsspace.d.ts +33 -0
  3456. package/sdk/models/operations/removekmsspace.d.ts.map +1 -0
  3457. package/sdk/models/operations/removekmsspace.js +65 -0
  3458. package/sdk/models/operations/removekmsspace.js.map +1 -0
  3459. package/sdk/models/operations/removemartechlist.d.ts +33 -0
  3460. package/sdk/models/operations/removemartechlist.d.ts.map +1 -0
  3461. package/sdk/models/operations/removemartechlist.js +65 -0
  3462. package/sdk/models/operations/removemartechlist.js.map +1 -0
  3463. package/sdk/models/operations/removemartechmember.d.ts +33 -0
  3464. package/sdk/models/operations/removemartechmember.d.ts.map +1 -0
  3465. package/sdk/models/operations/removemartechmember.js +65 -0
  3466. package/sdk/models/operations/removemartechmember.js.map +1 -0
  3467. package/sdk/models/operations/removemessagingmessage.d.ts +33 -0
  3468. package/sdk/models/operations/removemessagingmessage.d.ts.map +1 -0
  3469. package/sdk/models/operations/removemessagingmessage.js +65 -0
  3470. package/sdk/models/operations/removemessagingmessage.js.map +1 -0
  3471. package/sdk/models/operations/removepassthrough.d.ts +30 -0
  3472. package/sdk/models/operations/removepassthrough.d.ts.map +1 -0
  3473. package/sdk/models/operations/removepassthrough.js +65 -0
  3474. package/sdk/models/operations/removepassthrough.js.map +1 -0
  3475. package/sdk/models/operations/removepaymentlink.d.ts +33 -0
  3476. package/sdk/models/operations/removepaymentlink.d.ts.map +1 -0
  3477. package/sdk/models/operations/removepaymentlink.js +65 -0
  3478. package/sdk/models/operations/removepaymentlink.js.map +1 -0
  3479. package/sdk/models/operations/removepaymentpayment.d.ts +33 -0
  3480. package/sdk/models/operations/removepaymentpayment.d.ts.map +1 -0
  3481. package/sdk/models/operations/removepaymentpayment.js +65 -0
  3482. package/sdk/models/operations/removepaymentpayment.js.map +1 -0
  3483. package/sdk/models/operations/removestoragefile.d.ts +33 -0
  3484. package/sdk/models/operations/removestoragefile.d.ts.map +1 -0
  3485. package/sdk/models/operations/removestoragefile.js +65 -0
  3486. package/sdk/models/operations/removestoragefile.js.map +1 -0
  3487. package/sdk/models/operations/removetaskproject.d.ts +33 -0
  3488. package/sdk/models/operations/removetaskproject.d.ts.map +1 -0
  3489. package/sdk/models/operations/removetaskproject.js +65 -0
  3490. package/sdk/models/operations/removetaskproject.js.map +1 -0
  3491. package/sdk/models/operations/removetasktask.d.ts +33 -0
  3492. package/sdk/models/operations/removetasktask.d.ts.map +1 -0
  3493. package/sdk/models/operations/removetasktask.js +65 -0
  3494. package/sdk/models/operations/removetasktask.js.map +1 -0
  3495. package/sdk/models/operations/removeticketingcustomer.d.ts +33 -0
  3496. package/sdk/models/operations/removeticketingcustomer.d.ts.map +1 -0
  3497. package/sdk/models/operations/removeticketingcustomer.js +65 -0
  3498. package/sdk/models/operations/removeticketingcustomer.js.map +1 -0
  3499. package/sdk/models/operations/removeticketingnote.d.ts +33 -0
  3500. package/sdk/models/operations/removeticketingnote.d.ts.map +1 -0
  3501. package/sdk/models/operations/removeticketingnote.js +65 -0
  3502. package/sdk/models/operations/removeticketingnote.js.map +1 -0
  3503. package/sdk/models/operations/removeticketingticket.d.ts +33 -0
  3504. package/sdk/models/operations/removeticketingticket.d.ts.map +1 -0
  3505. package/sdk/models/operations/removeticketingticket.js +65 -0
  3506. package/sdk/models/operations/removeticketingticket.js.map +1 -0
  3507. package/sdk/models/operations/removeuccontact.d.ts +33 -0
  3508. package/sdk/models/operations/removeuccontact.d.ts.map +1 -0
  3509. package/sdk/models/operations/removeuccontact.js +65 -0
  3510. package/sdk/models/operations/removeuccontact.js.map +1 -0
  3511. package/sdk/models/operations/removeunifiedconnection.d.ts +28 -0
  3512. package/sdk/models/operations/removeunifiedconnection.d.ts.map +1 -0
  3513. package/sdk/models/operations/removeunifiedconnection.js +50 -0
  3514. package/sdk/models/operations/removeunifiedconnection.js.map +1 -0
  3515. package/sdk/models/operations/removeunifiedwebhook.d.ts +28 -0
  3516. package/sdk/models/operations/removeunifiedwebhook.d.ts.map +1 -0
  3517. package/sdk/models/operations/removeunifiedwebhook.js +50 -0
  3518. package/sdk/models/operations/removeunifiedwebhook.js.map +1 -0
  3519. package/sdk/models/operations/updateaccountingaccount.d.ts +39 -0
  3520. package/sdk/models/operations/updateaccountingaccount.d.ts.map +1 -0
  3521. package/sdk/models/operations/updateaccountingaccount.js +70 -0
  3522. package/sdk/models/operations/updateaccountingaccount.js.map +1 -0
  3523. package/sdk/models/operations/updateaccountingcontact.d.ts +36 -0
  3524. package/sdk/models/operations/updateaccountingcontact.d.ts.map +1 -0
  3525. package/sdk/models/operations/updateaccountingcontact.js +70 -0
  3526. package/sdk/models/operations/updateaccountingcontact.js.map +1 -0
  3527. package/sdk/models/operations/updateaccountinginvoice.d.ts +36 -0
  3528. package/sdk/models/operations/updateaccountinginvoice.d.ts.map +1 -0
  3529. package/sdk/models/operations/updateaccountinginvoice.js +70 -0
  3530. package/sdk/models/operations/updateaccountinginvoice.js.map +1 -0
  3531. package/sdk/models/operations/updateaccountingjournal.d.ts +36 -0
  3532. package/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -0
  3533. package/sdk/models/operations/updateaccountingjournal.js +70 -0
  3534. package/sdk/models/operations/updateaccountingjournal.js.map +1 -0
  3535. package/sdk/models/operations/updateaccountingtaxrate.d.ts +36 -0
  3536. package/sdk/models/operations/updateaccountingtaxrate.d.ts.map +1 -0
  3537. package/sdk/models/operations/updateaccountingtaxrate.js +70 -0
  3538. package/sdk/models/operations/updateaccountingtaxrate.js.map +1 -0
  3539. package/sdk/models/operations/updateaccountingtransaction.d.ts +36 -0
  3540. package/sdk/models/operations/updateaccountingtransaction.d.ts.map +1 -0
  3541. package/sdk/models/operations/updateaccountingtransaction.js +70 -0
  3542. package/sdk/models/operations/updateaccountingtransaction.js.map +1 -0
  3543. package/sdk/models/operations/updateatsactivity.d.ts +36 -0
  3544. package/sdk/models/operations/updateatsactivity.d.ts.map +1 -0
  3545. package/sdk/models/operations/updateatsactivity.js +70 -0
  3546. package/sdk/models/operations/updateatsactivity.js.map +1 -0
  3547. package/sdk/models/operations/updateatsapplication.d.ts +36 -0
  3548. package/sdk/models/operations/updateatsapplication.d.ts.map +1 -0
  3549. package/sdk/models/operations/updateatsapplication.js +70 -0
  3550. package/sdk/models/operations/updateatsapplication.js.map +1 -0
  3551. package/sdk/models/operations/updateatscandidate.d.ts +36 -0
  3552. package/sdk/models/operations/updateatscandidate.d.ts.map +1 -0
  3553. package/sdk/models/operations/updateatscandidate.js +70 -0
  3554. package/sdk/models/operations/updateatscandidate.js.map +1 -0
  3555. package/sdk/models/operations/updateatsdocument.d.ts +36 -0
  3556. package/sdk/models/operations/updateatsdocument.d.ts.map +1 -0
  3557. package/sdk/models/operations/updateatsdocument.js +70 -0
  3558. package/sdk/models/operations/updateatsdocument.js.map +1 -0
  3559. package/sdk/models/operations/updateatsinterview.d.ts +36 -0
  3560. package/sdk/models/operations/updateatsinterview.d.ts.map +1 -0
  3561. package/sdk/models/operations/updateatsinterview.js +70 -0
  3562. package/sdk/models/operations/updateatsinterview.js.map +1 -0
  3563. package/sdk/models/operations/updateatsjob.d.ts +36 -0
  3564. package/sdk/models/operations/updateatsjob.d.ts.map +1 -0
  3565. package/sdk/models/operations/updateatsjob.js +70 -0
  3566. package/sdk/models/operations/updateatsjob.js.map +1 -0
  3567. package/sdk/models/operations/updateatsscorecard.d.ts +36 -0
  3568. package/sdk/models/operations/updateatsscorecard.d.ts.map +1 -0
  3569. package/sdk/models/operations/updateatsscorecard.js +70 -0
  3570. package/sdk/models/operations/updateatsscorecard.js.map +1 -0
  3571. package/sdk/models/operations/updatecommercecollection.d.ts +39 -0
  3572. package/sdk/models/operations/updatecommercecollection.d.ts.map +1 -0
  3573. package/sdk/models/operations/updatecommercecollection.js +70 -0
  3574. package/sdk/models/operations/updatecommercecollection.js.map +1 -0
  3575. package/sdk/models/operations/updatecommerceinventory.d.ts +36 -0
  3576. package/sdk/models/operations/updatecommerceinventory.d.ts.map +1 -0
  3577. package/sdk/models/operations/updatecommerceinventory.js +70 -0
  3578. package/sdk/models/operations/updatecommerceinventory.js.map +1 -0
  3579. package/sdk/models/operations/updatecommerceitem.d.ts +36 -0
  3580. package/sdk/models/operations/updatecommerceitem.d.ts.map +1 -0
  3581. package/sdk/models/operations/updatecommerceitem.js +70 -0
  3582. package/sdk/models/operations/updatecommerceitem.js.map +1 -0
  3583. package/sdk/models/operations/updatecommercelocation.d.ts +36 -0
  3584. package/sdk/models/operations/updatecommercelocation.d.ts.map +1 -0
  3585. package/sdk/models/operations/updatecommercelocation.js +70 -0
  3586. package/sdk/models/operations/updatecommercelocation.js.map +1 -0
  3587. package/sdk/models/operations/updatecrmcompany.d.ts +39 -0
  3588. package/sdk/models/operations/updatecrmcompany.d.ts.map +1 -0
  3589. package/sdk/models/operations/updatecrmcompany.js +70 -0
  3590. package/sdk/models/operations/updatecrmcompany.js.map +1 -0
  3591. package/sdk/models/operations/updatecrmcontact.d.ts +39 -0
  3592. package/sdk/models/operations/updatecrmcontact.d.ts.map +1 -0
  3593. package/sdk/models/operations/updatecrmcontact.js +70 -0
  3594. package/sdk/models/operations/updatecrmcontact.js.map +1 -0
  3595. package/sdk/models/operations/updatecrmdeal.d.ts +39 -0
  3596. package/sdk/models/operations/updatecrmdeal.d.ts.map +1 -0
  3597. package/sdk/models/operations/updatecrmdeal.js +70 -0
  3598. package/sdk/models/operations/updatecrmdeal.js.map +1 -0
  3599. package/sdk/models/operations/updatecrmevent.d.ts +39 -0
  3600. package/sdk/models/operations/updatecrmevent.d.ts.map +1 -0
  3601. package/sdk/models/operations/updatecrmevent.js +70 -0
  3602. package/sdk/models/operations/updatecrmevent.js.map +1 -0
  3603. package/sdk/models/operations/updatecrmlead.d.ts +36 -0
  3604. package/sdk/models/operations/updatecrmlead.d.ts.map +1 -0
  3605. package/sdk/models/operations/updatecrmlead.js +70 -0
  3606. package/sdk/models/operations/updatecrmlead.js.map +1 -0
  3607. package/sdk/models/operations/updatecrmpipeline.d.ts +36 -0
  3608. package/sdk/models/operations/updatecrmpipeline.d.ts.map +1 -0
  3609. package/sdk/models/operations/updatecrmpipeline.js +70 -0
  3610. package/sdk/models/operations/updatecrmpipeline.js.map +1 -0
  3611. package/sdk/models/operations/updatehriscompany.d.ts +36 -0
  3612. package/sdk/models/operations/updatehriscompany.d.ts.map +1 -0
  3613. package/sdk/models/operations/updatehriscompany.js +70 -0
  3614. package/sdk/models/operations/updatehriscompany.js.map +1 -0
  3615. package/sdk/models/operations/updatehrisemployee.d.ts +36 -0
  3616. package/sdk/models/operations/updatehrisemployee.d.ts.map +1 -0
  3617. package/sdk/models/operations/updatehrisemployee.js +70 -0
  3618. package/sdk/models/operations/updatehrisemployee.js.map +1 -0
  3619. package/sdk/models/operations/updatehrisgroup.d.ts +36 -0
  3620. package/sdk/models/operations/updatehrisgroup.d.ts.map +1 -0
  3621. package/sdk/models/operations/updatehrisgroup.js +70 -0
  3622. package/sdk/models/operations/updatehrisgroup.js.map +1 -0
  3623. package/sdk/models/operations/updatehrislocation.d.ts +36 -0
  3624. package/sdk/models/operations/updatehrislocation.d.ts.map +1 -0
  3625. package/sdk/models/operations/updatehrislocation.js +70 -0
  3626. package/sdk/models/operations/updatehrislocation.js.map +1 -0
  3627. package/sdk/models/operations/updatekmspage.d.ts +36 -0
  3628. package/sdk/models/operations/updatekmspage.d.ts.map +1 -0
  3629. package/sdk/models/operations/updatekmspage.js +70 -0
  3630. package/sdk/models/operations/updatekmspage.js.map +1 -0
  3631. package/sdk/models/operations/updatekmsspace.d.ts +36 -0
  3632. package/sdk/models/operations/updatekmsspace.d.ts.map +1 -0
  3633. package/sdk/models/operations/updatekmsspace.js +70 -0
  3634. package/sdk/models/operations/updatekmsspace.js.map +1 -0
  3635. package/sdk/models/operations/updatemartechlist.d.ts +39 -0
  3636. package/sdk/models/operations/updatemartechlist.d.ts.map +1 -0
  3637. package/sdk/models/operations/updatemartechlist.js +70 -0
  3638. package/sdk/models/operations/updatemartechlist.js.map +1 -0
  3639. package/sdk/models/operations/updatemartechmember.d.ts +39 -0
  3640. package/sdk/models/operations/updatemartechmember.d.ts.map +1 -0
  3641. package/sdk/models/operations/updatemartechmember.js +70 -0
  3642. package/sdk/models/operations/updatemartechmember.js.map +1 -0
  3643. package/sdk/models/operations/updatemessagingmessage.d.ts +36 -0
  3644. package/sdk/models/operations/updatemessagingmessage.d.ts.map +1 -0
  3645. package/sdk/models/operations/updatemessagingmessage.js +70 -0
  3646. package/sdk/models/operations/updatemessagingmessage.js.map +1 -0
  3647. package/sdk/models/operations/updatepassthrough.d.ts +39 -0
  3648. package/sdk/models/operations/updatepassthrough.d.ts.map +1 -0
  3649. package/sdk/models/operations/updatepassthrough.js +69 -0
  3650. package/sdk/models/operations/updatepassthrough.js.map +1 -0
  3651. package/sdk/models/operations/updatepaymentlink.d.ts +36 -0
  3652. package/sdk/models/operations/updatepaymentlink.d.ts.map +1 -0
  3653. package/sdk/models/operations/updatepaymentlink.js +70 -0
  3654. package/sdk/models/operations/updatepaymentlink.js.map +1 -0
  3655. package/sdk/models/operations/updatepaymentpayment.d.ts +36 -0
  3656. package/sdk/models/operations/updatepaymentpayment.d.ts.map +1 -0
  3657. package/sdk/models/operations/updatepaymentpayment.js +70 -0
  3658. package/sdk/models/operations/updatepaymentpayment.js.map +1 -0
  3659. package/sdk/models/operations/updatestoragefile.d.ts +36 -0
  3660. package/sdk/models/operations/updatestoragefile.d.ts.map +1 -0
  3661. package/sdk/models/operations/updatestoragefile.js +70 -0
  3662. package/sdk/models/operations/updatestoragefile.js.map +1 -0
  3663. package/sdk/models/operations/updatetaskproject.d.ts +36 -0
  3664. package/sdk/models/operations/updatetaskproject.d.ts.map +1 -0
  3665. package/sdk/models/operations/updatetaskproject.js +70 -0
  3666. package/sdk/models/operations/updatetaskproject.js.map +1 -0
  3667. package/sdk/models/operations/updatetasktask.d.ts +36 -0
  3668. package/sdk/models/operations/updatetasktask.d.ts.map +1 -0
  3669. package/sdk/models/operations/updatetasktask.js +70 -0
  3670. package/sdk/models/operations/updatetasktask.js.map +1 -0
  3671. package/sdk/models/operations/updateticketingcustomer.d.ts +36 -0
  3672. package/sdk/models/operations/updateticketingcustomer.d.ts.map +1 -0
  3673. package/sdk/models/operations/updateticketingcustomer.js +70 -0
  3674. package/sdk/models/operations/updateticketingcustomer.js.map +1 -0
  3675. package/sdk/models/operations/updateticketingnote.d.ts +36 -0
  3676. package/sdk/models/operations/updateticketingnote.d.ts.map +1 -0
  3677. package/sdk/models/operations/updateticketingnote.js +70 -0
  3678. package/sdk/models/operations/updateticketingnote.js.map +1 -0
  3679. package/sdk/models/operations/updateticketingticket.d.ts +36 -0
  3680. package/sdk/models/operations/updateticketingticket.d.ts.map +1 -0
  3681. package/sdk/models/operations/updateticketingticket.js +70 -0
  3682. package/sdk/models/operations/updateticketingticket.js.map +1 -0
  3683. package/sdk/models/operations/updateuccontact.d.ts +39 -0
  3684. package/sdk/models/operations/updateuccontact.d.ts.map +1 -0
  3685. package/sdk/models/operations/updateuccontact.js +70 -0
  3686. package/sdk/models/operations/updateuccontact.js.map +1 -0
  3687. package/sdk/models/operations/updateunifiedconnection.d.ts +34 -0
  3688. package/sdk/models/operations/updateunifiedconnection.d.ts.map +1 -0
  3689. package/sdk/models/operations/updateunifiedconnection.js +66 -0
  3690. package/sdk/models/operations/updateunifiedconnection.js.map +1 -0
  3691. package/sdk/models/operations/updateunifiedwebhooktrigger.d.ts +28 -0
  3692. package/sdk/models/operations/updateunifiedwebhooktrigger.d.ts.map +1 -0
  3693. package/sdk/models/operations/updateunifiedwebhooktrigger.js +50 -0
  3694. package/sdk/models/operations/updateunifiedwebhooktrigger.js.map +1 -0
  3695. package/sdk/models/shared/accountingaccount.d.ts +134 -0
  3696. package/sdk/models/shared/accountingaccount.d.ts.map +1 -0
  3697. package/sdk/models/shared/accountingaccount.js +155 -0
  3698. package/sdk/models/shared/accountingaccount.js.map +1 -0
  3699. package/sdk/models/shared/accountingcontact.d.ts +123 -0
  3700. package/sdk/models/shared/accountingcontact.d.ts.map +1 -0
  3701. package/sdk/models/shared/accountingcontact.js +168 -0
  3702. package/sdk/models/shared/accountingcontact.js.map +1 -0
  3703. package/sdk/models/shared/accountingcontactpaymentmethod.d.ts +72 -0
  3704. package/sdk/models/shared/accountingcontactpaymentmethod.d.ts.map +1 -0
  3705. package/sdk/models/shared/accountingcontactpaymentmethod.js +80 -0
  3706. package/sdk/models/shared/accountingcontactpaymentmethod.js.map +1 -0
  3707. package/sdk/models/shared/accountingemail.d.ts +56 -0
  3708. package/sdk/models/shared/accountingemail.d.ts.map +1 -0
  3709. package/sdk/models/shared/accountingemail.js +72 -0
  3710. package/sdk/models/shared/accountingemail.js.map +1 -0
  3711. package/sdk/models/shared/accountinginvoice.d.ts +140 -0
  3712. package/sdk/models/shared/accountinginvoice.d.ts.map +1 -0
  3713. package/sdk/models/shared/accountinginvoice.js +223 -0
  3714. package/sdk/models/shared/accountinginvoice.js.map +1 -0
  3715. package/sdk/models/shared/accountingjournal.d.ts +51 -0
  3716. package/sdk/models/shared/accountingjournal.d.ts.map +1 -0
  3717. package/sdk/models/shared/accountingjournal.js +88 -0
  3718. package/sdk/models/shared/accountingjournal.js.map +1 -0
  3719. package/sdk/models/shared/accountingjournallineitem.d.ts +39 -0
  3720. package/sdk/models/shared/accountingjournallineitem.d.ts.map +1 -0
  3721. package/sdk/models/shared/accountingjournallineitem.js +87 -0
  3722. package/sdk/models/shared/accountingjournallineitem.js.map +1 -0
  3723. package/sdk/models/shared/accountinglineitem.d.ts +57 -0
  3724. package/sdk/models/shared/accountinglineitem.d.ts.map +1 -0
  3725. package/sdk/models/shared/accountinglineitem.js +144 -0
  3726. package/sdk/models/shared/accountinglineitem.js.map +1 -0
  3727. package/sdk/models/shared/accountingorganization.d.ts +54 -0
  3728. package/sdk/models/shared/accountingorganization.d.ts.map +1 -0
  3729. package/sdk/models/shared/accountingorganization.js +112 -0
  3730. package/sdk/models/shared/accountingorganization.js.map +1 -0
  3731. package/sdk/models/shared/accountingtaxrate.d.ts +43 -0
  3732. package/sdk/models/shared/accountingtaxrate.d.ts.map +1 -0
  3733. package/sdk/models/shared/accountingtaxrate.js +95 -0
  3734. package/sdk/models/shared/accountingtaxrate.js.map +1 -0
  3735. package/sdk/models/shared/accountingtelephone.d.ts +62 -0
  3736. package/sdk/models/shared/accountingtelephone.d.ts.map +1 -0
  3737. package/sdk/models/shared/accountingtelephone.js +74 -0
  3738. package/sdk/models/shared/accountingtelephone.js.map +1 -0
  3739. package/sdk/models/shared/accountingtransaction.d.ts +64 -0
  3740. package/sdk/models/shared/accountingtransaction.d.ts.map +1 -0
  3741. package/sdk/models/shared/accountingtransaction.js +132 -0
  3742. package/sdk/models/shared/accountingtransaction.js.map +1 -0
  3743. package/sdk/models/shared/accountingtransactionlineitem.d.ts +39 -0
  3744. package/sdk/models/shared/accountingtransactionlineitem.d.ts.map +1 -0
  3745. package/sdk/models/shared/accountingtransactionlineitem.js +85 -0
  3746. package/sdk/models/shared/accountingtransactionlineitem.js.map +1 -0
  3747. package/sdk/models/shared/apicall.d.ts +82 -0
  3748. package/sdk/models/shared/apicall.d.ts.map +1 -0
  3749. package/sdk/models/shared/apicall.js +128 -0
  3750. package/sdk/models/shared/apicall.js.map +1 -0
  3751. package/sdk/models/shared/atsactivity.d.ts +84 -0
  3752. package/sdk/models/shared/atsactivity.d.ts.map +1 -0
  3753. package/sdk/models/shared/atsactivity.js +138 -0
  3754. package/sdk/models/shared/atsactivity.js.map +1 -0
  3755. package/sdk/models/shared/atsaddress.d.ts +39 -0
  3756. package/sdk/models/shared/atsaddress.d.ts.map +1 -0
  3757. package/sdk/models/shared/atsaddress.js +81 -0
  3758. package/sdk/models/shared/atsaddress.js.map +1 -0
  3759. package/sdk/models/shared/atsapplication.d.ts +118 -0
  3760. package/sdk/models/shared/atsapplication.d.ts.map +1 -0
  3761. package/sdk/models/shared/atsapplication.js +172 -0
  3762. package/sdk/models/shared/atsapplication.js.map +1 -0
  3763. package/sdk/models/shared/atsapplicationanswer.d.ts +27 -0
  3764. package/sdk/models/shared/atsapplicationanswer.d.ts.map +1 -0
  3765. package/sdk/models/shared/atsapplicationanswer.js +65 -0
  3766. package/sdk/models/shared/atsapplicationanswer.js.map +1 -0
  3767. package/sdk/models/shared/atscandidate.d.ts +109 -0
  3768. package/sdk/models/shared/atscandidate.d.ts.map +1 -0
  3769. package/sdk/models/shared/atscandidate.js +162 -0
  3770. package/sdk/models/shared/atscandidate.js.map +1 -0
  3771. package/sdk/models/shared/atscompany.d.ts +48 -0
  3772. package/sdk/models/shared/atscompany.d.ts.map +1 -0
  3773. package/sdk/models/shared/atscompany.js +104 -0
  3774. package/sdk/models/shared/atscompany.js.map +1 -0
  3775. package/sdk/models/shared/atscompensation.d.ts +108 -0
  3776. package/sdk/models/shared/atscompensation.d.ts.map +1 -0
  3777. package/sdk/models/shared/atscompensation.js +104 -0
  3778. package/sdk/models/shared/atscompensation.js.map +1 -0
  3779. package/sdk/models/shared/atsdocument.d.ts +89 -0
  3780. package/sdk/models/shared/atsdocument.d.ts.map +1 -0
  3781. package/sdk/models/shared/atsdocument.js +136 -0
  3782. package/sdk/models/shared/atsdocument.js.map +1 -0
  3783. package/sdk/models/shared/atsemail.d.ts +56 -0
  3784. package/sdk/models/shared/atsemail.d.ts.map +1 -0
  3785. package/sdk/models/shared/atsemail.js +72 -0
  3786. package/sdk/models/shared/atsemail.js.map +1 -0
  3787. package/sdk/models/shared/atsinterview.d.ts +88 -0
  3788. package/sdk/models/shared/atsinterview.d.ts.map +1 -0
  3789. package/sdk/models/shared/atsinterview.js +153 -0
  3790. package/sdk/models/shared/atsinterview.js.map +1 -0
  3791. package/sdk/models/shared/atsjob.d.ts +157 -0
  3792. package/sdk/models/shared/atsjob.d.ts.map +1 -0
  3793. package/sdk/models/shared/atsjob.js +192 -0
  3794. package/sdk/models/shared/atsjob.js.map +1 -0
  3795. package/sdk/models/shared/atsjobquestion.d.ts +93 -0
  3796. package/sdk/models/shared/atsjobquestion.d.ts.map +1 -0
  3797. package/sdk/models/shared/atsjobquestion.js +91 -0
  3798. package/sdk/models/shared/atsjobquestion.js.map +1 -0
  3799. package/sdk/models/shared/atsscorecard.d.ts +84 -0
  3800. package/sdk/models/shared/atsscorecard.d.ts.map +1 -0
  3801. package/sdk/models/shared/atsscorecard.js +133 -0
  3802. package/sdk/models/shared/atsscorecard.js.map +1 -0
  3803. package/sdk/models/shared/atsscorecardquestion.d.ts +29 -0
  3804. package/sdk/models/shared/atsscorecardquestion.d.ts.map +1 -0
  3805. package/sdk/models/shared/atsscorecardquestion.js +54 -0
  3806. package/sdk/models/shared/atsscorecardquestion.js.map +1 -0
  3807. package/sdk/models/shared/atsstatus.d.ts +99 -0
  3808. package/sdk/models/shared/atsstatus.d.ts.map +1 -0
  3809. package/sdk/models/shared/atsstatus.js +102 -0
  3810. package/sdk/models/shared/atsstatus.js.map +1 -0
  3811. package/sdk/models/shared/atstelephone.d.ts +62 -0
  3812. package/sdk/models/shared/atstelephone.d.ts.map +1 -0
  3813. package/sdk/models/shared/atstelephone.js +74 -0
  3814. package/sdk/models/shared/atstelephone.js.map +1 -0
  3815. package/sdk/models/shared/commercecollection.d.ts +90 -0
  3816. package/sdk/models/shared/commercecollection.d.ts.map +1 -0
  3817. package/sdk/models/shared/commercecollection.js +140 -0
  3818. package/sdk/models/shared/commercecollection.js.map +1 -0
  3819. package/sdk/models/shared/commerceinventory.d.ts +43 -0
  3820. package/sdk/models/shared/commerceinventory.d.ts.map +1 -0
  3821. package/sdk/models/shared/commerceinventory.js +92 -0
  3822. package/sdk/models/shared/commerceinventory.js.map +1 -0
  3823. package/sdk/models/shared/commerceitem.d.ts +66 -0
  3824. package/sdk/models/shared/commerceitem.d.ts.map +1 -0
  3825. package/sdk/models/shared/commerceitem.js +125 -0
  3826. package/sdk/models/shared/commerceitem.js.map +1 -0
  3827. package/sdk/models/shared/commerceitemmedia.d.ts +63 -0
  3828. package/sdk/models/shared/commerceitemmedia.d.ts.map +1 -0
  3829. package/sdk/models/shared/commerceitemmedia.js +81 -0
  3830. package/sdk/models/shared/commerceitemmedia.js.map +1 -0
  3831. package/sdk/models/shared/commerceitemoption.d.ts +31 -0
  3832. package/sdk/models/shared/commerceitemoption.d.ts.map +1 -0
  3833. package/sdk/models/shared/commerceitemoption.js +56 -0
  3834. package/sdk/models/shared/commerceitemoption.js.map +1 -0
  3835. package/sdk/models/shared/commerceitemprice.d.ts +29 -0
  3836. package/sdk/models/shared/commerceitemprice.d.ts.map +1 -0
  3837. package/sdk/models/shared/commerceitemprice.js +67 -0
  3838. package/sdk/models/shared/commerceitemprice.js.map +1 -0
  3839. package/sdk/models/shared/commerceitemvariant.d.ts +129 -0
  3840. package/sdk/models/shared/commerceitemvariant.d.ts.map +1 -0
  3841. package/sdk/models/shared/commerceitemvariant.js +177 -0
  3842. package/sdk/models/shared/commerceitemvariant.js.map +1 -0
  3843. package/sdk/models/shared/commercelocation.d.ts +44 -0
  3844. package/sdk/models/shared/commercelocation.d.ts.map +1 -0
  3845. package/sdk/models/shared/commercelocation.js +96 -0
  3846. package/sdk/models/shared/commercelocation.js.map +1 -0
  3847. package/sdk/models/shared/connection.d.ts +69 -0
  3848. package/sdk/models/shared/connection.d.ts.map +1 -0
  3849. package/sdk/models/shared/connection.js +140 -0
  3850. package/sdk/models/shared/connection.js.map +1 -0
  3851. package/sdk/models/shared/crmcompany.d.ts +75 -0
  3852. package/sdk/models/shared/crmcompany.d.ts.map +1 -0
  3853. package/sdk/models/shared/crmcompany.js +124 -0
  3854. package/sdk/models/shared/crmcompany.js.map +1 -0
  3855. package/sdk/models/shared/crmcontact.d.ts +74 -0
  3856. package/sdk/models/shared/crmcontact.d.ts.map +1 -0
  3857. package/sdk/models/shared/crmcontact.js +112 -0
  3858. package/sdk/models/shared/crmcontact.js.map +1 -0
  3859. package/sdk/models/shared/crmdeal.d.ts +69 -0
  3860. package/sdk/models/shared/crmdeal.d.ts.map +1 -0
  3861. package/sdk/models/shared/crmdeal.js +132 -0
  3862. package/sdk/models/shared/crmdeal.js.map +1 -0
  3863. package/sdk/models/shared/crmemail.d.ts +56 -0
  3864. package/sdk/models/shared/crmemail.d.ts.map +1 -0
  3865. package/sdk/models/shared/crmemail.js +72 -0
  3866. package/sdk/models/shared/crmemail.js.map +1 -0
  3867. package/sdk/models/shared/crmevent.d.ts +127 -0
  3868. package/sdk/models/shared/crmevent.d.ts.map +1 -0
  3869. package/sdk/models/shared/crmevent.js +144 -0
  3870. package/sdk/models/shared/crmevent.js.map +1 -0
  3871. package/sdk/models/shared/crmlead.d.ts +62 -0
  3872. package/sdk/models/shared/crmlead.d.ts.map +1 -0
  3873. package/sdk/models/shared/crmlead.js +124 -0
  3874. package/sdk/models/shared/crmlead.js.map +1 -0
  3875. package/sdk/models/shared/crmpipeline.d.ts +46 -0
  3876. package/sdk/models/shared/crmpipeline.d.ts.map +1 -0
  3877. package/sdk/models/shared/crmpipeline.js +102 -0
  3878. package/sdk/models/shared/crmpipeline.js.map +1 -0
  3879. package/sdk/models/shared/crmstage.d.ts +37 -0
  3880. package/sdk/models/shared/crmstage.d.ts.map +1 -0
  3881. package/sdk/models/shared/crmstage.js +95 -0
  3882. package/sdk/models/shared/crmstage.js.map +1 -0
  3883. package/sdk/models/shared/crmtelephone.d.ts +62 -0
  3884. package/sdk/models/shared/crmtelephone.d.ts.map +1 -0
  3885. package/sdk/models/shared/crmtelephone.js +74 -0
  3886. package/sdk/models/shared/crmtelephone.js.map +1 -0
  3887. package/sdk/models/shared/enrichcompany.d.ts +95 -0
  3888. package/sdk/models/shared/enrichcompany.d.ts.map +1 -0
  3889. package/sdk/models/shared/enrichcompany.js +159 -0
  3890. package/sdk/models/shared/enrichcompany.js.map +1 -0
  3891. package/sdk/models/shared/enrichemail.d.ts +58 -0
  3892. package/sdk/models/shared/enrichemail.d.ts.map +1 -0
  3893. package/sdk/models/shared/enrichemail.js +87 -0
  3894. package/sdk/models/shared/enrichemail.js.map +1 -0
  3895. package/sdk/models/shared/enrichperson.d.ts +120 -0
  3896. package/sdk/models/shared/enrichperson.d.ts.map +1 -0
  3897. package/sdk/models/shared/enrichperson.js +168 -0
  3898. package/sdk/models/shared/enrichperson.js.map +1 -0
  3899. package/sdk/models/shared/enrichpersonworkhistory.d.ts +37 -0
  3900. package/sdk/models/shared/enrichpersonworkhistory.d.ts.map +1 -0
  3901. package/sdk/models/shared/enrichpersonworkhistory.js +97 -0
  3902. package/sdk/models/shared/enrichpersonworkhistory.js.map +1 -0
  3903. package/sdk/models/shared/enrichtelephone.d.ts +62 -0
  3904. package/sdk/models/shared/enrichtelephone.d.ts.map +1 -0
  3905. package/sdk/models/shared/enrichtelephone.js +74 -0
  3906. package/sdk/models/shared/enrichtelephone.js.map +1 -0
  3907. package/sdk/models/shared/genaicontent.d.ts +53 -0
  3908. package/sdk/models/shared/genaicontent.d.ts.map +1 -0
  3909. package/sdk/models/shared/genaicontent.js +71 -0
  3910. package/sdk/models/shared/genaicontent.js.map +1 -0
  3911. package/sdk/models/shared/genaimodel.d.ts +41 -0
  3912. package/sdk/models/shared/genaimodel.d.ts.map +1 -0
  3913. package/sdk/models/shared/genaimodel.js +79 -0
  3914. package/sdk/models/shared/genaimodel.js.map +1 -0
  3915. package/sdk/models/shared/genaiprompt.d.ts +40 -0
  3916. package/sdk/models/shared/genaiprompt.d.ts.map +1 -0
  3917. package/sdk/models/shared/genaiprompt.js +76 -0
  3918. package/sdk/models/shared/genaiprompt.js.map +1 -0
  3919. package/sdk/models/shared/hriscompany.d.ts +42 -0
  3920. package/sdk/models/shared/hriscompany.d.ts.map +1 -0
  3921. package/sdk/models/shared/hriscompany.js +94 -0
  3922. package/sdk/models/shared/hriscompany.js.map +1 -0
  3923. package/sdk/models/shared/hriscompensation.d.ts +106 -0
  3924. package/sdk/models/shared/hriscompensation.d.ts.map +1 -0
  3925. package/sdk/models/shared/hriscompensation.js +102 -0
  3926. package/sdk/models/shared/hriscompensation.js.map +1 -0
  3927. package/sdk/models/shared/hrisemail.d.ts +56 -0
  3928. package/sdk/models/shared/hrisemail.d.ts.map +1 -0
  3929. package/sdk/models/shared/hrisemail.js +72 -0
  3930. package/sdk/models/shared/hrisemail.js.map +1 -0
  3931. package/sdk/models/shared/hrisemployee.d.ts +239 -0
  3932. package/sdk/models/shared/hrisemployee.d.ts.map +1 -0
  3933. package/sdk/models/shared/hrisemployee.js +286 -0
  3934. package/sdk/models/shared/hrisemployee.js.map +1 -0
  3935. package/sdk/models/shared/hrisgroup.d.ts +92 -0
  3936. package/sdk/models/shared/hrisgroup.d.ts.map +1 -0
  3937. package/sdk/models/shared/hrisgroup.js +135 -0
  3938. package/sdk/models/shared/hrisgroup.js.map +1 -0
  3939. package/sdk/models/shared/hrislocation.d.ts +59 -0
  3940. package/sdk/models/shared/hrislocation.d.ts.map +1 -0
  3941. package/sdk/models/shared/hrislocation.js +119 -0
  3942. package/sdk/models/shared/hrislocation.js.map +1 -0
  3943. package/sdk/models/shared/hrispayslip.d.ts +83 -0
  3944. package/sdk/models/shared/hrispayslip.d.ts.map +1 -0
  3945. package/sdk/models/shared/hrispayslip.js +159 -0
  3946. package/sdk/models/shared/hrispayslip.js.map +1 -0
  3947. package/sdk/models/shared/hrispayslipdetail.d.ts +106 -0
  3948. package/sdk/models/shared/hrispayslipdetail.d.ts.map +1 -0
  3949. package/sdk/models/shared/hrispayslipdetail.js +109 -0
  3950. package/sdk/models/shared/hrispayslipdetail.js.map +1 -0
  3951. package/sdk/models/shared/hristelephone.d.ts +62 -0
  3952. package/sdk/models/shared/hristelephone.d.ts.map +1 -0
  3953. package/sdk/models/shared/hristelephone.js +74 -0
  3954. package/sdk/models/shared/hristelephone.js.map +1 -0
  3955. package/sdk/models/shared/hristimeoff.d.ts +105 -0
  3956. package/sdk/models/shared/hristimeoff.d.ts.map +1 -0
  3957. package/sdk/models/shared/hristimeoff.js +167 -0
  3958. package/sdk/models/shared/hristimeoff.js.map +1 -0
  3959. package/sdk/models/shared/index.d.ts +130 -0
  3960. package/sdk/models/shared/index.d.ts.map +1 -0
  3961. package/sdk/models/shared/index.js +149 -0
  3962. package/sdk/models/shared/index.js.map +1 -0
  3963. package/sdk/models/shared/integration.d.ts +93 -0
  3964. package/sdk/models/shared/integration.d.ts.map +1 -0
  3965. package/sdk/models/shared/integration.js +144 -0
  3966. package/sdk/models/shared/integration.js.map +1 -0
  3967. package/sdk/models/shared/integrationsupport.d.ts +1160 -0
  3968. package/sdk/models/shared/integrationsupport.d.ts.map +1 -0
  3969. package/sdk/models/shared/integrationsupport.js +969 -0
  3970. package/sdk/models/shared/integrationsupport.js.map +1 -0
  3971. package/sdk/models/shared/issue.d.ts +84 -0
  3972. package/sdk/models/shared/issue.d.ts.map +1 -0
  3973. package/sdk/models/shared/issue.js +113 -0
  3974. package/sdk/models/shared/issue.js.map +1 -0
  3975. package/sdk/models/shared/kmspage.d.ts +78 -0
  3976. package/sdk/models/shared/kmspage.d.ts.map +1 -0
  3977. package/sdk/models/shared/kmspage.js +129 -0
  3978. package/sdk/models/shared/kmspage.js.map +1 -0
  3979. package/sdk/models/shared/kmsspace.d.ts +45 -0
  3980. package/sdk/models/shared/kmsspace.d.ts.map +1 -0
  3981. package/sdk/models/shared/kmsspace.js +101 -0
  3982. package/sdk/models/shared/kmsspace.js.map +1 -0
  3983. package/sdk/models/shared/marketingemail.d.ts +56 -0
  3984. package/sdk/models/shared/marketingemail.d.ts.map +1 -0
  3985. package/sdk/models/shared/marketingemail.js +72 -0
  3986. package/sdk/models/shared/marketingemail.js.map +1 -0
  3987. package/sdk/models/shared/marketinglist.d.ts +43 -0
  3988. package/sdk/models/shared/marketinglist.d.ts.map +1 -0
  3989. package/sdk/models/shared/marketinglist.js +80 -0
  3990. package/sdk/models/shared/marketinglist.js.map +1 -0
  3991. package/sdk/models/shared/marketingmember.d.ts +59 -0
  3992. package/sdk/models/shared/marketingmember.d.ts.map +1 -0
  3993. package/sdk/models/shared/marketingmember.js +96 -0
  3994. package/sdk/models/shared/marketingmember.js.map +1 -0
  3995. package/sdk/models/shared/messagingattachment.d.ts +33 -0
  3996. package/sdk/models/shared/messagingattachment.d.ts.map +1 -0
  3997. package/sdk/models/shared/messagingattachment.js +75 -0
  3998. package/sdk/models/shared/messagingattachment.js.map +1 -0
  3999. package/sdk/models/shared/messagingchannel.d.ts +52 -0
  4000. package/sdk/models/shared/messagingchannel.d.ts.map +1 -0
  4001. package/sdk/models/shared/messagingchannel.js +105 -0
  4002. package/sdk/models/shared/messagingchannel.js.map +1 -0
  4003. package/sdk/models/shared/messagingmember.d.ts +29 -0
  4004. package/sdk/models/shared/messagingmember.d.ts.map +1 -0
  4005. package/sdk/models/shared/messagingmember.js +67 -0
  4006. package/sdk/models/shared/messagingmember.js.map +1 -0
  4007. package/sdk/models/shared/messagingmessage.d.ts +60 -0
  4008. package/sdk/models/shared/messagingmessage.d.ts.map +1 -0
  4009. package/sdk/models/shared/messagingmessage.js +112 -0
  4010. package/sdk/models/shared/messagingmessage.js.map +1 -0
  4011. package/sdk/models/shared/paymentlink.d.ts +52 -0
  4012. package/sdk/models/shared/paymentlink.d.ts.map +1 -0
  4013. package/sdk/models/shared/paymentlink.js +110 -0
  4014. package/sdk/models/shared/paymentlink.js.map +1 -0
  4015. package/sdk/models/shared/paymentlinklineitem.d.ts +57 -0
  4016. package/sdk/models/shared/paymentlinklineitem.d.ts.map +1 -0
  4017. package/sdk/models/shared/paymentlinklineitem.js +144 -0
  4018. package/sdk/models/shared/paymentlinklineitem.js.map +1 -0
  4019. package/sdk/models/shared/paymentpayment.d.ts +51 -0
  4020. package/sdk/models/shared/paymentpayment.d.ts.map +1 -0
  4021. package/sdk/models/shared/paymentpayment.js +111 -0
  4022. package/sdk/models/shared/paymentpayment.js.map +1 -0
  4023. package/sdk/models/shared/paymentpayout.d.ts +75 -0
  4024. package/sdk/models/shared/paymentpayout.d.ts.map +1 -0
  4025. package/sdk/models/shared/paymentpayout.js +102 -0
  4026. package/sdk/models/shared/paymentpayout.js.map +1 -0
  4027. package/sdk/models/shared/paymentrefund.d.ts +79 -0
  4028. package/sdk/models/shared/paymentrefund.d.ts.map +1 -0
  4029. package/sdk/models/shared/paymentrefund.js +108 -0
  4030. package/sdk/models/shared/paymentrefund.js.map +1 -0
  4031. package/sdk/models/shared/propertyaccountingcontactbillingaddress.d.ts +39 -0
  4032. package/sdk/models/shared/propertyaccountingcontactbillingaddress.d.ts.map +1 -0
  4033. package/sdk/models/shared/propertyaccountingcontactbillingaddress.js +81 -0
  4034. package/sdk/models/shared/propertyaccountingcontactbillingaddress.js.map +1 -0
  4035. package/sdk/models/shared/propertyaccountingcontactshippingaddress.d.ts +39 -0
  4036. package/sdk/models/shared/propertyaccountingcontactshippingaddress.d.ts.map +1 -0
  4037. package/sdk/models/shared/propertyaccountingcontactshippingaddress.js +81 -0
  4038. package/sdk/models/shared/propertyaccountingcontactshippingaddress.js.map +1 -0
  4039. package/sdk/models/shared/propertyaccountingorganizationaddress.d.ts +39 -0
  4040. package/sdk/models/shared/propertyaccountingorganizationaddress.d.ts.map +1 -0
  4041. package/sdk/models/shared/propertyaccountingorganizationaddress.js +81 -0
  4042. package/sdk/models/shared/propertyaccountingorganizationaddress.js.map +1 -0
  4043. package/sdk/models/shared/propertyatscandidateaddress.d.ts +39 -0
  4044. package/sdk/models/shared/propertyatscandidateaddress.d.ts.map +1 -0
  4045. package/sdk/models/shared/propertyatscandidateaddress.js +81 -0
  4046. package/sdk/models/shared/propertyatscandidateaddress.js.map +1 -0
  4047. package/sdk/models/shared/propertyatscompanyaddress.d.ts +39 -0
  4048. package/sdk/models/shared/propertyatscompanyaddress.d.ts.map +1 -0
  4049. package/sdk/models/shared/propertyatscompanyaddress.js +81 -0
  4050. package/sdk/models/shared/propertyatscompanyaddress.js.map +1 -0
  4051. package/sdk/models/shared/propertycommercelocationaddress.d.ts +39 -0
  4052. package/sdk/models/shared/propertycommercelocationaddress.d.ts.map +1 -0
  4053. package/sdk/models/shared/propertycommercelocationaddress.js +81 -0
  4054. package/sdk/models/shared/propertycommercelocationaddress.js.map +1 -0
  4055. package/sdk/models/shared/propertyconnectionauth.d.ts +79 -0
  4056. package/sdk/models/shared/propertyconnectionauth.d.ts.map +1 -0
  4057. package/sdk/models/shared/propertyconnectionauth.js +151 -0
  4058. package/sdk/models/shared/propertyconnectionauth.js.map +1 -0
  4059. package/sdk/models/shared/propertyconnectioncategories.d.ts +73 -0
  4060. package/sdk/models/shared/propertyconnectioncategories.d.ts.map +1 -0
  4061. package/sdk/models/shared/propertyconnectioncategories.js +65 -0
  4062. package/sdk/models/shared/propertyconnectioncategories.js.map +1 -0
  4063. package/sdk/models/shared/propertyconnectionpermissions.d.ts +316 -0
  4064. package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -0
  4065. package/sdk/models/shared/propertyconnectionpermissions.js +146 -0
  4066. package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -0
  4067. package/sdk/models/shared/propertycrmcompanyaddress.d.ts +39 -0
  4068. package/sdk/models/shared/propertycrmcompanyaddress.d.ts.map +1 -0
  4069. package/sdk/models/shared/propertycrmcompanyaddress.js +81 -0
  4070. package/sdk/models/shared/propertycrmcompanyaddress.js.map +1 -0
  4071. package/sdk/models/shared/propertycrmcontactaddress.d.ts +39 -0
  4072. package/sdk/models/shared/propertycrmcontactaddress.d.ts.map +1 -0
  4073. package/sdk/models/shared/propertycrmcontactaddress.js +81 -0
  4074. package/sdk/models/shared/propertycrmcontactaddress.js.map +1 -0
  4075. package/sdk/models/shared/propertycrmeventcall.d.ts +32 -0
  4076. package/sdk/models/shared/propertycrmeventcall.d.ts.map +1 -0
  4077. package/sdk/models/shared/propertycrmeventcall.js +74 -0
  4078. package/sdk/models/shared/propertycrmeventcall.js.map +1 -0
  4079. package/sdk/models/shared/propertycrmeventemail.d.ts +44 -0
  4080. package/sdk/models/shared/propertycrmeventemail.d.ts.map +1 -0
  4081. package/sdk/models/shared/propertycrmeventemail.js +73 -0
  4082. package/sdk/models/shared/propertycrmeventemail.js.map +1 -0
  4083. package/sdk/models/shared/propertycrmeventmeeting.d.ts +34 -0
  4084. package/sdk/models/shared/propertycrmeventmeeting.d.ts.map +1 -0
  4085. package/sdk/models/shared/propertycrmeventmeeting.js +85 -0
  4086. package/sdk/models/shared/propertycrmeventmeeting.js.map +1 -0
  4087. package/sdk/models/shared/propertycrmeventnote.d.ts +30 -0
  4088. package/sdk/models/shared/propertycrmeventnote.d.ts.map +1 -0
  4089. package/sdk/models/shared/propertycrmeventnote.js +52 -0
  4090. package/sdk/models/shared/propertycrmeventnote.js.map +1 -0
  4091. package/sdk/models/shared/propertycrmeventtask.d.ts +96 -0
  4092. package/sdk/models/shared/propertycrmeventtask.d.ts.map +1 -0
  4093. package/sdk/models/shared/propertycrmeventtask.js +119 -0
  4094. package/sdk/models/shared/propertycrmeventtask.js.map +1 -0
  4095. package/sdk/models/shared/propertycrmleadaddress.d.ts +39 -0
  4096. package/sdk/models/shared/propertycrmleadaddress.d.ts.map +1 -0
  4097. package/sdk/models/shared/propertycrmleadaddress.js +81 -0
  4098. package/sdk/models/shared/propertycrmleadaddress.js.map +1 -0
  4099. package/sdk/models/shared/propertyenrichcompanyaddress.d.ts +42 -0
  4100. package/sdk/models/shared/propertyenrichcompanyaddress.d.ts.map +1 -0
  4101. package/sdk/models/shared/propertyenrichcompanyaddress.js +81 -0
  4102. package/sdk/models/shared/propertyenrichcompanyaddress.js.map +1 -0
  4103. package/sdk/models/shared/propertyenrichpersonaddress.d.ts +42 -0
  4104. package/sdk/models/shared/propertyenrichpersonaddress.d.ts.map +1 -0
  4105. package/sdk/models/shared/propertyenrichpersonaddress.js +81 -0
  4106. package/sdk/models/shared/propertyenrichpersonaddress.js.map +1 -0
  4107. package/sdk/models/shared/propertyhriscompanyaddress.d.ts +39 -0
  4108. package/sdk/models/shared/propertyhriscompanyaddress.d.ts.map +1 -0
  4109. package/sdk/models/shared/propertyhriscompanyaddress.js +81 -0
  4110. package/sdk/models/shared/propertyhriscompanyaddress.js.map +1 -0
  4111. package/sdk/models/shared/propertyhrisemployeeaddress.d.ts +39 -0
  4112. package/sdk/models/shared/propertyhrisemployeeaddress.d.ts.map +1 -0
  4113. package/sdk/models/shared/propertyhrisemployeeaddress.js +81 -0
  4114. package/sdk/models/shared/propertyhrisemployeeaddress.js.map +1 -0
  4115. package/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts +37 -0
  4116. package/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts.map +1 -0
  4117. package/sdk/models/shared/propertyhrisemployeeemployeeroles.js +53 -0
  4118. package/sdk/models/shared/propertyhrisemployeeemployeeroles.js.map +1 -0
  4119. package/sdk/models/shared/propertyhrislocationaddress.d.ts +39 -0
  4120. package/sdk/models/shared/propertyhrislocationaddress.d.ts.map +1 -0
  4121. package/sdk/models/shared/propertyhrislocationaddress.js +81 -0
  4122. package/sdk/models/shared/propertyhrislocationaddress.js.map +1 -0
  4123. package/sdk/models/shared/propertyintegrationcategories.d.ts +73 -0
  4124. package/sdk/models/shared/propertyintegrationcategories.d.ts.map +1 -0
  4125. package/sdk/models/shared/propertyintegrationcategories.js +65 -0
  4126. package/sdk/models/shared/propertyintegrationcategories.js.map +1 -0
  4127. package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts +32 -0
  4128. package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts.map +1 -0
  4129. package/sdk/models/shared/propertyintegrationsupportwebhookevents.js +69 -0
  4130. package/sdk/models/shared/propertyintegrationsupportwebhookevents.js.map +1 -0
  4131. package/sdk/models/shared/propertymessagingmessageauthormember.d.ts +29 -0
  4132. package/sdk/models/shared/propertymessagingmessageauthormember.d.ts.map +1 -0
  4133. package/sdk/models/shared/propertymessagingmessageauthormember.js +67 -0
  4134. package/sdk/models/shared/propertymessagingmessageauthormember.js.map +1 -0
  4135. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.d.ts +28 -0
  4136. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.d.ts.map +1 -0
  4137. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.js +50 -0
  4138. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.js.map +1 -0
  4139. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.d.ts +28 -0
  4140. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.d.ts.map +1 -0
  4141. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.js +50 -0
  4142. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.js.map +1 -0
  4143. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.d.ts +28 -0
  4144. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.d.ts.map +1 -0
  4145. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.js +50 -0
  4146. package/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.js.map +1 -0
  4147. package/sdk/models/shared/propertystoragepermissionroles.d.ts +31 -0
  4148. package/sdk/models/shared/propertystoragepermissionroles.d.ts.map +1 -0
  4149. package/sdk/models/shared/propertystoragepermissionroles.js +51 -0
  4150. package/sdk/models/shared/propertystoragepermissionroles.js.map +1 -0
  4151. package/sdk/models/shared/propertyuccalltelephone.d.ts +65 -0
  4152. package/sdk/models/shared/propertyuccalltelephone.d.ts.map +1 -0
  4153. package/sdk/models/shared/propertyuccalltelephone.js +74 -0
  4154. package/sdk/models/shared/propertyuccalltelephone.js.map +1 -0
  4155. package/sdk/models/shared/security.d.ts +25 -0
  4156. package/sdk/models/shared/security.d.ts.map +1 -0
  4157. package/sdk/models/shared/security.js +50 -0
  4158. package/sdk/models/shared/security.js.map +1 -0
  4159. package/sdk/models/shared/storagefile.d.ts +82 -0
  4160. package/sdk/models/shared/storagefile.d.ts.map +1 -0
  4161. package/sdk/models/shared/storagefile.js +133 -0
  4162. package/sdk/models/shared/storagefile.js.map +1 -0
  4163. package/sdk/models/shared/storagepermission.d.ts +30 -0
  4164. package/sdk/models/shared/storagepermission.d.ts.map +1 -0
  4165. package/sdk/models/shared/storagepermission.js +70 -0
  4166. package/sdk/models/shared/storagepermission.js.map +1 -0
  4167. package/sdk/models/shared/taskproject.d.ts +43 -0
  4168. package/sdk/models/shared/taskproject.d.ts.map +1 -0
  4169. package/sdk/models/shared/taskproject.js +97 -0
  4170. package/sdk/models/shared/taskproject.js.map +1 -0
  4171. package/sdk/models/shared/tasktask.d.ts +90 -0
  4172. package/sdk/models/shared/tasktask.d.ts.map +1 -0
  4173. package/sdk/models/shared/tasktask.js +159 -0
  4174. package/sdk/models/shared/tasktask.js.map +1 -0
  4175. package/sdk/models/shared/ticketingcustomer.d.ts +45 -0
  4176. package/sdk/models/shared/ticketingcustomer.d.ts.map +1 -0
  4177. package/sdk/models/shared/ticketingcustomer.js +95 -0
  4178. package/sdk/models/shared/ticketingcustomer.js.map +1 -0
  4179. package/sdk/models/shared/ticketingemail.d.ts +56 -0
  4180. package/sdk/models/shared/ticketingemail.d.ts.map +1 -0
  4181. package/sdk/models/shared/ticketingemail.js +72 -0
  4182. package/sdk/models/shared/ticketingemail.js.map +1 -0
  4183. package/sdk/models/shared/ticketingnote.d.ts +43 -0
  4184. package/sdk/models/shared/ticketingnote.d.ts.map +1 -0
  4185. package/sdk/models/shared/ticketingnote.js +92 -0
  4186. package/sdk/models/shared/ticketingnote.js.map +1 -0
  4187. package/sdk/models/shared/ticketingtelephone.d.ts +62 -0
  4188. package/sdk/models/shared/ticketingtelephone.d.ts.map +1 -0
  4189. package/sdk/models/shared/ticketingtelephone.js +74 -0
  4190. package/sdk/models/shared/ticketingtelephone.js.map +1 -0
  4191. package/sdk/models/shared/ticketingticket.d.ts +85 -0
  4192. package/sdk/models/shared/ticketingticket.d.ts.map +1 -0
  4193. package/sdk/models/shared/ticketingticket.js +143 -0
  4194. package/sdk/models/shared/ticketingticket.js.map +1 -0
  4195. package/sdk/models/shared/uccall.d.ts +52 -0
  4196. package/sdk/models/shared/uccall.d.ts.map +1 -0
  4197. package/sdk/models/shared/uccall.js +118 -0
  4198. package/sdk/models/shared/uccall.js.map +1 -0
  4199. package/sdk/models/shared/uccontact.d.ts +59 -0
  4200. package/sdk/models/shared/uccontact.d.ts.map +1 -0
  4201. package/sdk/models/shared/uccontact.js +97 -0
  4202. package/sdk/models/shared/uccontact.js.map +1 -0
  4203. package/sdk/models/shared/ucemail.d.ts +56 -0
  4204. package/sdk/models/shared/ucemail.d.ts.map +1 -0
  4205. package/sdk/models/shared/ucemail.js +72 -0
  4206. package/sdk/models/shared/ucemail.js.map +1 -0
  4207. package/sdk/models/shared/uctelephone.d.ts +62 -0
  4208. package/sdk/models/shared/uctelephone.d.ts.map +1 -0
  4209. package/sdk/models/shared/uctelephone.js +74 -0
  4210. package/sdk/models/shared/uctelephone.js.map +1 -0
  4211. package/sdk/models/shared/webhook.d.ts +313 -0
  4212. package/sdk/models/shared/webhook.d.ts.map +1 -0
  4213. package/sdk/models/shared/webhook.js +251 -0
  4214. package/sdk/models/shared/webhook.js.map +1 -0
  4215. package/sdk/note.d.ts +30 -0
  4216. package/sdk/note.d.ts.map +1 -0
  4217. package/sdk/note.js +54 -0
  4218. package/sdk/note.js.map +1 -0
  4219. package/sdk/organization.d.ts +14 -0
  4220. package/sdk/organization.d.ts.map +1 -0
  4221. package/sdk/organization.js +26 -0
  4222. package/sdk/organization.js.map +1 -0
  4223. package/sdk/page.d.ts +30 -0
  4224. package/sdk/page.d.ts.map +1 -0
  4225. package/sdk/page.js +54 -0
  4226. package/sdk/page.js.map +1 -0
  4227. package/sdk/passthrough.d.ts +35 -0
  4228. package/sdk/passthrough.d.ts.map +1 -0
  4229. package/sdk/passthrough.js +47 -0
  4230. package/sdk/passthrough.js.map +1 -0
  4231. package/sdk/payment.d.ts +70 -0
  4232. package/sdk/payment.d.ts.map +1 -0
  4233. package/sdk/payment.js +124 -0
  4234. package/sdk/payment.js.map +1 -0
  4235. package/sdk/payout.d.ts +14 -0
  4236. package/sdk/payout.d.ts.map +1 -0
  4237. package/sdk/payout.js +26 -0
  4238. package/sdk/payout.js.map +1 -0
  4239. package/sdk/payslip.d.ts +14 -0
  4240. package/sdk/payslip.d.ts.map +1 -0
  4241. package/sdk/payslip.js +26 -0
  4242. package/sdk/payslip.js.map +1 -0
  4243. package/sdk/person.d.ts +10 -0
  4244. package/sdk/person.d.ts.map +1 -0
  4245. package/sdk/person.js +19 -0
  4246. package/sdk/person.js.map +1 -0
  4247. package/sdk/pipeline.d.ts +30 -0
  4248. package/sdk/pipeline.d.ts.map +1 -0
  4249. package/sdk/pipeline.js +54 -0
  4250. package/sdk/pipeline.js.map +1 -0
  4251. package/sdk/project.d.ts +30 -0
  4252. package/sdk/project.d.ts.map +1 -0
  4253. package/sdk/project.js +54 -0
  4254. package/sdk/project.js.map +1 -0
  4255. package/sdk/prompt.d.ts +10 -0
  4256. package/sdk/prompt.d.ts.map +1 -0
  4257. package/sdk/prompt.js +19 -0
  4258. package/sdk/prompt.js.map +1 -0
  4259. package/sdk/refund.d.ts +14 -0
  4260. package/sdk/refund.d.ts.map +1 -0
  4261. package/sdk/refund.js +26 -0
  4262. package/sdk/refund.js.map +1 -0
  4263. package/sdk/scorecard.d.ts +30 -0
  4264. package/sdk/scorecard.d.ts.map +1 -0
  4265. package/sdk/scorecard.js +54 -0
  4266. package/sdk/scorecard.js.map +1 -0
  4267. package/sdk/sdk.d.ts +214 -0
  4268. package/sdk/sdk.d.ts.map +1 -0
  4269. package/sdk/sdk.js +361 -0
  4270. package/sdk/sdk.js.map +1 -0
  4271. package/sdk/space.d.ts +30 -0
  4272. package/sdk/space.d.ts.map +1 -0
  4273. package/sdk/space.js +54 -0
  4274. package/sdk/space.js.map +1 -0
  4275. package/sdk/storage.d.ts +30 -0
  4276. package/sdk/storage.d.ts.map +1 -0
  4277. package/sdk/storage.js +54 -0
  4278. package/sdk/storage.js.map +1 -0
  4279. package/sdk/task.d.ts +54 -0
  4280. package/sdk/task.d.ts.map +1 -0
  4281. package/sdk/task.js +96 -0
  4282. package/sdk/task.js.map +1 -0
  4283. package/sdk/taxrate.d.ts +30 -0
  4284. package/sdk/taxrate.d.ts.map +1 -0
  4285. package/sdk/taxrate.js +54 -0
  4286. package/sdk/taxrate.js.map +1 -0
  4287. package/sdk/ticket.d.ts +30 -0
  4288. package/sdk/ticket.d.ts.map +1 -0
  4289. package/sdk/ticket.js +54 -0
  4290. package/sdk/ticket.js.map +1 -0
  4291. package/sdk/ticketing.d.ts +78 -0
  4292. package/sdk/ticketing.d.ts.map +1 -0
  4293. package/sdk/ticketing.js +138 -0
  4294. package/sdk/ticketing.js.map +1 -0
  4295. package/sdk/timeoff.d.ts +14 -0
  4296. package/sdk/timeoff.d.ts.map +1 -0
  4297. package/sdk/timeoff.js +26 -0
  4298. package/sdk/timeoff.js.map +1 -0
  4299. package/sdk/transaction.d.ts +30 -0
  4300. package/sdk/transaction.d.ts.map +1 -0
  4301. package/sdk/transaction.js +54 -0
  4302. package/sdk/transaction.js.map +1 -0
  4303. package/sdk/types/blobs.d.ts +4 -0
  4304. package/sdk/types/blobs.d.ts.map +1 -0
  4305. package/sdk/types/blobs.js +52 -0
  4306. package/sdk/types/blobs.js.map +1 -0
  4307. package/sdk/types/enums.d.ts +12 -0
  4308. package/sdk/types/enums.d.ts.map +1 -0
  4309. package/sdk/types/enums.js +10 -0
  4310. package/sdk/types/enums.js.map +1 -0
  4311. package/sdk/types/fp.d.ts +31 -0
  4312. package/sdk/types/fp.d.ts.map +1 -0
  4313. package/sdk/types/fp.js +37 -0
  4314. package/sdk/types/fp.js.map +1 -0
  4315. package/sdk/types/index.d.ts +8 -0
  4316. package/sdk/types/index.d.ts.map +1 -0
  4317. package/sdk/types/index.js +16 -0
  4318. package/sdk/types/index.js.map +1 -0
  4319. package/sdk/types/operations.d.ts +25 -0
  4320. package/sdk/types/operations.d.ts.map +1 -0
  4321. package/sdk/types/operations.js +80 -0
  4322. package/sdk/types/operations.js.map +1 -0
  4323. package/sdk/types/rfcdate.d.ts +21 -0
  4324. package/sdk/types/rfcdate.d.ts.map +1 -0
  4325. package/sdk/types/rfcdate.js +46 -0
  4326. package/sdk/types/rfcdate.js.map +1 -0
  4327. package/sdk/uc.d.ts +34 -0
  4328. package/sdk/uc.d.ts.map +1 -0
  4329. package/sdk/uc.js +61 -0
  4330. package/sdk/uc.js.map +1 -0
  4331. package/sdk/unified.d.ts +87 -0
  4332. package/sdk/unified.d.ts.map +1 -0
  4333. package/sdk/unified.js +147 -0
  4334. package/sdk/unified.js.map +1 -0
  4335. package/sdk/webhook.d.ts +33 -0
  4336. package/sdk/webhook.d.ts.map +1 -0
  4337. package/sdk/webhook.js +57 -0
  4338. package/sdk/webhook.js.map +1 -0
  4339. package/src/core.ts +13 -0
  4340. package/src/funcs/accountCreateAccountingAccount.ts +125 -0
  4341. package/src/funcs/accountGetAccountingAccount.ts +133 -0
  4342. package/src/funcs/accountListAccountingAccounts.ts +137 -0
  4343. package/src/funcs/accountPatchAccountingAccount.ts +126 -0
  4344. package/src/funcs/accountRemoveAccountingAccount.ts +125 -0
  4345. package/src/funcs/accountUpdateAccountingAccount.ts +126 -0
  4346. package/src/funcs/accountingCreateAccountingAccount.ts +125 -0
  4347. package/src/funcs/accountingCreateAccountingContact.ts +125 -0
  4348. package/src/funcs/accountingCreateAccountingInvoice.ts +125 -0
  4349. package/src/funcs/accountingCreateAccountingJournal.ts +125 -0
  4350. package/src/funcs/accountingCreateAccountingTaxrate.ts +125 -0
  4351. package/src/funcs/accountingCreateAccountingTransaction.ts +125 -0
  4352. package/src/funcs/accountingGetAccountingAccount.ts +133 -0
  4353. package/src/funcs/accountingGetAccountingContact.ts +133 -0
  4354. package/src/funcs/accountingGetAccountingInvoice.ts +133 -0
  4355. package/src/funcs/accountingGetAccountingJournal.ts +133 -0
  4356. package/src/funcs/accountingGetAccountingOrganization.ts +133 -0
  4357. package/src/funcs/accountingGetAccountingTaxrate.ts +133 -0
  4358. package/src/funcs/accountingGetAccountingTransaction.ts +133 -0
  4359. package/src/funcs/accountingListAccountingAccounts.ts +137 -0
  4360. package/src/funcs/accountingListAccountingContacts.ts +138 -0
  4361. package/src/funcs/accountingListAccountingInvoices.ts +138 -0
  4362. package/src/funcs/accountingListAccountingJournals.ts +137 -0
  4363. package/src/funcs/accountingListAccountingOrganizations.ts +137 -0
  4364. package/src/funcs/accountingListAccountingTaxrates.ts +137 -0
  4365. package/src/funcs/accountingListAccountingTransactions.ts +138 -0
  4366. package/src/funcs/accountingPatchAccountingAccount.ts +126 -0
  4367. package/src/funcs/accountingPatchAccountingContact.ts +126 -0
  4368. package/src/funcs/accountingPatchAccountingInvoice.ts +126 -0
  4369. package/src/funcs/accountingPatchAccountingJournal.ts +126 -0
  4370. package/src/funcs/accountingPatchAccountingTaxrate.ts +126 -0
  4371. package/src/funcs/accountingPatchAccountingTransaction.ts +126 -0
  4372. package/src/funcs/accountingRemoveAccountingAccount.ts +125 -0
  4373. package/src/funcs/accountingRemoveAccountingContact.ts +125 -0
  4374. package/src/funcs/accountingRemoveAccountingInvoice.ts +125 -0
  4375. package/src/funcs/accountingRemoveAccountingJournal.ts +125 -0
  4376. package/src/funcs/accountingRemoveAccountingTaxrate.ts +125 -0
  4377. package/src/funcs/accountingRemoveAccountingTransaction.ts +125 -0
  4378. package/src/funcs/accountingUpdateAccountingAccount.ts +126 -0
  4379. package/src/funcs/accountingUpdateAccountingContact.ts +126 -0
  4380. package/src/funcs/accountingUpdateAccountingInvoice.ts +126 -0
  4381. package/src/funcs/accountingUpdateAccountingJournal.ts +126 -0
  4382. package/src/funcs/accountingUpdateAccountingTaxrate.ts +126 -0
  4383. package/src/funcs/accountingUpdateAccountingTransaction.ts +126 -0
  4384. package/src/funcs/activityCreateAtsActivity.ts +125 -0
  4385. package/src/funcs/activityGetAtsActivity.ts +133 -0
  4386. package/src/funcs/activityListAtsActivities.ts +143 -0
  4387. package/src/funcs/activityPatchAtsActivity.ts +126 -0
  4388. package/src/funcs/activityRemoveAtsActivity.ts +125 -0
  4389. package/src/funcs/activityUpdateAtsActivity.ts +126 -0
  4390. package/src/funcs/apicallGetUnifiedApicall.ts +121 -0
  4391. package/src/funcs/apicallListUnifiedApicalls.ts +130 -0
  4392. package/src/funcs/applicationCreateAtsApplication.ts +125 -0
  4393. package/src/funcs/applicationGetAtsApplication.ts +133 -0
  4394. package/src/funcs/applicationListAtsApplications.ts +139 -0
  4395. package/src/funcs/applicationPatchAtsApplication.ts +126 -0
  4396. package/src/funcs/applicationRemoveAtsApplication.ts +125 -0
  4397. package/src/funcs/applicationUpdateAtsApplication.ts +126 -0
  4398. package/src/funcs/applicationstatusListAtsApplicationstatuses.ts +137 -0
  4399. package/src/funcs/atsCreateAtsActivity.ts +125 -0
  4400. package/src/funcs/atsCreateAtsApplication.ts +125 -0
  4401. package/src/funcs/atsCreateAtsCandidate.ts +125 -0
  4402. package/src/funcs/atsCreateAtsDocument.ts +125 -0
  4403. package/src/funcs/atsCreateAtsInterview.ts +125 -0
  4404. package/src/funcs/atsCreateAtsJob.ts +125 -0
  4405. package/src/funcs/atsCreateAtsScorecard.ts +125 -0
  4406. package/src/funcs/atsGetAtsActivity.ts +133 -0
  4407. package/src/funcs/atsGetAtsApplication.ts +133 -0
  4408. package/src/funcs/atsGetAtsCandidate.ts +133 -0
  4409. package/src/funcs/atsGetAtsCompany.ts +133 -0
  4410. package/src/funcs/atsGetAtsDocument.ts +133 -0
  4411. package/src/funcs/atsGetAtsInterview.ts +133 -0
  4412. package/src/funcs/atsGetAtsJob.ts +133 -0
  4413. package/src/funcs/atsGetAtsScorecard.ts +133 -0
  4414. package/src/funcs/atsListAtsActivities.ts +143 -0
  4415. package/src/funcs/atsListAtsApplications.ts +139 -0
  4416. package/src/funcs/atsListAtsApplicationstatuses.ts +137 -0
  4417. package/src/funcs/atsListAtsCandidates.ts +138 -0
  4418. package/src/funcs/atsListAtsCompanies.ts +137 -0
  4419. package/src/funcs/atsListAtsDocuments.ts +139 -0
  4420. package/src/funcs/atsListAtsInterviews.ts +138 -0
  4421. package/src/funcs/atsListAtsJobs.ts +138 -0
  4422. package/src/funcs/atsListAtsScorecards.ts +141 -0
  4423. package/src/funcs/atsPatchAtsActivity.ts +126 -0
  4424. package/src/funcs/atsPatchAtsApplication.ts +126 -0
  4425. package/src/funcs/atsPatchAtsCandidate.ts +126 -0
  4426. package/src/funcs/atsPatchAtsDocument.ts +126 -0
  4427. package/src/funcs/atsPatchAtsInterview.ts +126 -0
  4428. package/src/funcs/atsPatchAtsJob.ts +126 -0
  4429. package/src/funcs/atsPatchAtsScorecard.ts +126 -0
  4430. package/src/funcs/atsRemoveAtsActivity.ts +125 -0
  4431. package/src/funcs/atsRemoveAtsApplication.ts +125 -0
  4432. package/src/funcs/atsRemoveAtsCandidate.ts +125 -0
  4433. package/src/funcs/atsRemoveAtsDocument.ts +125 -0
  4434. package/src/funcs/atsRemoveAtsInterview.ts +125 -0
  4435. package/src/funcs/atsRemoveAtsJob.ts +125 -0
  4436. package/src/funcs/atsRemoveAtsScorecard.ts +125 -0
  4437. package/src/funcs/atsUpdateAtsActivity.ts +126 -0
  4438. package/src/funcs/atsUpdateAtsApplication.ts +126 -0
  4439. package/src/funcs/atsUpdateAtsCandidate.ts +126 -0
  4440. package/src/funcs/atsUpdateAtsDocument.ts +126 -0
  4441. package/src/funcs/atsUpdateAtsInterview.ts +126 -0
  4442. package/src/funcs/atsUpdateAtsJob.ts +126 -0
  4443. package/src/funcs/atsUpdateAtsScorecard.ts +126 -0
  4444. package/src/funcs/authGetUnifiedIntegrationAuth.ts +149 -0
  4445. package/src/funcs/authGetUnifiedIntegrationLogin.ts +145 -0
  4446. package/src/funcs/callListUcCalls.ts +139 -0
  4447. package/src/funcs/candidateCreateAtsCandidate.ts +125 -0
  4448. package/src/funcs/candidateGetAtsCandidate.ts +133 -0
  4449. package/src/funcs/candidateListAtsCandidates.ts +138 -0
  4450. package/src/funcs/candidatePatchAtsCandidate.ts +126 -0
  4451. package/src/funcs/candidateRemoveAtsCandidate.ts +125 -0
  4452. package/src/funcs/candidateUpdateAtsCandidate.ts +126 -0
  4453. package/src/funcs/channelGetMessagingChannel.ts +133 -0
  4454. package/src/funcs/channelListMessagingChannels.ts +138 -0
  4455. package/src/funcs/collectionCreateCommerceCollection.ts +125 -0
  4456. package/src/funcs/collectionGetCommerceCollection.ts +133 -0
  4457. package/src/funcs/collectionListCommerceCollections.ts +139 -0
  4458. package/src/funcs/collectionPatchCommerceCollection.ts +126 -0
  4459. package/src/funcs/collectionRemoveCommerceCollection.ts +125 -0
  4460. package/src/funcs/collectionUpdateCommerceCollection.ts +126 -0
  4461. package/src/funcs/commerceCreateCommerceCollection.ts +125 -0
  4462. package/src/funcs/commerceCreateCommerceInventory.ts +125 -0
  4463. package/src/funcs/commerceCreateCommerceItem.ts +125 -0
  4464. package/src/funcs/commerceCreateCommerceLocation.ts +125 -0
  4465. package/src/funcs/commerceGetCommerceCollection.ts +133 -0
  4466. package/src/funcs/commerceGetCommerceInventory.ts +133 -0
  4467. package/src/funcs/commerceGetCommerceItem.ts +133 -0
  4468. package/src/funcs/commerceGetCommerceLocation.ts +133 -0
  4469. package/src/funcs/commerceListCommerceCollections.ts +139 -0
  4470. package/src/funcs/commerceListCommerceInventories.ts +139 -0
  4471. package/src/funcs/commerceListCommerceItems.ts +138 -0
  4472. package/src/funcs/commerceListCommerceLocations.ts +137 -0
  4473. package/src/funcs/commercePatchCommerceCollection.ts +126 -0
  4474. package/src/funcs/commercePatchCommerceInventory.ts +126 -0
  4475. package/src/funcs/commercePatchCommerceItem.ts +126 -0
  4476. package/src/funcs/commercePatchCommerceLocation.ts +126 -0
  4477. package/src/funcs/commerceRemoveCommerceCollection.ts +125 -0
  4478. package/src/funcs/commerceRemoveCommerceInventory.ts +125 -0
  4479. package/src/funcs/commerceRemoveCommerceItem.ts +125 -0
  4480. package/src/funcs/commerceRemoveCommerceLocation.ts +125 -0
  4481. package/src/funcs/commerceUpdateCommerceCollection.ts +126 -0
  4482. package/src/funcs/commerceUpdateCommerceInventory.ts +126 -0
  4483. package/src/funcs/commerceUpdateCommerceItem.ts +126 -0
  4484. package/src/funcs/commerceUpdateCommerceLocation.ts +126 -0
  4485. package/src/funcs/companyCreateCrmCompany.ts +125 -0
  4486. package/src/funcs/companyCreateHrisCompany.ts +125 -0
  4487. package/src/funcs/companyGetAtsCompany.ts +133 -0
  4488. package/src/funcs/companyGetCrmCompany.ts +133 -0
  4489. package/src/funcs/companyGetHrisCompany.ts +133 -0
  4490. package/src/funcs/companyListAtsCompanies.ts +137 -0
  4491. package/src/funcs/companyListCrmCompanies.ts +140 -0
  4492. package/src/funcs/companyListEnrichCompanies.ts +133 -0
  4493. package/src/funcs/companyListHrisCompanies.ts +137 -0
  4494. package/src/funcs/companyPatchCrmCompany.ts +126 -0
  4495. package/src/funcs/companyPatchHrisCompany.ts +126 -0
  4496. package/src/funcs/companyRemoveCrmCompany.ts +125 -0
  4497. package/src/funcs/companyRemoveHrisCompany.ts +125 -0
  4498. package/src/funcs/companyUpdateCrmCompany.ts +126 -0
  4499. package/src/funcs/companyUpdateHrisCompany.ts +126 -0
  4500. package/src/funcs/connectionCreateUnifiedConnection.ts +117 -0
  4501. package/src/funcs/connectionGetUnifiedConnection.ts +121 -0
  4502. package/src/funcs/connectionListUnifiedConnections.ts +128 -0
  4503. package/src/funcs/connectionPatchUnifiedConnection.ts +122 -0
  4504. package/src/funcs/connectionRemoveUnifiedConnection.ts +121 -0
  4505. package/src/funcs/connectionUpdateUnifiedConnection.ts +122 -0
  4506. package/src/funcs/contactCreateAccountingContact.ts +125 -0
  4507. package/src/funcs/contactCreateCrmContact.ts +125 -0
  4508. package/src/funcs/contactCreateUcContact.ts +125 -0
  4509. package/src/funcs/contactGetAccountingContact.ts +133 -0
  4510. package/src/funcs/contactGetCrmContact.ts +133 -0
  4511. package/src/funcs/contactGetUcContact.ts +133 -0
  4512. package/src/funcs/contactListAccountingContacts.ts +138 -0
  4513. package/src/funcs/contactListCrmContacts.ts +140 -0
  4514. package/src/funcs/contactListUcContacts.ts +138 -0
  4515. package/src/funcs/contactPatchAccountingContact.ts +126 -0
  4516. package/src/funcs/contactPatchCrmContact.ts +126 -0
  4517. package/src/funcs/contactPatchUcContact.ts +126 -0
  4518. package/src/funcs/contactRemoveAccountingContact.ts +125 -0
  4519. package/src/funcs/contactRemoveCrmContact.ts +125 -0
  4520. package/src/funcs/contactRemoveUcContact.ts +125 -0
  4521. package/src/funcs/contactUpdateAccountingContact.ts +126 -0
  4522. package/src/funcs/contactUpdateCrmContact.ts +126 -0
  4523. package/src/funcs/contactUpdateUcContact.ts +126 -0
  4524. package/src/funcs/crmCreateCrmCompany.ts +125 -0
  4525. package/src/funcs/crmCreateCrmContact.ts +125 -0
  4526. package/src/funcs/crmCreateCrmDeal.ts +125 -0
  4527. package/src/funcs/crmCreateCrmEvent.ts +125 -0
  4528. package/src/funcs/crmCreateCrmLead.ts +125 -0
  4529. package/src/funcs/crmCreateCrmPipeline.ts +125 -0
  4530. package/src/funcs/crmGetCrmCompany.ts +133 -0
  4531. package/src/funcs/crmGetCrmContact.ts +133 -0
  4532. package/src/funcs/crmGetCrmDeal.ts +133 -0
  4533. package/src/funcs/crmGetCrmEvent.ts +133 -0
  4534. package/src/funcs/crmGetCrmLead.ts +133 -0
  4535. package/src/funcs/crmGetCrmPipeline.ts +133 -0
  4536. package/src/funcs/crmListCrmCompanies.ts +140 -0
  4537. package/src/funcs/crmListCrmContacts.ts +140 -0
  4538. package/src/funcs/crmListCrmDeals.ts +140 -0
  4539. package/src/funcs/crmListCrmEvents.ts +142 -0
  4540. package/src/funcs/crmListCrmLeads.ts +140 -0
  4541. package/src/funcs/crmListCrmPipelines.ts +137 -0
  4542. package/src/funcs/crmPatchCrmCompany.ts +126 -0
  4543. package/src/funcs/crmPatchCrmContact.ts +126 -0
  4544. package/src/funcs/crmPatchCrmDeal.ts +126 -0
  4545. package/src/funcs/crmPatchCrmEvent.ts +126 -0
  4546. package/src/funcs/crmPatchCrmLead.ts +126 -0
  4547. package/src/funcs/crmPatchCrmPipeline.ts +126 -0
  4548. package/src/funcs/crmRemoveCrmCompany.ts +125 -0
  4549. package/src/funcs/crmRemoveCrmContact.ts +125 -0
  4550. package/src/funcs/crmRemoveCrmDeal.ts +125 -0
  4551. package/src/funcs/crmRemoveCrmEvent.ts +125 -0
  4552. package/src/funcs/crmRemoveCrmLead.ts +125 -0
  4553. package/src/funcs/crmRemoveCrmPipeline.ts +125 -0
  4554. package/src/funcs/crmUpdateCrmCompany.ts +126 -0
  4555. package/src/funcs/crmUpdateCrmContact.ts +126 -0
  4556. package/src/funcs/crmUpdateCrmDeal.ts +126 -0
  4557. package/src/funcs/crmUpdateCrmEvent.ts +126 -0
  4558. package/src/funcs/crmUpdateCrmLead.ts +126 -0
  4559. package/src/funcs/crmUpdateCrmPipeline.ts +126 -0
  4560. package/src/funcs/customerCreateTicketingCustomer.ts +125 -0
  4561. package/src/funcs/customerGetTicketingCustomer.ts +133 -0
  4562. package/src/funcs/customerListTicketingCustomers.ts +137 -0
  4563. package/src/funcs/customerPatchTicketingCustomer.ts +126 -0
  4564. package/src/funcs/customerRemoveTicketingCustomer.ts +125 -0
  4565. package/src/funcs/customerUpdateTicketingCustomer.ts +126 -0
  4566. package/src/funcs/dealCreateCrmDeal.ts +125 -0
  4567. package/src/funcs/dealGetCrmDeal.ts +133 -0
  4568. package/src/funcs/dealListCrmDeals.ts +140 -0
  4569. package/src/funcs/dealPatchCrmDeal.ts +126 -0
  4570. package/src/funcs/dealRemoveCrmDeal.ts +125 -0
  4571. package/src/funcs/dealUpdateCrmDeal.ts +126 -0
  4572. package/src/funcs/documentCreateAtsDocument.ts +125 -0
  4573. package/src/funcs/documentGetAtsDocument.ts +133 -0
  4574. package/src/funcs/documentListAtsDocuments.ts +139 -0
  4575. package/src/funcs/documentPatchAtsDocument.ts +126 -0
  4576. package/src/funcs/documentRemoveAtsDocument.ts +125 -0
  4577. package/src/funcs/documentUpdateAtsDocument.ts +126 -0
  4578. package/src/funcs/employeeCreateHrisEmployee.ts +125 -0
  4579. package/src/funcs/employeeGetHrisEmployee.ts +133 -0
  4580. package/src/funcs/employeeListHrisEmployees.ts +138 -0
  4581. package/src/funcs/employeePatchHrisEmployee.ts +126 -0
  4582. package/src/funcs/employeeRemoveHrisEmployee.ts +125 -0
  4583. package/src/funcs/employeeUpdateHrisEmployee.ts +126 -0
  4584. package/src/funcs/enrichListEnrichCompanies.ts +133 -0
  4585. package/src/funcs/enrichListEnrichPeople.ts +136 -0
  4586. package/src/funcs/eventCreateCrmEvent.ts +125 -0
  4587. package/src/funcs/eventGetCrmEvent.ts +133 -0
  4588. package/src/funcs/eventListCrmEvents.ts +142 -0
  4589. package/src/funcs/eventPatchCrmEvent.ts +126 -0
  4590. package/src/funcs/eventRemoveCrmEvent.ts +125 -0
  4591. package/src/funcs/eventUpdateCrmEvent.ts +126 -0
  4592. package/src/funcs/fileCreateStorageFile.ts +125 -0
  4593. package/src/funcs/fileGetStorageFile.ts +133 -0
  4594. package/src/funcs/fileListStorageFiles.ts +138 -0
  4595. package/src/funcs/filePatchStorageFile.ts +126 -0
  4596. package/src/funcs/fileRemoveStorageFile.ts +125 -0
  4597. package/src/funcs/fileUpdateStorageFile.ts +126 -0
  4598. package/src/funcs/genaiCreateGenaiPrompt.ts +125 -0
  4599. package/src/funcs/genaiListGenaiModels.ts +137 -0
  4600. package/src/funcs/groupCreateHrisGroup.ts +125 -0
  4601. package/src/funcs/groupGetHrisGroup.ts +133 -0
  4602. package/src/funcs/groupListHrisGroups.ts +138 -0
  4603. package/src/funcs/groupPatchHrisGroup.ts +126 -0
  4604. package/src/funcs/groupRemoveHrisGroup.ts +125 -0
  4605. package/src/funcs/groupUpdateHrisGroup.ts +126 -0
  4606. package/src/funcs/hrisCreateHrisCompany.ts +125 -0
  4607. package/src/funcs/hrisCreateHrisEmployee.ts +125 -0
  4608. package/src/funcs/hrisCreateHrisGroup.ts +125 -0
  4609. package/src/funcs/hrisCreateHrisLocation.ts +125 -0
  4610. package/src/funcs/hrisGetHrisCompany.ts +133 -0
  4611. package/src/funcs/hrisGetHrisEmployee.ts +133 -0
  4612. package/src/funcs/hrisGetHrisGroup.ts +133 -0
  4613. package/src/funcs/hrisGetHrisLocation.ts +133 -0
  4614. package/src/funcs/hrisGetHrisPayslip.ts +133 -0
  4615. package/src/funcs/hrisGetHrisTimeoff.ts +133 -0
  4616. package/src/funcs/hrisListHrisCompanies.ts +137 -0
  4617. package/src/funcs/hrisListHrisEmployees.ts +138 -0
  4618. package/src/funcs/hrisListHrisGroups.ts +138 -0
  4619. package/src/funcs/hrisListHrisLocations.ts +137 -0
  4620. package/src/funcs/hrisListHrisPayslips.ts +138 -0
  4621. package/src/funcs/hrisListHrisTimeoffs.ts +138 -0
  4622. package/src/funcs/hrisPatchHrisCompany.ts +126 -0
  4623. package/src/funcs/hrisPatchHrisEmployee.ts +126 -0
  4624. package/src/funcs/hrisPatchHrisGroup.ts +126 -0
  4625. package/src/funcs/hrisPatchHrisLocation.ts +126 -0
  4626. package/src/funcs/hrisRemoveHrisCompany.ts +125 -0
  4627. package/src/funcs/hrisRemoveHrisEmployee.ts +125 -0
  4628. package/src/funcs/hrisRemoveHrisGroup.ts +125 -0
  4629. package/src/funcs/hrisRemoveHrisLocation.ts +125 -0
  4630. package/src/funcs/hrisUpdateHrisCompany.ts +126 -0
  4631. package/src/funcs/hrisUpdateHrisEmployee.ts +126 -0
  4632. package/src/funcs/hrisUpdateHrisGroup.ts +126 -0
  4633. package/src/funcs/hrisUpdateHrisLocation.ts +126 -0
  4634. package/src/funcs/integrationGetUnifiedIntegrationAuth.ts +149 -0
  4635. package/src/funcs/integrationListUnifiedIntegrationWorkspaces.ts +142 -0
  4636. package/src/funcs/integrationListUnifiedIntegrations.ts +132 -0
  4637. package/src/funcs/interviewCreateAtsInterview.ts +125 -0
  4638. package/src/funcs/interviewGetAtsInterview.ts +133 -0
  4639. package/src/funcs/interviewListAtsInterviews.ts +138 -0
  4640. package/src/funcs/interviewPatchAtsInterview.ts +126 -0
  4641. package/src/funcs/interviewRemoveAtsInterview.ts +125 -0
  4642. package/src/funcs/interviewUpdateAtsInterview.ts +126 -0
  4643. package/src/funcs/inventoryCreateCommerceInventory.ts +125 -0
  4644. package/src/funcs/inventoryGetCommerceInventory.ts +133 -0
  4645. package/src/funcs/inventoryListCommerceInventories.ts +139 -0
  4646. package/src/funcs/inventoryPatchCommerceInventory.ts +126 -0
  4647. package/src/funcs/inventoryRemoveCommerceInventory.ts +125 -0
  4648. package/src/funcs/inventoryUpdateCommerceInventory.ts +126 -0
  4649. package/src/funcs/invoiceCreateAccountingInvoice.ts +125 -0
  4650. package/src/funcs/invoiceGetAccountingInvoice.ts +133 -0
  4651. package/src/funcs/invoiceListAccountingInvoices.ts +138 -0
  4652. package/src/funcs/invoicePatchAccountingInvoice.ts +126 -0
  4653. package/src/funcs/invoiceRemoveAccountingInvoice.ts +125 -0
  4654. package/src/funcs/invoiceUpdateAccountingInvoice.ts +126 -0
  4655. package/src/funcs/issueListUnifiedIssues.ts +125 -0
  4656. package/src/funcs/itemCreateCommerceItem.ts +125 -0
  4657. package/src/funcs/itemGetCommerceItem.ts +133 -0
  4658. package/src/funcs/itemListCommerceItems.ts +138 -0
  4659. package/src/funcs/itemPatchCommerceItem.ts +126 -0
  4660. package/src/funcs/itemRemoveCommerceItem.ts +125 -0
  4661. package/src/funcs/itemUpdateCommerceItem.ts +126 -0
  4662. package/src/funcs/jobCreateAtsJob.ts +125 -0
  4663. package/src/funcs/jobGetAtsJob.ts +133 -0
  4664. package/src/funcs/jobListAtsJobs.ts +138 -0
  4665. package/src/funcs/jobPatchAtsJob.ts +126 -0
  4666. package/src/funcs/jobRemoveAtsJob.ts +125 -0
  4667. package/src/funcs/jobUpdateAtsJob.ts +126 -0
  4668. package/src/funcs/journalCreateAccountingJournal.ts +125 -0
  4669. package/src/funcs/journalGetAccountingJournal.ts +133 -0
  4670. package/src/funcs/journalListAccountingJournals.ts +137 -0
  4671. package/src/funcs/journalPatchAccountingJournal.ts +126 -0
  4672. package/src/funcs/journalRemoveAccountingJournal.ts +125 -0
  4673. package/src/funcs/journalUpdateAccountingJournal.ts +126 -0
  4674. package/src/funcs/kmsCreateKmsPage.ts +125 -0
  4675. package/src/funcs/kmsCreateKmsSpace.ts +125 -0
  4676. package/src/funcs/kmsGetKmsPage.ts +133 -0
  4677. package/src/funcs/kmsGetKmsSpace.ts +133 -0
  4678. package/src/funcs/kmsListKmsPages.ts +139 -0
  4679. package/src/funcs/kmsListKmsSpaces.ts +138 -0
  4680. package/src/funcs/kmsPatchKmsPage.ts +126 -0
  4681. package/src/funcs/kmsPatchKmsSpace.ts +126 -0
  4682. package/src/funcs/kmsRemoveKmsPage.ts +125 -0
  4683. package/src/funcs/kmsRemoveKmsSpace.ts +125 -0
  4684. package/src/funcs/kmsUpdateKmsPage.ts +126 -0
  4685. package/src/funcs/kmsUpdateKmsSpace.ts +126 -0
  4686. package/src/funcs/leadCreateCrmLead.ts +125 -0
  4687. package/src/funcs/leadGetCrmLead.ts +133 -0
  4688. package/src/funcs/leadListCrmLeads.ts +140 -0
  4689. package/src/funcs/leadPatchCrmLead.ts +126 -0
  4690. package/src/funcs/leadRemoveCrmLead.ts +125 -0
  4691. package/src/funcs/leadUpdateCrmLead.ts +126 -0
  4692. package/src/funcs/linkCreatePaymentLink.ts +125 -0
  4693. package/src/funcs/linkGetPaymentLink.ts +133 -0
  4694. package/src/funcs/linkListPaymentLinks.ts +139 -0
  4695. package/src/funcs/linkPatchPaymentLink.ts +126 -0
  4696. package/src/funcs/linkRemovePaymentLink.ts +125 -0
  4697. package/src/funcs/linkUpdatePaymentLink.ts +126 -0
  4698. package/src/funcs/listCreateMartechList.ts +125 -0
  4699. package/src/funcs/listGetMartechList.ts +133 -0
  4700. package/src/funcs/listListMartechLists.ts +137 -0
  4701. package/src/funcs/listPatchMartechList.ts +126 -0
  4702. package/src/funcs/listRemoveMartechList.ts +125 -0
  4703. package/src/funcs/listUpdateMartechList.ts +126 -0
  4704. package/src/funcs/locationCreateCommerceLocation.ts +125 -0
  4705. package/src/funcs/locationCreateHrisLocation.ts +125 -0
  4706. package/src/funcs/locationGetCommerceLocation.ts +133 -0
  4707. package/src/funcs/locationGetHrisLocation.ts +133 -0
  4708. package/src/funcs/locationListCommerceLocations.ts +137 -0
  4709. package/src/funcs/locationListHrisLocations.ts +137 -0
  4710. package/src/funcs/locationPatchCommerceLocation.ts +126 -0
  4711. package/src/funcs/locationPatchHrisLocation.ts +126 -0
  4712. package/src/funcs/locationRemoveCommerceLocation.ts +125 -0
  4713. package/src/funcs/locationRemoveHrisLocation.ts +125 -0
  4714. package/src/funcs/locationUpdateCommerceLocation.ts +126 -0
  4715. package/src/funcs/locationUpdateHrisLocation.ts +126 -0
  4716. package/src/funcs/loginGetUnifiedIntegrationLogin.ts +145 -0
  4717. package/src/funcs/martechCreateMartechList.ts +125 -0
  4718. package/src/funcs/martechCreateMartechMember.ts +125 -0
  4719. package/src/funcs/martechGetMartechList.ts +133 -0
  4720. package/src/funcs/martechGetMartechMember.ts +133 -0
  4721. package/src/funcs/martechListMartechLists.ts +137 -0
  4722. package/src/funcs/martechListMartechMembers.ts +138 -0
  4723. package/src/funcs/martechPatchMartechList.ts +126 -0
  4724. package/src/funcs/martechPatchMartechMember.ts +126 -0
  4725. package/src/funcs/martechRemoveMartechList.ts +125 -0
  4726. package/src/funcs/martechRemoveMartechMember.ts +125 -0
  4727. package/src/funcs/martechUpdateMartechList.ts +126 -0
  4728. package/src/funcs/martechUpdateMartechMember.ts +126 -0
  4729. package/src/funcs/memberCreateMartechMember.ts +125 -0
  4730. package/src/funcs/memberGetMartechMember.ts +133 -0
  4731. package/src/funcs/memberListMartechMembers.ts +138 -0
  4732. package/src/funcs/memberPatchMartechMember.ts +126 -0
  4733. package/src/funcs/memberRemoveMartechMember.ts +125 -0
  4734. package/src/funcs/memberUpdateMartechMember.ts +126 -0
  4735. package/src/funcs/messageCreateMessagingMessage.ts +125 -0
  4736. package/src/funcs/messageGetMessagingMessage.ts +133 -0
  4737. package/src/funcs/messageListMessagingMessages.ts +139 -0
  4738. package/src/funcs/messagePatchMessagingMessage.ts +126 -0
  4739. package/src/funcs/messageRemoveMessagingMessage.ts +125 -0
  4740. package/src/funcs/messageUpdateMessagingMessage.ts +126 -0
  4741. package/src/funcs/messagingCreateMessagingMessage.ts +125 -0
  4742. package/src/funcs/messagingGetMessagingChannel.ts +133 -0
  4743. package/src/funcs/messagingGetMessagingMessage.ts +133 -0
  4744. package/src/funcs/messagingListMessagingChannels.ts +138 -0
  4745. package/src/funcs/messagingListMessagingMessages.ts +139 -0
  4746. package/src/funcs/messagingPatchMessagingMessage.ts +126 -0
  4747. package/src/funcs/messagingRemoveMessagingMessage.ts +125 -0
  4748. package/src/funcs/messagingUpdateMessagingMessage.ts +126 -0
  4749. package/src/funcs/modelListGenaiModels.ts +137 -0
  4750. package/src/funcs/noteCreateTicketingNote.ts +125 -0
  4751. package/src/funcs/noteGetTicketingNote.ts +133 -0
  4752. package/src/funcs/noteListTicketingNotes.ts +139 -0
  4753. package/src/funcs/notePatchTicketingNote.ts +126 -0
  4754. package/src/funcs/noteRemoveTicketingNote.ts +125 -0
  4755. package/src/funcs/noteUpdateTicketingNote.ts +126 -0
  4756. package/src/funcs/organizationGetAccountingOrganization.ts +133 -0
  4757. package/src/funcs/organizationListAccountingOrganizations.ts +137 -0
  4758. package/src/funcs/pageCreateKmsPage.ts +125 -0
  4759. package/src/funcs/pageGetKmsPage.ts +133 -0
  4760. package/src/funcs/pageListKmsPages.ts +139 -0
  4761. package/src/funcs/pagePatchKmsPage.ts +126 -0
  4762. package/src/funcs/pageRemoveKmsPage.ts +125 -0
  4763. package/src/funcs/pageUpdateKmsPage.ts +126 -0
  4764. package/src/funcs/passthroughCreatePassthrough.ts +126 -0
  4765. package/src/funcs/passthroughListPassthroughs.ts +125 -0
  4766. package/src/funcs/passthroughPatchPassthrough.ts +126 -0
  4767. package/src/funcs/passthroughRemovePassthrough.ts +125 -0
  4768. package/src/funcs/passthroughUpdatePassthrough.ts +126 -0
  4769. package/src/funcs/paymentCreatePaymentLink.ts +125 -0
  4770. package/src/funcs/paymentCreatePaymentPayment.ts +125 -0
  4771. package/src/funcs/paymentGetPaymentLink.ts +133 -0
  4772. package/src/funcs/paymentGetPaymentPayment.ts +133 -0
  4773. package/src/funcs/paymentGetPaymentPayout.ts +133 -0
  4774. package/src/funcs/paymentGetPaymentRefund.ts +133 -0
  4775. package/src/funcs/paymentListPaymentLinks.ts +139 -0
  4776. package/src/funcs/paymentListPaymentPayments.ts +139 -0
  4777. package/src/funcs/paymentListPaymentPayouts.ts +137 -0
  4778. package/src/funcs/paymentListPaymentRefunds.ts +138 -0
  4779. package/src/funcs/paymentPatchPaymentLink.ts +126 -0
  4780. package/src/funcs/paymentPatchPaymentPayment.ts +126 -0
  4781. package/src/funcs/paymentRemovePaymentLink.ts +125 -0
  4782. package/src/funcs/paymentRemovePaymentPayment.ts +125 -0
  4783. package/src/funcs/paymentUpdatePaymentLink.ts +126 -0
  4784. package/src/funcs/paymentUpdatePaymentPayment.ts +126 -0
  4785. package/src/funcs/payoutGetPaymentPayout.ts +133 -0
  4786. package/src/funcs/payoutListPaymentPayouts.ts +137 -0
  4787. package/src/funcs/payslipGetHrisPayslip.ts +133 -0
  4788. package/src/funcs/payslipListHrisPayslips.ts +138 -0
  4789. package/src/funcs/personListEnrichPeople.ts +136 -0
  4790. package/src/funcs/pipelineCreateCrmPipeline.ts +125 -0
  4791. package/src/funcs/pipelineGetCrmPipeline.ts +133 -0
  4792. package/src/funcs/pipelineListCrmPipelines.ts +137 -0
  4793. package/src/funcs/pipelinePatchCrmPipeline.ts +126 -0
  4794. package/src/funcs/pipelineRemoveCrmPipeline.ts +125 -0
  4795. package/src/funcs/pipelineUpdateCrmPipeline.ts +126 -0
  4796. package/src/funcs/projectCreateTaskProject.ts +125 -0
  4797. package/src/funcs/projectGetTaskProject.ts +133 -0
  4798. package/src/funcs/projectListTaskProjects.ts +138 -0
  4799. package/src/funcs/projectPatchTaskProject.ts +126 -0
  4800. package/src/funcs/projectRemoveTaskProject.ts +125 -0
  4801. package/src/funcs/projectUpdateTaskProject.ts +126 -0
  4802. package/src/funcs/promptCreateGenaiPrompt.ts +125 -0
  4803. package/src/funcs/refundGetPaymentRefund.ts +133 -0
  4804. package/src/funcs/refundListPaymentRefunds.ts +138 -0
  4805. package/src/funcs/scorecardCreateAtsScorecard.ts +125 -0
  4806. package/src/funcs/scorecardGetAtsScorecard.ts +133 -0
  4807. package/src/funcs/scorecardListAtsScorecards.ts +141 -0
  4808. package/src/funcs/scorecardPatchAtsScorecard.ts +126 -0
  4809. package/src/funcs/scorecardRemoveAtsScorecard.ts +125 -0
  4810. package/src/funcs/scorecardUpdateAtsScorecard.ts +126 -0
  4811. package/src/funcs/spaceCreateKmsSpace.ts +125 -0
  4812. package/src/funcs/spaceGetKmsSpace.ts +133 -0
  4813. package/src/funcs/spaceListKmsSpaces.ts +138 -0
  4814. package/src/funcs/spacePatchKmsSpace.ts +126 -0
  4815. package/src/funcs/spaceRemoveKmsSpace.ts +125 -0
  4816. package/src/funcs/spaceUpdateKmsSpace.ts +126 -0
  4817. package/src/funcs/storageCreateStorageFile.ts +125 -0
  4818. package/src/funcs/storageGetStorageFile.ts +133 -0
  4819. package/src/funcs/storageListStorageFiles.ts +138 -0
  4820. package/src/funcs/storagePatchStorageFile.ts +126 -0
  4821. package/src/funcs/storageRemoveStorageFile.ts +125 -0
  4822. package/src/funcs/storageUpdateStorageFile.ts +126 -0
  4823. package/src/funcs/taskCreateTaskProject.ts +125 -0
  4824. package/src/funcs/taskCreateTaskTask.ts +125 -0
  4825. package/src/funcs/taskGetTaskProject.ts +133 -0
  4826. package/src/funcs/taskGetTaskTask.ts +133 -0
  4827. package/src/funcs/taskListTaskProjects.ts +138 -0
  4828. package/src/funcs/taskListTaskTasks.ts +139 -0
  4829. package/src/funcs/taskPatchTaskProject.ts +126 -0
  4830. package/src/funcs/taskPatchTaskTask.ts +126 -0
  4831. package/src/funcs/taskRemoveTaskProject.ts +125 -0
  4832. package/src/funcs/taskRemoveTaskTask.ts +125 -0
  4833. package/src/funcs/taskUpdateTaskProject.ts +126 -0
  4834. package/src/funcs/taskUpdateTaskTask.ts +126 -0
  4835. package/src/funcs/taxrateCreateAccountingTaxrate.ts +125 -0
  4836. package/src/funcs/taxrateGetAccountingTaxrate.ts +133 -0
  4837. package/src/funcs/taxrateListAccountingTaxrates.ts +137 -0
  4838. package/src/funcs/taxratePatchAccountingTaxrate.ts +126 -0
  4839. package/src/funcs/taxrateRemoveAccountingTaxrate.ts +125 -0
  4840. package/src/funcs/taxrateUpdateAccountingTaxrate.ts +126 -0
  4841. package/src/funcs/ticketCreateTicketingTicket.ts +125 -0
  4842. package/src/funcs/ticketGetTicketingTicket.ts +133 -0
  4843. package/src/funcs/ticketListTicketingTickets.ts +139 -0
  4844. package/src/funcs/ticketPatchTicketingTicket.ts +126 -0
  4845. package/src/funcs/ticketRemoveTicketingTicket.ts +125 -0
  4846. package/src/funcs/ticketUpdateTicketingTicket.ts +126 -0
  4847. package/src/funcs/ticketingCreateTicketingCustomer.ts +125 -0
  4848. package/src/funcs/ticketingCreateTicketingNote.ts +125 -0
  4849. package/src/funcs/ticketingCreateTicketingTicket.ts +125 -0
  4850. package/src/funcs/ticketingGetTicketingCustomer.ts +133 -0
  4851. package/src/funcs/ticketingGetTicketingNote.ts +133 -0
  4852. package/src/funcs/ticketingGetTicketingTicket.ts +133 -0
  4853. package/src/funcs/ticketingListTicketingCustomers.ts +137 -0
  4854. package/src/funcs/ticketingListTicketingNotes.ts +139 -0
  4855. package/src/funcs/ticketingListTicketingTickets.ts +139 -0
  4856. package/src/funcs/ticketingPatchTicketingCustomer.ts +126 -0
  4857. package/src/funcs/ticketingPatchTicketingNote.ts +126 -0
  4858. package/src/funcs/ticketingPatchTicketingTicket.ts +126 -0
  4859. package/src/funcs/ticketingRemoveTicketingCustomer.ts +125 -0
  4860. package/src/funcs/ticketingRemoveTicketingNote.ts +125 -0
  4861. package/src/funcs/ticketingRemoveTicketingTicket.ts +125 -0
  4862. package/src/funcs/ticketingUpdateTicketingCustomer.ts +126 -0
  4863. package/src/funcs/ticketingUpdateTicketingNote.ts +126 -0
  4864. package/src/funcs/ticketingUpdateTicketingTicket.ts +126 -0
  4865. package/src/funcs/timeoffGetHrisTimeoff.ts +133 -0
  4866. package/src/funcs/timeoffListHrisTimeoffs.ts +138 -0
  4867. package/src/funcs/transactionCreateAccountingTransaction.ts +125 -0
  4868. package/src/funcs/transactionGetAccountingTransaction.ts +133 -0
  4869. package/src/funcs/transactionListAccountingTransactions.ts +138 -0
  4870. package/src/funcs/transactionPatchAccountingTransaction.ts +126 -0
  4871. package/src/funcs/transactionRemoveAccountingTransaction.ts +125 -0
  4872. package/src/funcs/transactionUpdateAccountingTransaction.ts +126 -0
  4873. package/src/funcs/ucCreateUcContact.ts +125 -0
  4874. package/src/funcs/ucGetUcContact.ts +133 -0
  4875. package/src/funcs/ucListUcCalls.ts +139 -0
  4876. package/src/funcs/ucListUcContacts.ts +138 -0
  4877. package/src/funcs/ucPatchUcContact.ts +126 -0
  4878. package/src/funcs/ucRemoveUcContact.ts +125 -0
  4879. package/src/funcs/ucUpdateUcContact.ts +126 -0
  4880. package/src/funcs/unifiedCreateUnifiedConnection.ts +117 -0
  4881. package/src/funcs/unifiedCreateUnifiedWebhook.ts +129 -0
  4882. package/src/funcs/unifiedGetUnifiedApicall.ts +121 -0
  4883. package/src/funcs/unifiedGetUnifiedConnection.ts +121 -0
  4884. package/src/funcs/unifiedGetUnifiedIntegrationAuth.ts +149 -0
  4885. package/src/funcs/unifiedGetUnifiedWebhook.ts +121 -0
  4886. package/src/funcs/unifiedListUnifiedApicalls.ts +130 -0
  4887. package/src/funcs/unifiedListUnifiedConnections.ts +128 -0
  4888. package/src/funcs/unifiedListUnifiedIntegrationWorkspaces.ts +142 -0
  4889. package/src/funcs/unifiedListUnifiedIntegrations.ts +132 -0
  4890. package/src/funcs/unifiedListUnifiedIssues.ts +125 -0
  4891. package/src/funcs/unifiedListUnifiedWebhooks.ts +130 -0
  4892. package/src/funcs/unifiedPatchUnifiedConnection.ts +122 -0
  4893. package/src/funcs/unifiedPatchUnifiedWebhookTrigger.ts +121 -0
  4894. package/src/funcs/unifiedRemoveUnifiedConnection.ts +121 -0
  4895. package/src/funcs/unifiedRemoveUnifiedWebhook.ts +121 -0
  4896. package/src/funcs/unifiedUpdateUnifiedConnection.ts +122 -0
  4897. package/src/funcs/unifiedUpdateUnifiedWebhookTrigger.ts +121 -0
  4898. package/src/funcs/webhookCreateUnifiedWebhook.ts +129 -0
  4899. package/src/funcs/webhookGetUnifiedWebhook.ts +121 -0
  4900. package/src/funcs/webhookListUnifiedWebhooks.ts +130 -0
  4901. package/src/funcs/webhookPatchUnifiedWebhookTrigger.ts +121 -0
  4902. package/src/funcs/webhookRemoveUnifiedWebhook.ts +121 -0
  4903. package/src/funcs/webhookUpdateUnifiedWebhookTrigger.ts +121 -0
  4904. package/src/hooks/hooks.ts +99 -0
  4905. package/src/hooks/index.ts +6 -0
  4906. package/src/hooks/types.ts +89 -0
  4907. package/src/index.ts +6 -0
  4908. package/src/lib/base64.ts +37 -0
  4909. package/src/lib/config.ts +69 -0
  4910. package/src/lib/dlv.ts +53 -0
  4911. package/src/lib/encodings.ts +449 -0
  4912. package/src/lib/http.ts +323 -0
  4913. package/src/lib/is-plain-object.ts +43 -0
  4914. package/src/lib/matchers.ts +308 -0
  4915. package/src/lib/primitives.ts +40 -0
  4916. package/src/lib/retries.ts +187 -0
  4917. package/src/lib/schemas.ts +74 -0
  4918. package/src/lib/sdks.ts +261 -0
  4919. package/src/lib/security.ts +192 -0
  4920. package/src/lib/url.ts +33 -0
  4921. package/src/sdk/account.ts +76 -0
  4922. package/src/sdk/accounting.ts +428 -0
  4923. package/src/sdk/activity.ts +76 -0
  4924. package/src/sdk/apicall.ts +32 -0
  4925. package/src/sdk/application.ts +76 -0
  4926. package/src/sdk/applicationstatus.ts +21 -0
  4927. package/src/sdk/ats.ts +505 -0
  4928. package/src/sdk/auth.ts +37 -0
  4929. package/src/sdk/call.ts +21 -0
  4930. package/src/sdk/candidate.ts +76 -0
  4931. package/src/sdk/channel.ts +32 -0
  4932. package/src/sdk/collection.ts +76 -0
  4933. package/src/sdk/commerce.ts +274 -0
  4934. package/src/sdk/company.ts +175 -0
  4935. package/src/sdk/connection.ts +76 -0
  4936. package/src/sdk/contact.ts +208 -0
  4937. package/src/sdk/crm.ts +406 -0
  4938. package/src/sdk/customer.ts +76 -0
  4939. package/src/sdk/deal.ts +76 -0
  4940. package/src/sdk/document.ts +76 -0
  4941. package/src/sdk/employee.ts +76 -0
  4942. package/src/sdk/enrich.ts +32 -0
  4943. package/src/sdk/event.ts +76 -0
  4944. package/src/sdk/file.ts +76 -0
  4945. package/src/sdk/genai.ts +32 -0
  4946. package/src/sdk/group.ts +76 -0
  4947. package/src/sdk/hris.ts +318 -0
  4948. package/src/sdk/index.ts +5 -0
  4949. package/src/sdk/integration.ts +49 -0
  4950. package/src/sdk/interview.ts +76 -0
  4951. package/src/sdk/inventory.ts +76 -0
  4952. package/src/sdk/invoice.ts +76 -0
  4953. package/src/sdk/issue.ts +21 -0
  4954. package/src/sdk/item.ts +76 -0
  4955. package/src/sdk/job.ts +76 -0
  4956. package/src/sdk/journal.ts +76 -0
  4957. package/src/sdk/kms.ts +142 -0
  4958. package/src/sdk/lead.ts +76 -0
  4959. package/src/sdk/link.ts +76 -0
  4960. package/src/sdk/list.ts +76 -0
  4961. package/src/sdk/location.ts +142 -0
  4962. package/src/sdk/login.ts +23 -0
  4963. package/src/sdk/martech.ts +142 -0
  4964. package/src/sdk/member.ts +76 -0
  4965. package/src/sdk/message.ts +76 -0
  4966. package/src/sdk/messaging.ts +98 -0
  4967. package/src/sdk/model.ts +21 -0
  4968. package/src/sdk/models/errors/httpclienterrors.ts +62 -0
  4969. package/src/sdk/models/errors/index.ts +6 -0
  4970. package/src/sdk/models/errors/sdkerror.ts +25 -0
  4971. package/src/sdk/models/errors/sdkvalidationerror.ts +95 -0
  4972. package/src/sdk/models/operations/createaccountingaccount.ts +71 -0
  4973. package/src/sdk/models/operations/createaccountingcontact.ts +68 -0
  4974. package/src/sdk/models/operations/createaccountinginvoice.ts +68 -0
  4975. package/src/sdk/models/operations/createaccountingjournal.ts +68 -0
  4976. package/src/sdk/models/operations/createaccountingtaxrate.ts +68 -0
  4977. package/src/sdk/models/operations/createaccountingtransaction.ts +68 -0
  4978. package/src/sdk/models/operations/createatsactivity.ts +68 -0
  4979. package/src/sdk/models/operations/createatsapplication.ts +68 -0
  4980. package/src/sdk/models/operations/createatscandidate.ts +68 -0
  4981. package/src/sdk/models/operations/createatsdocument.ts +68 -0
  4982. package/src/sdk/models/operations/createatsinterview.ts +68 -0
  4983. package/src/sdk/models/operations/createatsjob.ts +68 -0
  4984. package/src/sdk/models/operations/createatsscorecard.ts +68 -0
  4985. package/src/sdk/models/operations/createcommercecollection.ts +71 -0
  4986. package/src/sdk/models/operations/createcommerceinventory.ts +68 -0
  4987. package/src/sdk/models/operations/createcommerceitem.ts +68 -0
  4988. package/src/sdk/models/operations/createcommercelocation.ts +68 -0
  4989. package/src/sdk/models/operations/createcrmcompany.ts +71 -0
  4990. package/src/sdk/models/operations/createcrmcontact.ts +71 -0
  4991. package/src/sdk/models/operations/createcrmdeal.ts +71 -0
  4992. package/src/sdk/models/operations/createcrmevent.ts +71 -0
  4993. package/src/sdk/models/operations/createcrmlead.ts +68 -0
  4994. package/src/sdk/models/operations/createcrmpipeline.ts +68 -0
  4995. package/src/sdk/models/operations/creategenaiprompt.ts +68 -0
  4996. package/src/sdk/models/operations/createhriscompany.ts +68 -0
  4997. package/src/sdk/models/operations/createhrisemployee.ts +68 -0
  4998. package/src/sdk/models/operations/createhrisgroup.ts +68 -0
  4999. package/src/sdk/models/operations/createhrislocation.ts +68 -0
  5000. package/src/sdk/models/operations/createkmspage.ts +68 -0
  5001. package/src/sdk/models/operations/createkmsspace.ts +68 -0
  5002. package/src/sdk/models/operations/createmartechlist.ts +71 -0
  5003. package/src/sdk/models/operations/createmartechmember.ts +71 -0
  5004. package/src/sdk/models/operations/createmessagingmessage.ts +68 -0
  5005. package/src/sdk/models/operations/createpassthrough.ts +74 -0
  5006. package/src/sdk/models/operations/createpaymentlink.ts +68 -0
  5007. package/src/sdk/models/operations/createpaymentpayment.ts +68 -0
  5008. package/src/sdk/models/operations/createstoragefile.ts +68 -0
  5009. package/src/sdk/models/operations/createtaskproject.ts +68 -0
  5010. package/src/sdk/models/operations/createtasktask.ts +68 -0
  5011. package/src/sdk/models/operations/createticketingcustomer.ts +68 -0
  5012. package/src/sdk/models/operations/createticketingnote.ts +68 -0
  5013. package/src/sdk/models/operations/createticketingticket.ts +68 -0
  5014. package/src/sdk/models/operations/createuccontact.ts +71 -0
  5015. package/src/sdk/models/operations/createunifiedwebhook.ts +68 -0
  5016. package/src/sdk/models/operations/getaccountingaccount.ts +75 -0
  5017. package/src/sdk/models/operations/getaccountingcontact.ts +75 -0
  5018. package/src/sdk/models/operations/getaccountinginvoice.ts +75 -0
  5019. package/src/sdk/models/operations/getaccountingjournal.ts +75 -0
  5020. package/src/sdk/models/operations/getaccountingorganization.ts +75 -0
  5021. package/src/sdk/models/operations/getaccountingtaxrate.ts +75 -0
  5022. package/src/sdk/models/operations/getaccountingtransaction.ts +75 -0
  5023. package/src/sdk/models/operations/getatsactivity.ts +75 -0
  5024. package/src/sdk/models/operations/getatsapplication.ts +75 -0
  5025. package/src/sdk/models/operations/getatscandidate.ts +75 -0
  5026. package/src/sdk/models/operations/getatscompany.ts +75 -0
  5027. package/src/sdk/models/operations/getatsdocument.ts +75 -0
  5028. package/src/sdk/models/operations/getatsinterview.ts +75 -0
  5029. package/src/sdk/models/operations/getatsjob.ts +71 -0
  5030. package/src/sdk/models/operations/getatsscorecard.ts +75 -0
  5031. package/src/sdk/models/operations/getcommercecollection.ts +75 -0
  5032. package/src/sdk/models/operations/getcommerceinventory.ts +75 -0
  5033. package/src/sdk/models/operations/getcommerceitem.ts +75 -0
  5034. package/src/sdk/models/operations/getcommercelocation.ts +75 -0
  5035. package/src/sdk/models/operations/getcrmcompany.ts +75 -0
  5036. package/src/sdk/models/operations/getcrmcontact.ts +75 -0
  5037. package/src/sdk/models/operations/getcrmdeal.ts +72 -0
  5038. package/src/sdk/models/operations/getcrmevent.ts +75 -0
  5039. package/src/sdk/models/operations/getcrmlead.ts +72 -0
  5040. package/src/sdk/models/operations/getcrmpipeline.ts +75 -0
  5041. package/src/sdk/models/operations/gethriscompany.ts +75 -0
  5042. package/src/sdk/models/operations/gethrisemployee.ts +75 -0
  5043. package/src/sdk/models/operations/gethrisgroup.ts +75 -0
  5044. package/src/sdk/models/operations/gethrislocation.ts +75 -0
  5045. package/src/sdk/models/operations/gethrispayslip.ts +75 -0
  5046. package/src/sdk/models/operations/gethristimeoff.ts +75 -0
  5047. package/src/sdk/models/operations/getkmspage.ts +72 -0
  5048. package/src/sdk/models/operations/getkmsspace.ts +75 -0
  5049. package/src/sdk/models/operations/getmartechlist.ts +75 -0
  5050. package/src/sdk/models/operations/getmartechmember.ts +75 -0
  5051. package/src/sdk/models/operations/getmessagingchannel.ts +75 -0
  5052. package/src/sdk/models/operations/getmessagingmessage.ts +75 -0
  5053. package/src/sdk/models/operations/getpaymentlink.ts +75 -0
  5054. package/src/sdk/models/operations/getpaymentpayment.ts +75 -0
  5055. package/src/sdk/models/operations/getpaymentpayout.ts +75 -0
  5056. package/src/sdk/models/operations/getpaymentrefund.ts +75 -0
  5057. package/src/sdk/models/operations/getstoragefile.ts +75 -0
  5058. package/src/sdk/models/operations/gettaskproject.ts +75 -0
  5059. package/src/sdk/models/operations/gettasktask.ts +75 -0
  5060. package/src/sdk/models/operations/getticketingcustomer.ts +75 -0
  5061. package/src/sdk/models/operations/getticketingnote.ts +75 -0
  5062. package/src/sdk/models/operations/getticketingticket.ts +75 -0
  5063. package/src/sdk/models/operations/getuccontact.ts +75 -0
  5064. package/src/sdk/models/operations/getunifiedapicall.ts +48 -0
  5065. package/src/sdk/models/operations/getunifiedconnection.ts +48 -0
  5066. package/src/sdk/models/operations/getunifiedintegrationauth.ts +247 -0
  5067. package/src/sdk/models/operations/getunifiedintegrationlogin.ts +103 -0
  5068. package/src/sdk/models/operations/getunifiedwebhook.ts +48 -0
  5069. package/src/sdk/models/operations/index.ts +293 -0
  5070. package/src/sdk/models/operations/listaccountingaccounts.ts +99 -0
  5071. package/src/sdk/models/operations/listaccountingcontacts.ts +103 -0
  5072. package/src/sdk/models/operations/listaccountinginvoices.ts +105 -0
  5073. package/src/sdk/models/operations/listaccountingjournals.ts +99 -0
  5074. package/src/sdk/models/operations/listaccountingorganizations.ts +99 -0
  5075. package/src/sdk/models/operations/listaccountingtaxrates.ts +99 -0
  5076. package/src/sdk/models/operations/listaccountingtransactions.ts +105 -0
  5077. package/src/sdk/models/operations/listatsactivities.ts +135 -0
  5078. package/src/sdk/models/operations/listatsapplications.ts +111 -0
  5079. package/src/sdk/models/operations/listatsapplicationstatuses.ts +99 -0
  5080. package/src/sdk/models/operations/listatscandidates.ts +105 -0
  5081. package/src/sdk/models/operations/listatscompanies.ts +99 -0
  5082. package/src/sdk/models/operations/listatsdocuments.ts +111 -0
  5083. package/src/sdk/models/operations/listatsinterviews.ts +105 -0
  5084. package/src/sdk/models/operations/listatsjobs.ts +105 -0
  5085. package/src/sdk/models/operations/listatsscorecards.ts +123 -0
  5086. package/src/sdk/models/operations/listcommercecollections.ts +109 -0
  5087. package/src/sdk/models/operations/listcommerceinventories.ts +111 -0
  5088. package/src/sdk/models/operations/listcommerceitems.ts +105 -0
  5089. package/src/sdk/models/operations/listcommercelocations.ts +99 -0
  5090. package/src/sdk/models/operations/listcrmcompanies.ts +117 -0
  5091. package/src/sdk/models/operations/listcrmcontacts.ts +117 -0
  5092. package/src/sdk/models/operations/listcrmdeals.ts +117 -0
  5093. package/src/sdk/models/operations/listcrmevents.ts +127 -0
  5094. package/src/sdk/models/operations/listcrmleads.ts +117 -0
  5095. package/src/sdk/models/operations/listcrmpipelines.ts +99 -0
  5096. package/src/sdk/models/operations/listenrichcompanies.ts +75 -0
  5097. package/src/sdk/models/operations/listenrichpeople.ts +100 -0
  5098. package/src/sdk/models/operations/listgenaimodels.ts +99 -0
  5099. package/src/sdk/models/operations/listhriscompanies.ts +99 -0
  5100. package/src/sdk/models/operations/listhrisemployees.ts +105 -0
  5101. package/src/sdk/models/operations/listhrisgroups.ts +105 -0
  5102. package/src/sdk/models/operations/listhrislocations.ts +99 -0
  5103. package/src/sdk/models/operations/listhrispayslips.ts +105 -0
  5104. package/src/sdk/models/operations/listhristimeoffs.ts +105 -0
  5105. package/src/sdk/models/operations/listkmspages.ts +111 -0
  5106. package/src/sdk/models/operations/listkmsspaces.ts +105 -0
  5107. package/src/sdk/models/operations/listmartechlists.ts +99 -0
  5108. package/src/sdk/models/operations/listmartechmembers.ts +105 -0
  5109. package/src/sdk/models/operations/listmessagingchannels.ts +105 -0
  5110. package/src/sdk/models/operations/listmessagingmessages.ts +111 -0
  5111. package/src/sdk/models/operations/listpassthroughs.ts +65 -0
  5112. package/src/sdk/models/operations/listpaymentlinks.ts +111 -0
  5113. package/src/sdk/models/operations/listpaymentpayments.ts +111 -0
  5114. package/src/sdk/models/operations/listpaymentpayouts.ts +99 -0
  5115. package/src/sdk/models/operations/listpaymentrefunds.ts +105 -0
  5116. package/src/sdk/models/operations/liststoragefiles.ts +105 -0
  5117. package/src/sdk/models/operations/listtaskprojects.ts +105 -0
  5118. package/src/sdk/models/operations/listtasktasks.ts +111 -0
  5119. package/src/sdk/models/operations/listticketingcustomers.ts +99 -0
  5120. package/src/sdk/models/operations/listticketingnotes.ts +111 -0
  5121. package/src/sdk/models/operations/listticketingtickets.ts +111 -0
  5122. package/src/sdk/models/operations/listuccalls.ts +111 -0
  5123. package/src/sdk/models/operations/listuccontacts.ts +105 -0
  5124. package/src/sdk/models/operations/listunifiedapicalls.ts +114 -0
  5125. package/src/sdk/models/operations/listunifiedconnections.ts +137 -0
  5126. package/src/sdk/models/operations/listunifiedintegrations.ts +148 -0
  5127. package/src/sdk/models/operations/listunifiedintegrationworkspaces.ts +138 -0
  5128. package/src/sdk/models/operations/listunifiedissues.ts +76 -0
  5129. package/src/sdk/models/operations/listunifiedwebhooks.ts +186 -0
  5130. package/src/sdk/models/operations/patchaccountingaccount.ts +78 -0
  5131. package/src/sdk/models/operations/patchaccountingcontact.ts +75 -0
  5132. package/src/sdk/models/operations/patchaccountinginvoice.ts +75 -0
  5133. package/src/sdk/models/operations/patchaccountingjournal.ts +75 -0
  5134. package/src/sdk/models/operations/patchaccountingtaxrate.ts +75 -0
  5135. package/src/sdk/models/operations/patchaccountingtransaction.ts +75 -0
  5136. package/src/sdk/models/operations/patchatsactivity.ts +75 -0
  5137. package/src/sdk/models/operations/patchatsapplication.ts +75 -0
  5138. package/src/sdk/models/operations/patchatscandidate.ts +75 -0
  5139. package/src/sdk/models/operations/patchatsdocument.ts +75 -0
  5140. package/src/sdk/models/operations/patchatsinterview.ts +75 -0
  5141. package/src/sdk/models/operations/patchatsjob.ts +75 -0
  5142. package/src/sdk/models/operations/patchatsscorecard.ts +75 -0
  5143. package/src/sdk/models/operations/patchcommercecollection.ts +78 -0
  5144. package/src/sdk/models/operations/patchcommerceinventory.ts +75 -0
  5145. package/src/sdk/models/operations/patchcommerceitem.ts +75 -0
  5146. package/src/sdk/models/operations/patchcommercelocation.ts +75 -0
  5147. package/src/sdk/models/operations/patchcrmcompany.ts +78 -0
  5148. package/src/sdk/models/operations/patchcrmcontact.ts +78 -0
  5149. package/src/sdk/models/operations/patchcrmdeal.ts +78 -0
  5150. package/src/sdk/models/operations/patchcrmevent.ts +78 -0
  5151. package/src/sdk/models/operations/patchcrmlead.ts +75 -0
  5152. package/src/sdk/models/operations/patchcrmpipeline.ts +75 -0
  5153. package/src/sdk/models/operations/patchhriscompany.ts +75 -0
  5154. package/src/sdk/models/operations/patchhrisemployee.ts +75 -0
  5155. package/src/sdk/models/operations/patchhrisgroup.ts +75 -0
  5156. package/src/sdk/models/operations/patchhrislocation.ts +75 -0
  5157. package/src/sdk/models/operations/patchkmspage.ts +75 -0
  5158. package/src/sdk/models/operations/patchkmsspace.ts +75 -0
  5159. package/src/sdk/models/operations/patchmartechlist.ts +78 -0
  5160. package/src/sdk/models/operations/patchmartechmember.ts +78 -0
  5161. package/src/sdk/models/operations/patchmessagingmessage.ts +75 -0
  5162. package/src/sdk/models/operations/patchpassthrough.ts +74 -0
  5163. package/src/sdk/models/operations/patchpaymentlink.ts +75 -0
  5164. package/src/sdk/models/operations/patchpaymentpayment.ts +75 -0
  5165. package/src/sdk/models/operations/patchstoragefile.ts +75 -0
  5166. package/src/sdk/models/operations/patchtaskproject.ts +75 -0
  5167. package/src/sdk/models/operations/patchtasktask.ts +75 -0
  5168. package/src/sdk/models/operations/patchticketingcustomer.ts +75 -0
  5169. package/src/sdk/models/operations/patchticketingnote.ts +75 -0
  5170. package/src/sdk/models/operations/patchticketingticket.ts +75 -0
  5171. package/src/sdk/models/operations/patchuccontact.ts +78 -0
  5172. package/src/sdk/models/operations/patchunifiedconnection.ts +69 -0
  5173. package/src/sdk/models/operations/patchunifiedwebhooktrigger.ts +48 -0
  5174. package/src/sdk/models/operations/removeaccountingaccount.ts +68 -0
  5175. package/src/sdk/models/operations/removeaccountingcontact.ts +68 -0
  5176. package/src/sdk/models/operations/removeaccountinginvoice.ts +68 -0
  5177. package/src/sdk/models/operations/removeaccountingjournal.ts +68 -0
  5178. package/src/sdk/models/operations/removeaccountingtaxrate.ts +68 -0
  5179. package/src/sdk/models/operations/removeaccountingtransaction.ts +68 -0
  5180. package/src/sdk/models/operations/removeatsactivity.ts +68 -0
  5181. package/src/sdk/models/operations/removeatsapplication.ts +68 -0
  5182. package/src/sdk/models/operations/removeatscandidate.ts +68 -0
  5183. package/src/sdk/models/operations/removeatsdocument.ts +68 -0
  5184. package/src/sdk/models/operations/removeatsinterview.ts +68 -0
  5185. package/src/sdk/models/operations/removeatsjob.ts +68 -0
  5186. package/src/sdk/models/operations/removeatsscorecard.ts +68 -0
  5187. package/src/sdk/models/operations/removecommercecollection.ts +68 -0
  5188. package/src/sdk/models/operations/removecommerceinventory.ts +68 -0
  5189. package/src/sdk/models/operations/removecommerceitem.ts +68 -0
  5190. package/src/sdk/models/operations/removecommercelocation.ts +68 -0
  5191. package/src/sdk/models/operations/removecrmcompany.ts +68 -0
  5192. package/src/sdk/models/operations/removecrmcontact.ts +68 -0
  5193. package/src/sdk/models/operations/removecrmdeal.ts +68 -0
  5194. package/src/sdk/models/operations/removecrmevent.ts +68 -0
  5195. package/src/sdk/models/operations/removecrmlead.ts +68 -0
  5196. package/src/sdk/models/operations/removecrmpipeline.ts +68 -0
  5197. package/src/sdk/models/operations/removehriscompany.ts +68 -0
  5198. package/src/sdk/models/operations/removehrisemployee.ts +68 -0
  5199. package/src/sdk/models/operations/removehrisgroup.ts +68 -0
  5200. package/src/sdk/models/operations/removehrislocation.ts +68 -0
  5201. package/src/sdk/models/operations/removekmspage.ts +68 -0
  5202. package/src/sdk/models/operations/removekmsspace.ts +68 -0
  5203. package/src/sdk/models/operations/removemartechlist.ts +68 -0
  5204. package/src/sdk/models/operations/removemartechmember.ts +68 -0
  5205. package/src/sdk/models/operations/removemessagingmessage.ts +68 -0
  5206. package/src/sdk/models/operations/removepassthrough.ts +65 -0
  5207. package/src/sdk/models/operations/removepaymentlink.ts +68 -0
  5208. package/src/sdk/models/operations/removepaymentpayment.ts +68 -0
  5209. package/src/sdk/models/operations/removestoragefile.ts +68 -0
  5210. package/src/sdk/models/operations/removetaskproject.ts +68 -0
  5211. package/src/sdk/models/operations/removetasktask.ts +68 -0
  5212. package/src/sdk/models/operations/removeticketingcustomer.ts +68 -0
  5213. package/src/sdk/models/operations/removeticketingnote.ts +68 -0
  5214. package/src/sdk/models/operations/removeticketingticket.ts +68 -0
  5215. package/src/sdk/models/operations/removeuccontact.ts +68 -0
  5216. package/src/sdk/models/operations/removeunifiedconnection.ts +48 -0
  5217. package/src/sdk/models/operations/removeunifiedwebhook.ts +48 -0
  5218. package/src/sdk/models/operations/updateaccountingaccount.ts +78 -0
  5219. package/src/sdk/models/operations/updateaccountingcontact.ts +75 -0
  5220. package/src/sdk/models/operations/updateaccountinginvoice.ts +75 -0
  5221. package/src/sdk/models/operations/updateaccountingjournal.ts +75 -0
  5222. package/src/sdk/models/operations/updateaccountingtaxrate.ts +75 -0
  5223. package/src/sdk/models/operations/updateaccountingtransaction.ts +75 -0
  5224. package/src/sdk/models/operations/updateatsactivity.ts +75 -0
  5225. package/src/sdk/models/operations/updateatsapplication.ts +75 -0
  5226. package/src/sdk/models/operations/updateatscandidate.ts +75 -0
  5227. package/src/sdk/models/operations/updateatsdocument.ts +75 -0
  5228. package/src/sdk/models/operations/updateatsinterview.ts +75 -0
  5229. package/src/sdk/models/operations/updateatsjob.ts +75 -0
  5230. package/src/sdk/models/operations/updateatsscorecard.ts +75 -0
  5231. package/src/sdk/models/operations/updatecommercecollection.ts +78 -0
  5232. package/src/sdk/models/operations/updatecommerceinventory.ts +75 -0
  5233. package/src/sdk/models/operations/updatecommerceitem.ts +75 -0
  5234. package/src/sdk/models/operations/updatecommercelocation.ts +75 -0
  5235. package/src/sdk/models/operations/updatecrmcompany.ts +78 -0
  5236. package/src/sdk/models/operations/updatecrmcontact.ts +78 -0
  5237. package/src/sdk/models/operations/updatecrmdeal.ts +78 -0
  5238. package/src/sdk/models/operations/updatecrmevent.ts +78 -0
  5239. package/src/sdk/models/operations/updatecrmlead.ts +75 -0
  5240. package/src/sdk/models/operations/updatecrmpipeline.ts +75 -0
  5241. package/src/sdk/models/operations/updatehriscompany.ts +75 -0
  5242. package/src/sdk/models/operations/updatehrisemployee.ts +75 -0
  5243. package/src/sdk/models/operations/updatehrisgroup.ts +75 -0
  5244. package/src/sdk/models/operations/updatehrislocation.ts +75 -0
  5245. package/src/sdk/models/operations/updatekmspage.ts +75 -0
  5246. package/src/sdk/models/operations/updatekmsspace.ts +75 -0
  5247. package/src/sdk/models/operations/updatemartechlist.ts +78 -0
  5248. package/src/sdk/models/operations/updatemartechmember.ts +78 -0
  5249. package/src/sdk/models/operations/updatemessagingmessage.ts +75 -0
  5250. package/src/sdk/models/operations/updatepassthrough.ts +74 -0
  5251. package/src/sdk/models/operations/updatepaymentlink.ts +75 -0
  5252. package/src/sdk/models/operations/updatepaymentpayment.ts +75 -0
  5253. package/src/sdk/models/operations/updatestoragefile.ts +75 -0
  5254. package/src/sdk/models/operations/updatetaskproject.ts +75 -0
  5255. package/src/sdk/models/operations/updatetasktask.ts +75 -0
  5256. package/src/sdk/models/operations/updateticketingcustomer.ts +75 -0
  5257. package/src/sdk/models/operations/updateticketingnote.ts +75 -0
  5258. package/src/sdk/models/operations/updateticketingticket.ts +75 -0
  5259. package/src/sdk/models/operations/updateuccontact.ts +78 -0
  5260. package/src/sdk/models/operations/updateunifiedconnection.ts +69 -0
  5261. package/src/sdk/models/operations/updateunifiedwebhooktrigger.ts +48 -0
  5262. package/src/sdk/models/shared/accountingaccount.ts +186 -0
  5263. package/src/sdk/models/shared/accountingcontact.ts +228 -0
  5264. package/src/sdk/models/shared/accountingcontactpaymentmethod.ts +92 -0
  5265. package/src/sdk/models/shared/accountingemail.ts +73 -0
  5266. package/src/sdk/models/shared/accountinginvoice.ts +281 -0
  5267. package/src/sdk/models/shared/accountingjournal.ts +106 -0
  5268. package/src/sdk/models/shared/accountingjournallineitem.ts +96 -0
  5269. package/src/sdk/models/shared/accountinglineitem.ts +171 -0
  5270. package/src/sdk/models/shared/accountingorganization.ts +136 -0
  5271. package/src/sdk/models/shared/accountingtaxrate.ts +101 -0
  5272. package/src/sdk/models/shared/accountingtelephone.ts +80 -0
  5273. package/src/sdk/models/shared/accountingtransaction.ts +166 -0
  5274. package/src/sdk/models/shared/accountingtransactionlineitem.ts +94 -0
  5275. package/src/sdk/models/shared/apicall.ts +150 -0
  5276. package/src/sdk/models/shared/atsactivity.ts +165 -0
  5277. package/src/sdk/models/shared/atsaddress.ts +82 -0
  5278. package/src/sdk/models/shared/atsapplication.ts +201 -0
  5279. package/src/sdk/models/shared/atsapplicationanswer.ts +62 -0
  5280. package/src/sdk/models/shared/atscandidate.ts +212 -0
  5281. package/src/sdk/models/shared/atscompany.ts +114 -0
  5282. package/src/sdk/models/shared/atscompensation.ts +115 -0
  5283. package/src/sdk/models/shared/atsdocument.ts +156 -0
  5284. package/src/sdk/models/shared/atsemail.ts +69 -0
  5285. package/src/sdk/models/shared/atsinterview.ts +175 -0
  5286. package/src/sdk/models/shared/atsjob.ts +248 -0
  5287. package/src/sdk/models/shared/atsjobquestion.ts +102 -0
  5288. package/src/sdk/models/shared/atsscorecard.ts +158 -0
  5289. package/src/sdk/models/shared/atsscorecardquestion.ts +53 -0
  5290. package/src/sdk/models/shared/atsstatus.ts +104 -0
  5291. package/src/sdk/models/shared/atstelephone.ts +74 -0
  5292. package/src/sdk/models/shared/commercecollection.ts +178 -0
  5293. package/src/sdk/models/shared/commerceinventory.ts +98 -0
  5294. package/src/sdk/models/shared/commerceitem.ts +161 -0
  5295. package/src/sdk/models/shared/commerceitemmedia.ts +92 -0
  5296. package/src/sdk/models/shared/commerceitemoption.ts +57 -0
  5297. package/src/sdk/models/shared/commerceitemprice.ts +63 -0
  5298. package/src/sdk/models/shared/commerceitemvariant.ts +242 -0
  5299. package/src/sdk/models/shared/commercelocation.ts +106 -0
  5300. package/src/sdk/models/shared/connection.ts +177 -0
  5301. package/src/sdk/models/shared/crmcompany.ts +169 -0
  5302. package/src/sdk/models/shared/crmcontact.ts +156 -0
  5303. package/src/sdk/models/shared/crmdeal.ts +159 -0
  5304. package/src/sdk/models/shared/crmemail.ts +69 -0
  5305. package/src/sdk/models/shared/crmevent.ts +221 -0
  5306. package/src/sdk/models/shared/crmlead.ts +156 -0
  5307. package/src/sdk/models/shared/crmpipeline.ts +114 -0
  5308. package/src/sdk/models/shared/crmstage.ts +94 -0
  5309. package/src/sdk/models/shared/crmtelephone.ts +74 -0
  5310. package/src/sdk/models/shared/enrichcompany.ts +224 -0
  5311. package/src/sdk/models/shared/enrichemail.ts +89 -0
  5312. package/src/sdk/models/shared/enrichperson.ts +245 -0
  5313. package/src/sdk/models/shared/enrichpersonworkhistory.ts +104 -0
  5314. package/src/sdk/models/shared/enrichtelephone.ts +75 -0
  5315. package/src/sdk/models/shared/genaicontent.ts +69 -0
  5316. package/src/sdk/models/shared/genaimodel.ts +78 -0
  5317. package/src/sdk/models/shared/genaiprompt.ts +82 -0
  5318. package/src/sdk/models/shared/hriscompany.ts +102 -0
  5319. package/src/sdk/models/shared/hriscompensation.ts +115 -0
  5320. package/src/sdk/models/shared/hrisemail.ts +69 -0
  5321. package/src/sdk/models/shared/hrisemployee.ts +407 -0
  5322. package/src/sdk/models/shared/hrisgroup.ts +151 -0
  5323. package/src/sdk/models/shared/hrislocation.ts +148 -0
  5324. package/src/sdk/models/shared/hrispayslip.ts +186 -0
  5325. package/src/sdk/models/shared/hrispayslipdetail.ts +118 -0
  5326. package/src/sdk/models/shared/hristelephone.ts +75 -0
  5327. package/src/sdk/models/shared/hristimeoff.ts +193 -0
  5328. package/src/sdk/models/shared/index.ts +133 -0
  5329. package/src/sdk/models/shared/integration.ts +202 -0
  5330. package/src/sdk/models/shared/integrationsupport.ts +1264 -0
  5331. package/src/sdk/models/shared/issue.ts +125 -0
  5332. package/src/sdk/models/shared/kmspage.ts +143 -0
  5333. package/src/sdk/models/shared/kmsspace.ts +104 -0
  5334. package/src/sdk/models/shared/marketingemail.ts +73 -0
  5335. package/src/sdk/models/shared/marketinglist.ts +85 -0
  5336. package/src/sdk/models/shared/marketingmember.ts +121 -0
  5337. package/src/sdk/models/shared/messagingattachment.ts +78 -0
  5338. package/src/sdk/models/shared/messagingchannel.ts +123 -0
  5339. package/src/sdk/models/shared/messagingmember.ts +62 -0
  5340. package/src/sdk/models/shared/messagingmessage.ts +146 -0
  5341. package/src/sdk/models/shared/paymentlink.ts +128 -0
  5342. package/src/sdk/models/shared/paymentlinklineitem.ts +171 -0
  5343. package/src/sdk/models/shared/paymentpayment.ts +124 -0
  5344. package/src/sdk/models/shared/paymentpayout.ts +114 -0
  5345. package/src/sdk/models/shared/paymentrefund.ts +124 -0
  5346. package/src/sdk/models/shared/propertyaccountingcontactbillingaddress.ts +90 -0
  5347. package/src/sdk/models/shared/propertyaccountingcontactshippingaddress.ts +90 -0
  5348. package/src/sdk/models/shared/propertyaccountingorganizationaddress.ts +90 -0
  5349. package/src/sdk/models/shared/propertyatscandidateaddress.ts +90 -0
  5350. package/src/sdk/models/shared/propertyatscompanyaddress.ts +90 -0
  5351. package/src/sdk/models/shared/propertycommercelocationaddress.ts +90 -0
  5352. package/src/sdk/models/shared/propertyconnectionauth.ts +196 -0
  5353. package/src/sdk/models/shared/propertyconnectioncategories.ts +48 -0
  5354. package/src/sdk/models/shared/propertyconnectionpermissions.ts +129 -0
  5355. package/src/sdk/models/shared/propertycrmcompanyaddress.ts +90 -0
  5356. package/src/sdk/models/shared/propertycrmcontactaddress.ts +90 -0
  5357. package/src/sdk/models/shared/propertycrmeventcall.ts +76 -0
  5358. package/src/sdk/models/shared/propertycrmeventemail.ts +87 -0
  5359. package/src/sdk/models/shared/propertycrmeventmeeting.ts +89 -0
  5360. package/src/sdk/models/shared/propertycrmeventnote.ts +52 -0
  5361. package/src/sdk/models/shared/propertycrmeventtask.ts +138 -0
  5362. package/src/sdk/models/shared/propertycrmleadaddress.ts +90 -0
  5363. package/src/sdk/models/shared/propertyenrichcompanyaddress.ts +93 -0
  5364. package/src/sdk/models/shared/propertyenrichpersonaddress.ts +93 -0
  5365. package/src/sdk/models/shared/propertyhriscompanyaddress.ts +90 -0
  5366. package/src/sdk/models/shared/propertyhrisemployeeaddress.ts +90 -0
  5367. package/src/sdk/models/shared/propertyhrisemployeeemployeeroles.ts +38 -0
  5368. package/src/sdk/models/shared/propertyhrislocationaddress.ts +90 -0
  5369. package/src/sdk/models/shared/propertyintegrationcategories.ts +48 -0
  5370. package/src/sdk/models/shared/propertyintegrationsupportwebhookevents.ts +80 -0
  5371. package/src/sdk/models/shared/propertymessagingmessageauthormember.ts +66 -0
  5372. package/src/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.ts +37 -0
  5373. package/src/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.ts +37 -0
  5374. package/src/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.ts +37 -0
  5375. package/src/sdk/models/shared/propertystoragepermissionroles.ts +34 -0
  5376. package/src/sdk/models/shared/propertyuccalltelephone.ts +83 -0
  5377. package/src/sdk/models/shared/security.ts +38 -0
  5378. package/src/sdk/models/shared/storagefile.ts +162 -0
  5379. package/src/sdk/models/shared/storagepermission.ts +70 -0
  5380. package/src/sdk/models/shared/taskproject.ts +102 -0
  5381. package/src/sdk/models/shared/tasktask.ts +185 -0
  5382. package/src/sdk/models/shared/ticketingcustomer.ts +111 -0
  5383. package/src/sdk/models/shared/ticketingemail.ts +73 -0
  5384. package/src/sdk/models/shared/ticketingnote.ts +97 -0
  5385. package/src/sdk/models/shared/ticketingtelephone.ts +78 -0
  5386. package/src/sdk/models/shared/ticketingticket.ts +171 -0
  5387. package/src/sdk/models/shared/uccall.ts +132 -0
  5388. package/src/sdk/models/shared/uccontact.ts +122 -0
  5389. package/src/sdk/models/shared/ucemail.ts +68 -0
  5390. package/src/sdk/models/shared/uctelephone.ts +74 -0
  5391. package/src/sdk/models/shared/webhook.ts +297 -0
  5392. package/src/sdk/note.ts +76 -0
  5393. package/src/sdk/organization.ts +32 -0
  5394. package/src/sdk/page.ts +76 -0
  5395. package/src/sdk/passthrough.ts +64 -0
  5396. package/src/sdk/payment.ts +186 -0
  5397. package/src/sdk/payout.ts +32 -0
  5398. package/src/sdk/payslip.ts +32 -0
  5399. package/src/sdk/person.ts +21 -0
  5400. package/src/sdk/pipeline.ts +76 -0
  5401. package/src/sdk/project.ts +76 -0
  5402. package/src/sdk/prompt.ts +21 -0
  5403. package/src/sdk/refund.ts +32 -0
  5404. package/src/sdk/scorecard.ts +76 -0
  5405. package/src/sdk/sdk.ts +427 -0
  5406. package/src/sdk/space.ts +76 -0
  5407. package/src/sdk/storage.ts +76 -0
  5408. package/src/sdk/task.ts +142 -0
  5409. package/src/sdk/taxrate.ts +76 -0
  5410. package/src/sdk/ticket.ts +76 -0
  5411. package/src/sdk/ticketing.ts +208 -0
  5412. package/src/sdk/timeoff.ts +32 -0
  5413. package/src/sdk/transaction.ts +76 -0
  5414. package/src/sdk/types/blobs.ts +31 -0
  5415. package/src/sdk/types/enums.ts +16 -0
  5416. package/src/sdk/types/fp.ts +50 -0
  5417. package/src/sdk/types/index.ts +11 -0
  5418. package/src/sdk/types/operations.ts +99 -0
  5419. package/src/sdk/types/rfcdate.ts +54 -0
  5420. package/src/sdk/uc.ts +87 -0
  5421. package/src/sdk/unified.ts +217 -0
  5422. package/src/sdk/webhook.ts +79 -0
  5423. package/dist/index.d.ts +0 -1
  5424. package/dist/index.js +0 -20
  5425. package/dist/internal/utils/contenttype.d.ts +0 -1
  5426. package/dist/internal/utils/contenttype.js +0 -33
  5427. package/dist/internal/utils/headers.d.ts +0 -4
  5428. package/dist/internal/utils/headers.js +0 -92
  5429. package/dist/internal/utils/index.d.ts +0 -8
  5430. package/dist/internal/utils/index.js +0 -27
  5431. package/dist/internal/utils/pathparams.d.ts +0 -2
  5432. package/dist/internal/utils/pathparams.js +0 -53
  5433. package/dist/internal/utils/queryparams.d.ts +0 -2
  5434. package/dist/internal/utils/queryparams.js +0 -182
  5435. package/dist/internal/utils/requestbody.d.ts +0 -2
  5436. package/dist/internal/utils/requestbody.js +0 -328
  5437. package/dist/internal/utils/retries.d.ts +0 -20
  5438. package/dist/internal/utils/retries.js +0 -250
  5439. package/dist/internal/utils/security.d.ts +0 -5
  5440. package/dist/internal/utils/security.js +0 -196
  5441. package/dist/internal/utils/utils.d.ts +0 -37
  5442. package/dist/internal/utils/utils.js +0 -368
  5443. package/dist/sdk/account.d.ts +0 -31
  5444. package/dist/sdk/account.js +0 -503
  5445. package/dist/sdk/accounting.d.ts +0 -159
  5446. package/dist/sdk/accounting.js +0 -2629
  5447. package/dist/sdk/activity.d.ts +0 -31
  5448. package/dist/sdk/activity.js +0 -503
  5449. package/dist/sdk/apicall.d.ts +0 -15
  5450. package/dist/sdk/apicall.js +0 -212
  5451. package/dist/sdk/application.d.ts +0 -31
  5452. package/dist/sdk/application.js +0 -503
  5453. package/dist/sdk/applicationstatus.d.ts +0 -11
  5454. package/dist/sdk/applicationstatus.js +0 -151
  5455. package/dist/sdk/ats.d.ts +0 -187
  5456. package/dist/sdk/ats.js +0 -3093
  5457. package/dist/sdk/auth.d.ts +0 -21
  5458. package/dist/sdk/auth.js +0 -217
  5459. package/dist/sdk/call.d.ts +0 -11
  5460. package/dist/sdk/call.js +0 -151
  5461. package/dist/sdk/candidate.d.ts +0 -31
  5462. package/dist/sdk/candidate.js +0 -503
  5463. package/dist/sdk/channel.d.ts +0 -15
  5464. package/dist/sdk/channel.js +0 -213
  5465. package/dist/sdk/collection.d.ts +0 -31
  5466. package/dist/sdk/collection.js +0 -503
  5467. package/dist/sdk/commerce.d.ts +0 -103
  5468. package/dist/sdk/commerce.js +0 -1703
  5469. package/dist/sdk/company.d.ts +0 -67
  5470. package/dist/sdk/company.js +0 -1091
  5471. package/dist/sdk/connection.d.ts +0 -32
  5472. package/dist/sdk/connection.js +0 -502
  5473. package/dist/sdk/contact.d.ts +0 -79
  5474. package/dist/sdk/contact.js +0 -1303
  5475. package/dist/sdk/crm.d.ts +0 -151
  5476. package/dist/sdk/crm.js +0 -2503
  5477. package/dist/sdk/customer.d.ts +0 -31
  5478. package/dist/sdk/customer.js +0 -503
  5479. package/dist/sdk/deal.d.ts +0 -31
  5480. package/dist/sdk/deal.js +0 -503
  5481. package/dist/sdk/document.d.ts +0 -31
  5482. package/dist/sdk/document.js +0 -503
  5483. package/dist/sdk/employee.d.ts +0 -31
  5484. package/dist/sdk/employee.js +0 -503
  5485. package/dist/sdk/enrich.d.ts +0 -15
  5486. package/dist/sdk/enrich.js +0 -211
  5487. package/dist/sdk/event.d.ts +0 -31
  5488. package/dist/sdk/event.js +0 -503
  5489. package/dist/sdk/file.d.ts +0 -31
  5490. package/dist/sdk/file.js +0 -503
  5491. package/dist/sdk/genai.d.ts +0 -15
  5492. package/dist/sdk/genai.js +0 -238
  5493. package/dist/sdk/group.d.ts +0 -31
  5494. package/dist/sdk/group.js +0 -503
  5495. package/dist/sdk/hris.d.ts +0 -119
  5496. package/dist/sdk/hris.js +0 -1955
  5497. package/dist/sdk/index.d.ts +0 -1
  5498. package/dist/sdk/index.js +0 -20
  5499. package/dist/sdk/integration.d.ts +0 -25
  5500. package/dist/sdk/integration.js +0 -283
  5501. package/dist/sdk/interview.d.ts +0 -31
  5502. package/dist/sdk/interview.js +0 -503
  5503. package/dist/sdk/inventory.d.ts +0 -31
  5504. package/dist/sdk/inventory.js +0 -503
  5505. package/dist/sdk/invoice.d.ts +0 -31
  5506. package/dist/sdk/invoice.js +0 -503
  5507. package/dist/sdk/issue.d.ts +0 -11
  5508. package/dist/sdk/issue.js +0 -151
  5509. package/dist/sdk/item.d.ts +0 -31
  5510. package/dist/sdk/item.js +0 -503
  5511. package/dist/sdk/job.d.ts +0 -31
  5512. package/dist/sdk/job.js +0 -503
  5513. package/dist/sdk/journal.d.ts +0 -31
  5514. package/dist/sdk/journal.js +0 -503
  5515. package/dist/sdk/kms.d.ts +0 -55
  5516. package/dist/sdk/kms.js +0 -903
  5517. package/dist/sdk/lead.d.ts +0 -31
  5518. package/dist/sdk/lead.js +0 -503
  5519. package/dist/sdk/link.d.ts +0 -31
  5520. package/dist/sdk/link.js +0 -503
  5521. package/dist/sdk/list.d.ts +0 -31
  5522. package/dist/sdk/list.js +0 -503
  5523. package/dist/sdk/location.d.ts +0 -55
  5524. package/dist/sdk/location.js +0 -903
  5525. package/dist/sdk/login.d.ts +0 -14
  5526. package/dist/sdk/login.js +0 -152
  5527. package/dist/sdk/martech.d.ts +0 -55
  5528. package/dist/sdk/martech.js +0 -903
  5529. package/dist/sdk/member.d.ts +0 -31
  5530. package/dist/sdk/member.js +0 -503
  5531. package/dist/sdk/message.d.ts +0 -31
  5532. package/dist/sdk/message.js +0 -503
  5533. package/dist/sdk/messaging.d.ts +0 -39
  5534. package/dist/sdk/messaging.js +0 -629
  5535. package/dist/sdk/model.d.ts +0 -11
  5536. package/dist/sdk/model.js +0 -151
  5537. package/dist/sdk/models/errors/index.d.ts +0 -1
  5538. package/dist/sdk/models/errors/index.js +0 -20
  5539. package/dist/sdk/models/errors/sdkerror.d.ts +0 -7
  5540. package/dist/sdk/models/errors/sdkerror.js +0 -40
  5541. package/dist/sdk/models/operations/createaccountingaccount.d.ts +0 -31
  5542. package/dist/sdk/models/operations/createaccountingaccount.js +0 -95
  5543. package/dist/sdk/models/operations/createaccountingcontact.d.ts +0 -28
  5544. package/dist/sdk/models/operations/createaccountingcontact.js +0 -95
  5545. package/dist/sdk/models/operations/createaccountinginvoice.d.ts +0 -28
  5546. package/dist/sdk/models/operations/createaccountinginvoice.js +0 -95
  5547. package/dist/sdk/models/operations/createaccountingjournal.d.ts +0 -28
  5548. package/dist/sdk/models/operations/createaccountingjournal.js +0 -95
  5549. package/dist/sdk/models/operations/createaccountingtaxrate.d.ts +0 -28
  5550. package/dist/sdk/models/operations/createaccountingtaxrate.js +0 -95
  5551. package/dist/sdk/models/operations/createaccountingtransaction.d.ts +0 -28
  5552. package/dist/sdk/models/operations/createaccountingtransaction.js +0 -95
  5553. package/dist/sdk/models/operations/createatsactivity.d.ts +0 -28
  5554. package/dist/sdk/models/operations/createatsactivity.js +0 -95
  5555. package/dist/sdk/models/operations/createatsapplication.d.ts +0 -28
  5556. package/dist/sdk/models/operations/createatsapplication.js +0 -95
  5557. package/dist/sdk/models/operations/createatscandidate.d.ts +0 -28
  5558. package/dist/sdk/models/operations/createatscandidate.js +0 -95
  5559. package/dist/sdk/models/operations/createatsdocument.d.ts +0 -28
  5560. package/dist/sdk/models/operations/createatsdocument.js +0 -95
  5561. package/dist/sdk/models/operations/createatsinterview.d.ts +0 -28
  5562. package/dist/sdk/models/operations/createatsinterview.js +0 -95
  5563. package/dist/sdk/models/operations/createatsjob.d.ts +0 -28
  5564. package/dist/sdk/models/operations/createatsjob.js +0 -95
  5565. package/dist/sdk/models/operations/createatsscorecard.d.ts +0 -28
  5566. package/dist/sdk/models/operations/createatsscorecard.js +0 -95
  5567. package/dist/sdk/models/operations/createcommercecollection.d.ts +0 -31
  5568. package/dist/sdk/models/operations/createcommercecollection.js +0 -95
  5569. package/dist/sdk/models/operations/createcommerceinventory.d.ts +0 -28
  5570. package/dist/sdk/models/operations/createcommerceinventory.js +0 -95
  5571. package/dist/sdk/models/operations/createcommerceitem.d.ts +0 -28
  5572. package/dist/sdk/models/operations/createcommerceitem.js +0 -95
  5573. package/dist/sdk/models/operations/createcommercelocation.d.ts +0 -28
  5574. package/dist/sdk/models/operations/createcommercelocation.js +0 -95
  5575. package/dist/sdk/models/operations/createcrmcompany.d.ts +0 -31
  5576. package/dist/sdk/models/operations/createcrmcompany.js +0 -95
  5577. package/dist/sdk/models/operations/createcrmcontact.d.ts +0 -31
  5578. package/dist/sdk/models/operations/createcrmcontact.js +0 -95
  5579. package/dist/sdk/models/operations/createcrmdeal.d.ts +0 -31
  5580. package/dist/sdk/models/operations/createcrmdeal.js +0 -95
  5581. package/dist/sdk/models/operations/createcrmevent.d.ts +0 -31
  5582. package/dist/sdk/models/operations/createcrmevent.js +0 -95
  5583. package/dist/sdk/models/operations/createcrmlead.d.ts +0 -28
  5584. package/dist/sdk/models/operations/createcrmlead.js +0 -95
  5585. package/dist/sdk/models/operations/createcrmpipeline.d.ts +0 -28
  5586. package/dist/sdk/models/operations/createcrmpipeline.js +0 -95
  5587. package/dist/sdk/models/operations/creategenaiprompt.d.ts +0 -28
  5588. package/dist/sdk/models/operations/creategenaiprompt.js +0 -95
  5589. package/dist/sdk/models/operations/createhriscompany.d.ts +0 -28
  5590. package/dist/sdk/models/operations/createhriscompany.js +0 -95
  5591. package/dist/sdk/models/operations/createhrisemployee.d.ts +0 -28
  5592. package/dist/sdk/models/operations/createhrisemployee.js +0 -95
  5593. package/dist/sdk/models/operations/createhrisgroup.d.ts +0 -28
  5594. package/dist/sdk/models/operations/createhrisgroup.js +0 -95
  5595. package/dist/sdk/models/operations/createhrislocation.d.ts +0 -28
  5596. package/dist/sdk/models/operations/createhrislocation.js +0 -95
  5597. package/dist/sdk/models/operations/createkmspage.d.ts +0 -28
  5598. package/dist/sdk/models/operations/createkmspage.js +0 -95
  5599. package/dist/sdk/models/operations/createkmsspace.d.ts +0 -28
  5600. package/dist/sdk/models/operations/createkmsspace.js +0 -95
  5601. package/dist/sdk/models/operations/createmartechlist.d.ts +0 -31
  5602. package/dist/sdk/models/operations/createmartechlist.js +0 -95
  5603. package/dist/sdk/models/operations/createmartechmember.d.ts +0 -31
  5604. package/dist/sdk/models/operations/createmartechmember.js +0 -95
  5605. package/dist/sdk/models/operations/createmessagingmessage.d.ts +0 -28
  5606. package/dist/sdk/models/operations/createmessagingmessage.js +0 -95
  5607. package/dist/sdk/models/operations/createpassthrough.d.ts +0 -31
  5608. package/dist/sdk/models/operations/createpassthrough.js +0 -75
  5609. package/dist/sdk/models/operations/createpaymentlink.d.ts +0 -28
  5610. package/dist/sdk/models/operations/createpaymentlink.js +0 -95
  5611. package/dist/sdk/models/operations/createpaymentpayment.d.ts +0 -28
  5612. package/dist/sdk/models/operations/createpaymentpayment.js +0 -95
  5613. package/dist/sdk/models/operations/createstoragefile.d.ts +0 -28
  5614. package/dist/sdk/models/operations/createstoragefile.js +0 -95
  5615. package/dist/sdk/models/operations/createtaskproject.d.ts +0 -28
  5616. package/dist/sdk/models/operations/createtaskproject.js +0 -95
  5617. package/dist/sdk/models/operations/createtasktask.d.ts +0 -28
  5618. package/dist/sdk/models/operations/createtasktask.js +0 -95
  5619. package/dist/sdk/models/operations/createticketingcustomer.d.ts +0 -28
  5620. package/dist/sdk/models/operations/createticketingcustomer.js +0 -95
  5621. package/dist/sdk/models/operations/createticketingnote.d.ts +0 -28
  5622. package/dist/sdk/models/operations/createticketingnote.js +0 -95
  5623. package/dist/sdk/models/operations/createticketingticket.d.ts +0 -28
  5624. package/dist/sdk/models/operations/createticketingticket.js +0 -95
  5625. package/dist/sdk/models/operations/createuccontact.d.ts +0 -31
  5626. package/dist/sdk/models/operations/createuccontact.js +0 -95
  5627. package/dist/sdk/models/operations/createunifiedconnection.d.ts +0 -21
  5628. package/dist/sdk/models/operations/createunifiedconnection.js +0 -79
  5629. package/dist/sdk/models/operations/createunifiedwebhook.d.ts +0 -28
  5630. package/dist/sdk/models/operations/createunifiedwebhook.js +0 -95
  5631. package/dist/sdk/models/operations/getaccountingaccount.d.ts +0 -35
  5632. package/dist/sdk/models/operations/getaccountingaccount.js +0 -99
  5633. package/dist/sdk/models/operations/getaccountingcontact.d.ts +0 -35
  5634. package/dist/sdk/models/operations/getaccountingcontact.js +0 -99
  5635. package/dist/sdk/models/operations/getaccountinginvoice.d.ts +0 -35
  5636. package/dist/sdk/models/operations/getaccountinginvoice.js +0 -99
  5637. package/dist/sdk/models/operations/getaccountingjournal.d.ts +0 -35
  5638. package/dist/sdk/models/operations/getaccountingjournal.js +0 -99
  5639. package/dist/sdk/models/operations/getaccountingorganization.d.ts +0 -35
  5640. package/dist/sdk/models/operations/getaccountingorganization.js +0 -99
  5641. package/dist/sdk/models/operations/getaccountingtaxrate.d.ts +0 -35
  5642. package/dist/sdk/models/operations/getaccountingtaxrate.js +0 -99
  5643. package/dist/sdk/models/operations/getaccountingtransaction.d.ts +0 -35
  5644. package/dist/sdk/models/operations/getaccountingtransaction.js +0 -99
  5645. package/dist/sdk/models/operations/getatsactivity.d.ts +0 -35
  5646. package/dist/sdk/models/operations/getatsactivity.js +0 -99
  5647. package/dist/sdk/models/operations/getatsapplication.d.ts +0 -35
  5648. package/dist/sdk/models/operations/getatsapplication.js +0 -99
  5649. package/dist/sdk/models/operations/getatscandidate.d.ts +0 -35
  5650. package/dist/sdk/models/operations/getatscandidate.js +0 -99
  5651. package/dist/sdk/models/operations/getatscompany.d.ts +0 -35
  5652. package/dist/sdk/models/operations/getatscompany.js +0 -99
  5653. package/dist/sdk/models/operations/getatsdocument.d.ts +0 -35
  5654. package/dist/sdk/models/operations/getatsdocument.js +0 -99
  5655. package/dist/sdk/models/operations/getatsinterview.d.ts +0 -35
  5656. package/dist/sdk/models/operations/getatsinterview.js +0 -99
  5657. package/dist/sdk/models/operations/getatsjob.d.ts +0 -35
  5658. package/dist/sdk/models/operations/getatsjob.js +0 -99
  5659. package/dist/sdk/models/operations/getatsscorecard.d.ts +0 -35
  5660. package/dist/sdk/models/operations/getatsscorecard.js +0 -99
  5661. package/dist/sdk/models/operations/getcommercecollection.d.ts +0 -35
  5662. package/dist/sdk/models/operations/getcommercecollection.js +0 -99
  5663. package/dist/sdk/models/operations/getcommerceinventory.d.ts +0 -35
  5664. package/dist/sdk/models/operations/getcommerceinventory.js +0 -99
  5665. package/dist/sdk/models/operations/getcommerceitem.d.ts +0 -35
  5666. package/dist/sdk/models/operations/getcommerceitem.js +0 -99
  5667. package/dist/sdk/models/operations/getcommercelocation.d.ts +0 -35
  5668. package/dist/sdk/models/operations/getcommercelocation.js +0 -99
  5669. package/dist/sdk/models/operations/getcrmcompany.d.ts +0 -35
  5670. package/dist/sdk/models/operations/getcrmcompany.js +0 -99
  5671. package/dist/sdk/models/operations/getcrmcontact.d.ts +0 -35
  5672. package/dist/sdk/models/operations/getcrmcontact.js +0 -99
  5673. package/dist/sdk/models/operations/getcrmdeal.d.ts +0 -35
  5674. package/dist/sdk/models/operations/getcrmdeal.js +0 -99
  5675. package/dist/sdk/models/operations/getcrmevent.d.ts +0 -35
  5676. package/dist/sdk/models/operations/getcrmevent.js +0 -99
  5677. package/dist/sdk/models/operations/getcrmlead.d.ts +0 -35
  5678. package/dist/sdk/models/operations/getcrmlead.js +0 -99
  5679. package/dist/sdk/models/operations/getcrmpipeline.d.ts +0 -35
  5680. package/dist/sdk/models/operations/getcrmpipeline.js +0 -99
  5681. package/dist/sdk/models/operations/gethriscompany.d.ts +0 -35
  5682. package/dist/sdk/models/operations/gethriscompany.js +0 -99
  5683. package/dist/sdk/models/operations/gethrisemployee.d.ts +0 -35
  5684. package/dist/sdk/models/operations/gethrisemployee.js +0 -99
  5685. package/dist/sdk/models/operations/gethrisgroup.d.ts +0 -35
  5686. package/dist/sdk/models/operations/gethrisgroup.js +0 -99
  5687. package/dist/sdk/models/operations/gethrislocation.d.ts +0 -35
  5688. package/dist/sdk/models/operations/gethrislocation.js +0 -99
  5689. package/dist/sdk/models/operations/gethrispayslip.d.ts +0 -35
  5690. package/dist/sdk/models/operations/gethrispayslip.js +0 -99
  5691. package/dist/sdk/models/operations/gethristimeoff.d.ts +0 -35
  5692. package/dist/sdk/models/operations/gethristimeoff.js +0 -99
  5693. package/dist/sdk/models/operations/getkmspage.d.ts +0 -35
  5694. package/dist/sdk/models/operations/getkmspage.js +0 -99
  5695. package/dist/sdk/models/operations/getkmsspace.d.ts +0 -35
  5696. package/dist/sdk/models/operations/getkmsspace.js +0 -99
  5697. package/dist/sdk/models/operations/getmartechlist.d.ts +0 -35
  5698. package/dist/sdk/models/operations/getmartechlist.js +0 -99
  5699. package/dist/sdk/models/operations/getmartechmember.d.ts +0 -35
  5700. package/dist/sdk/models/operations/getmartechmember.js +0 -99
  5701. package/dist/sdk/models/operations/getmessagingchannel.d.ts +0 -35
  5702. package/dist/sdk/models/operations/getmessagingchannel.js +0 -99
  5703. package/dist/sdk/models/operations/getmessagingmessage.d.ts +0 -35
  5704. package/dist/sdk/models/operations/getmessagingmessage.js +0 -99
  5705. package/dist/sdk/models/operations/getpaymentlink.d.ts +0 -35
  5706. package/dist/sdk/models/operations/getpaymentlink.js +0 -99
  5707. package/dist/sdk/models/operations/getpaymentpayment.d.ts +0 -35
  5708. package/dist/sdk/models/operations/getpaymentpayment.js +0 -99
  5709. package/dist/sdk/models/operations/getpaymentpayout.d.ts +0 -35
  5710. package/dist/sdk/models/operations/getpaymentpayout.js +0 -99
  5711. package/dist/sdk/models/operations/getpaymentrefund.d.ts +0 -35
  5712. package/dist/sdk/models/operations/getpaymentrefund.js +0 -99
  5713. package/dist/sdk/models/operations/getstoragefile.d.ts +0 -35
  5714. package/dist/sdk/models/operations/getstoragefile.js +0 -99
  5715. package/dist/sdk/models/operations/gettaskproject.d.ts +0 -35
  5716. package/dist/sdk/models/operations/gettaskproject.js +0 -99
  5717. package/dist/sdk/models/operations/gettasktask.d.ts +0 -35
  5718. package/dist/sdk/models/operations/gettasktask.js +0 -99
  5719. package/dist/sdk/models/operations/getticketingcustomer.d.ts +0 -35
  5720. package/dist/sdk/models/operations/getticketingcustomer.js +0 -99
  5721. package/dist/sdk/models/operations/getticketingnote.d.ts +0 -35
  5722. package/dist/sdk/models/operations/getticketingnote.js +0 -99
  5723. package/dist/sdk/models/operations/getticketingticket.d.ts +0 -35
  5724. package/dist/sdk/models/operations/getticketingticket.js +0 -99
  5725. package/dist/sdk/models/operations/getuccontact.d.ts +0 -35
  5726. package/dist/sdk/models/operations/getuccontact.js +0 -99
  5727. package/dist/sdk/models/operations/getunifiedapicall.d.ts +0 -27
  5728. package/dist/sdk/models/operations/getunifiedapicall.js +0 -91
  5729. package/dist/sdk/models/operations/getunifiedconnection.d.ts +0 -27
  5730. package/dist/sdk/models/operations/getunifiedconnection.js +0 -91
  5731. package/dist/sdk/models/operations/getunifiedintegrationauth.d.ts +0 -154
  5732. package/dist/sdk/models/operations/getunifiedintegrationauth.js +0 -208
  5733. package/dist/sdk/models/operations/getunifiedintegrationlogin.d.ts +0 -44
  5734. package/dist/sdk/models/operations/getunifiedintegrationlogin.js +0 -91
  5735. package/dist/sdk/models/operations/getunifiedwebhook.d.ts +0 -27
  5736. package/dist/sdk/models/operations/getunifiedwebhook.js +0 -91
  5737. package/dist/sdk/models/operations/index.d.ts +0 -290
  5738. package/dist/sdk/models/operations/index.js +0 -309
  5739. package/dist/sdk/models/operations/listaccountingaccounts.d.ts +0 -41
  5740. package/dist/sdk/models/operations/listaccountingaccounts.js +0 -111
  5741. package/dist/sdk/models/operations/listaccountingcontacts.d.ts +0 -42
  5742. package/dist/sdk/models/operations/listaccountingcontacts.js +0 -115
  5743. package/dist/sdk/models/operations/listaccountinginvoices.d.ts +0 -42
  5744. package/dist/sdk/models/operations/listaccountinginvoices.js +0 -115
  5745. package/dist/sdk/models/operations/listaccountingjournals.d.ts +0 -41
  5746. package/dist/sdk/models/operations/listaccountingjournals.js +0 -111
  5747. package/dist/sdk/models/operations/listaccountingorganizations.d.ts +0 -41
  5748. package/dist/sdk/models/operations/listaccountingorganizations.js +0 -111
  5749. package/dist/sdk/models/operations/listaccountingtaxrates.d.ts +0 -41
  5750. package/dist/sdk/models/operations/listaccountingtaxrates.js +0 -111
  5751. package/dist/sdk/models/operations/listaccountingtransactions.d.ts +0 -42
  5752. package/dist/sdk/models/operations/listaccountingtransactions.js +0 -115
  5753. package/dist/sdk/models/operations/listatsactivities.d.ts +0 -47
  5754. package/dist/sdk/models/operations/listatsactivities.js +0 -135
  5755. package/dist/sdk/models/operations/listatsapplications.d.ts +0 -43
  5756. package/dist/sdk/models/operations/listatsapplications.js +0 -119
  5757. package/dist/sdk/models/operations/listatsapplicationstatuses.d.ts +0 -41
  5758. package/dist/sdk/models/operations/listatsapplicationstatuses.js +0 -111
  5759. package/dist/sdk/models/operations/listatscandidates.d.ts +0 -42
  5760. package/dist/sdk/models/operations/listatscandidates.js +0 -115
  5761. package/dist/sdk/models/operations/listatscompanies.d.ts +0 -41
  5762. package/dist/sdk/models/operations/listatscompanies.js +0 -111
  5763. package/dist/sdk/models/operations/listatsdocuments.d.ts +0 -43
  5764. package/dist/sdk/models/operations/listatsdocuments.js +0 -119
  5765. package/dist/sdk/models/operations/listatsinterviews.d.ts +0 -42
  5766. package/dist/sdk/models/operations/listatsinterviews.js +0 -115
  5767. package/dist/sdk/models/operations/listatsjobs.d.ts +0 -42
  5768. package/dist/sdk/models/operations/listatsjobs.js +0 -115
  5769. package/dist/sdk/models/operations/listatsscorecards.d.ts +0 -45
  5770. package/dist/sdk/models/operations/listatsscorecards.js +0 -127
  5771. package/dist/sdk/models/operations/listcommercecollections.d.ts +0 -43
  5772. package/dist/sdk/models/operations/listcommercecollections.js +0 -119
  5773. package/dist/sdk/models/operations/listcommerceinventories.d.ts +0 -43
  5774. package/dist/sdk/models/operations/listcommerceinventories.js +0 -119
  5775. package/dist/sdk/models/operations/listcommerceitems.d.ts +0 -42
  5776. package/dist/sdk/models/operations/listcommerceitems.js +0 -115
  5777. package/dist/sdk/models/operations/listcommercelocations.d.ts +0 -41
  5778. package/dist/sdk/models/operations/listcommercelocations.js +0 -111
  5779. package/dist/sdk/models/operations/listcrmcompanies.d.ts +0 -44
  5780. package/dist/sdk/models/operations/listcrmcompanies.js +0 -123
  5781. package/dist/sdk/models/operations/listcrmcontacts.d.ts +0 -44
  5782. package/dist/sdk/models/operations/listcrmcontacts.js +0 -123
  5783. package/dist/sdk/models/operations/listcrmdeals.d.ts +0 -44
  5784. package/dist/sdk/models/operations/listcrmdeals.js +0 -123
  5785. package/dist/sdk/models/operations/listcrmevents.d.ts +0 -46
  5786. package/dist/sdk/models/operations/listcrmevents.js +0 -131
  5787. package/dist/sdk/models/operations/listcrmleads.d.ts +0 -44
  5788. package/dist/sdk/models/operations/listcrmleads.js +0 -123
  5789. package/dist/sdk/models/operations/listcrmpipelines.d.ts +0 -41
  5790. package/dist/sdk/models/operations/listcrmpipelines.js +0 -111
  5791. package/dist/sdk/models/operations/listenrichcompanies.d.ts +0 -35
  5792. package/dist/sdk/models/operations/listenrichcompanies.js +0 -99
  5793. package/dist/sdk/models/operations/listenrichpeople.d.ts +0 -47
  5794. package/dist/sdk/models/operations/listenrichpeople.js +0 -111
  5795. package/dist/sdk/models/operations/listgenaimodels.d.ts +0 -41
  5796. package/dist/sdk/models/operations/listgenaimodels.js +0 -111
  5797. package/dist/sdk/models/operations/listhriscompanies.d.ts +0 -41
  5798. package/dist/sdk/models/operations/listhriscompanies.js +0 -111
  5799. package/dist/sdk/models/operations/listhrisemployees.d.ts +0 -42
  5800. package/dist/sdk/models/operations/listhrisemployees.js +0 -115
  5801. package/dist/sdk/models/operations/listhrisgroups.d.ts +0 -42
  5802. package/dist/sdk/models/operations/listhrisgroups.js +0 -115
  5803. package/dist/sdk/models/operations/listhrislocations.d.ts +0 -41
  5804. package/dist/sdk/models/operations/listhrislocations.js +0 -111
  5805. package/dist/sdk/models/operations/listhrispayslips.d.ts +0 -42
  5806. package/dist/sdk/models/operations/listhrispayslips.js +0 -115
  5807. package/dist/sdk/models/operations/listhristimeoffs.d.ts +0 -42
  5808. package/dist/sdk/models/operations/listhristimeoffs.js +0 -115
  5809. package/dist/sdk/models/operations/listkmspages.d.ts +0 -43
  5810. package/dist/sdk/models/operations/listkmspages.js +0 -119
  5811. package/dist/sdk/models/operations/listkmsspaces.d.ts +0 -42
  5812. package/dist/sdk/models/operations/listkmsspaces.js +0 -115
  5813. package/dist/sdk/models/operations/listmartechlists.d.ts +0 -41
  5814. package/dist/sdk/models/operations/listmartechlists.js +0 -111
  5815. package/dist/sdk/models/operations/listmartechmembers.d.ts +0 -42
  5816. package/dist/sdk/models/operations/listmartechmembers.js +0 -115
  5817. package/dist/sdk/models/operations/listmessagingchannels.d.ts +0 -42
  5818. package/dist/sdk/models/operations/listmessagingchannels.js +0 -115
  5819. package/dist/sdk/models/operations/listmessagingmessages.d.ts +0 -43
  5820. package/dist/sdk/models/operations/listmessagingmessages.js +0 -119
  5821. package/dist/sdk/models/operations/listpassthroughs.d.ts +0 -27
  5822. package/dist/sdk/models/operations/listpassthroughs.js +0 -71
  5823. package/dist/sdk/models/operations/listpaymentlinks.d.ts +0 -43
  5824. package/dist/sdk/models/operations/listpaymentlinks.js +0 -119
  5825. package/dist/sdk/models/operations/listpaymentpayments.d.ts +0 -43
  5826. package/dist/sdk/models/operations/listpaymentpayments.js +0 -119
  5827. package/dist/sdk/models/operations/listpaymentpayouts.d.ts +0 -41
  5828. package/dist/sdk/models/operations/listpaymentpayouts.js +0 -111
  5829. package/dist/sdk/models/operations/listpaymentrefunds.d.ts +0 -42
  5830. package/dist/sdk/models/operations/listpaymentrefunds.js +0 -115
  5831. package/dist/sdk/models/operations/liststoragefiles.d.ts +0 -42
  5832. package/dist/sdk/models/operations/liststoragefiles.js +0 -115
  5833. package/dist/sdk/models/operations/listtaskprojects.d.ts +0 -42
  5834. package/dist/sdk/models/operations/listtaskprojects.js +0 -115
  5835. package/dist/sdk/models/operations/listtasktasks.d.ts +0 -43
  5836. package/dist/sdk/models/operations/listtasktasks.js +0 -119
  5837. package/dist/sdk/models/operations/listticketingcustomers.d.ts +0 -41
  5838. package/dist/sdk/models/operations/listticketingcustomers.js +0 -111
  5839. package/dist/sdk/models/operations/listticketingnotes.d.ts +0 -43
  5840. package/dist/sdk/models/operations/listticketingnotes.js +0 -119
  5841. package/dist/sdk/models/operations/listticketingtickets.d.ts +0 -43
  5842. package/dist/sdk/models/operations/listticketingtickets.js +0 -119
  5843. package/dist/sdk/models/operations/listuccalls.d.ts +0 -43
  5844. package/dist/sdk/models/operations/listuccalls.js +0 -119
  5845. package/dist/sdk/models/operations/listuccontacts.d.ts +0 -42
  5846. package/dist/sdk/models/operations/listuccontacts.js +0 -115
  5847. package/dist/sdk/models/operations/listunifiedapicalls.d.ts +0 -46
  5848. package/dist/sdk/models/operations/listunifiedapicalls.js +0 -119
  5849. package/dist/sdk/models/operations/listunifiedconnections.d.ts +0 -57
  5850. package/dist/sdk/models/operations/listunifiedconnections.js +0 -131
  5851. package/dist/sdk/models/operations/listunifiedintegrations.d.ts +0 -61
  5852. package/dist/sdk/models/operations/listunifiedintegrations.js +0 -147
  5853. package/dist/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +0 -59
  5854. package/dist/sdk/models/operations/listunifiedintegrationworkspaces.js +0 -139
  5855. package/dist/sdk/models/operations/listunifiedissues.d.ts +0 -29
  5856. package/dist/sdk/models/operations/listunifiedissues.js +0 -99
  5857. package/dist/sdk/models/operations/listunifiedwebhooks.d.ts +0 -56
  5858. package/dist/sdk/models/operations/listunifiedwebhooks.js +0 -141
  5859. package/dist/sdk/models/operations/patchaccountingaccount.d.ts +0 -35
  5860. package/dist/sdk/models/operations/patchaccountingaccount.js +0 -99
  5861. package/dist/sdk/models/operations/patchaccountingcontact.d.ts +0 -32
  5862. package/dist/sdk/models/operations/patchaccountingcontact.js +0 -99
  5863. package/dist/sdk/models/operations/patchaccountinginvoice.d.ts +0 -32
  5864. package/dist/sdk/models/operations/patchaccountinginvoice.js +0 -99
  5865. package/dist/sdk/models/operations/patchaccountingjournal.d.ts +0 -32
  5866. package/dist/sdk/models/operations/patchaccountingjournal.js +0 -99
  5867. package/dist/sdk/models/operations/patchaccountingtaxrate.d.ts +0 -32
  5868. package/dist/sdk/models/operations/patchaccountingtaxrate.js +0 -99
  5869. package/dist/sdk/models/operations/patchaccountingtransaction.d.ts +0 -32
  5870. package/dist/sdk/models/operations/patchaccountingtransaction.js +0 -99
  5871. package/dist/sdk/models/operations/patchatsactivity.d.ts +0 -32
  5872. package/dist/sdk/models/operations/patchatsactivity.js +0 -99
  5873. package/dist/sdk/models/operations/patchatsapplication.d.ts +0 -32
  5874. package/dist/sdk/models/operations/patchatsapplication.js +0 -99
  5875. package/dist/sdk/models/operations/patchatscandidate.d.ts +0 -32
  5876. package/dist/sdk/models/operations/patchatscandidate.js +0 -99
  5877. package/dist/sdk/models/operations/patchatsdocument.d.ts +0 -32
  5878. package/dist/sdk/models/operations/patchatsdocument.js +0 -99
  5879. package/dist/sdk/models/operations/patchatsinterview.d.ts +0 -32
  5880. package/dist/sdk/models/operations/patchatsinterview.js +0 -99
  5881. package/dist/sdk/models/operations/patchatsjob.d.ts +0 -32
  5882. package/dist/sdk/models/operations/patchatsjob.js +0 -99
  5883. package/dist/sdk/models/operations/patchatsscorecard.d.ts +0 -32
  5884. package/dist/sdk/models/operations/patchatsscorecard.js +0 -99
  5885. package/dist/sdk/models/operations/patchcommercecollection.d.ts +0 -35
  5886. package/dist/sdk/models/operations/patchcommercecollection.js +0 -99
  5887. package/dist/sdk/models/operations/patchcommerceinventory.d.ts +0 -32
  5888. package/dist/sdk/models/operations/patchcommerceinventory.js +0 -99
  5889. package/dist/sdk/models/operations/patchcommerceitem.d.ts +0 -32
  5890. package/dist/sdk/models/operations/patchcommerceitem.js +0 -99
  5891. package/dist/sdk/models/operations/patchcommercelocation.d.ts +0 -32
  5892. package/dist/sdk/models/operations/patchcommercelocation.js +0 -99
  5893. package/dist/sdk/models/operations/patchcrmcompany.d.ts +0 -35
  5894. package/dist/sdk/models/operations/patchcrmcompany.js +0 -99
  5895. package/dist/sdk/models/operations/patchcrmcontact.d.ts +0 -35
  5896. package/dist/sdk/models/operations/patchcrmcontact.js +0 -99
  5897. package/dist/sdk/models/operations/patchcrmdeal.d.ts +0 -35
  5898. package/dist/sdk/models/operations/patchcrmdeal.js +0 -99
  5899. package/dist/sdk/models/operations/patchcrmevent.d.ts +0 -35
  5900. package/dist/sdk/models/operations/patchcrmevent.js +0 -99
  5901. package/dist/sdk/models/operations/patchcrmlead.d.ts +0 -32
  5902. package/dist/sdk/models/operations/patchcrmlead.js +0 -99
  5903. package/dist/sdk/models/operations/patchcrmpipeline.d.ts +0 -32
  5904. package/dist/sdk/models/operations/patchcrmpipeline.js +0 -99
  5905. package/dist/sdk/models/operations/patchhriscompany.d.ts +0 -32
  5906. package/dist/sdk/models/operations/patchhriscompany.js +0 -99
  5907. package/dist/sdk/models/operations/patchhrisemployee.d.ts +0 -32
  5908. package/dist/sdk/models/operations/patchhrisemployee.js +0 -99
  5909. package/dist/sdk/models/operations/patchhrisgroup.d.ts +0 -32
  5910. package/dist/sdk/models/operations/patchhrisgroup.js +0 -99
  5911. package/dist/sdk/models/operations/patchhrislocation.d.ts +0 -32
  5912. package/dist/sdk/models/operations/patchhrislocation.js +0 -99
  5913. package/dist/sdk/models/operations/patchkmspage.d.ts +0 -32
  5914. package/dist/sdk/models/operations/patchkmspage.js +0 -99
  5915. package/dist/sdk/models/operations/patchkmsspace.d.ts +0 -32
  5916. package/dist/sdk/models/operations/patchkmsspace.js +0 -99
  5917. package/dist/sdk/models/operations/patchmartechlist.d.ts +0 -35
  5918. package/dist/sdk/models/operations/patchmartechlist.js +0 -99
  5919. package/dist/sdk/models/operations/patchmartechmember.d.ts +0 -35
  5920. package/dist/sdk/models/operations/patchmartechmember.js +0 -99
  5921. package/dist/sdk/models/operations/patchmessagingmessage.d.ts +0 -32
  5922. package/dist/sdk/models/operations/patchmessagingmessage.js +0 -99
  5923. package/dist/sdk/models/operations/patchpassthrough.d.ts +0 -31
  5924. package/dist/sdk/models/operations/patchpassthrough.js +0 -75
  5925. package/dist/sdk/models/operations/patchpaymentlink.d.ts +0 -32
  5926. package/dist/sdk/models/operations/patchpaymentlink.js +0 -99
  5927. package/dist/sdk/models/operations/patchpaymentpayment.d.ts +0 -32
  5928. package/dist/sdk/models/operations/patchpaymentpayment.js +0 -99
  5929. package/dist/sdk/models/operations/patchstoragefile.d.ts +0 -32
  5930. package/dist/sdk/models/operations/patchstoragefile.js +0 -99
  5931. package/dist/sdk/models/operations/patchtaskproject.d.ts +0 -32
  5932. package/dist/sdk/models/operations/patchtaskproject.js +0 -99
  5933. package/dist/sdk/models/operations/patchtasktask.d.ts +0 -32
  5934. package/dist/sdk/models/operations/patchtasktask.js +0 -99
  5935. package/dist/sdk/models/operations/patchticketingcustomer.d.ts +0 -32
  5936. package/dist/sdk/models/operations/patchticketingcustomer.js +0 -99
  5937. package/dist/sdk/models/operations/patchticketingnote.d.ts +0 -32
  5938. package/dist/sdk/models/operations/patchticketingnote.js +0 -99
  5939. package/dist/sdk/models/operations/patchticketingticket.d.ts +0 -32
  5940. package/dist/sdk/models/operations/patchticketingticket.js +0 -99
  5941. package/dist/sdk/models/operations/patchuccontact.d.ts +0 -35
  5942. package/dist/sdk/models/operations/patchuccontact.js +0 -99
  5943. package/dist/sdk/models/operations/patchunifiedconnection.d.ts +0 -31
  5944. package/dist/sdk/models/operations/patchunifiedconnection.js +0 -95
  5945. package/dist/sdk/models/operations/patchunifiedwebhooktrigger.d.ts +0 -26
  5946. package/dist/sdk/models/operations/patchunifiedwebhooktrigger.js +0 -67
  5947. package/dist/sdk/models/operations/removeaccountingaccount.d.ts +0 -30
  5948. package/dist/sdk/models/operations/removeaccountingaccount.js +0 -71
  5949. package/dist/sdk/models/operations/removeaccountingcontact.d.ts +0 -30
  5950. package/dist/sdk/models/operations/removeaccountingcontact.js +0 -71
  5951. package/dist/sdk/models/operations/removeaccountinginvoice.d.ts +0 -30
  5952. package/dist/sdk/models/operations/removeaccountinginvoice.js +0 -71
  5953. package/dist/sdk/models/operations/removeaccountingjournal.d.ts +0 -30
  5954. package/dist/sdk/models/operations/removeaccountingjournal.js +0 -71
  5955. package/dist/sdk/models/operations/removeaccountingtaxrate.d.ts +0 -30
  5956. package/dist/sdk/models/operations/removeaccountingtaxrate.js +0 -71
  5957. package/dist/sdk/models/operations/removeaccountingtransaction.d.ts +0 -30
  5958. package/dist/sdk/models/operations/removeaccountingtransaction.js +0 -71
  5959. package/dist/sdk/models/operations/removeatsactivity.d.ts +0 -30
  5960. package/dist/sdk/models/operations/removeatsactivity.js +0 -71
  5961. package/dist/sdk/models/operations/removeatsapplication.d.ts +0 -30
  5962. package/dist/sdk/models/operations/removeatsapplication.js +0 -71
  5963. package/dist/sdk/models/operations/removeatscandidate.d.ts +0 -30
  5964. package/dist/sdk/models/operations/removeatscandidate.js +0 -71
  5965. package/dist/sdk/models/operations/removeatsdocument.d.ts +0 -30
  5966. package/dist/sdk/models/operations/removeatsdocument.js +0 -71
  5967. package/dist/sdk/models/operations/removeatsinterview.d.ts +0 -30
  5968. package/dist/sdk/models/operations/removeatsinterview.js +0 -71
  5969. package/dist/sdk/models/operations/removeatsjob.d.ts +0 -30
  5970. package/dist/sdk/models/operations/removeatsjob.js +0 -71
  5971. package/dist/sdk/models/operations/removeatsscorecard.d.ts +0 -30
  5972. package/dist/sdk/models/operations/removeatsscorecard.js +0 -71
  5973. package/dist/sdk/models/operations/removecommercecollection.d.ts +0 -30
  5974. package/dist/sdk/models/operations/removecommercecollection.js +0 -71
  5975. package/dist/sdk/models/operations/removecommerceinventory.d.ts +0 -30
  5976. package/dist/sdk/models/operations/removecommerceinventory.js +0 -71
  5977. package/dist/sdk/models/operations/removecommerceitem.d.ts +0 -30
  5978. package/dist/sdk/models/operations/removecommerceitem.js +0 -71
  5979. package/dist/sdk/models/operations/removecommercelocation.d.ts +0 -30
  5980. package/dist/sdk/models/operations/removecommercelocation.js +0 -71
  5981. package/dist/sdk/models/operations/removecrmcompany.d.ts +0 -30
  5982. package/dist/sdk/models/operations/removecrmcompany.js +0 -71
  5983. package/dist/sdk/models/operations/removecrmcontact.d.ts +0 -30
  5984. package/dist/sdk/models/operations/removecrmcontact.js +0 -71
  5985. package/dist/sdk/models/operations/removecrmdeal.d.ts +0 -30
  5986. package/dist/sdk/models/operations/removecrmdeal.js +0 -71
  5987. package/dist/sdk/models/operations/removecrmevent.d.ts +0 -30
  5988. package/dist/sdk/models/operations/removecrmevent.js +0 -71
  5989. package/dist/sdk/models/operations/removecrmlead.d.ts +0 -30
  5990. package/dist/sdk/models/operations/removecrmlead.js +0 -71
  5991. package/dist/sdk/models/operations/removecrmpipeline.d.ts +0 -30
  5992. package/dist/sdk/models/operations/removecrmpipeline.js +0 -71
  5993. package/dist/sdk/models/operations/removehriscompany.d.ts +0 -30
  5994. package/dist/sdk/models/operations/removehriscompany.js +0 -71
  5995. package/dist/sdk/models/operations/removehrisemployee.d.ts +0 -30
  5996. package/dist/sdk/models/operations/removehrisemployee.js +0 -71
  5997. package/dist/sdk/models/operations/removehrisgroup.d.ts +0 -30
  5998. package/dist/sdk/models/operations/removehrisgroup.js +0 -71
  5999. package/dist/sdk/models/operations/removehrislocation.d.ts +0 -30
  6000. package/dist/sdk/models/operations/removehrislocation.js +0 -71
  6001. package/dist/sdk/models/operations/removekmspage.d.ts +0 -30
  6002. package/dist/sdk/models/operations/removekmspage.js +0 -71
  6003. package/dist/sdk/models/operations/removekmsspace.d.ts +0 -30
  6004. package/dist/sdk/models/operations/removekmsspace.js +0 -71
  6005. package/dist/sdk/models/operations/removemartechlist.d.ts +0 -30
  6006. package/dist/sdk/models/operations/removemartechlist.js +0 -71
  6007. package/dist/sdk/models/operations/removemartechmember.d.ts +0 -30
  6008. package/dist/sdk/models/operations/removemartechmember.js +0 -71
  6009. package/dist/sdk/models/operations/removemessagingmessage.d.ts +0 -30
  6010. package/dist/sdk/models/operations/removemessagingmessage.js +0 -71
  6011. package/dist/sdk/models/operations/removepassthrough.d.ts +0 -27
  6012. package/dist/sdk/models/operations/removepassthrough.js +0 -71
  6013. package/dist/sdk/models/operations/removepaymentlink.d.ts +0 -30
  6014. package/dist/sdk/models/operations/removepaymentlink.js +0 -71
  6015. package/dist/sdk/models/operations/removepaymentpayment.d.ts +0 -30
  6016. package/dist/sdk/models/operations/removepaymentpayment.js +0 -71
  6017. package/dist/sdk/models/operations/removestoragefile.d.ts +0 -30
  6018. package/dist/sdk/models/operations/removestoragefile.js +0 -71
  6019. package/dist/sdk/models/operations/removetaskproject.d.ts +0 -30
  6020. package/dist/sdk/models/operations/removetaskproject.js +0 -71
  6021. package/dist/sdk/models/operations/removetasktask.d.ts +0 -30
  6022. package/dist/sdk/models/operations/removetasktask.js +0 -71
  6023. package/dist/sdk/models/operations/removeticketingcustomer.d.ts +0 -30
  6024. package/dist/sdk/models/operations/removeticketingcustomer.js +0 -71
  6025. package/dist/sdk/models/operations/removeticketingnote.d.ts +0 -30
  6026. package/dist/sdk/models/operations/removeticketingnote.js +0 -71
  6027. package/dist/sdk/models/operations/removeticketingticket.d.ts +0 -30
  6028. package/dist/sdk/models/operations/removeticketingticket.js +0 -71
  6029. package/dist/sdk/models/operations/removeuccontact.d.ts +0 -30
  6030. package/dist/sdk/models/operations/removeuccontact.js +0 -71
  6031. package/dist/sdk/models/operations/removeunifiedconnection.d.ts +0 -26
  6032. package/dist/sdk/models/operations/removeunifiedconnection.js +0 -67
  6033. package/dist/sdk/models/operations/removeunifiedwebhook.d.ts +0 -26
  6034. package/dist/sdk/models/operations/removeunifiedwebhook.js +0 -67
  6035. package/dist/sdk/models/operations/updateaccountingaccount.d.ts +0 -35
  6036. package/dist/sdk/models/operations/updateaccountingaccount.js +0 -99
  6037. package/dist/sdk/models/operations/updateaccountingcontact.d.ts +0 -32
  6038. package/dist/sdk/models/operations/updateaccountingcontact.js +0 -99
  6039. package/dist/sdk/models/operations/updateaccountinginvoice.d.ts +0 -32
  6040. package/dist/sdk/models/operations/updateaccountinginvoice.js +0 -99
  6041. package/dist/sdk/models/operations/updateaccountingjournal.d.ts +0 -32
  6042. package/dist/sdk/models/operations/updateaccountingjournal.js +0 -99
  6043. package/dist/sdk/models/operations/updateaccountingtaxrate.d.ts +0 -32
  6044. package/dist/sdk/models/operations/updateaccountingtaxrate.js +0 -99
  6045. package/dist/sdk/models/operations/updateaccountingtransaction.d.ts +0 -32
  6046. package/dist/sdk/models/operations/updateaccountingtransaction.js +0 -99
  6047. package/dist/sdk/models/operations/updateatsactivity.d.ts +0 -32
  6048. package/dist/sdk/models/operations/updateatsactivity.js +0 -99
  6049. package/dist/sdk/models/operations/updateatsapplication.d.ts +0 -32
  6050. package/dist/sdk/models/operations/updateatsapplication.js +0 -99
  6051. package/dist/sdk/models/operations/updateatscandidate.d.ts +0 -32
  6052. package/dist/sdk/models/operations/updateatscandidate.js +0 -99
  6053. package/dist/sdk/models/operations/updateatsdocument.d.ts +0 -32
  6054. package/dist/sdk/models/operations/updateatsdocument.js +0 -99
  6055. package/dist/sdk/models/operations/updateatsinterview.d.ts +0 -32
  6056. package/dist/sdk/models/operations/updateatsinterview.js +0 -99
  6057. package/dist/sdk/models/operations/updateatsjob.d.ts +0 -32
  6058. package/dist/sdk/models/operations/updateatsjob.js +0 -99
  6059. package/dist/sdk/models/operations/updateatsscorecard.d.ts +0 -32
  6060. package/dist/sdk/models/operations/updateatsscorecard.js +0 -99
  6061. package/dist/sdk/models/operations/updatecommercecollection.d.ts +0 -35
  6062. package/dist/sdk/models/operations/updatecommercecollection.js +0 -99
  6063. package/dist/sdk/models/operations/updatecommerceinventory.d.ts +0 -32
  6064. package/dist/sdk/models/operations/updatecommerceinventory.js +0 -99
  6065. package/dist/sdk/models/operations/updatecommerceitem.d.ts +0 -32
  6066. package/dist/sdk/models/operations/updatecommerceitem.js +0 -99
  6067. package/dist/sdk/models/operations/updatecommercelocation.d.ts +0 -32
  6068. package/dist/sdk/models/operations/updatecommercelocation.js +0 -99
  6069. package/dist/sdk/models/operations/updatecrmcompany.d.ts +0 -35
  6070. package/dist/sdk/models/operations/updatecrmcompany.js +0 -99
  6071. package/dist/sdk/models/operations/updatecrmcontact.d.ts +0 -35
  6072. package/dist/sdk/models/operations/updatecrmcontact.js +0 -99
  6073. package/dist/sdk/models/operations/updatecrmdeal.d.ts +0 -35
  6074. package/dist/sdk/models/operations/updatecrmdeal.js +0 -99
  6075. package/dist/sdk/models/operations/updatecrmevent.d.ts +0 -35
  6076. package/dist/sdk/models/operations/updatecrmevent.js +0 -99
  6077. package/dist/sdk/models/operations/updatecrmlead.d.ts +0 -32
  6078. package/dist/sdk/models/operations/updatecrmlead.js +0 -99
  6079. package/dist/sdk/models/operations/updatecrmpipeline.d.ts +0 -32
  6080. package/dist/sdk/models/operations/updatecrmpipeline.js +0 -99
  6081. package/dist/sdk/models/operations/updatehriscompany.d.ts +0 -32
  6082. package/dist/sdk/models/operations/updatehriscompany.js +0 -99
  6083. package/dist/sdk/models/operations/updatehrisemployee.d.ts +0 -32
  6084. package/dist/sdk/models/operations/updatehrisemployee.js +0 -99
  6085. package/dist/sdk/models/operations/updatehrisgroup.d.ts +0 -32
  6086. package/dist/sdk/models/operations/updatehrisgroup.js +0 -99
  6087. package/dist/sdk/models/operations/updatehrislocation.d.ts +0 -32
  6088. package/dist/sdk/models/operations/updatehrislocation.js +0 -99
  6089. package/dist/sdk/models/operations/updatekmspage.d.ts +0 -32
  6090. package/dist/sdk/models/operations/updatekmspage.js +0 -99
  6091. package/dist/sdk/models/operations/updatekmsspace.d.ts +0 -32
  6092. package/dist/sdk/models/operations/updatekmsspace.js +0 -99
  6093. package/dist/sdk/models/operations/updatemartechlist.d.ts +0 -35
  6094. package/dist/sdk/models/operations/updatemartechlist.js +0 -99
  6095. package/dist/sdk/models/operations/updatemartechmember.d.ts +0 -35
  6096. package/dist/sdk/models/operations/updatemartechmember.js +0 -99
  6097. package/dist/sdk/models/operations/updatemessagingmessage.d.ts +0 -32
  6098. package/dist/sdk/models/operations/updatemessagingmessage.js +0 -99
  6099. package/dist/sdk/models/operations/updatepassthrough.d.ts +0 -31
  6100. package/dist/sdk/models/operations/updatepassthrough.js +0 -75
  6101. package/dist/sdk/models/operations/updatepaymentlink.d.ts +0 -32
  6102. package/dist/sdk/models/operations/updatepaymentlink.js +0 -99
  6103. package/dist/sdk/models/operations/updatepaymentpayment.d.ts +0 -32
  6104. package/dist/sdk/models/operations/updatepaymentpayment.js +0 -99
  6105. package/dist/sdk/models/operations/updatestoragefile.d.ts +0 -32
  6106. package/dist/sdk/models/operations/updatestoragefile.js +0 -99
  6107. package/dist/sdk/models/operations/updatetaskproject.d.ts +0 -32
  6108. package/dist/sdk/models/operations/updatetaskproject.js +0 -99
  6109. package/dist/sdk/models/operations/updatetasktask.d.ts +0 -32
  6110. package/dist/sdk/models/operations/updatetasktask.js +0 -99
  6111. package/dist/sdk/models/operations/updateticketingcustomer.d.ts +0 -32
  6112. package/dist/sdk/models/operations/updateticketingcustomer.js +0 -99
  6113. package/dist/sdk/models/operations/updateticketingnote.d.ts +0 -32
  6114. package/dist/sdk/models/operations/updateticketingnote.js +0 -99
  6115. package/dist/sdk/models/operations/updateticketingticket.d.ts +0 -32
  6116. package/dist/sdk/models/operations/updateticketingticket.js +0 -99
  6117. package/dist/sdk/models/operations/updateuccontact.d.ts +0 -35
  6118. package/dist/sdk/models/operations/updateuccontact.js +0 -99
  6119. package/dist/sdk/models/operations/updateunifiedconnection.d.ts +0 -31
  6120. package/dist/sdk/models/operations/updateunifiedconnection.js +0 -95
  6121. package/dist/sdk/models/operations/updateunifiedwebhooktrigger.d.ts +0 -26
  6122. package/dist/sdk/models/operations/updateunifiedwebhooktrigger.js +0 -67
  6123. package/dist/sdk/models/shared/accountingaccount.d.ts +0 -38
  6124. package/dist/sdk/models/shared/accountingaccount.js +0 -134
  6125. package/dist/sdk/models/shared/accountingcontact.d.ts +0 -40
  6126. package/dist/sdk/models/shared/accountingcontact.js +0 -167
  6127. package/dist/sdk/models/shared/accountingcontactpaymentmethod.d.ts +0 -16
  6128. package/dist/sdk/models/shared/accountingcontactpaymentmethod.js +0 -70
  6129. package/dist/sdk/models/shared/accountingemail.d.ts +0 -10
  6130. package/dist/sdk/models/shared/accountingemail.js +0 -56
  6131. package/dist/sdk/models/shared/accountinginvoice.d.ts +0 -40
  6132. package/dist/sdk/models/shared/accountinginvoice.js +0 -196
  6133. package/dist/sdk/models/shared/accountingjournal.d.ts +0 -17
  6134. package/dist/sdk/models/shared/accountingjournal.js +0 -92
  6135. package/dist/sdk/models/shared/accountingjournallineitem.d.ts +0 -11
  6136. package/dist/sdk/models/shared/accountingjournallineitem.js +0 -80
  6137. package/dist/sdk/models/shared/accountinglineitem.d.ts +0 -20
  6138. package/dist/sdk/models/shared/accountinglineitem.js +0 -137
  6139. package/dist/sdk/models/shared/accountingorganization.d.ts +0 -17
  6140. package/dist/sdk/models/shared/accountingorganization.js +0 -115
  6141. package/dist/sdk/models/shared/accountingtaxrate.d.ts +0 -11
  6142. package/dist/sdk/models/shared/accountingtaxrate.js +0 -88
  6143. package/dist/sdk/models/shared/accountingtelephone.d.ts +0 -12
  6144. package/dist/sdk/models/shared/accountingtelephone.js +0 -58
  6145. package/dist/sdk/models/shared/accountingtransaction.d.ts +0 -22
  6146. package/dist/sdk/models/shared/accountingtransaction.js +0 -140
  6147. package/dist/sdk/models/shared/accountingtransactionlineitem.d.ts +0 -11
  6148. package/dist/sdk/models/shared/accountingtransactionlineitem.js +0 -80
  6149. package/dist/sdk/models/shared/apicall.d.ts +0 -23
  6150. package/dist/sdk/models/shared/apicall.js +0 -125
  6151. package/dist/sdk/models/shared/atsactivity.d.ts +0 -24
  6152. package/dist/sdk/models/shared/atsactivity.js +0 -123
  6153. package/dist/sdk/models/shared/atsaddress.d.ts +0 -11
  6154. package/dist/sdk/models/shared/atsaddress.js +0 -80
  6155. package/dist/sdk/models/shared/atsapplication.d.ts +0 -34
  6156. package/dist/sdk/models/shared/atsapplication.js +0 -149
  6157. package/dist/sdk/models/shared/atsapplicationanswer.d.ts +0 -5
  6158. package/dist/sdk/models/shared/atsapplicationanswer.js +0 -50
  6159. package/dist/sdk/models/shared/atscandidate.d.ts +0 -36
  6160. package/dist/sdk/models/shared/atscandidate.js +0 -162
  6161. package/dist/sdk/models/shared/atscompany.d.ts +0 -14
  6162. package/dist/sdk/models/shared/atscompany.js +0 -100
  6163. package/dist/sdk/models/shared/atscompensation.d.ts +0 -24
  6164. package/dist/sdk/models/shared/atscompensation.js +0 -83
  6165. package/dist/sdk/models/shared/atsdocument.d.ts +0 -23
  6166. package/dist/sdk/models/shared/atsdocument.js +0 -117
  6167. package/dist/sdk/models/shared/atsemail.d.ts +0 -10
  6168. package/dist/sdk/models/shared/atsemail.js +0 -56
  6169. package/dist/sdk/models/shared/atsinterview.d.ts +0 -23
  6170. package/dist/sdk/models/shared/atsinterview.js +0 -129
  6171. package/dist/sdk/models/shared/atsjob.d.ts +0 -48
  6172. package/dist/sdk/models/shared/atsjob.js +0 -179
  6173. package/dist/sdk/models/shared/atsjobquestion.d.ts +0 -24
  6174. package/dist/sdk/models/shared/atsjobquestion.js +0 -90
  6175. package/dist/sdk/models/shared/atsscorecard.d.ts +0 -22
  6176. package/dist/sdk/models/shared/atsscorecard.js +0 -117
  6177. package/dist/sdk/models/shared/atsscorecardquestion.d.ts +0 -6
  6178. package/dist/sdk/models/shared/atsscorecardquestion.js +0 -55
  6179. package/dist/sdk/models/shared/atsstatus.d.ts +0 -24
  6180. package/dist/sdk/models/shared/atsstatus.js +0 -82
  6181. package/dist/sdk/models/shared/atstelephone.d.ts +0 -12
  6182. package/dist/sdk/models/shared/atstelephone.js +0 -58
  6183. package/dist/sdk/models/shared/commercecollection.d.ts +0 -27
  6184. package/dist/sdk/models/shared/commercecollection.js +0 -134
  6185. package/dist/sdk/models/shared/commerceinventory.d.ts +0 -11
  6186. package/dist/sdk/models/shared/commerceinventory.js +0 -84
  6187. package/dist/sdk/models/shared/commerceitem.d.ts +0 -25
  6188. package/dist/sdk/models/shared/commerceitem.js +0 -137
  6189. package/dist/sdk/models/shared/commerceitemmedia.d.ts +0 -14
  6190. package/dist/sdk/models/shared/commerceitemmedia.js +0 -80
  6191. package/dist/sdk/models/shared/commerceitemoption.d.ts +0 -7
  6192. package/dist/sdk/models/shared/commerceitemoption.js +0 -60
  6193. package/dist/sdk/models/shared/commerceitemprice.d.ts +0 -6
  6194. package/dist/sdk/models/shared/commerceitemprice.js +0 -55
  6195. package/dist/sdk/models/shared/commerceitemvariant.d.ts +0 -39
  6196. package/dist/sdk/models/shared/commerceitemvariant.js +0 -177
  6197. package/dist/sdk/models/shared/commercelocation.d.ts +0 -12
  6198. package/dist/sdk/models/shared/commercelocation.js +0 -90
  6199. package/dist/sdk/models/shared/connection.d.ts +0 -30
  6200. package/dist/sdk/models/shared/connection.js +0 -136
  6201. package/dist/sdk/models/shared/crmcompany.d.ts +0 -33
  6202. package/dist/sdk/models/shared/crmcompany.js +0 -147
  6203. package/dist/sdk/models/shared/crmcontact.d.ts +0 -37
  6204. package/dist/sdk/models/shared/crmcontact.js +0 -122
  6205. package/dist/sdk/models/shared/crmdeal.d.ts +0 -27
  6206. package/dist/sdk/models/shared/crmdeal.js +0 -145
  6207. package/dist/sdk/models/shared/crmemail.d.ts +0 -10
  6208. package/dist/sdk/models/shared/crmemail.js +0 -56
  6209. package/dist/sdk/models/shared/crmevent.d.ts +0 -60
  6210. package/dist/sdk/models/shared/crmevent.js +0 -144
  6211. package/dist/sdk/models/shared/crmlead.d.ts +0 -22
  6212. package/dist/sdk/models/shared/crmlead.js +0 -134
  6213. package/dist/sdk/models/shared/crmpipeline.d.ts +0 -13
  6214. package/dist/sdk/models/shared/crmpipeline.js +0 -95
  6215. package/dist/sdk/models/shared/crmstage.d.ts +0 -10
  6216. package/dist/sdk/models/shared/crmstage.js +0 -83
  6217. package/dist/sdk/models/shared/crmtelephone.d.ts +0 -12
  6218. package/dist/sdk/models/shared/crmtelephone.js +0 -58
  6219. package/dist/sdk/models/shared/enrichcompany.d.ts +0 -44
  6220. package/dist/sdk/models/shared/enrichcompany.js +0 -190
  6221. package/dist/sdk/models/shared/enrichemail.d.ts +0 -11
  6222. package/dist/sdk/models/shared/enrichemail.js +0 -61
  6223. package/dist/sdk/models/shared/enrichperson.d.ts +0 -50
  6224. package/dist/sdk/models/shared/enrichperson.js +0 -184
  6225. package/dist/sdk/models/shared/enrichpersonworkhistory.d.ts +0 -10
  6226. package/dist/sdk/models/shared/enrichpersonworkhistory.js +0 -83
  6227. package/dist/sdk/models/shared/enrichtelephone.d.ts +0 -12
  6228. package/dist/sdk/models/shared/enrichtelephone.js +0 -58
  6229. package/dist/sdk/models/shared/genaicontent.d.ts +0 -9
  6230. package/dist/sdk/models/shared/genaicontent.js +0 -55
  6231. package/dist/sdk/models/shared/genaimodel.d.ts +0 -10
  6232. package/dist/sdk/models/shared/genaimodel.js +0 -75
  6233. package/dist/sdk/models/shared/genaiprompt.d.ts +0 -10
  6234. package/dist/sdk/models/shared/genaiprompt.js +0 -72
  6235. package/dist/sdk/models/shared/hriscompany.d.ts +0 -11
  6236. package/dist/sdk/models/shared/hriscompany.js +0 -85
  6237. package/dist/sdk/models/shared/hriscompensation.d.ts +0 -23
  6238. package/dist/sdk/models/shared/hriscompensation.js +0 -78
  6239. package/dist/sdk/models/shared/hrisemail.d.ts +0 -10
  6240. package/dist/sdk/models/shared/hrisemail.js +0 -56
  6241. package/dist/sdk/models/shared/hrisemployee.d.ts +0 -74
  6242. package/dist/sdk/models/shared/hrisemployee.js +0 -273
  6243. package/dist/sdk/models/shared/hrisgroup.d.ts +0 -24
  6244. package/dist/sdk/models/shared/hrisgroup.js +0 -118
  6245. package/dist/sdk/models/shared/hrislocation.d.ts +0 -20
  6246. package/dist/sdk/models/shared/hrislocation.js +0 -127
  6247. package/dist/sdk/models/shared/hrispayslip.d.ts +0 -22
  6248. package/dist/sdk/models/shared/hrispayslip.js +0 -133
  6249. package/dist/sdk/models/shared/hrispayslipdetail.d.ts +0 -28
  6250. package/dist/sdk/models/shared/hrispayslipdetail.js +0 -90
  6251. package/dist/sdk/models/shared/hristelephone.d.ts +0 -12
  6252. package/dist/sdk/models/shared/hristelephone.js +0 -58
  6253. package/dist/sdk/models/shared/hristimeoff.d.ts +0 -24
  6254. package/dist/sdk/models/shared/hristimeoff.js +0 -131
  6255. package/dist/sdk/models/shared/index.d.ts +0 -129
  6256. package/dist/sdk/models/shared/index.js +0 -148
  6257. package/dist/sdk/models/shared/integration.d.ts +0 -41
  6258. package/dist/sdk/models/shared/integration.js +0 -176
  6259. package/dist/sdk/models/shared/integrationsupport.d.ts +0 -234
  6260. package/dist/sdk/models/shared/integrationsupport.js +0 -474
  6261. package/dist/sdk/models/shared/issue.d.ts +0 -22
  6262. package/dist/sdk/models/shared/issue.js +0 -100
  6263. package/dist/sdk/models/shared/kmspage.d.ts +0 -19
  6264. package/dist/sdk/models/shared/kmspage.js +0 -109
  6265. package/dist/sdk/models/shared/kmsspace.d.ts +0 -12
  6266. package/dist/sdk/models/shared/kmsspace.js +0 -93
  6267. package/dist/sdk/models/shared/marketingemail.d.ts +0 -10
  6268. package/dist/sdk/models/shared/marketingemail.js +0 -56
  6269. package/dist/sdk/models/shared/marketinglist.d.ts +0 -14
  6270. package/dist/sdk/models/shared/marketinglist.js +0 -72
  6271. package/dist/sdk/models/shared/marketingmember.d.ts +0 -27
  6272. package/dist/sdk/models/shared/marketingmember.js +0 -93
  6273. package/dist/sdk/models/shared/messagingattachment.d.ts +0 -8
  6274. package/dist/sdk/models/shared/messagingattachment.js +0 -65
  6275. package/dist/sdk/models/shared/messagingchannel.d.ts +0 -16
  6276. package/dist/sdk/models/shared/messagingchannel.js +0 -106
  6277. package/dist/sdk/models/shared/messagingmember.d.ts +0 -6
  6278. package/dist/sdk/models/shared/messagingmember.js +0 -55
  6279. package/dist/sdk/models/shared/messagingmessage.d.ts +0 -21
  6280. package/dist/sdk/models/shared/messagingmessage.js +0 -123
  6281. package/dist/sdk/models/shared/paymentlink.d.ts +0 -16
  6282. package/dist/sdk/models/shared/paymentlink.js +0 -110
  6283. package/dist/sdk/models/shared/paymentlinklineitem.d.ts +0 -20
  6284. package/dist/sdk/models/shared/paymentlinklineitem.js +0 -137
  6285. package/dist/sdk/models/shared/paymentpayment.d.ts +0 -15
  6286. package/dist/sdk/models/shared/paymentpayment.js +0 -108
  6287. package/dist/sdk/models/shared/paymentpayout.d.ts +0 -17
  6288. package/dist/sdk/models/shared/paymentpayout.js +0 -87
  6289. package/dist/sdk/models/shared/paymentrefund.d.ts +0 -19
  6290. package/dist/sdk/models/shared/paymentrefund.js +0 -97
  6291. package/dist/sdk/models/shared/propertyaccountingcontactbillingaddress.d.ts +0 -11
  6292. package/dist/sdk/models/shared/propertyaccountingcontactbillingaddress.js +0 -80
  6293. package/dist/sdk/models/shared/propertyaccountingcontactshippingaddress.d.ts +0 -11
  6294. package/dist/sdk/models/shared/propertyaccountingcontactshippingaddress.js +0 -80
  6295. package/dist/sdk/models/shared/propertyaccountingorganizationaddress.d.ts +0 -11
  6296. package/dist/sdk/models/shared/propertyaccountingorganizationaddress.js +0 -80
  6297. package/dist/sdk/models/shared/propertyatscandidateaddress.d.ts +0 -11
  6298. package/dist/sdk/models/shared/propertyatscandidateaddress.js +0 -80
  6299. package/dist/sdk/models/shared/propertyatscompanyaddress.d.ts +0 -11
  6300. package/dist/sdk/models/shared/propertyatscompanyaddress.js +0 -80
  6301. package/dist/sdk/models/shared/propertycommercelocationaddress.d.ts +0 -11
  6302. package/dist/sdk/models/shared/propertycommercelocationaddress.js +0 -80
  6303. package/dist/sdk/models/shared/propertyconnectionauth.d.ts +0 -32
  6304. package/dist/sdk/models/shared/propertyconnectionauth.js +0 -166
  6305. package/dist/sdk/models/shared/propertyconnectioncategories.d.ts +0 -19
  6306. package/dist/sdk/models/shared/propertyconnectioncategories.js +0 -26
  6307. package/dist/sdk/models/shared/propertyconnectionpermissions.d.ts +0 -100
  6308. package/dist/sdk/models/shared/propertyconnectionpermissions.js +0 -107
  6309. package/dist/sdk/models/shared/propertycrmcompanyaddress.d.ts +0 -11
  6310. package/dist/sdk/models/shared/propertycrmcompanyaddress.js +0 -80
  6311. package/dist/sdk/models/shared/propertycrmcontactaddress.d.ts +0 -11
  6312. package/dist/sdk/models/shared/propertycrmcontactaddress.js +0 -80
  6313. package/dist/sdk/models/shared/propertycrmeventcall.d.ts +0 -9
  6314. package/dist/sdk/models/shared/propertycrmeventcall.js +0 -62
  6315. package/dist/sdk/models/shared/propertycrmeventemail.d.ts +0 -18
  6316. package/dist/sdk/models/shared/propertycrmeventemail.js +0 -73
  6317. package/dist/sdk/models/shared/propertycrmeventmeeting.d.ts +0 -10
  6318. package/dist/sdk/models/shared/propertycrmeventmeeting.js +0 -71
  6319. package/dist/sdk/models/shared/propertycrmeventnote.d.ts +0 -8
  6320. package/dist/sdk/models/shared/propertycrmeventnote.js +0 -53
  6321. package/dist/sdk/models/shared/propertycrmeventtask.d.ts +0 -22
  6322. package/dist/sdk/models/shared/propertycrmeventtask.js +0 -85
  6323. package/dist/sdk/models/shared/propertycrmleadaddress.d.ts +0 -11
  6324. package/dist/sdk/models/shared/propertycrmleadaddress.js +0 -80
  6325. package/dist/sdk/models/shared/propertyenrichcompanyaddress.d.ts +0 -14
  6326. package/dist/sdk/models/shared/propertyenrichcompanyaddress.js +0 -83
  6327. package/dist/sdk/models/shared/propertyenrichpersonaddress.d.ts +0 -14
  6328. package/dist/sdk/models/shared/propertyenrichpersonaddress.js +0 -83
  6329. package/dist/sdk/models/shared/propertyhriscompanyaddress.d.ts +0 -11
  6330. package/dist/sdk/models/shared/propertyhriscompanyaddress.js +0 -80
  6331. package/dist/sdk/models/shared/propertyhrisemployeeaddress.d.ts +0 -11
  6332. package/dist/sdk/models/shared/propertyhrisemployeeaddress.js +0 -80
  6333. package/dist/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts +0 -7
  6334. package/dist/sdk/models/shared/propertyhrisemployeeemployeeroles.js +0 -14
  6335. package/dist/sdk/models/shared/propertyhrislocationaddress.d.ts +0 -11
  6336. package/dist/sdk/models/shared/propertyhrislocationaddress.js +0 -80
  6337. package/dist/sdk/models/shared/propertyintegrationcategories.d.ts +0 -19
  6338. package/dist/sdk/models/shared/propertyintegrationcategories.js +0 -26
  6339. package/dist/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts +0 -9
  6340. package/dist/sdk/models/shared/propertyintegrationsupportwebhookevents.js +0 -55
  6341. package/dist/sdk/models/shared/propertymessagingmessageauthormember.d.ts +0 -6
  6342. package/dist/sdk/models/shared/propertymessagingmessageauthormember.js +0 -55
  6343. package/dist/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.d.ts +0 -4
  6344. package/dist/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.js +0 -11
  6345. package/dist/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.d.ts +0 -4
  6346. package/dist/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.js +0 -11
  6347. package/dist/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.d.ts +0 -4
  6348. package/dist/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.js +0 -11
  6349. package/dist/sdk/models/shared/propertystoragepermissionroles.d.ts +0 -5
  6350. package/dist/sdk/models/shared/propertystoragepermissionroles.js +0 -12
  6351. package/dist/sdk/models/shared/propertyuccalltelephone.d.ts +0 -15
  6352. package/dist/sdk/models/shared/propertyuccalltelephone.js +0 -61
  6353. package/dist/sdk/models/shared/security.d.ts +0 -4
  6354. package/dist/sdk/models/shared/security.js +0 -45
  6355. package/dist/sdk/models/shared/storagefile.d.ts +0 -22
  6356. package/dist/sdk/models/shared/storagefile.js +0 -125
  6357. package/dist/sdk/models/shared/storagepermission.d.ts +0 -7
  6358. package/dist/sdk/models/shared/storagepermission.js +0 -55
  6359. package/dist/sdk/models/shared/taskproject.d.ts +0 -11
  6360. package/dist/sdk/models/shared/taskproject.js +0 -88
  6361. package/dist/sdk/models/shared/tasktask.d.ts +0 -25
  6362. package/dist/sdk/models/shared/tasktask.js +0 -147
  6363. package/dist/sdk/models/shared/ticketingcustomer.d.ts +0 -13
  6364. package/dist/sdk/models/shared/ticketingcustomer.js +0 -92
  6365. package/dist/sdk/models/shared/ticketingemail.d.ts +0 -10
  6366. package/dist/sdk/models/shared/ticketingemail.js +0 -56
  6367. package/dist/sdk/models/shared/ticketingnote.d.ts +0 -11
  6368. package/dist/sdk/models/shared/ticketingnote.js +0 -84
  6369. package/dist/sdk/models/shared/ticketingtelephone.d.ts +0 -12
  6370. package/dist/sdk/models/shared/ticketingtelephone.js +0 -58
  6371. package/dist/sdk/models/shared/ticketingticket.d.ts +0 -23
  6372. package/dist/sdk/models/shared/ticketingticket.js +0 -137
  6373. package/dist/sdk/models/shared/uccall.d.ts +0 -19
  6374. package/dist/sdk/models/shared/uccall.js +0 -103
  6375. package/dist/sdk/models/shared/uccontact.d.ts +0 -26
  6376. package/dist/sdk/models/shared/uccontact.js +0 -100
  6377. package/dist/sdk/models/shared/ucemail.d.ts +0 -10
  6378. package/dist/sdk/models/shared/ucemail.js +0 -56
  6379. package/dist/sdk/models/shared/uctelephone.d.ts +0 -12
  6380. package/dist/sdk/models/shared/uctelephone.js +0 -58
  6381. package/dist/sdk/models/shared/webhook.d.ts +0 -94
  6382. package/dist/sdk/models/shared/webhook.js +0 -219
  6383. package/dist/sdk/note.d.ts +0 -31
  6384. package/dist/sdk/note.js +0 -503
  6385. package/dist/sdk/organization.d.ts +0 -15
  6386. package/dist/sdk/organization.js +0 -213
  6387. package/dist/sdk/page.d.ts +0 -31
  6388. package/dist/sdk/page.js +0 -503
  6389. package/dist/sdk/passthrough.d.ts +0 -27
  6390. package/dist/sdk/passthrough.js +0 -438
  6391. package/dist/sdk/payment.d.ts +0 -71
  6392. package/dist/sdk/payment.js +0 -1155
  6393. package/dist/sdk/payout.d.ts +0 -15
  6394. package/dist/sdk/payout.js +0 -213
  6395. package/dist/sdk/payslip.d.ts +0 -15
  6396. package/dist/sdk/payslip.js +0 -213
  6397. package/dist/sdk/person.d.ts +0 -11
  6398. package/dist/sdk/person.js +0 -149
  6399. package/dist/sdk/pipeline.d.ts +0 -31
  6400. package/dist/sdk/pipeline.js +0 -503
  6401. package/dist/sdk/project.d.ts +0 -31
  6402. package/dist/sdk/project.js +0 -503
  6403. package/dist/sdk/prompt.d.ts +0 -11
  6404. package/dist/sdk/prompt.js +0 -174
  6405. package/dist/sdk/refund.d.ts +0 -15
  6406. package/dist/sdk/refund.js +0 -213
  6407. package/dist/sdk/scorecard.d.ts +0 -31
  6408. package/dist/sdk/scorecard.js +0 -503
  6409. package/dist/sdk/sdk.d.ts +0 -192
  6410. package/dist/sdk/sdk.js +0 -200
  6411. package/dist/sdk/space.d.ts +0 -31
  6412. package/dist/sdk/space.js +0 -503
  6413. package/dist/sdk/storage.d.ts +0 -31
  6414. package/dist/sdk/storage.js +0 -503
  6415. package/dist/sdk/task.d.ts +0 -55
  6416. package/dist/sdk/task.js +0 -903
  6417. package/dist/sdk/taxrate.d.ts +0 -31
  6418. package/dist/sdk/taxrate.js +0 -503
  6419. package/dist/sdk/ticket.d.ts +0 -31
  6420. package/dist/sdk/ticket.js +0 -503
  6421. package/dist/sdk/ticketing.d.ts +0 -79
  6422. package/dist/sdk/ticketing.js +0 -1303
  6423. package/dist/sdk/timeoff.d.ts +0 -15
  6424. package/dist/sdk/timeoff.js +0 -213
  6425. package/dist/sdk/transaction.d.ts +0 -31
  6426. package/dist/sdk/transaction.js +0 -503
  6427. package/dist/sdk/types/index.d.ts +0 -1
  6428. package/dist/sdk/types/index.js +0 -20
  6429. package/dist/sdk/types/rfcdate.d.ts +0 -9
  6430. package/dist/sdk/types/rfcdate.js +0 -59
  6431. package/dist/sdk/uc.d.ts +0 -35
  6432. package/dist/sdk/uc.js +0 -567
  6433. package/dist/sdk/unified.d.ts +0 -89
  6434. package/dist/sdk/unified.js +0 -1270
  6435. package/dist/sdk/webhook.d.ts +0 -34
  6436. package/dist/sdk/webhook.js +0 -486
  6437. package/docs/sdk/models/operations/categories.md +0 -24
  6438. package/docs/sdk/models/operations/connectionid.md +0 -9
  6439. package/docs/sdk/models/operations/createaccountingaccountrequest.md +0 -9
  6440. package/docs/sdk/models/operations/createaccountingaccountresponse.md +0 -11
  6441. package/docs/sdk/models/operations/createaccountingcontactrequest.md +0 -9
  6442. package/docs/sdk/models/operations/createaccountingcontactresponse.md +0 -11
  6443. package/docs/sdk/models/operations/createaccountinginvoicerequest.md +0 -9
  6444. package/docs/sdk/models/operations/createaccountinginvoiceresponse.md +0 -11
  6445. package/docs/sdk/models/operations/createaccountingjournalrequest.md +0 -9
  6446. package/docs/sdk/models/operations/createaccountingjournalresponse.md +0 -11
  6447. package/docs/sdk/models/operations/createaccountingtaxraterequest.md +0 -9
  6448. package/docs/sdk/models/operations/createaccountingtaxrateresponse.md +0 -11
  6449. package/docs/sdk/models/operations/createaccountingtransactionrequest.md +0 -9
  6450. package/docs/sdk/models/operations/createaccountingtransactionresponse.md +0 -11
  6451. package/docs/sdk/models/operations/createatsactivityrequest.md +0 -9
  6452. package/docs/sdk/models/operations/createatsactivityresponse.md +0 -11
  6453. package/docs/sdk/models/operations/createatsapplicationrequest.md +0 -9
  6454. package/docs/sdk/models/operations/createatsapplicationresponse.md +0 -11
  6455. package/docs/sdk/models/operations/createatscandidaterequest.md +0 -9
  6456. package/docs/sdk/models/operations/createatscandidateresponse.md +0 -11
  6457. package/docs/sdk/models/operations/createatsdocumentrequest.md +0 -9
  6458. package/docs/sdk/models/operations/createatsdocumentresponse.md +0 -11
  6459. package/docs/sdk/models/operations/createatsinterviewrequest.md +0 -9
  6460. package/docs/sdk/models/operations/createatsinterviewresponse.md +0 -11
  6461. package/docs/sdk/models/operations/createatsjobrequest.md +0 -9
  6462. package/docs/sdk/models/operations/createatsjobresponse.md +0 -11
  6463. package/docs/sdk/models/operations/createatsscorecardrequest.md +0 -9
  6464. package/docs/sdk/models/operations/createatsscorecardresponse.md +0 -11
  6465. package/docs/sdk/models/operations/createcommercecollectionrequest.md +0 -9
  6466. package/docs/sdk/models/operations/createcommercecollectionresponse.md +0 -11
  6467. package/docs/sdk/models/operations/createcommerceinventoryrequest.md +0 -9
  6468. package/docs/sdk/models/operations/createcommerceinventoryresponse.md +0 -11
  6469. package/docs/sdk/models/operations/createcommerceitemrequest.md +0 -9
  6470. package/docs/sdk/models/operations/createcommerceitemresponse.md +0 -11
  6471. package/docs/sdk/models/operations/createcommercelocationrequest.md +0 -9
  6472. package/docs/sdk/models/operations/createcommercelocationresponse.md +0 -11
  6473. package/docs/sdk/models/operations/createcrmcompanyrequest.md +0 -9
  6474. package/docs/sdk/models/operations/createcrmcompanyresponse.md +0 -11
  6475. package/docs/sdk/models/operations/createcrmcontactrequest.md +0 -9
  6476. package/docs/sdk/models/operations/createcrmcontactresponse.md +0 -11
  6477. package/docs/sdk/models/operations/createcrmdealrequest.md +0 -9
  6478. package/docs/sdk/models/operations/createcrmdealresponse.md +0 -11
  6479. package/docs/sdk/models/operations/createcrmeventrequest.md +0 -9
  6480. package/docs/sdk/models/operations/createcrmeventresponse.md +0 -11
  6481. package/docs/sdk/models/operations/createcrmleadrequest.md +0 -9
  6482. package/docs/sdk/models/operations/createcrmleadresponse.md +0 -11
  6483. package/docs/sdk/models/operations/createcrmpipelinerequest.md +0 -9
  6484. package/docs/sdk/models/operations/createcrmpipelineresponse.md +0 -11
  6485. package/docs/sdk/models/operations/creategenaipromptrequest.md +0 -9
  6486. package/docs/sdk/models/operations/creategenaipromptresponse.md +0 -11
  6487. package/docs/sdk/models/operations/createhriscompanyrequest.md +0 -9
  6488. package/docs/sdk/models/operations/createhriscompanyresponse.md +0 -11
  6489. package/docs/sdk/models/operations/createhrisemployeerequest.md +0 -9
  6490. package/docs/sdk/models/operations/createhrisemployeeresponse.md +0 -11
  6491. package/docs/sdk/models/operations/createhrisgrouprequest.md +0 -9
  6492. package/docs/sdk/models/operations/createhrisgroupresponse.md +0 -11
  6493. package/docs/sdk/models/operations/createhrislocationrequest.md +0 -9
  6494. package/docs/sdk/models/operations/createhrislocationresponse.md +0 -11
  6495. package/docs/sdk/models/operations/createkmspagerequest.md +0 -9
  6496. package/docs/sdk/models/operations/createkmspageresponse.md +0 -11
  6497. package/docs/sdk/models/operations/createkmsspacerequest.md +0 -9
  6498. package/docs/sdk/models/operations/createkmsspaceresponse.md +0 -11
  6499. package/docs/sdk/models/operations/createmartechlistrequest.md +0 -9
  6500. package/docs/sdk/models/operations/createmartechlistresponse.md +0 -11
  6501. package/docs/sdk/models/operations/createmartechmemberrequest.md +0 -9
  6502. package/docs/sdk/models/operations/createmartechmemberresponse.md +0 -11
  6503. package/docs/sdk/models/operations/createmessagingmessagerequest.md +0 -9
  6504. package/docs/sdk/models/operations/createmessagingmessageresponse.md +0 -11
  6505. package/docs/sdk/models/operations/createpassthroughrequest.md +0 -10
  6506. package/docs/sdk/models/operations/createpassthroughresponse.md +0 -11
  6507. package/docs/sdk/models/operations/createpaymentlinkrequest.md +0 -9
  6508. package/docs/sdk/models/operations/createpaymentlinkresponse.md +0 -11
  6509. package/docs/sdk/models/operations/createpaymentpaymentrequest.md +0 -9
  6510. package/docs/sdk/models/operations/createpaymentpaymentresponse.md +0 -11
  6511. package/docs/sdk/models/operations/createstoragefilerequest.md +0 -9
  6512. package/docs/sdk/models/operations/createstoragefileresponse.md +0 -11
  6513. package/docs/sdk/models/operations/createtaskprojectrequest.md +0 -9
  6514. package/docs/sdk/models/operations/createtaskprojectresponse.md +0 -11
  6515. package/docs/sdk/models/operations/createtasktaskrequest.md +0 -9
  6516. package/docs/sdk/models/operations/createtasktaskresponse.md +0 -11
  6517. package/docs/sdk/models/operations/createticketingcustomerrequest.md +0 -9
  6518. package/docs/sdk/models/operations/createticketingcustomerresponse.md +0 -11
  6519. package/docs/sdk/models/operations/createticketingnoterequest.md +0 -9
  6520. package/docs/sdk/models/operations/createticketingnoteresponse.md +0 -11
  6521. package/docs/sdk/models/operations/createticketingticketrequest.md +0 -9
  6522. package/docs/sdk/models/operations/createticketingticketresponse.md +0 -11
  6523. package/docs/sdk/models/operations/createuccontactrequest.md +0 -9
  6524. package/docs/sdk/models/operations/createuccontactresponse.md +0 -11
  6525. package/docs/sdk/models/operations/createunifiedconnectionresponse.md +0 -11
  6526. package/docs/sdk/models/operations/createunifiedwebhookrequest.md +0 -9
  6527. package/docs/sdk/models/operations/createunifiedwebhookresponse.md +0 -11
  6528. package/docs/sdk/models/operations/getaccountingaccountrequest.md +0 -10
  6529. package/docs/sdk/models/operations/getaccountingaccountresponse.md +0 -11
  6530. package/docs/sdk/models/operations/getaccountingcontactrequest.md +0 -10
  6531. package/docs/sdk/models/operations/getaccountingcontactresponse.md +0 -11
  6532. package/docs/sdk/models/operations/getaccountinginvoicerequest.md +0 -10
  6533. package/docs/sdk/models/operations/getaccountinginvoiceresponse.md +0 -11
  6534. package/docs/sdk/models/operations/getaccountingjournalrequest.md +0 -10
  6535. package/docs/sdk/models/operations/getaccountingjournalresponse.md +0 -11
  6536. package/docs/sdk/models/operations/getaccountingorganizationrequest.md +0 -10
  6537. package/docs/sdk/models/operations/getaccountingorganizationresponse.md +0 -11
  6538. package/docs/sdk/models/operations/getaccountingtaxraterequest.md +0 -10
  6539. package/docs/sdk/models/operations/getaccountingtaxrateresponse.md +0 -11
  6540. package/docs/sdk/models/operations/getaccountingtransactionrequest.md +0 -10
  6541. package/docs/sdk/models/operations/getaccountingtransactionresponse.md +0 -11
  6542. package/docs/sdk/models/operations/getatsactivityrequest.md +0 -10
  6543. package/docs/sdk/models/operations/getatsactivityresponse.md +0 -11
  6544. package/docs/sdk/models/operations/getatsapplicationrequest.md +0 -10
  6545. package/docs/sdk/models/operations/getatsapplicationresponse.md +0 -11
  6546. package/docs/sdk/models/operations/getatscandidaterequest.md +0 -10
  6547. package/docs/sdk/models/operations/getatscandidateresponse.md +0 -11
  6548. package/docs/sdk/models/operations/getatscompanyrequest.md +0 -10
  6549. package/docs/sdk/models/operations/getatscompanyresponse.md +0 -11
  6550. package/docs/sdk/models/operations/getatsdocumentrequest.md +0 -10
  6551. package/docs/sdk/models/operations/getatsdocumentresponse.md +0 -11
  6552. package/docs/sdk/models/operations/getatsinterviewrequest.md +0 -10
  6553. package/docs/sdk/models/operations/getatsinterviewresponse.md +0 -11
  6554. package/docs/sdk/models/operations/getatsjobrequest.md +0 -10
  6555. package/docs/sdk/models/operations/getatsjobresponse.md +0 -11
  6556. package/docs/sdk/models/operations/getatsscorecardrequest.md +0 -10
  6557. package/docs/sdk/models/operations/getatsscorecardresponse.md +0 -11
  6558. package/docs/sdk/models/operations/getcommercecollectionrequest.md +0 -10
  6559. package/docs/sdk/models/operations/getcommercecollectionresponse.md +0 -11
  6560. package/docs/sdk/models/operations/getcommerceinventoryrequest.md +0 -10
  6561. package/docs/sdk/models/operations/getcommerceinventoryresponse.md +0 -11
  6562. package/docs/sdk/models/operations/getcommerceitemrequest.md +0 -10
  6563. package/docs/sdk/models/operations/getcommerceitemresponse.md +0 -11
  6564. package/docs/sdk/models/operations/getcommercelocationrequest.md +0 -10
  6565. package/docs/sdk/models/operations/getcommercelocationresponse.md +0 -11
  6566. package/docs/sdk/models/operations/getcrmcompanyrequest.md +0 -10
  6567. package/docs/sdk/models/operations/getcrmcompanyresponse.md +0 -11
  6568. package/docs/sdk/models/operations/getcrmcontactrequest.md +0 -10
  6569. package/docs/sdk/models/operations/getcrmcontactresponse.md +0 -11
  6570. package/docs/sdk/models/operations/getcrmdealrequest.md +0 -10
  6571. package/docs/sdk/models/operations/getcrmdealresponse.md +0 -11
  6572. package/docs/sdk/models/operations/getcrmeventrequest.md +0 -10
  6573. package/docs/sdk/models/operations/getcrmeventresponse.md +0 -11
  6574. package/docs/sdk/models/operations/getcrmleadrequest.md +0 -10
  6575. package/docs/sdk/models/operations/getcrmleadresponse.md +0 -11
  6576. package/docs/sdk/models/operations/getcrmpipelinerequest.md +0 -10
  6577. package/docs/sdk/models/operations/getcrmpipelineresponse.md +0 -11
  6578. package/docs/sdk/models/operations/gethriscompanyrequest.md +0 -10
  6579. package/docs/sdk/models/operations/gethriscompanyresponse.md +0 -11
  6580. package/docs/sdk/models/operations/gethrisemployeerequest.md +0 -10
  6581. package/docs/sdk/models/operations/gethrisemployeeresponse.md +0 -11
  6582. package/docs/sdk/models/operations/gethrisgrouprequest.md +0 -10
  6583. package/docs/sdk/models/operations/gethrisgroupresponse.md +0 -11
  6584. package/docs/sdk/models/operations/gethrislocationrequest.md +0 -10
  6585. package/docs/sdk/models/operations/gethrislocationresponse.md +0 -11
  6586. package/docs/sdk/models/operations/gethrispaysliprequest.md +0 -10
  6587. package/docs/sdk/models/operations/gethrispayslipresponse.md +0 -11
  6588. package/docs/sdk/models/operations/gethristimeoffrequest.md +0 -10
  6589. package/docs/sdk/models/operations/gethristimeoffresponse.md +0 -11
  6590. package/docs/sdk/models/operations/getkmspagerequest.md +0 -10
  6591. package/docs/sdk/models/operations/getkmspageresponse.md +0 -11
  6592. package/docs/sdk/models/operations/getkmsspacerequest.md +0 -10
  6593. package/docs/sdk/models/operations/getkmsspaceresponse.md +0 -11
  6594. package/docs/sdk/models/operations/getmartechlistrequest.md +0 -10
  6595. package/docs/sdk/models/operations/getmartechlistresponse.md +0 -11
  6596. package/docs/sdk/models/operations/getmartechmemberrequest.md +0 -10
  6597. package/docs/sdk/models/operations/getmartechmemberresponse.md +0 -11
  6598. package/docs/sdk/models/operations/getmessagingchannelrequest.md +0 -10
  6599. package/docs/sdk/models/operations/getmessagingchannelresponse.md +0 -11
  6600. package/docs/sdk/models/operations/getmessagingmessagerequest.md +0 -10
  6601. package/docs/sdk/models/operations/getmessagingmessageresponse.md +0 -11
  6602. package/docs/sdk/models/operations/getpaymentlinkrequest.md +0 -10
  6603. package/docs/sdk/models/operations/getpaymentlinkresponse.md +0 -11
  6604. package/docs/sdk/models/operations/getpaymentpaymentrequest.md +0 -10
  6605. package/docs/sdk/models/operations/getpaymentpaymentresponse.md +0 -11
  6606. package/docs/sdk/models/operations/getpaymentpayoutrequest.md +0 -10
  6607. package/docs/sdk/models/operations/getpaymentpayoutresponse.md +0 -11
  6608. package/docs/sdk/models/operations/getpaymentrefundrequest.md +0 -10
  6609. package/docs/sdk/models/operations/getpaymentrefundresponse.md +0 -11
  6610. package/docs/sdk/models/operations/getstoragefilerequest.md +0 -10
  6611. package/docs/sdk/models/operations/getstoragefileresponse.md +0 -11
  6612. package/docs/sdk/models/operations/gettaskprojectrequest.md +0 -10
  6613. package/docs/sdk/models/operations/gettaskprojectresponse.md +0 -11
  6614. package/docs/sdk/models/operations/gettasktaskrequest.md +0 -10
  6615. package/docs/sdk/models/operations/gettasktaskresponse.md +0 -11
  6616. package/docs/sdk/models/operations/getticketingcustomerrequest.md +0 -10
  6617. package/docs/sdk/models/operations/getticketingcustomerresponse.md +0 -11
  6618. package/docs/sdk/models/operations/getticketingnoterequest.md +0 -10
  6619. package/docs/sdk/models/operations/getticketingnoteresponse.md +0 -11
  6620. package/docs/sdk/models/operations/getticketingticketrequest.md +0 -10
  6621. package/docs/sdk/models/operations/getticketingticketresponse.md +0 -11
  6622. package/docs/sdk/models/operations/getuccontactrequest.md +0 -10
  6623. package/docs/sdk/models/operations/getuccontactresponse.md +0 -11
  6624. package/docs/sdk/models/operations/getunifiedapicallrequest.md +0 -8
  6625. package/docs/sdk/models/operations/getunifiedapicallresponse.md +0 -11
  6626. package/docs/sdk/models/operations/getunifiedconnectionrequest.md +0 -8
  6627. package/docs/sdk/models/operations/getunifiedconnectionresponse.md +0 -11
  6628. package/docs/sdk/models/operations/getunifiedintegrationauthrequest.md +0 -18
  6629. package/docs/sdk/models/operations/getunifiedintegrationauthresponse.md +0 -11
  6630. package/docs/sdk/models/operations/getunifiedintegrationloginrequest.md +0 -14
  6631. package/docs/sdk/models/operations/getunifiedintegrationloginresponse.md +0 -11
  6632. package/docs/sdk/models/operations/getunifiedwebhookrequest.md +0 -8
  6633. package/docs/sdk/models/operations/getunifiedwebhookresponse.md +0 -11
  6634. package/docs/sdk/models/operations/integrationtype.md +0 -9
  6635. package/docs/sdk/models/operations/listaccountingaccountsrequest.md +0 -13
  6636. package/docs/sdk/models/operations/listaccountingaccountsresponse.md +0 -11
  6637. package/docs/sdk/models/operations/listaccountingcontactsrequest.md +0 -14
  6638. package/docs/sdk/models/operations/listaccountingcontactsresponse.md +0 -11
  6639. package/docs/sdk/models/operations/listaccountinginvoicesrequest.md +0 -14
  6640. package/docs/sdk/models/operations/listaccountinginvoicesresponse.md +0 -11
  6641. package/docs/sdk/models/operations/listaccountingjournalsrequest.md +0 -13
  6642. package/docs/sdk/models/operations/listaccountingjournalsresponse.md +0 -11
  6643. package/docs/sdk/models/operations/listaccountingorganizationsrequest.md +0 -13
  6644. package/docs/sdk/models/operations/listaccountingorganizationsresponse.md +0 -11
  6645. package/docs/sdk/models/operations/listaccountingtaxratesrequest.md +0 -13
  6646. package/docs/sdk/models/operations/listaccountingtaxratesresponse.md +0 -11
  6647. package/docs/sdk/models/operations/listaccountingtransactionsrequest.md +0 -14
  6648. package/docs/sdk/models/operations/listaccountingtransactionsresponse.md +0 -11
  6649. package/docs/sdk/models/operations/listatsactivitiesrequest.md +0 -19
  6650. package/docs/sdk/models/operations/listatsactivitiesresponse.md +0 -11
  6651. package/docs/sdk/models/operations/listatsapplicationsrequest.md +0 -15
  6652. package/docs/sdk/models/operations/listatsapplicationsresponse.md +0 -11
  6653. package/docs/sdk/models/operations/listatsapplicationstatusesrequest.md +0 -13
  6654. package/docs/sdk/models/operations/listatsapplicationstatusesresponse.md +0 -11
  6655. package/docs/sdk/models/operations/listatscandidatesrequest.md +0 -14
  6656. package/docs/sdk/models/operations/listatscandidatesresponse.md +0 -11
  6657. package/docs/sdk/models/operations/listatscompaniesrequest.md +0 -13
  6658. package/docs/sdk/models/operations/listatscompaniesresponse.md +0 -11
  6659. package/docs/sdk/models/operations/listatsdocumentsrequest.md +0 -15
  6660. package/docs/sdk/models/operations/listatsdocumentsresponse.md +0 -11
  6661. package/docs/sdk/models/operations/listatsinterviewsrequest.md +0 -14
  6662. package/docs/sdk/models/operations/listatsinterviewsresponse.md +0 -11
  6663. package/docs/sdk/models/operations/listatsjobsrequest.md +0 -14
  6664. package/docs/sdk/models/operations/listatsjobsresponse.md +0 -11
  6665. package/docs/sdk/models/operations/listatsscorecardsrequest.md +0 -17
  6666. package/docs/sdk/models/operations/listatsscorecardsresponse.md +0 -11
  6667. package/docs/sdk/models/operations/listcommercecollectionsrequest.md +0 -15
  6668. package/docs/sdk/models/operations/listcommercecollectionsresponse.md +0 -11
  6669. package/docs/sdk/models/operations/listcommerceinventoriesrequest.md +0 -15
  6670. package/docs/sdk/models/operations/listcommerceinventoriesresponse.md +0 -11
  6671. package/docs/sdk/models/operations/listcommerceitemsrequest.md +0 -14
  6672. package/docs/sdk/models/operations/listcommerceitemsresponse.md +0 -11
  6673. package/docs/sdk/models/operations/listcommercelocationsrequest.md +0 -13
  6674. package/docs/sdk/models/operations/listcommercelocationsresponse.md +0 -11
  6675. package/docs/sdk/models/operations/listcrmcompaniesrequest.md +0 -16
  6676. package/docs/sdk/models/operations/listcrmcompaniesresponse.md +0 -11
  6677. package/docs/sdk/models/operations/listcrmcontactsrequest.md +0 -16
  6678. package/docs/sdk/models/operations/listcrmcontactsresponse.md +0 -11
  6679. package/docs/sdk/models/operations/listcrmdealsrequest.md +0 -16
  6680. package/docs/sdk/models/operations/listcrmdealsresponse.md +0 -11
  6681. package/docs/sdk/models/operations/listcrmeventsrequest.md +0 -18
  6682. package/docs/sdk/models/operations/listcrmeventsresponse.md +0 -11
  6683. package/docs/sdk/models/operations/listcrmleadsrequest.md +0 -16
  6684. package/docs/sdk/models/operations/listcrmleadsresponse.md +0 -11
  6685. package/docs/sdk/models/operations/listcrmpipelinesrequest.md +0 -13
  6686. package/docs/sdk/models/operations/listcrmpipelinesresponse.md +0 -11
  6687. package/docs/sdk/models/operations/listenrichcompaniesrequest.md +0 -10
  6688. package/docs/sdk/models/operations/listenrichcompaniesresponse.md +0 -11
  6689. package/docs/sdk/models/operations/listenrichpeoplerequest.md +0 -13
  6690. package/docs/sdk/models/operations/listenrichpeopleresponse.md +0 -11
  6691. package/docs/sdk/models/operations/listgenaimodelsrequest.md +0 -13
  6692. package/docs/sdk/models/operations/listgenaimodelsresponse.md +0 -11
  6693. package/docs/sdk/models/operations/listhriscompaniesrequest.md +0 -13
  6694. package/docs/sdk/models/operations/listhriscompaniesresponse.md +0 -11
  6695. package/docs/sdk/models/operations/listhrisemployeesrequest.md +0 -14
  6696. package/docs/sdk/models/operations/listhrisemployeesresponse.md +0 -11
  6697. package/docs/sdk/models/operations/listhrisgroupsrequest.md +0 -14
  6698. package/docs/sdk/models/operations/listhrisgroupsresponse.md +0 -11
  6699. package/docs/sdk/models/operations/listhrislocationsrequest.md +0 -13
  6700. package/docs/sdk/models/operations/listhrislocationsresponse.md +0 -11
  6701. package/docs/sdk/models/operations/listhrispayslipsrequest.md +0 -14
  6702. package/docs/sdk/models/operations/listhrispayslipsresponse.md +0 -11
  6703. package/docs/sdk/models/operations/listhristimeoffsrequest.md +0 -14
  6704. package/docs/sdk/models/operations/listhristimeoffsresponse.md +0 -11
  6705. package/docs/sdk/models/operations/listkmspagesrequest.md +0 -15
  6706. package/docs/sdk/models/operations/listkmspagesresponse.md +0 -11
  6707. package/docs/sdk/models/operations/listkmsspacesrequest.md +0 -14
  6708. package/docs/sdk/models/operations/listkmsspacesresponse.md +0 -11
  6709. package/docs/sdk/models/operations/listmartechlistsrequest.md +0 -13
  6710. package/docs/sdk/models/operations/listmartechlistsresponse.md +0 -11
  6711. package/docs/sdk/models/operations/listmartechmembersrequest.md +0 -14
  6712. package/docs/sdk/models/operations/listmartechmembersresponse.md +0 -11
  6713. package/docs/sdk/models/operations/listmessagingchannelsrequest.md +0 -14
  6714. package/docs/sdk/models/operations/listmessagingchannelsresponse.md +0 -11
  6715. package/docs/sdk/models/operations/listmessagingmessagesrequest.md +0 -15
  6716. package/docs/sdk/models/operations/listmessagingmessagesresponse.md +0 -11
  6717. package/docs/sdk/models/operations/listpassthroughsrequest.md +0 -9
  6718. package/docs/sdk/models/operations/listpassthroughsresponse.md +0 -11
  6719. package/docs/sdk/models/operations/listpaymentlinksrequest.md +0 -15
  6720. package/docs/sdk/models/operations/listpaymentlinksresponse.md +0 -11
  6721. package/docs/sdk/models/operations/listpaymentpaymentsrequest.md +0 -15
  6722. package/docs/sdk/models/operations/listpaymentpaymentsresponse.md +0 -11
  6723. package/docs/sdk/models/operations/listpaymentpayoutsrequest.md +0 -13
  6724. package/docs/sdk/models/operations/listpaymentpayoutsresponse.md +0 -11
  6725. package/docs/sdk/models/operations/listpaymentrefundsrequest.md +0 -14
  6726. package/docs/sdk/models/operations/listpaymentrefundsresponse.md +0 -11
  6727. package/docs/sdk/models/operations/liststoragefilesrequest.md +0 -14
  6728. package/docs/sdk/models/operations/liststoragefilesresponse.md +0 -11
  6729. package/docs/sdk/models/operations/listtaskprojectsrequest.md +0 -14
  6730. package/docs/sdk/models/operations/listtaskprojectsresponse.md +0 -11
  6731. package/docs/sdk/models/operations/listtasktasksrequest.md +0 -15
  6732. package/docs/sdk/models/operations/listtasktasksresponse.md +0 -11
  6733. package/docs/sdk/models/operations/listticketingcustomersrequest.md +0 -13
  6734. package/docs/sdk/models/operations/listticketingcustomersresponse.md +0 -11
  6735. package/docs/sdk/models/operations/listticketingnotesrequest.md +0 -15
  6736. package/docs/sdk/models/operations/listticketingnotesresponse.md +0 -11
  6737. package/docs/sdk/models/operations/listticketingticketsrequest.md +0 -15
  6738. package/docs/sdk/models/operations/listticketingticketsresponse.md +0 -11
  6739. package/docs/sdk/models/operations/listuccallsrequest.md +0 -15
  6740. package/docs/sdk/models/operations/listuccallsresponse.md +0 -11
  6741. package/docs/sdk/models/operations/listuccontactsrequest.md +0 -14
  6742. package/docs/sdk/models/operations/listuccontactsresponse.md +0 -11
  6743. package/docs/sdk/models/operations/listunifiedapicallsrequest.md +0 -15
  6744. package/docs/sdk/models/operations/listunifiedapicallsresponse.md +0 -11
  6745. package/docs/sdk/models/operations/listunifiedconnectionsrequest.md +0 -13
  6746. package/docs/sdk/models/operations/listunifiedconnectionsresponse.md +0 -11
  6747. package/docs/sdk/models/operations/listunifiedintegrationsqueryparamcategories.md +0 -24
  6748. package/docs/sdk/models/operations/listunifiedintegrationsrequest.md +0 -17
  6749. package/docs/sdk/models/operations/listunifiedintegrationsresponse.md +0 -11
  6750. package/docs/sdk/models/operations/listunifiedintegrationworkspacesrequest.md +0 -15
  6751. package/docs/sdk/models/operations/listunifiedintegrationworkspacesresponse.md +0 -11
  6752. package/docs/sdk/models/operations/listunifiedissuesrequest.md +0 -10
  6753. package/docs/sdk/models/operations/listunifiedissuesresponse.md +0 -11
  6754. package/docs/sdk/models/operations/listunifiedwebhooksrequest.md +0 -15
  6755. package/docs/sdk/models/operations/listunifiedwebhooksresponse.md +0 -11
  6756. package/docs/sdk/models/operations/patchaccountingaccountrequest.md +0 -10
  6757. package/docs/sdk/models/operations/patchaccountingaccountresponse.md +0 -11
  6758. package/docs/sdk/models/operations/patchaccountingcontactrequest.md +0 -10
  6759. package/docs/sdk/models/operations/patchaccountingcontactresponse.md +0 -11
  6760. package/docs/sdk/models/operations/patchaccountinginvoicerequest.md +0 -10
  6761. package/docs/sdk/models/operations/patchaccountinginvoiceresponse.md +0 -11
  6762. package/docs/sdk/models/operations/patchaccountingjournalrequest.md +0 -10
  6763. package/docs/sdk/models/operations/patchaccountingjournalresponse.md +0 -11
  6764. package/docs/sdk/models/operations/patchaccountingtaxraterequest.md +0 -10
  6765. package/docs/sdk/models/operations/patchaccountingtaxrateresponse.md +0 -11
  6766. package/docs/sdk/models/operations/patchaccountingtransactionrequest.md +0 -10
  6767. package/docs/sdk/models/operations/patchaccountingtransactionresponse.md +0 -11
  6768. package/docs/sdk/models/operations/patchatsactivityrequest.md +0 -10
  6769. package/docs/sdk/models/operations/patchatsactivityresponse.md +0 -11
  6770. package/docs/sdk/models/operations/patchatsapplicationrequest.md +0 -10
  6771. package/docs/sdk/models/operations/patchatsapplicationresponse.md +0 -11
  6772. package/docs/sdk/models/operations/patchatscandidaterequest.md +0 -10
  6773. package/docs/sdk/models/operations/patchatscandidateresponse.md +0 -11
  6774. package/docs/sdk/models/operations/patchatsdocumentrequest.md +0 -10
  6775. package/docs/sdk/models/operations/patchatsdocumentresponse.md +0 -11
  6776. package/docs/sdk/models/operations/patchatsinterviewrequest.md +0 -10
  6777. package/docs/sdk/models/operations/patchatsinterviewresponse.md +0 -11
  6778. package/docs/sdk/models/operations/patchatsjobrequest.md +0 -10
  6779. package/docs/sdk/models/operations/patchatsjobresponse.md +0 -11
  6780. package/docs/sdk/models/operations/patchatsscorecardrequest.md +0 -10
  6781. package/docs/sdk/models/operations/patchatsscorecardresponse.md +0 -11
  6782. package/docs/sdk/models/operations/patchcommercecollectionrequest.md +0 -10
  6783. package/docs/sdk/models/operations/patchcommercecollectionresponse.md +0 -11
  6784. package/docs/sdk/models/operations/patchcommerceinventoryrequest.md +0 -10
  6785. package/docs/sdk/models/operations/patchcommerceinventoryresponse.md +0 -11
  6786. package/docs/sdk/models/operations/patchcommerceitemrequest.md +0 -10
  6787. package/docs/sdk/models/operations/patchcommerceitemresponse.md +0 -11
  6788. package/docs/sdk/models/operations/patchcommercelocationrequest.md +0 -10
  6789. package/docs/sdk/models/operations/patchcommercelocationresponse.md +0 -11
  6790. package/docs/sdk/models/operations/patchcrmcompanyrequest.md +0 -10
  6791. package/docs/sdk/models/operations/patchcrmcompanyresponse.md +0 -11
  6792. package/docs/sdk/models/operations/patchcrmcontactrequest.md +0 -10
  6793. package/docs/sdk/models/operations/patchcrmcontactresponse.md +0 -11
  6794. package/docs/sdk/models/operations/patchcrmdealrequest.md +0 -10
  6795. package/docs/sdk/models/operations/patchcrmdealresponse.md +0 -11
  6796. package/docs/sdk/models/operations/patchcrmeventrequest.md +0 -10
  6797. package/docs/sdk/models/operations/patchcrmeventresponse.md +0 -11
  6798. package/docs/sdk/models/operations/patchcrmleadrequest.md +0 -10
  6799. package/docs/sdk/models/operations/patchcrmleadresponse.md +0 -11
  6800. package/docs/sdk/models/operations/patchcrmpipelinerequest.md +0 -10
  6801. package/docs/sdk/models/operations/patchcrmpipelineresponse.md +0 -11
  6802. package/docs/sdk/models/operations/patchhriscompanyrequest.md +0 -10
  6803. package/docs/sdk/models/operations/patchhriscompanyresponse.md +0 -11
  6804. package/docs/sdk/models/operations/patchhrisemployeerequest.md +0 -10
  6805. package/docs/sdk/models/operations/patchhrisemployeeresponse.md +0 -11
  6806. package/docs/sdk/models/operations/patchhrisgrouprequest.md +0 -10
  6807. package/docs/sdk/models/operations/patchhrisgroupresponse.md +0 -11
  6808. package/docs/sdk/models/operations/patchhrislocationrequest.md +0 -10
  6809. package/docs/sdk/models/operations/patchhrislocationresponse.md +0 -11
  6810. package/docs/sdk/models/operations/patchkmspagerequest.md +0 -10
  6811. package/docs/sdk/models/operations/patchkmspageresponse.md +0 -11
  6812. package/docs/sdk/models/operations/patchkmsspacerequest.md +0 -10
  6813. package/docs/sdk/models/operations/patchkmsspaceresponse.md +0 -11
  6814. package/docs/sdk/models/operations/patchmartechlistrequest.md +0 -10
  6815. package/docs/sdk/models/operations/patchmartechlistresponse.md +0 -11
  6816. package/docs/sdk/models/operations/patchmartechmemberrequest.md +0 -10
  6817. package/docs/sdk/models/operations/patchmartechmemberresponse.md +0 -11
  6818. package/docs/sdk/models/operations/patchmessagingmessagerequest.md +0 -10
  6819. package/docs/sdk/models/operations/patchmessagingmessageresponse.md +0 -11
  6820. package/docs/sdk/models/operations/patchpassthroughrequest.md +0 -10
  6821. package/docs/sdk/models/operations/patchpassthroughresponse.md +0 -11
  6822. package/docs/sdk/models/operations/patchpaymentlinkrequest.md +0 -10
  6823. package/docs/sdk/models/operations/patchpaymentlinkresponse.md +0 -11
  6824. package/docs/sdk/models/operations/patchpaymentpaymentrequest.md +0 -10
  6825. package/docs/sdk/models/operations/patchpaymentpaymentresponse.md +0 -11
  6826. package/docs/sdk/models/operations/patchstoragefilerequest.md +0 -10
  6827. package/docs/sdk/models/operations/patchstoragefileresponse.md +0 -11
  6828. package/docs/sdk/models/operations/patchtaskprojectrequest.md +0 -10
  6829. package/docs/sdk/models/operations/patchtaskprojectresponse.md +0 -11
  6830. package/docs/sdk/models/operations/patchtasktaskrequest.md +0 -10
  6831. package/docs/sdk/models/operations/patchtasktaskresponse.md +0 -11
  6832. package/docs/sdk/models/operations/patchticketingcustomerrequest.md +0 -10
  6833. package/docs/sdk/models/operations/patchticketingcustomerresponse.md +0 -11
  6834. package/docs/sdk/models/operations/patchticketingnoterequest.md +0 -10
  6835. package/docs/sdk/models/operations/patchticketingnoteresponse.md +0 -11
  6836. package/docs/sdk/models/operations/patchticketingticketrequest.md +0 -10
  6837. package/docs/sdk/models/operations/patchticketingticketresponse.md +0 -11
  6838. package/docs/sdk/models/operations/patchuccontactrequest.md +0 -10
  6839. package/docs/sdk/models/operations/patchuccontactresponse.md +0 -11
  6840. package/docs/sdk/models/operations/patchunifiedconnectionrequest.md +0 -9
  6841. package/docs/sdk/models/operations/patchunifiedconnectionresponse.md +0 -11
  6842. package/docs/sdk/models/operations/patchunifiedwebhooktriggerrequest.md +0 -8
  6843. package/docs/sdk/models/operations/patchunifiedwebhooktriggerresponse.md +0 -11
  6844. package/docs/sdk/models/operations/queryparamcategories.md +0 -24
  6845. package/docs/sdk/models/operations/removeaccountingaccountrequest.md +0 -9
  6846. package/docs/sdk/models/operations/removeaccountingaccountresponse.md +0 -11
  6847. package/docs/sdk/models/operations/removeaccountingcontactrequest.md +0 -9
  6848. package/docs/sdk/models/operations/removeaccountingcontactresponse.md +0 -11
  6849. package/docs/sdk/models/operations/removeaccountinginvoicerequest.md +0 -9
  6850. package/docs/sdk/models/operations/removeaccountinginvoiceresponse.md +0 -11
  6851. package/docs/sdk/models/operations/removeaccountingjournalrequest.md +0 -9
  6852. package/docs/sdk/models/operations/removeaccountingjournalresponse.md +0 -11
  6853. package/docs/sdk/models/operations/removeaccountingtaxraterequest.md +0 -9
  6854. package/docs/sdk/models/operations/removeaccountingtaxrateresponse.md +0 -11
  6855. package/docs/sdk/models/operations/removeaccountingtransactionrequest.md +0 -9
  6856. package/docs/sdk/models/operations/removeaccountingtransactionresponse.md +0 -11
  6857. package/docs/sdk/models/operations/removeatsactivityrequest.md +0 -9
  6858. package/docs/sdk/models/operations/removeatsactivityresponse.md +0 -11
  6859. package/docs/sdk/models/operations/removeatsapplicationrequest.md +0 -9
  6860. package/docs/sdk/models/operations/removeatsapplicationresponse.md +0 -11
  6861. package/docs/sdk/models/operations/removeatscandidaterequest.md +0 -9
  6862. package/docs/sdk/models/operations/removeatscandidateresponse.md +0 -11
  6863. package/docs/sdk/models/operations/removeatsdocumentrequest.md +0 -9
  6864. package/docs/sdk/models/operations/removeatsdocumentresponse.md +0 -11
  6865. package/docs/sdk/models/operations/removeatsinterviewrequest.md +0 -9
  6866. package/docs/sdk/models/operations/removeatsinterviewresponse.md +0 -11
  6867. package/docs/sdk/models/operations/removeatsjobrequest.md +0 -9
  6868. package/docs/sdk/models/operations/removeatsjobresponse.md +0 -11
  6869. package/docs/sdk/models/operations/removeatsscorecardrequest.md +0 -9
  6870. package/docs/sdk/models/operations/removeatsscorecardresponse.md +0 -11
  6871. package/docs/sdk/models/operations/removecommercecollectionrequest.md +0 -9
  6872. package/docs/sdk/models/operations/removecommercecollectionresponse.md +0 -11
  6873. package/docs/sdk/models/operations/removecommerceinventoryrequest.md +0 -9
  6874. package/docs/sdk/models/operations/removecommerceinventoryresponse.md +0 -11
  6875. package/docs/sdk/models/operations/removecommerceitemrequest.md +0 -9
  6876. package/docs/sdk/models/operations/removecommerceitemresponse.md +0 -11
  6877. package/docs/sdk/models/operations/removecommercelocationrequest.md +0 -9
  6878. package/docs/sdk/models/operations/removecommercelocationresponse.md +0 -11
  6879. package/docs/sdk/models/operations/removecrmcompanyrequest.md +0 -9
  6880. package/docs/sdk/models/operations/removecrmcompanyresponse.md +0 -11
  6881. package/docs/sdk/models/operations/removecrmcontactrequest.md +0 -9
  6882. package/docs/sdk/models/operations/removecrmcontactresponse.md +0 -11
  6883. package/docs/sdk/models/operations/removecrmdealrequest.md +0 -9
  6884. package/docs/sdk/models/operations/removecrmdealresponse.md +0 -11
  6885. package/docs/sdk/models/operations/removecrmeventrequest.md +0 -9
  6886. package/docs/sdk/models/operations/removecrmeventresponse.md +0 -11
  6887. package/docs/sdk/models/operations/removecrmleadrequest.md +0 -9
  6888. package/docs/sdk/models/operations/removecrmleadresponse.md +0 -11
  6889. package/docs/sdk/models/operations/removecrmpipelinerequest.md +0 -9
  6890. package/docs/sdk/models/operations/removecrmpipelineresponse.md +0 -11
  6891. package/docs/sdk/models/operations/removehriscompanyrequest.md +0 -9
  6892. package/docs/sdk/models/operations/removehriscompanyresponse.md +0 -11
  6893. package/docs/sdk/models/operations/removehrisemployeerequest.md +0 -9
  6894. package/docs/sdk/models/operations/removehrisemployeeresponse.md +0 -11
  6895. package/docs/sdk/models/operations/removehrisgrouprequest.md +0 -9
  6896. package/docs/sdk/models/operations/removehrisgroupresponse.md +0 -11
  6897. package/docs/sdk/models/operations/removehrislocationrequest.md +0 -9
  6898. package/docs/sdk/models/operations/removehrislocationresponse.md +0 -11
  6899. package/docs/sdk/models/operations/removekmspagerequest.md +0 -9
  6900. package/docs/sdk/models/operations/removekmspageresponse.md +0 -11
  6901. package/docs/sdk/models/operations/removekmsspacerequest.md +0 -9
  6902. package/docs/sdk/models/operations/removekmsspaceresponse.md +0 -11
  6903. package/docs/sdk/models/operations/removemartechlistrequest.md +0 -9
  6904. package/docs/sdk/models/operations/removemartechlistresponse.md +0 -11
  6905. package/docs/sdk/models/operations/removemartechmemberrequest.md +0 -9
  6906. package/docs/sdk/models/operations/removemartechmemberresponse.md +0 -11
  6907. package/docs/sdk/models/operations/removemessagingmessagerequest.md +0 -9
  6908. package/docs/sdk/models/operations/removemessagingmessageresponse.md +0 -11
  6909. package/docs/sdk/models/operations/removepassthroughrequest.md +0 -9
  6910. package/docs/sdk/models/operations/removepassthroughresponse.md +0 -11
  6911. package/docs/sdk/models/operations/removepaymentlinkrequest.md +0 -9
  6912. package/docs/sdk/models/operations/removepaymentlinkresponse.md +0 -11
  6913. package/docs/sdk/models/operations/removepaymentpaymentrequest.md +0 -9
  6914. package/docs/sdk/models/operations/removepaymentpaymentresponse.md +0 -11
  6915. package/docs/sdk/models/operations/removestoragefilerequest.md +0 -9
  6916. package/docs/sdk/models/operations/removestoragefileresponse.md +0 -11
  6917. package/docs/sdk/models/operations/removetaskprojectrequest.md +0 -9
  6918. package/docs/sdk/models/operations/removetaskprojectresponse.md +0 -11
  6919. package/docs/sdk/models/operations/removetasktaskrequest.md +0 -9
  6920. package/docs/sdk/models/operations/removetasktaskresponse.md +0 -11
  6921. package/docs/sdk/models/operations/removeticketingcustomerrequest.md +0 -9
  6922. package/docs/sdk/models/operations/removeticketingcustomerresponse.md +0 -11
  6923. package/docs/sdk/models/operations/removeticketingnoterequest.md +0 -9
  6924. package/docs/sdk/models/operations/removeticketingnoteresponse.md +0 -11
  6925. package/docs/sdk/models/operations/removeticketingticketrequest.md +0 -9
  6926. package/docs/sdk/models/operations/removeticketingticketresponse.md +0 -11
  6927. package/docs/sdk/models/operations/removeuccontactrequest.md +0 -9
  6928. package/docs/sdk/models/operations/removeuccontactresponse.md +0 -11
  6929. package/docs/sdk/models/operations/removeunifiedconnectionrequest.md +0 -8
  6930. package/docs/sdk/models/operations/removeunifiedconnectionresponse.md +0 -11
  6931. package/docs/sdk/models/operations/removeunifiedwebhookrequest.md +0 -8
  6932. package/docs/sdk/models/operations/removeunifiedwebhookresponse.md +0 -11
  6933. package/docs/sdk/models/operations/scopes.md +0 -105
  6934. package/docs/sdk/models/operations/updateaccountingaccountrequest.md +0 -10
  6935. package/docs/sdk/models/operations/updateaccountingaccountresponse.md +0 -11
  6936. package/docs/sdk/models/operations/updateaccountingcontactrequest.md +0 -10
  6937. package/docs/sdk/models/operations/updateaccountingcontactresponse.md +0 -11
  6938. package/docs/sdk/models/operations/updateaccountinginvoicerequest.md +0 -10
  6939. package/docs/sdk/models/operations/updateaccountinginvoiceresponse.md +0 -11
  6940. package/docs/sdk/models/operations/updateaccountingjournalrequest.md +0 -10
  6941. package/docs/sdk/models/operations/updateaccountingjournalresponse.md +0 -11
  6942. package/docs/sdk/models/operations/updateaccountingtaxraterequest.md +0 -10
  6943. package/docs/sdk/models/operations/updateaccountingtaxrateresponse.md +0 -11
  6944. package/docs/sdk/models/operations/updateaccountingtransactionrequest.md +0 -10
  6945. package/docs/sdk/models/operations/updateaccountingtransactionresponse.md +0 -11
  6946. package/docs/sdk/models/operations/updateatsactivityrequest.md +0 -10
  6947. package/docs/sdk/models/operations/updateatsactivityresponse.md +0 -11
  6948. package/docs/sdk/models/operations/updateatsapplicationrequest.md +0 -10
  6949. package/docs/sdk/models/operations/updateatsapplicationresponse.md +0 -11
  6950. package/docs/sdk/models/operations/updateatscandidaterequest.md +0 -10
  6951. package/docs/sdk/models/operations/updateatscandidateresponse.md +0 -11
  6952. package/docs/sdk/models/operations/updateatsdocumentrequest.md +0 -10
  6953. package/docs/sdk/models/operations/updateatsdocumentresponse.md +0 -11
  6954. package/docs/sdk/models/operations/updateatsinterviewrequest.md +0 -10
  6955. package/docs/sdk/models/operations/updateatsinterviewresponse.md +0 -11
  6956. package/docs/sdk/models/operations/updateatsjobrequest.md +0 -10
  6957. package/docs/sdk/models/operations/updateatsjobresponse.md +0 -11
  6958. package/docs/sdk/models/operations/updateatsscorecardrequest.md +0 -10
  6959. package/docs/sdk/models/operations/updateatsscorecardresponse.md +0 -11
  6960. package/docs/sdk/models/operations/updatecommercecollectionrequest.md +0 -10
  6961. package/docs/sdk/models/operations/updatecommercecollectionresponse.md +0 -11
  6962. package/docs/sdk/models/operations/updatecommerceinventoryrequest.md +0 -10
  6963. package/docs/sdk/models/operations/updatecommerceinventoryresponse.md +0 -11
  6964. package/docs/sdk/models/operations/updatecommerceitemrequest.md +0 -10
  6965. package/docs/sdk/models/operations/updatecommerceitemresponse.md +0 -11
  6966. package/docs/sdk/models/operations/updatecommercelocationrequest.md +0 -10
  6967. package/docs/sdk/models/operations/updatecommercelocationresponse.md +0 -11
  6968. package/docs/sdk/models/operations/updatecrmcompanyrequest.md +0 -10
  6969. package/docs/sdk/models/operations/updatecrmcompanyresponse.md +0 -11
  6970. package/docs/sdk/models/operations/updatecrmcontactrequest.md +0 -10
  6971. package/docs/sdk/models/operations/updatecrmcontactresponse.md +0 -11
  6972. package/docs/sdk/models/operations/updatecrmdealrequest.md +0 -10
  6973. package/docs/sdk/models/operations/updatecrmdealresponse.md +0 -11
  6974. package/docs/sdk/models/operations/updatecrmeventrequest.md +0 -10
  6975. package/docs/sdk/models/operations/updatecrmeventresponse.md +0 -11
  6976. package/docs/sdk/models/operations/updatecrmleadrequest.md +0 -10
  6977. package/docs/sdk/models/operations/updatecrmleadresponse.md +0 -11
  6978. package/docs/sdk/models/operations/updatecrmpipelinerequest.md +0 -10
  6979. package/docs/sdk/models/operations/updatecrmpipelineresponse.md +0 -11
  6980. package/docs/sdk/models/operations/updatehriscompanyrequest.md +0 -10
  6981. package/docs/sdk/models/operations/updatehriscompanyresponse.md +0 -11
  6982. package/docs/sdk/models/operations/updatehrisemployeerequest.md +0 -10
  6983. package/docs/sdk/models/operations/updatehrisemployeeresponse.md +0 -11
  6984. package/docs/sdk/models/operations/updatehrisgrouprequest.md +0 -10
  6985. package/docs/sdk/models/operations/updatehrisgroupresponse.md +0 -11
  6986. package/docs/sdk/models/operations/updatehrislocationrequest.md +0 -10
  6987. package/docs/sdk/models/operations/updatehrislocationresponse.md +0 -11
  6988. package/docs/sdk/models/operations/updatekmspagerequest.md +0 -10
  6989. package/docs/sdk/models/operations/updatekmspageresponse.md +0 -11
  6990. package/docs/sdk/models/operations/updatekmsspacerequest.md +0 -10
  6991. package/docs/sdk/models/operations/updatekmsspaceresponse.md +0 -11
  6992. package/docs/sdk/models/operations/updatemartechlistrequest.md +0 -10
  6993. package/docs/sdk/models/operations/updatemartechlistresponse.md +0 -11
  6994. package/docs/sdk/models/operations/updatemartechmemberrequest.md +0 -10
  6995. package/docs/sdk/models/operations/updatemartechmemberresponse.md +0 -11
  6996. package/docs/sdk/models/operations/updatemessagingmessagerequest.md +0 -10
  6997. package/docs/sdk/models/operations/updatemessagingmessageresponse.md +0 -11
  6998. package/docs/sdk/models/operations/updatepassthroughrequest.md +0 -10
  6999. package/docs/sdk/models/operations/updatepassthroughresponse.md +0 -11
  7000. package/docs/sdk/models/operations/updatepaymentlinkrequest.md +0 -10
  7001. package/docs/sdk/models/operations/updatepaymentlinkresponse.md +0 -11
  7002. package/docs/sdk/models/operations/updatepaymentpaymentrequest.md +0 -10
  7003. package/docs/sdk/models/operations/updatepaymentpaymentresponse.md +0 -11
  7004. package/docs/sdk/models/operations/updatestoragefilerequest.md +0 -10
  7005. package/docs/sdk/models/operations/updatestoragefileresponse.md +0 -11
  7006. package/docs/sdk/models/operations/updatetaskprojectrequest.md +0 -10
  7007. package/docs/sdk/models/operations/updatetaskprojectresponse.md +0 -11
  7008. package/docs/sdk/models/operations/updatetasktaskrequest.md +0 -10
  7009. package/docs/sdk/models/operations/updatetasktaskresponse.md +0 -11
  7010. package/docs/sdk/models/operations/updateticketingcustomerrequest.md +0 -10
  7011. package/docs/sdk/models/operations/updateticketingcustomerresponse.md +0 -11
  7012. package/docs/sdk/models/operations/updateticketingnoterequest.md +0 -10
  7013. package/docs/sdk/models/operations/updateticketingnoteresponse.md +0 -11
  7014. package/docs/sdk/models/operations/updateticketingticketrequest.md +0 -10
  7015. package/docs/sdk/models/operations/updateticketingticketresponse.md +0 -11
  7016. package/docs/sdk/models/operations/updateuccontactrequest.md +0 -10
  7017. package/docs/sdk/models/operations/updateuccontactresponse.md +0 -11
  7018. package/docs/sdk/models/operations/updateunifiedconnectionrequest.md +0 -9
  7019. package/docs/sdk/models/operations/updateunifiedconnectionresponse.md +0 -11
  7020. package/docs/sdk/models/operations/updateunifiedwebhooktriggerrequest.md +0 -8
  7021. package/docs/sdk/models/operations/updateunifiedwebhooktriggerresponse.md +0 -11
  7022. package/docs/sdk/models/shared/accountingaccount.md +0 -22
  7023. package/docs/sdk/models/shared/accountingcontact.md +0 -26
  7024. package/docs/sdk/models/shared/accountingcontactpaymentmethod.md +0 -11
  7025. package/docs/sdk/models/shared/accountingcontactpaymentmethodtype.md +0 -14
  7026. package/docs/sdk/models/shared/accountingemail.md +0 -9
  7027. package/docs/sdk/models/shared/accountingemailtype.md +0 -10
  7028. package/docs/sdk/models/shared/accountinginvoice.md +0 -30
  7029. package/docs/sdk/models/shared/accountinginvoicestatus.md +0 -14
  7030. package/docs/sdk/models/shared/accountingjournal.md +0 -17
  7031. package/docs/sdk/models/shared/accountingjournallineitem.md +0 -15
  7032. package/docs/sdk/models/shared/accountinglineitem.md +0 -24
  7033. package/docs/sdk/models/shared/accountingorganization.md +0 -20
  7034. package/docs/sdk/models/shared/accountingtaxrate.md +0 -15
  7035. package/docs/sdk/models/shared/accountingtelephone.md +0 -9
  7036. package/docs/sdk/models/shared/accountingtelephonetype.md +0 -12
  7037. package/docs/sdk/models/shared/accountingtransaction.md +0 -25
  7038. package/docs/sdk/models/shared/accountingtransactionlineitem.md +0 -15
  7039. package/docs/sdk/models/shared/apicall.md +0 -22
  7040. package/docs/sdk/models/shared/apicalltype.md +0 -10
  7041. package/docs/sdk/models/shared/atsactivity.md +0 -21
  7042. package/docs/sdk/models/shared/atsactivitytype.md +0 -9
  7043. package/docs/sdk/models/shared/atsaddress.md +0 -15
  7044. package/docs/sdk/models/shared/atsapplication.md +0 -21
  7045. package/docs/sdk/models/shared/atsapplicationanswer.md +0 -9
  7046. package/docs/sdk/models/shared/atsapplicationstatus.md +0 -21
  7047. package/docs/sdk/models/shared/atscandidate.md +0 -26
  7048. package/docs/sdk/models/shared/atscompany.md +0 -17
  7049. package/docs/sdk/models/shared/atscompensation.md +0 -12
  7050. package/docs/sdk/models/shared/atscompensationtype.md +0 -12
  7051. package/docs/sdk/models/shared/atsdocument.md +0 -19
  7052. package/docs/sdk/models/shared/atsdocumenttype.md +0 -13
  7053. package/docs/sdk/models/shared/atsemail.md +0 -9
  7054. package/docs/sdk/models/shared/atsemailtype.md +0 -10
  7055. package/docs/sdk/models/shared/atsinterview.md +0 -20
  7056. package/docs/sdk/models/shared/atsinterviewstatus.md +0 -12
  7057. package/docs/sdk/models/shared/atsjob.md +0 -27
  7058. package/docs/sdk/models/shared/atsjobquestion.md +0 -14
  7059. package/docs/sdk/models/shared/atsjobquestiontype.md +0 -19
  7060. package/docs/sdk/models/shared/atsjobstatus.md +0 -12
  7061. package/docs/sdk/models/shared/atsscorecard.md +0 -19
  7062. package/docs/sdk/models/shared/atsscorecardquestion.md +0 -10
  7063. package/docs/sdk/models/shared/atsstatus.md +0 -12
  7064. package/docs/sdk/models/shared/atsstatusstatus.md +0 -21
  7065. package/docs/sdk/models/shared/atstelephone.md +0 -9
  7066. package/docs/sdk/models/shared/atstelephonetype.md +0 -12
  7067. package/docs/sdk/models/shared/commercecollection.md +0 -24
  7068. package/docs/sdk/models/shared/commercecollectiontype.md +0 -10
  7069. package/docs/sdk/models/shared/commerceinventory.md +0 -15
  7070. package/docs/sdk/models/shared/commerceitem.md +0 -24
  7071. package/docs/sdk/models/shared/commerceitemmedia.md +0 -14
  7072. package/docs/sdk/models/shared/commerceitemmediatype.md +0 -9
  7073. package/docs/sdk/models/shared/commerceitemoption.md +0 -11
  7074. package/docs/sdk/models/shared/commerceitemprice.md +0 -10
  7075. package/docs/sdk/models/shared/commerceitemvariant.md +0 -30
  7076. package/docs/sdk/models/shared/commercelocation.md +0 -15
  7077. package/docs/sdk/models/shared/connection.md +0 -24
  7078. package/docs/sdk/models/shared/crmcompany.md +0 -27
  7079. package/docs/sdk/models/shared/crmcontact.md +0 -22
  7080. package/docs/sdk/models/shared/crmdeal.md +0 -27
  7081. package/docs/sdk/models/shared/crmemail.md +0 -9
  7082. package/docs/sdk/models/shared/crmemailtype.md +0 -10
  7083. package/docs/sdk/models/shared/crmevent.md +0 -24
  7084. package/docs/sdk/models/shared/crmeventtype.md +0 -12
  7085. package/docs/sdk/models/shared/crmlead.md +0 -23
  7086. package/docs/sdk/models/shared/crmpipeline.md +0 -16
  7087. package/docs/sdk/models/shared/crmstage.md +0 -14
  7088. package/docs/sdk/models/shared/crmtelephone.md +0 -9
  7089. package/docs/sdk/models/shared/crmtelephonetype.md +0 -12
  7090. package/docs/sdk/models/shared/employmentstatus.md +0 -9
  7091. package/docs/sdk/models/shared/employmenttype.md +0 -17
  7092. package/docs/sdk/models/shared/enrichcompany.md +0 -36
  7093. package/docs/sdk/models/shared/enrichemail.md +0 -10
  7094. package/docs/sdk/models/shared/enrichemailtype.md +0 -10
  7095. package/docs/sdk/models/shared/enrichperson.md +0 -33
  7096. package/docs/sdk/models/shared/enrichpersonworkhistory.md +0 -14
  7097. package/docs/sdk/models/shared/enrichtelephone.md +0 -9
  7098. package/docs/sdk/models/shared/enrichtelephonetype.md +0 -12
  7099. package/docs/sdk/models/shared/event.md +0 -10
  7100. package/docs/sdk/models/shared/frequency.md +0 -14
  7101. package/docs/sdk/models/shared/fromwebhook.md +0 -10
  7102. package/docs/sdk/models/shared/genaicontent.md +0 -9
  7103. package/docs/sdk/models/shared/genaimodel.md +0 -14
  7104. package/docs/sdk/models/shared/genaiprompt.md +0 -13
  7105. package/docs/sdk/models/shared/gender.md +0 -9
  7106. package/docs/sdk/models/shared/hriscompany.md +0 -14
  7107. package/docs/sdk/models/shared/hriscompensation.md +0 -11
  7108. package/docs/sdk/models/shared/hriscompensationfrequency.md +0 -14
  7109. package/docs/sdk/models/shared/hriscompensationtype.md +0 -12
  7110. package/docs/sdk/models/shared/hrisemail.md +0 -9
  7111. package/docs/sdk/models/shared/hrisemailtype.md +0 -10
  7112. package/docs/sdk/models/shared/hrisemployee.md +0 -41
  7113. package/docs/sdk/models/shared/hrisemployeeemploymenttype.md +0 -17
  7114. package/docs/sdk/models/shared/hrisemployeegender.md +0 -12
  7115. package/docs/sdk/models/shared/hrisgroup.md +0 -19
  7116. package/docs/sdk/models/shared/hrisgrouptype.md +0 -14
  7117. package/docs/sdk/models/shared/hrislocation.md +0 -22
  7118. package/docs/sdk/models/shared/hrispayslip.md +0 -20
  7119. package/docs/sdk/models/shared/hrispayslipdetail.md +0 -13
  7120. package/docs/sdk/models/shared/hrispayslipdetailtype.md +0 -24
  7121. package/docs/sdk/models/shared/hristelephone.md +0 -9
  7122. package/docs/sdk/models/shared/hristelephonetype.md +0 -12
  7123. package/docs/sdk/models/shared/hristimeoff.md +0 -19
  7124. package/docs/sdk/models/shared/hristimeoffstatus.md +0 -10
  7125. package/docs/sdk/models/shared/hristimeofftype.md +0 -9
  7126. package/docs/sdk/models/shared/integration.md +0 -33
  7127. package/docs/sdk/models/shared/integrationsupport.md +0 -49
  7128. package/docs/sdk/models/shared/issue.md +0 -17
  7129. package/docs/sdk/models/shared/issuestatus.md +0 -14
  7130. package/docs/sdk/models/shared/kmspage.md +0 -18
  7131. package/docs/sdk/models/shared/kmspagetype.md +0 -10
  7132. package/docs/sdk/models/shared/kmsspace.md +0 -16
  7133. package/docs/sdk/models/shared/listaccountid.md +0 -10
  7134. package/docs/sdk/models/shared/listapplicationid.md +0 -10
  7135. package/docs/sdk/models/shared/listcandidateid.md +0 -10
  7136. package/docs/sdk/models/shared/listchannelid.md +0 -10
  7137. package/docs/sdk/models/shared/listcollectionid.md +0 -10
  7138. package/docs/sdk/models/shared/listcompanyid.md +0 -10
  7139. package/docs/sdk/models/shared/listcontactid.md +0 -10
  7140. package/docs/sdk/models/shared/listcustomerid.md +0 -10
  7141. package/docs/sdk/models/shared/listdealid.md +0 -10
  7142. package/docs/sdk/models/shared/listinterviewid.md +0 -10
  7143. package/docs/sdk/models/shared/listinvoiceid.md +0 -10
  7144. package/docs/sdk/models/shared/listitemid.md +0 -10
  7145. package/docs/sdk/models/shared/listitemvariantid.md +0 -10
  7146. package/docs/sdk/models/shared/listjobid.md +0 -10
  7147. package/docs/sdk/models/shared/listlimit.md +0 -10
  7148. package/docs/sdk/models/shared/listlinkid.md +0 -10
  7149. package/docs/sdk/models/shared/listlistid.md +0 -10
  7150. package/docs/sdk/models/shared/listlocationid.md +0 -10
  7151. package/docs/sdk/models/shared/listoffset.md +0 -10
  7152. package/docs/sdk/models/shared/listorder.md +0 -10
  7153. package/docs/sdk/models/shared/listparentid.md +0 -10
  7154. package/docs/sdk/models/shared/listprojectid.md +0 -10
  7155. package/docs/sdk/models/shared/listquery.md +0 -10
  7156. package/docs/sdk/models/shared/listsortbycreatedat.md +0 -10
  7157. package/docs/sdk/models/shared/listsortbyname.md +0 -10
  7158. package/docs/sdk/models/shared/listsortbyupdatedat.md +0 -10
  7159. package/docs/sdk/models/shared/listspaceid.md +0 -10
  7160. package/docs/sdk/models/shared/listticketid.md +0 -10
  7161. package/docs/sdk/models/shared/listtype.md +0 -10
  7162. package/docs/sdk/models/shared/listupdatedgte.md +0 -10
  7163. package/docs/sdk/models/shared/listuserid.md +0 -10
  7164. package/docs/sdk/models/shared/maritalstatus.md +0 -9
  7165. package/docs/sdk/models/shared/marketingemail.md +0 -9
  7166. package/docs/sdk/models/shared/marketingemailtype.md +0 -10
  7167. package/docs/sdk/models/shared/marketinglist.md +0 -14
  7168. package/docs/sdk/models/shared/marketingmember.md +0 -17
  7169. package/docs/sdk/models/shared/messagingattachment.md +0 -12
  7170. package/docs/sdk/models/shared/messagingchannel.md +0 -19
  7171. package/docs/sdk/models/shared/messagingmember.md +0 -10
  7172. package/docs/sdk/models/shared/messagingmessage.md +0 -22
  7173. package/docs/sdk/models/shared/objecttype.md +0 -62
  7174. package/docs/sdk/models/shared/origin.md +0 -13
  7175. package/docs/sdk/models/shared/paymentcollectionmethod.md +0 -9
  7176. package/docs/sdk/models/shared/paymentlink.md +0 -19
  7177. package/docs/sdk/models/shared/paymentlinklineitem.md +0 -24
  7178. package/docs/sdk/models/shared/paymentpayment.md +0 -19
  7179. package/docs/sdk/models/shared/paymentpayout.md +0 -15
  7180. package/docs/sdk/models/shared/paymentpayoutstatus.md +0 -11
  7181. package/docs/sdk/models/shared/paymentrefund.md +0 -17
  7182. package/docs/sdk/models/shared/paymentrefundstatus.md +0 -11
  7183. package/docs/sdk/models/shared/paymenttype.md +0 -10
  7184. package/docs/sdk/models/shared/priority.md +0 -10
  7185. package/docs/sdk/models/shared/propertyaccountingcontactbillingaddress.md +0 -15
  7186. package/docs/sdk/models/shared/propertyaccountingcontactshippingaddress.md +0 -15
  7187. package/docs/sdk/models/shared/propertyaccountingorganizationaddress.md +0 -15
  7188. package/docs/sdk/models/shared/propertyatscandidateaddress.md +0 -15
  7189. package/docs/sdk/models/shared/propertyatscompanyaddress.md +0 -15
  7190. package/docs/sdk/models/shared/propertycommercelocationaddress.md +0 -15
  7191. package/docs/sdk/models/shared/propertyconnectionauth.md +0 -32
  7192. package/docs/sdk/models/shared/propertyconnectioncategories.md +0 -24
  7193. package/docs/sdk/models/shared/propertyconnectionpermissions.md +0 -105
  7194. package/docs/sdk/models/shared/propertycrmcompanyaddress.md +0 -15
  7195. package/docs/sdk/models/shared/propertycrmcontactaddress.md +0 -15
  7196. package/docs/sdk/models/shared/propertycrmeventcall.md +0 -12
  7197. package/docs/sdk/models/shared/propertycrmeventemail.md +0 -15
  7198. package/docs/sdk/models/shared/propertycrmeventmeeting.md +0 -13
  7199. package/docs/sdk/models/shared/propertycrmeventnote.md +0 -11
  7200. package/docs/sdk/models/shared/propertycrmeventtask.md +0 -14
  7201. package/docs/sdk/models/shared/propertycrmeventtaskstatus.md +0 -11
  7202. package/docs/sdk/models/shared/propertycrmleadaddress.md +0 -15
  7203. package/docs/sdk/models/shared/propertyenrichcompanyaddress.md +0 -17
  7204. package/docs/sdk/models/shared/propertyenrichpersonaddress.md +0 -17
  7205. package/docs/sdk/models/shared/propertyhriscompanyaddress.md +0 -15
  7206. package/docs/sdk/models/shared/propertyhrisemployeeaddress.md +0 -15
  7207. package/docs/sdk/models/shared/propertyhrisemployeeemployeeroles.md +0 -12
  7208. package/docs/sdk/models/shared/propertyhrislocationaddress.md +0 -15
  7209. package/docs/sdk/models/shared/propertyintegrationcategories.md +0 -24
  7210. package/docs/sdk/models/shared/propertyintegrationsupportwebhookevents.md +0 -10
  7211. package/docs/sdk/models/shared/propertymessagingmessageauthormember.md +0 -10
  7212. package/docs/sdk/models/shared/propertypropertyintegrationsupportwebhookeventscreated.md +0 -9
  7213. package/docs/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsdeleted.md +0 -9
  7214. package/docs/sdk/models/shared/propertypropertyintegrationsupportwebhookeventsupdated.md +0 -9
  7215. package/docs/sdk/models/shared/propertystoragepermissionroles.md +0 -10
  7216. package/docs/sdk/models/shared/propertyuccalltelephone.md +0 -11
  7217. package/docs/sdk/models/shared/propertyuccalltelephonetype.md +0 -12
  7218. package/docs/sdk/models/shared/recommendation.md +0 -11
  7219. package/docs/sdk/models/shared/role.md +0 -9
  7220. package/docs/sdk/models/shared/searchdomain.md +0 -10
  7221. package/docs/sdk/models/shared/searchemail.md +0 -10
  7222. package/docs/sdk/models/shared/searchlinkedinurl.md +0 -10
  7223. package/docs/sdk/models/shared/searchname.md +0 -10
  7224. package/docs/sdk/models/shared/searchtwitter.md +0 -10
  7225. package/docs/sdk/models/shared/security.md +0 -8
  7226. package/docs/sdk/models/shared/sizeunit.md +0 -9
  7227. package/docs/sdk/models/shared/status.md +0 -9
  7228. package/docs/sdk/models/shared/storagefile.md +0 -21
  7229. package/docs/sdk/models/shared/storagefiletype.md +0 -9
  7230. package/docs/sdk/models/shared/storagepermission.md +0 -10
  7231. package/docs/sdk/models/shared/taskproject.md +0 -15
  7232. package/docs/sdk/models/shared/tasktask.md +0 -24
  7233. package/docs/sdk/models/shared/tasktaskstatus.md +0 -10
  7234. package/docs/sdk/models/shared/taxexemption.md +0 -18
  7235. package/docs/sdk/models/shared/ticketingcustomer.md +0 -15
  7236. package/docs/sdk/models/shared/ticketingemail.md +0 -9
  7237. package/docs/sdk/models/shared/ticketingemailtype.md +0 -10
  7238. package/docs/sdk/models/shared/ticketingnote.md +0 -15
  7239. package/docs/sdk/models/shared/ticketingtelephone.md +0 -9
  7240. package/docs/sdk/models/shared/ticketingtelephonetype.md +0 -12
  7241. package/docs/sdk/models/shared/ticketingticket.md +0 -23
  7242. package/docs/sdk/models/shared/ticketingticketstatus.md +0 -9
  7243. package/docs/sdk/models/shared/typet.md +0 -17
  7244. package/docs/sdk/models/shared/uccall.md +0 -16
  7245. package/docs/sdk/models/shared/uccontact.md +0 -18
  7246. package/docs/sdk/models/shared/ucemail.md +0 -9
  7247. package/docs/sdk/models/shared/ucemailtype.md +0 -10
  7248. package/docs/sdk/models/shared/uctelephone.md +0 -9
  7249. package/docs/sdk/models/shared/uctelephonetype.md +0 -12
  7250. package/docs/sdk/models/shared/webhook.md +0 -28
  7251. package/docs/sdk/models/shared/webhooktype.md +0 -9
  7252. package/docs/sdk/models/shared/weightunit.md +0 -11
package/dist/sdk/ats.js DELETED
@@ -1,3093 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __assign = (this && this.__assign) || function () {
6
- __assign = Object.assign || function(t) {
7
- for (var s, i = 1, n = arguments.length; i < n; i++) {
8
- s = arguments[i];
9
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
10
- t[p] = s[p];
11
- }
12
- return t;
13
- };
14
- return __assign.apply(this, arguments);
15
- };
16
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
- if (k2 === undefined) k2 = k;
18
- var desc = Object.getOwnPropertyDescriptor(m, k);
19
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
20
- desc = { enumerable: true, get: function() { return m[k]; } };
21
- }
22
- Object.defineProperty(o, k2, desc);
23
- }) : (function(o, m, k, k2) {
24
- if (k2 === undefined) k2 = k;
25
- o[k2] = m[k];
26
- }));
27
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
28
- Object.defineProperty(o, "default", { enumerable: true, value: v });
29
- }) : function(o, v) {
30
- o["default"] = v;
31
- });
32
- var __importStar = (this && this.__importStar) || function (mod) {
33
- if (mod && mod.__esModule) return mod;
34
- var result = {};
35
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
36
- __setModuleDefault(result, mod);
37
- return result;
38
- };
39
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
40
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
41
- return new (P || (P = Promise))(function (resolve, reject) {
42
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
43
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
44
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
45
- step((generator = generator.apply(thisArg, _arguments || [])).next());
46
- });
47
- };
48
- var __generator = (this && this.__generator) || function (thisArg, body) {
49
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
50
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
51
- function verb(n) { return function (v) { return step([n, v]); }; }
52
- function step(op) {
53
- if (f) throw new TypeError("Generator is already executing.");
54
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
55
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
56
- if (y = 0, t) op = [op[0] & 2, t.value];
57
- switch (op[0]) {
58
- case 0: case 1: t = op; break;
59
- case 4: _.label++; return { value: op[1], done: false };
60
- case 5: _.label++; y = op[1]; op = [0]; continue;
61
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
62
- default:
63
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
64
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
65
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
66
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
67
- if (t[2]) _.ops.pop();
68
- _.trys.pop(); continue;
69
- }
70
- op = body.call(thisArg, _);
71
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
72
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
73
- }
74
- };
75
- var __read = (this && this.__read) || function (o, n) {
76
- var m = typeof Symbol === "function" && o[Symbol.iterator];
77
- if (!m) return o;
78
- var i = m.call(o), r, ar = [], e;
79
- try {
80
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
81
- }
82
- catch (error) { e = { error: error }; }
83
- finally {
84
- try {
85
- if (r && !r.done && (m = i["return"])) m.call(i);
86
- }
87
- finally { if (e) throw e.error; }
88
- }
89
- return ar;
90
- };
91
- Object.defineProperty(exports, "__esModule", { value: true });
92
- exports.Ats = void 0;
93
- var utils = __importStar(require("../internal/utils"));
94
- var errors = __importStar(require("../sdk/models/errors"));
95
- var operations = __importStar(require("../sdk/models/operations"));
96
- var shared = __importStar(require("../sdk/models/shared"));
97
- var Ats = /** @class */ (function () {
98
- function Ats(sdkConfig) {
99
- this.sdkConfiguration = sdkConfig;
100
- }
101
- /**
102
- * Create an activity
103
- */
104
- Ats.prototype.createAtsActivity = function (req, config) {
105
- var _a, _b;
106
- return __awaiter(this, void 0, void 0, function () {
107
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
108
- var _d;
109
- return __generator(this, function (_e) {
110
- switch (_e.label) {
111
- case 0:
112
- if (!(req instanceof utils.SpeakeasyBase)) {
113
- req = new operations.CreateAtsActivityRequest(req);
114
- }
115
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
116
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/activity", req);
117
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
118
- try {
119
- _d = __read(utils.serializeRequestBody(req, "atsActivity", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
120
- }
121
- catch (e) {
122
- if (e instanceof Error) {
123
- throw new Error("Error serializing request body, cause: ".concat(e.message));
124
- }
125
- }
126
- client = this.sdkConfiguration.defaultClient;
127
- globalSecurity = this.sdkConfiguration.security;
128
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
129
- return [4 /*yield*/, globalSecurity()];
130
- case 1:
131
- globalSecurity = _e.sent();
132
- _e.label = 2;
133
- case 2:
134
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
135
- globalSecurity = new shared.Security(globalSecurity);
136
- }
137
- properties = utils.parseSecurityProperties(globalSecurity);
138
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
139
- headers["Accept"] = "application/json";
140
- headers["user-agent"] = this.sdkConfiguration.userAgent;
141
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
142
- case 3:
143
- httpRes = _e.sent();
144
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
145
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
146
- throw new Error("status code not found in response: ".concat(httpRes));
147
- }
148
- res = new operations.CreateAtsActivityResponse({
149
- statusCode: httpRes.status,
150
- contentType: responseContentType,
151
- rawResponse: httpRes,
152
- });
153
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
154
- switch (true) {
155
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
156
- if (utils.matchContentType(responseContentType, "application/json")) {
157
- res.atsActivity = utils.objectToClass(JSON.parse(decodedRes), shared.AtsActivity);
158
- }
159
- else {
160
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
161
- }
162
- break;
163
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
164
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
165
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
166
- }
167
- return [2 /*return*/, res];
168
- }
169
- });
170
- });
171
- };
172
- /**
173
- * Create an application
174
- */
175
- Ats.prototype.createAtsApplication = function (req, config) {
176
- var _a, _b;
177
- return __awaiter(this, void 0, void 0, function () {
178
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
179
- var _d;
180
- return __generator(this, function (_e) {
181
- switch (_e.label) {
182
- case 0:
183
- if (!(req instanceof utils.SpeakeasyBase)) {
184
- req = new operations.CreateAtsApplicationRequest(req);
185
- }
186
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
187
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/application", req);
188
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
189
- try {
190
- _d = __read(utils.serializeRequestBody(req, "atsApplication", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
191
- }
192
- catch (e) {
193
- if (e instanceof Error) {
194
- throw new Error("Error serializing request body, cause: ".concat(e.message));
195
- }
196
- }
197
- client = this.sdkConfiguration.defaultClient;
198
- globalSecurity = this.sdkConfiguration.security;
199
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
200
- return [4 /*yield*/, globalSecurity()];
201
- case 1:
202
- globalSecurity = _e.sent();
203
- _e.label = 2;
204
- case 2:
205
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
206
- globalSecurity = new shared.Security(globalSecurity);
207
- }
208
- properties = utils.parseSecurityProperties(globalSecurity);
209
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
210
- headers["Accept"] = "application/json";
211
- headers["user-agent"] = this.sdkConfiguration.userAgent;
212
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
213
- case 3:
214
- httpRes = _e.sent();
215
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
216
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
217
- throw new Error("status code not found in response: ".concat(httpRes));
218
- }
219
- res = new operations.CreateAtsApplicationResponse({
220
- statusCode: httpRes.status,
221
- contentType: responseContentType,
222
- rawResponse: httpRes,
223
- });
224
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
225
- switch (true) {
226
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
227
- if (utils.matchContentType(responseContentType, "application/json")) {
228
- res.atsApplication = utils.objectToClass(JSON.parse(decodedRes), shared.AtsApplication);
229
- }
230
- else {
231
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
232
- }
233
- break;
234
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
235
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
236
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
237
- }
238
- return [2 /*return*/, res];
239
- }
240
- });
241
- });
242
- };
243
- /**
244
- * Create a candidate
245
- */
246
- Ats.prototype.createAtsCandidate = function (req, config) {
247
- var _a, _b;
248
- return __awaiter(this, void 0, void 0, function () {
249
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
250
- var _d;
251
- return __generator(this, function (_e) {
252
- switch (_e.label) {
253
- case 0:
254
- if (!(req instanceof utils.SpeakeasyBase)) {
255
- req = new operations.CreateAtsCandidateRequest(req);
256
- }
257
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
258
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/candidate", req);
259
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
260
- try {
261
- _d = __read(utils.serializeRequestBody(req, "atsCandidate", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
262
- }
263
- catch (e) {
264
- if (e instanceof Error) {
265
- throw new Error("Error serializing request body, cause: ".concat(e.message));
266
- }
267
- }
268
- client = this.sdkConfiguration.defaultClient;
269
- globalSecurity = this.sdkConfiguration.security;
270
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
271
- return [4 /*yield*/, globalSecurity()];
272
- case 1:
273
- globalSecurity = _e.sent();
274
- _e.label = 2;
275
- case 2:
276
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
277
- globalSecurity = new shared.Security(globalSecurity);
278
- }
279
- properties = utils.parseSecurityProperties(globalSecurity);
280
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
281
- headers["Accept"] = "application/json";
282
- headers["user-agent"] = this.sdkConfiguration.userAgent;
283
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
284
- case 3:
285
- httpRes = _e.sent();
286
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
287
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
288
- throw new Error("status code not found in response: ".concat(httpRes));
289
- }
290
- res = new operations.CreateAtsCandidateResponse({
291
- statusCode: httpRes.status,
292
- contentType: responseContentType,
293
- rawResponse: httpRes,
294
- });
295
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
296
- switch (true) {
297
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
298
- if (utils.matchContentType(responseContentType, "application/json")) {
299
- res.atsCandidate = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCandidate);
300
- }
301
- else {
302
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
303
- }
304
- break;
305
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
306
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
307
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
308
- }
309
- return [2 /*return*/, res];
310
- }
311
- });
312
- });
313
- };
314
- /**
315
- * Create a document
316
- */
317
- Ats.prototype.createAtsDocument = function (req, config) {
318
- var _a, _b;
319
- return __awaiter(this, void 0, void 0, function () {
320
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
321
- var _d;
322
- return __generator(this, function (_e) {
323
- switch (_e.label) {
324
- case 0:
325
- if (!(req instanceof utils.SpeakeasyBase)) {
326
- req = new operations.CreateAtsDocumentRequest(req);
327
- }
328
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
329
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/document", req);
330
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
331
- try {
332
- _d = __read(utils.serializeRequestBody(req, "atsDocument", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
333
- }
334
- catch (e) {
335
- if (e instanceof Error) {
336
- throw new Error("Error serializing request body, cause: ".concat(e.message));
337
- }
338
- }
339
- client = this.sdkConfiguration.defaultClient;
340
- globalSecurity = this.sdkConfiguration.security;
341
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
342
- return [4 /*yield*/, globalSecurity()];
343
- case 1:
344
- globalSecurity = _e.sent();
345
- _e.label = 2;
346
- case 2:
347
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
348
- globalSecurity = new shared.Security(globalSecurity);
349
- }
350
- properties = utils.parseSecurityProperties(globalSecurity);
351
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
352
- headers["Accept"] = "application/json";
353
- headers["user-agent"] = this.sdkConfiguration.userAgent;
354
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
355
- case 3:
356
- httpRes = _e.sent();
357
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
358
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
359
- throw new Error("status code not found in response: ".concat(httpRes));
360
- }
361
- res = new operations.CreateAtsDocumentResponse({
362
- statusCode: httpRes.status,
363
- contentType: responseContentType,
364
- rawResponse: httpRes,
365
- });
366
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
367
- switch (true) {
368
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
369
- if (utils.matchContentType(responseContentType, "application/json")) {
370
- res.atsDocument = utils.objectToClass(JSON.parse(decodedRes), shared.AtsDocument);
371
- }
372
- else {
373
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
374
- }
375
- break;
376
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
377
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
378
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
379
- }
380
- return [2 /*return*/, res];
381
- }
382
- });
383
- });
384
- };
385
- /**
386
- * Create an interview
387
- */
388
- Ats.prototype.createAtsInterview = function (req, config) {
389
- var _a, _b;
390
- return __awaiter(this, void 0, void 0, function () {
391
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
392
- var _d;
393
- return __generator(this, function (_e) {
394
- switch (_e.label) {
395
- case 0:
396
- if (!(req instanceof utils.SpeakeasyBase)) {
397
- req = new operations.CreateAtsInterviewRequest(req);
398
- }
399
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
400
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/interview", req);
401
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
402
- try {
403
- _d = __read(utils.serializeRequestBody(req, "atsInterview", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
404
- }
405
- catch (e) {
406
- if (e instanceof Error) {
407
- throw new Error("Error serializing request body, cause: ".concat(e.message));
408
- }
409
- }
410
- client = this.sdkConfiguration.defaultClient;
411
- globalSecurity = this.sdkConfiguration.security;
412
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
413
- return [4 /*yield*/, globalSecurity()];
414
- case 1:
415
- globalSecurity = _e.sent();
416
- _e.label = 2;
417
- case 2:
418
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
419
- globalSecurity = new shared.Security(globalSecurity);
420
- }
421
- properties = utils.parseSecurityProperties(globalSecurity);
422
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
423
- headers["Accept"] = "application/json";
424
- headers["user-agent"] = this.sdkConfiguration.userAgent;
425
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
426
- case 3:
427
- httpRes = _e.sent();
428
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
429
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
430
- throw new Error("status code not found in response: ".concat(httpRes));
431
- }
432
- res = new operations.CreateAtsInterviewResponse({
433
- statusCode: httpRes.status,
434
- contentType: responseContentType,
435
- rawResponse: httpRes,
436
- });
437
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
438
- switch (true) {
439
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
440
- if (utils.matchContentType(responseContentType, "application/json")) {
441
- res.atsInterview = utils.objectToClass(JSON.parse(decodedRes), shared.AtsInterview);
442
- }
443
- else {
444
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
445
- }
446
- break;
447
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
448
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
449
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
450
- }
451
- return [2 /*return*/, res];
452
- }
453
- });
454
- });
455
- };
456
- /**
457
- * Create a job
458
- */
459
- Ats.prototype.createAtsJob = function (req, config) {
460
- var _a, _b;
461
- return __awaiter(this, void 0, void 0, function () {
462
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
463
- var _d;
464
- return __generator(this, function (_e) {
465
- switch (_e.label) {
466
- case 0:
467
- if (!(req instanceof utils.SpeakeasyBase)) {
468
- req = new operations.CreateAtsJobRequest(req);
469
- }
470
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
471
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/job", req);
472
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
473
- try {
474
- _d = __read(utils.serializeRequestBody(req, "atsJob", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
475
- }
476
- catch (e) {
477
- if (e instanceof Error) {
478
- throw new Error("Error serializing request body, cause: ".concat(e.message));
479
- }
480
- }
481
- client = this.sdkConfiguration.defaultClient;
482
- globalSecurity = this.sdkConfiguration.security;
483
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
484
- return [4 /*yield*/, globalSecurity()];
485
- case 1:
486
- globalSecurity = _e.sent();
487
- _e.label = 2;
488
- case 2:
489
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
490
- globalSecurity = new shared.Security(globalSecurity);
491
- }
492
- properties = utils.parseSecurityProperties(globalSecurity);
493
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
494
- headers["Accept"] = "application/json";
495
- headers["user-agent"] = this.sdkConfiguration.userAgent;
496
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
497
- case 3:
498
- httpRes = _e.sent();
499
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
500
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
501
- throw new Error("status code not found in response: ".concat(httpRes));
502
- }
503
- res = new operations.CreateAtsJobResponse({
504
- statusCode: httpRes.status,
505
- contentType: responseContentType,
506
- rawResponse: httpRes,
507
- });
508
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
509
- switch (true) {
510
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
511
- if (utils.matchContentType(responseContentType, "application/json")) {
512
- res.atsJob = utils.objectToClass(JSON.parse(decodedRes), shared.AtsJob);
513
- }
514
- else {
515
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
516
- }
517
- break;
518
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
519
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
520
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
521
- }
522
- return [2 /*return*/, res];
523
- }
524
- });
525
- });
526
- };
527
- /**
528
- * Create a scorecard
529
- */
530
- Ats.prototype.createAtsScorecard = function (req, config) {
531
- var _a, _b;
532
- return __awaiter(this, void 0, void 0, function () {
533
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
534
- var _d;
535
- return __generator(this, function (_e) {
536
- switch (_e.label) {
537
- case 0:
538
- if (!(req instanceof utils.SpeakeasyBase)) {
539
- req = new operations.CreateAtsScorecardRequest(req);
540
- }
541
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
542
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/scorecard", req);
543
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
544
- try {
545
- _d = __read(utils.serializeRequestBody(req, "atsScorecard", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
546
- }
547
- catch (e) {
548
- if (e instanceof Error) {
549
- throw new Error("Error serializing request body, cause: ".concat(e.message));
550
- }
551
- }
552
- client = this.sdkConfiguration.defaultClient;
553
- globalSecurity = this.sdkConfiguration.security;
554
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
555
- return [4 /*yield*/, globalSecurity()];
556
- case 1:
557
- globalSecurity = _e.sent();
558
- _e.label = 2;
559
- case 2:
560
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
561
- globalSecurity = new shared.Security(globalSecurity);
562
- }
563
- properties = utils.parseSecurityProperties(globalSecurity);
564
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
565
- headers["Accept"] = "application/json";
566
- headers["user-agent"] = this.sdkConfiguration.userAgent;
567
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
568
- case 3:
569
- httpRes = _e.sent();
570
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
571
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
572
- throw new Error("status code not found in response: ".concat(httpRes));
573
- }
574
- res = new operations.CreateAtsScorecardResponse({
575
- statusCode: httpRes.status,
576
- contentType: responseContentType,
577
- rawResponse: httpRes,
578
- });
579
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
580
- switch (true) {
581
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
582
- if (utils.matchContentType(responseContentType, "application/json")) {
583
- res.atsScorecard = utils.objectToClass(JSON.parse(decodedRes), shared.AtsScorecard);
584
- }
585
- else {
586
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
587
- }
588
- break;
589
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
590
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
591
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
592
- }
593
- return [2 /*return*/, res];
594
- }
595
- });
596
- });
597
- };
598
- /**
599
- * Retrieve an activity
600
- */
601
- Ats.prototype.getAtsActivity = function (req, config) {
602
- var _a, _b;
603
- return __awaiter(this, void 0, void 0, function () {
604
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
605
- return __generator(this, function (_c) {
606
- switch (_c.label) {
607
- case 0:
608
- if (!(req instanceof utils.SpeakeasyBase)) {
609
- req = new operations.GetAtsActivityRequest(req);
610
- }
611
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
612
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/activity/{id}", req);
613
- client = this.sdkConfiguration.defaultClient;
614
- globalSecurity = this.sdkConfiguration.security;
615
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
616
- return [4 /*yield*/, globalSecurity()];
617
- case 1:
618
- globalSecurity = _c.sent();
619
- _c.label = 2;
620
- case 2:
621
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
622
- globalSecurity = new shared.Security(globalSecurity);
623
- }
624
- properties = utils.parseSecurityProperties(globalSecurity);
625
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
626
- queryParams = utils.serializeQueryParams(req);
627
- headers["Accept"] = "application/json";
628
- headers["user-agent"] = this.sdkConfiguration.userAgent;
629
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
630
- case 3:
631
- httpRes = _c.sent();
632
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
633
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
634
- throw new Error("status code not found in response: ".concat(httpRes));
635
- }
636
- res = new operations.GetAtsActivityResponse({
637
- statusCode: httpRes.status,
638
- contentType: responseContentType,
639
- rawResponse: httpRes,
640
- });
641
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
642
- switch (true) {
643
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
644
- if (utils.matchContentType(responseContentType, "application/json")) {
645
- res.atsActivity = utils.objectToClass(JSON.parse(decodedRes), shared.AtsActivity);
646
- }
647
- else {
648
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
649
- }
650
- break;
651
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
652
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
653
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
654
- }
655
- return [2 /*return*/, res];
656
- }
657
- });
658
- });
659
- };
660
- /**
661
- * Retrieve an application
662
- */
663
- Ats.prototype.getAtsApplication = function (req, config) {
664
- var _a, _b;
665
- return __awaiter(this, void 0, void 0, function () {
666
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
667
- return __generator(this, function (_c) {
668
- switch (_c.label) {
669
- case 0:
670
- if (!(req instanceof utils.SpeakeasyBase)) {
671
- req = new operations.GetAtsApplicationRequest(req);
672
- }
673
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
674
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/application/{id}", req);
675
- client = this.sdkConfiguration.defaultClient;
676
- globalSecurity = this.sdkConfiguration.security;
677
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
678
- return [4 /*yield*/, globalSecurity()];
679
- case 1:
680
- globalSecurity = _c.sent();
681
- _c.label = 2;
682
- case 2:
683
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
684
- globalSecurity = new shared.Security(globalSecurity);
685
- }
686
- properties = utils.parseSecurityProperties(globalSecurity);
687
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
688
- queryParams = utils.serializeQueryParams(req);
689
- headers["Accept"] = "application/json";
690
- headers["user-agent"] = this.sdkConfiguration.userAgent;
691
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
692
- case 3:
693
- httpRes = _c.sent();
694
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
695
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
696
- throw new Error("status code not found in response: ".concat(httpRes));
697
- }
698
- res = new operations.GetAtsApplicationResponse({
699
- statusCode: httpRes.status,
700
- contentType: responseContentType,
701
- rawResponse: httpRes,
702
- });
703
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
704
- switch (true) {
705
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
706
- if (utils.matchContentType(responseContentType, "application/json")) {
707
- res.atsApplication = utils.objectToClass(JSON.parse(decodedRes), shared.AtsApplication);
708
- }
709
- else {
710
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
711
- }
712
- break;
713
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
714
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
715
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
716
- }
717
- return [2 /*return*/, res];
718
- }
719
- });
720
- });
721
- };
722
- /**
723
- * Retrieve a candidate
724
- */
725
- Ats.prototype.getAtsCandidate = function (req, config) {
726
- var _a, _b;
727
- return __awaiter(this, void 0, void 0, function () {
728
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
729
- return __generator(this, function (_c) {
730
- switch (_c.label) {
731
- case 0:
732
- if (!(req instanceof utils.SpeakeasyBase)) {
733
- req = new operations.GetAtsCandidateRequest(req);
734
- }
735
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
736
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/candidate/{id}", req);
737
- client = this.sdkConfiguration.defaultClient;
738
- globalSecurity = this.sdkConfiguration.security;
739
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
740
- return [4 /*yield*/, globalSecurity()];
741
- case 1:
742
- globalSecurity = _c.sent();
743
- _c.label = 2;
744
- case 2:
745
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
746
- globalSecurity = new shared.Security(globalSecurity);
747
- }
748
- properties = utils.parseSecurityProperties(globalSecurity);
749
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
750
- queryParams = utils.serializeQueryParams(req);
751
- headers["Accept"] = "application/json";
752
- headers["user-agent"] = this.sdkConfiguration.userAgent;
753
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
754
- case 3:
755
- httpRes = _c.sent();
756
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
757
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
758
- throw new Error("status code not found in response: ".concat(httpRes));
759
- }
760
- res = new operations.GetAtsCandidateResponse({
761
- statusCode: httpRes.status,
762
- contentType: responseContentType,
763
- rawResponse: httpRes,
764
- });
765
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
766
- switch (true) {
767
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
768
- if (utils.matchContentType(responseContentType, "application/json")) {
769
- res.atsCandidate = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCandidate);
770
- }
771
- else {
772
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
773
- }
774
- break;
775
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
776
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
777
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
778
- }
779
- return [2 /*return*/, res];
780
- }
781
- });
782
- });
783
- };
784
- /**
785
- * Retrieve a company
786
- */
787
- Ats.prototype.getAtsCompany = function (req, config) {
788
- var _a, _b;
789
- return __awaiter(this, void 0, void 0, function () {
790
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
791
- return __generator(this, function (_c) {
792
- switch (_c.label) {
793
- case 0:
794
- if (!(req instanceof utils.SpeakeasyBase)) {
795
- req = new operations.GetAtsCompanyRequest(req);
796
- }
797
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
798
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/company/{id}", req);
799
- client = this.sdkConfiguration.defaultClient;
800
- globalSecurity = this.sdkConfiguration.security;
801
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
802
- return [4 /*yield*/, globalSecurity()];
803
- case 1:
804
- globalSecurity = _c.sent();
805
- _c.label = 2;
806
- case 2:
807
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
808
- globalSecurity = new shared.Security(globalSecurity);
809
- }
810
- properties = utils.parseSecurityProperties(globalSecurity);
811
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
812
- queryParams = utils.serializeQueryParams(req);
813
- headers["Accept"] = "application/json";
814
- headers["user-agent"] = this.sdkConfiguration.userAgent;
815
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
816
- case 3:
817
- httpRes = _c.sent();
818
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
819
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
820
- throw new Error("status code not found in response: ".concat(httpRes));
821
- }
822
- res = new operations.GetAtsCompanyResponse({
823
- statusCode: httpRes.status,
824
- contentType: responseContentType,
825
- rawResponse: httpRes,
826
- });
827
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
828
- switch (true) {
829
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
830
- if (utils.matchContentType(responseContentType, "application/json")) {
831
- res.atsCompany = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCompany);
832
- }
833
- else {
834
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
835
- }
836
- break;
837
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
838
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
839
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
840
- }
841
- return [2 /*return*/, res];
842
- }
843
- });
844
- });
845
- };
846
- /**
847
- * Retrieve a document
848
- */
849
- Ats.prototype.getAtsDocument = function (req, config) {
850
- var _a, _b;
851
- return __awaiter(this, void 0, void 0, function () {
852
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
853
- return __generator(this, function (_c) {
854
- switch (_c.label) {
855
- case 0:
856
- if (!(req instanceof utils.SpeakeasyBase)) {
857
- req = new operations.GetAtsDocumentRequest(req);
858
- }
859
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
860
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/document/{id}", req);
861
- client = this.sdkConfiguration.defaultClient;
862
- globalSecurity = this.sdkConfiguration.security;
863
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
864
- return [4 /*yield*/, globalSecurity()];
865
- case 1:
866
- globalSecurity = _c.sent();
867
- _c.label = 2;
868
- case 2:
869
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
870
- globalSecurity = new shared.Security(globalSecurity);
871
- }
872
- properties = utils.parseSecurityProperties(globalSecurity);
873
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
874
- queryParams = utils.serializeQueryParams(req);
875
- headers["Accept"] = "application/json";
876
- headers["user-agent"] = this.sdkConfiguration.userAgent;
877
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
878
- case 3:
879
- httpRes = _c.sent();
880
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
881
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
882
- throw new Error("status code not found in response: ".concat(httpRes));
883
- }
884
- res = new operations.GetAtsDocumentResponse({
885
- statusCode: httpRes.status,
886
- contentType: responseContentType,
887
- rawResponse: httpRes,
888
- });
889
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
890
- switch (true) {
891
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
892
- if (utils.matchContentType(responseContentType, "application/json")) {
893
- res.atsDocument = utils.objectToClass(JSON.parse(decodedRes), shared.AtsDocument);
894
- }
895
- else {
896
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
897
- }
898
- break;
899
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
900
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
901
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
902
- }
903
- return [2 /*return*/, res];
904
- }
905
- });
906
- });
907
- };
908
- /**
909
- * Retrieve an interview
910
- */
911
- Ats.prototype.getAtsInterview = function (req, config) {
912
- var _a, _b;
913
- return __awaiter(this, void 0, void 0, function () {
914
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
915
- return __generator(this, function (_c) {
916
- switch (_c.label) {
917
- case 0:
918
- if (!(req instanceof utils.SpeakeasyBase)) {
919
- req = new operations.GetAtsInterviewRequest(req);
920
- }
921
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
922
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/interview/{id}", req);
923
- client = this.sdkConfiguration.defaultClient;
924
- globalSecurity = this.sdkConfiguration.security;
925
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
926
- return [4 /*yield*/, globalSecurity()];
927
- case 1:
928
- globalSecurity = _c.sent();
929
- _c.label = 2;
930
- case 2:
931
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
932
- globalSecurity = new shared.Security(globalSecurity);
933
- }
934
- properties = utils.parseSecurityProperties(globalSecurity);
935
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
936
- queryParams = utils.serializeQueryParams(req);
937
- headers["Accept"] = "application/json";
938
- headers["user-agent"] = this.sdkConfiguration.userAgent;
939
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
940
- case 3:
941
- httpRes = _c.sent();
942
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
943
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
944
- throw new Error("status code not found in response: ".concat(httpRes));
945
- }
946
- res = new operations.GetAtsInterviewResponse({
947
- statusCode: httpRes.status,
948
- contentType: responseContentType,
949
- rawResponse: httpRes,
950
- });
951
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
952
- switch (true) {
953
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
954
- if (utils.matchContentType(responseContentType, "application/json")) {
955
- res.atsInterview = utils.objectToClass(JSON.parse(decodedRes), shared.AtsInterview);
956
- }
957
- else {
958
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
959
- }
960
- break;
961
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
962
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
963
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
964
- }
965
- return [2 /*return*/, res];
966
- }
967
- });
968
- });
969
- };
970
- /**
971
- * Retrieve a job
972
- */
973
- Ats.prototype.getAtsJob = function (req, config) {
974
- var _a, _b;
975
- return __awaiter(this, void 0, void 0, function () {
976
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
977
- return __generator(this, function (_c) {
978
- switch (_c.label) {
979
- case 0:
980
- if (!(req instanceof utils.SpeakeasyBase)) {
981
- req = new operations.GetAtsJobRequest(req);
982
- }
983
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
984
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/job/{id}", req);
985
- client = this.sdkConfiguration.defaultClient;
986
- globalSecurity = this.sdkConfiguration.security;
987
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
988
- return [4 /*yield*/, globalSecurity()];
989
- case 1:
990
- globalSecurity = _c.sent();
991
- _c.label = 2;
992
- case 2:
993
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
994
- globalSecurity = new shared.Security(globalSecurity);
995
- }
996
- properties = utils.parseSecurityProperties(globalSecurity);
997
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
998
- queryParams = utils.serializeQueryParams(req);
999
- headers["Accept"] = "application/json";
1000
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1001
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1002
- case 3:
1003
- httpRes = _c.sent();
1004
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1005
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1006
- throw new Error("status code not found in response: ".concat(httpRes));
1007
- }
1008
- res = new operations.GetAtsJobResponse({
1009
- statusCode: httpRes.status,
1010
- contentType: responseContentType,
1011
- rawResponse: httpRes,
1012
- });
1013
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1014
- switch (true) {
1015
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1016
- if (utils.matchContentType(responseContentType, "application/json")) {
1017
- res.atsJob = utils.objectToClass(JSON.parse(decodedRes), shared.AtsJob);
1018
- }
1019
- else {
1020
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1021
- }
1022
- break;
1023
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1024
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1025
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1026
- }
1027
- return [2 /*return*/, res];
1028
- }
1029
- });
1030
- });
1031
- };
1032
- /**
1033
- * Retrieve a scorecard
1034
- */
1035
- Ats.prototype.getAtsScorecard = function (req, config) {
1036
- var _a, _b;
1037
- return __awaiter(this, void 0, void 0, function () {
1038
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes;
1039
- return __generator(this, function (_c) {
1040
- switch (_c.label) {
1041
- case 0:
1042
- if (!(req instanceof utils.SpeakeasyBase)) {
1043
- req = new operations.GetAtsScorecardRequest(req);
1044
- }
1045
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1046
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/scorecard/{id}", req);
1047
- client = this.sdkConfiguration.defaultClient;
1048
- globalSecurity = this.sdkConfiguration.security;
1049
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1050
- return [4 /*yield*/, globalSecurity()];
1051
- case 1:
1052
- globalSecurity = _c.sent();
1053
- _c.label = 2;
1054
- case 2:
1055
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1056
- globalSecurity = new shared.Security(globalSecurity);
1057
- }
1058
- properties = utils.parseSecurityProperties(globalSecurity);
1059
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1060
- queryParams = utils.serializeQueryParams(req);
1061
- headers["Accept"] = "application/json";
1062
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1063
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1064
- case 3:
1065
- httpRes = _c.sent();
1066
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1067
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1068
- throw new Error("status code not found in response: ".concat(httpRes));
1069
- }
1070
- res = new operations.GetAtsScorecardResponse({
1071
- statusCode: httpRes.status,
1072
- contentType: responseContentType,
1073
- rawResponse: httpRes,
1074
- });
1075
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1076
- switch (true) {
1077
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1078
- if (utils.matchContentType(responseContentType, "application/json")) {
1079
- res.atsScorecard = utils.objectToClass(JSON.parse(decodedRes), shared.AtsScorecard);
1080
- }
1081
- else {
1082
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1083
- }
1084
- break;
1085
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1086
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1087
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1088
- }
1089
- return [2 /*return*/, res];
1090
- }
1091
- });
1092
- });
1093
- };
1094
- /**
1095
- * List all activities
1096
- */
1097
- Ats.prototype.listAtsActivities = function (req, config) {
1098
- var _a, _b;
1099
- return __awaiter(this, void 0, void 0, function () {
1100
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1101
- return __generator(this, function (_c) {
1102
- switch (_c.label) {
1103
- case 0:
1104
- if (!(req instanceof utils.SpeakeasyBase)) {
1105
- req = new operations.ListAtsActivitiesRequest(req);
1106
- }
1107
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1108
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/activity", req);
1109
- client = this.sdkConfiguration.defaultClient;
1110
- globalSecurity = this.sdkConfiguration.security;
1111
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1112
- return [4 /*yield*/, globalSecurity()];
1113
- case 1:
1114
- globalSecurity = _c.sent();
1115
- _c.label = 2;
1116
- case 2:
1117
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1118
- globalSecurity = new shared.Security(globalSecurity);
1119
- }
1120
- properties = utils.parseSecurityProperties(globalSecurity);
1121
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1122
- queryParams = utils.serializeQueryParams(req);
1123
- headers["Accept"] = "application/json";
1124
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1125
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1126
- case 3:
1127
- httpRes = _c.sent();
1128
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1129
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1130
- throw new Error("status code not found in response: ".concat(httpRes));
1131
- }
1132
- res = new operations.ListAtsActivitiesResponse({
1133
- statusCode: httpRes.status,
1134
- contentType: responseContentType,
1135
- rawResponse: httpRes,
1136
- });
1137
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1138
- switch (true) {
1139
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1140
- if (utils.matchContentType(responseContentType, "application/json")) {
1141
- res.atsActivities = [];
1142
- resFieldDepth = utils.getResFieldDepth(res);
1143
- res.atsActivities = utils.objectToClass(JSON.parse(decodedRes), shared.AtsActivity, resFieldDepth);
1144
- }
1145
- else {
1146
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1147
- }
1148
- break;
1149
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1150
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1151
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1152
- }
1153
- return [2 /*return*/, res];
1154
- }
1155
- });
1156
- });
1157
- };
1158
- /**
1159
- * List all applications
1160
- */
1161
- Ats.prototype.listAtsApplications = function (req, config) {
1162
- var _a, _b;
1163
- return __awaiter(this, void 0, void 0, function () {
1164
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1165
- return __generator(this, function (_c) {
1166
- switch (_c.label) {
1167
- case 0:
1168
- if (!(req instanceof utils.SpeakeasyBase)) {
1169
- req = new operations.ListAtsApplicationsRequest(req);
1170
- }
1171
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1172
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/application", req);
1173
- client = this.sdkConfiguration.defaultClient;
1174
- globalSecurity = this.sdkConfiguration.security;
1175
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1176
- return [4 /*yield*/, globalSecurity()];
1177
- case 1:
1178
- globalSecurity = _c.sent();
1179
- _c.label = 2;
1180
- case 2:
1181
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1182
- globalSecurity = new shared.Security(globalSecurity);
1183
- }
1184
- properties = utils.parseSecurityProperties(globalSecurity);
1185
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1186
- queryParams = utils.serializeQueryParams(req);
1187
- headers["Accept"] = "application/json";
1188
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1189
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1190
- case 3:
1191
- httpRes = _c.sent();
1192
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1193
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1194
- throw new Error("status code not found in response: ".concat(httpRes));
1195
- }
1196
- res = new operations.ListAtsApplicationsResponse({
1197
- statusCode: httpRes.status,
1198
- contentType: responseContentType,
1199
- rawResponse: httpRes,
1200
- });
1201
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1202
- switch (true) {
1203
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1204
- if (utils.matchContentType(responseContentType, "application/json")) {
1205
- res.atsApplications = [];
1206
- resFieldDepth = utils.getResFieldDepth(res);
1207
- res.atsApplications = utils.objectToClass(JSON.parse(decodedRes), shared.AtsApplication, resFieldDepth);
1208
- }
1209
- else {
1210
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1211
- }
1212
- break;
1213
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1214
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1215
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1216
- }
1217
- return [2 /*return*/, res];
1218
- }
1219
- });
1220
- });
1221
- };
1222
- /**
1223
- * List all applicationstatuses
1224
- */
1225
- Ats.prototype.listAtsApplicationstatuses = function (req, config) {
1226
- var _a, _b;
1227
- return __awaiter(this, void 0, void 0, function () {
1228
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1229
- return __generator(this, function (_c) {
1230
- switch (_c.label) {
1231
- case 0:
1232
- if (!(req instanceof utils.SpeakeasyBase)) {
1233
- req = new operations.ListAtsApplicationstatusesRequest(req);
1234
- }
1235
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1236
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/applicationstatus", req);
1237
- client = this.sdkConfiguration.defaultClient;
1238
- globalSecurity = this.sdkConfiguration.security;
1239
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1240
- return [4 /*yield*/, globalSecurity()];
1241
- case 1:
1242
- globalSecurity = _c.sent();
1243
- _c.label = 2;
1244
- case 2:
1245
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1246
- globalSecurity = new shared.Security(globalSecurity);
1247
- }
1248
- properties = utils.parseSecurityProperties(globalSecurity);
1249
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1250
- queryParams = utils.serializeQueryParams(req);
1251
- headers["Accept"] = "application/json";
1252
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1253
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1254
- case 3:
1255
- httpRes = _c.sent();
1256
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1257
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1258
- throw new Error("status code not found in response: ".concat(httpRes));
1259
- }
1260
- res = new operations.ListAtsApplicationstatusesResponse({
1261
- statusCode: httpRes.status,
1262
- contentType: responseContentType,
1263
- rawResponse: httpRes,
1264
- });
1265
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1266
- switch (true) {
1267
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1268
- if (utils.matchContentType(responseContentType, "application/json")) {
1269
- res.atsStatuses = [];
1270
- resFieldDepth = utils.getResFieldDepth(res);
1271
- res.atsStatuses = utils.objectToClass(JSON.parse(decodedRes), shared.AtsStatus, resFieldDepth);
1272
- }
1273
- else {
1274
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1275
- }
1276
- break;
1277
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1278
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1279
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1280
- }
1281
- return [2 /*return*/, res];
1282
- }
1283
- });
1284
- });
1285
- };
1286
- /**
1287
- * List all candidates
1288
- */
1289
- Ats.prototype.listAtsCandidates = function (req, config) {
1290
- var _a, _b;
1291
- return __awaiter(this, void 0, void 0, function () {
1292
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1293
- return __generator(this, function (_c) {
1294
- switch (_c.label) {
1295
- case 0:
1296
- if (!(req instanceof utils.SpeakeasyBase)) {
1297
- req = new operations.ListAtsCandidatesRequest(req);
1298
- }
1299
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1300
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/candidate", req);
1301
- client = this.sdkConfiguration.defaultClient;
1302
- globalSecurity = this.sdkConfiguration.security;
1303
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1304
- return [4 /*yield*/, globalSecurity()];
1305
- case 1:
1306
- globalSecurity = _c.sent();
1307
- _c.label = 2;
1308
- case 2:
1309
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1310
- globalSecurity = new shared.Security(globalSecurity);
1311
- }
1312
- properties = utils.parseSecurityProperties(globalSecurity);
1313
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1314
- queryParams = utils.serializeQueryParams(req);
1315
- headers["Accept"] = "application/json";
1316
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1317
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1318
- case 3:
1319
- httpRes = _c.sent();
1320
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1321
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1322
- throw new Error("status code not found in response: ".concat(httpRes));
1323
- }
1324
- res = new operations.ListAtsCandidatesResponse({
1325
- statusCode: httpRes.status,
1326
- contentType: responseContentType,
1327
- rawResponse: httpRes,
1328
- });
1329
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1330
- switch (true) {
1331
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1332
- if (utils.matchContentType(responseContentType, "application/json")) {
1333
- res.atsCandidates = [];
1334
- resFieldDepth = utils.getResFieldDepth(res);
1335
- res.atsCandidates = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCandidate, resFieldDepth);
1336
- }
1337
- else {
1338
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1339
- }
1340
- break;
1341
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1342
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1343
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1344
- }
1345
- return [2 /*return*/, res];
1346
- }
1347
- });
1348
- });
1349
- };
1350
- /**
1351
- * List all companies
1352
- */
1353
- Ats.prototype.listAtsCompanies = function (req, config) {
1354
- var _a, _b;
1355
- return __awaiter(this, void 0, void 0, function () {
1356
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1357
- return __generator(this, function (_c) {
1358
- switch (_c.label) {
1359
- case 0:
1360
- if (!(req instanceof utils.SpeakeasyBase)) {
1361
- req = new operations.ListAtsCompaniesRequest(req);
1362
- }
1363
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1364
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/company", req);
1365
- client = this.sdkConfiguration.defaultClient;
1366
- globalSecurity = this.sdkConfiguration.security;
1367
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1368
- return [4 /*yield*/, globalSecurity()];
1369
- case 1:
1370
- globalSecurity = _c.sent();
1371
- _c.label = 2;
1372
- case 2:
1373
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1374
- globalSecurity = new shared.Security(globalSecurity);
1375
- }
1376
- properties = utils.parseSecurityProperties(globalSecurity);
1377
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1378
- queryParams = utils.serializeQueryParams(req);
1379
- headers["Accept"] = "application/json";
1380
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1381
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1382
- case 3:
1383
- httpRes = _c.sent();
1384
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1385
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1386
- throw new Error("status code not found in response: ".concat(httpRes));
1387
- }
1388
- res = new operations.ListAtsCompaniesResponse({
1389
- statusCode: httpRes.status,
1390
- contentType: responseContentType,
1391
- rawResponse: httpRes,
1392
- });
1393
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1394
- switch (true) {
1395
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1396
- if (utils.matchContentType(responseContentType, "application/json")) {
1397
- res.atsCompanies = [];
1398
- resFieldDepth = utils.getResFieldDepth(res);
1399
- res.atsCompanies = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCompany, resFieldDepth);
1400
- }
1401
- else {
1402
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1403
- }
1404
- break;
1405
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1406
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1407
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1408
- }
1409
- return [2 /*return*/, res];
1410
- }
1411
- });
1412
- });
1413
- };
1414
- /**
1415
- * List all documents
1416
- */
1417
- Ats.prototype.listAtsDocuments = function (req, config) {
1418
- var _a, _b;
1419
- return __awaiter(this, void 0, void 0, function () {
1420
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1421
- return __generator(this, function (_c) {
1422
- switch (_c.label) {
1423
- case 0:
1424
- if (!(req instanceof utils.SpeakeasyBase)) {
1425
- req = new operations.ListAtsDocumentsRequest(req);
1426
- }
1427
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1428
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/document", req);
1429
- client = this.sdkConfiguration.defaultClient;
1430
- globalSecurity = this.sdkConfiguration.security;
1431
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1432
- return [4 /*yield*/, globalSecurity()];
1433
- case 1:
1434
- globalSecurity = _c.sent();
1435
- _c.label = 2;
1436
- case 2:
1437
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1438
- globalSecurity = new shared.Security(globalSecurity);
1439
- }
1440
- properties = utils.parseSecurityProperties(globalSecurity);
1441
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1442
- queryParams = utils.serializeQueryParams(req);
1443
- headers["Accept"] = "application/json";
1444
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1445
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1446
- case 3:
1447
- httpRes = _c.sent();
1448
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1449
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1450
- throw new Error("status code not found in response: ".concat(httpRes));
1451
- }
1452
- res = new operations.ListAtsDocumentsResponse({
1453
- statusCode: httpRes.status,
1454
- contentType: responseContentType,
1455
- rawResponse: httpRes,
1456
- });
1457
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1458
- switch (true) {
1459
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1460
- if (utils.matchContentType(responseContentType, "application/json")) {
1461
- res.atsDocuments = [];
1462
- resFieldDepth = utils.getResFieldDepth(res);
1463
- res.atsDocuments = utils.objectToClass(JSON.parse(decodedRes), shared.AtsDocument, resFieldDepth);
1464
- }
1465
- else {
1466
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1467
- }
1468
- break;
1469
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1470
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1471
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1472
- }
1473
- return [2 /*return*/, res];
1474
- }
1475
- });
1476
- });
1477
- };
1478
- /**
1479
- * List all interviews
1480
- */
1481
- Ats.prototype.listAtsInterviews = function (req, config) {
1482
- var _a, _b;
1483
- return __awaiter(this, void 0, void 0, function () {
1484
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1485
- return __generator(this, function (_c) {
1486
- switch (_c.label) {
1487
- case 0:
1488
- if (!(req instanceof utils.SpeakeasyBase)) {
1489
- req = new operations.ListAtsInterviewsRequest(req);
1490
- }
1491
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1492
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/interview", req);
1493
- client = this.sdkConfiguration.defaultClient;
1494
- globalSecurity = this.sdkConfiguration.security;
1495
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1496
- return [4 /*yield*/, globalSecurity()];
1497
- case 1:
1498
- globalSecurity = _c.sent();
1499
- _c.label = 2;
1500
- case 2:
1501
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1502
- globalSecurity = new shared.Security(globalSecurity);
1503
- }
1504
- properties = utils.parseSecurityProperties(globalSecurity);
1505
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1506
- queryParams = utils.serializeQueryParams(req);
1507
- headers["Accept"] = "application/json";
1508
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1509
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1510
- case 3:
1511
- httpRes = _c.sent();
1512
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1513
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1514
- throw new Error("status code not found in response: ".concat(httpRes));
1515
- }
1516
- res = new operations.ListAtsInterviewsResponse({
1517
- statusCode: httpRes.status,
1518
- contentType: responseContentType,
1519
- rawResponse: httpRes,
1520
- });
1521
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1522
- switch (true) {
1523
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1524
- if (utils.matchContentType(responseContentType, "application/json")) {
1525
- res.atsInterviews = [];
1526
- resFieldDepth = utils.getResFieldDepth(res);
1527
- res.atsInterviews = utils.objectToClass(JSON.parse(decodedRes), shared.AtsInterview, resFieldDepth);
1528
- }
1529
- else {
1530
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1531
- }
1532
- break;
1533
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1534
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1535
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1536
- }
1537
- return [2 /*return*/, res];
1538
- }
1539
- });
1540
- });
1541
- };
1542
- /**
1543
- * List all jobs
1544
- */
1545
- Ats.prototype.listAtsJobs = function (req, config) {
1546
- var _a, _b;
1547
- return __awaiter(this, void 0, void 0, function () {
1548
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1549
- return __generator(this, function (_c) {
1550
- switch (_c.label) {
1551
- case 0:
1552
- if (!(req instanceof utils.SpeakeasyBase)) {
1553
- req = new operations.ListAtsJobsRequest(req);
1554
- }
1555
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1556
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/job", req);
1557
- client = this.sdkConfiguration.defaultClient;
1558
- globalSecurity = this.sdkConfiguration.security;
1559
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1560
- return [4 /*yield*/, globalSecurity()];
1561
- case 1:
1562
- globalSecurity = _c.sent();
1563
- _c.label = 2;
1564
- case 2:
1565
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1566
- globalSecurity = new shared.Security(globalSecurity);
1567
- }
1568
- properties = utils.parseSecurityProperties(globalSecurity);
1569
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1570
- queryParams = utils.serializeQueryParams(req);
1571
- headers["Accept"] = "application/json";
1572
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1573
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1574
- case 3:
1575
- httpRes = _c.sent();
1576
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1577
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1578
- throw new Error("status code not found in response: ".concat(httpRes));
1579
- }
1580
- res = new operations.ListAtsJobsResponse({
1581
- statusCode: httpRes.status,
1582
- contentType: responseContentType,
1583
- rawResponse: httpRes,
1584
- });
1585
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1586
- switch (true) {
1587
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1588
- if (utils.matchContentType(responseContentType, "application/json")) {
1589
- res.atsJobs = [];
1590
- resFieldDepth = utils.getResFieldDepth(res);
1591
- res.atsJobs = utils.objectToClass(JSON.parse(decodedRes), shared.AtsJob, resFieldDepth);
1592
- }
1593
- else {
1594
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1595
- }
1596
- break;
1597
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1598
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1599
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1600
- }
1601
- return [2 /*return*/, res];
1602
- }
1603
- });
1604
- });
1605
- };
1606
- /**
1607
- * List all scorecards
1608
- */
1609
- Ats.prototype.listAtsScorecards = function (req, config) {
1610
- var _a, _b;
1611
- return __awaiter(this, void 0, void 0, function () {
1612
- var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, httpRes, responseContentType, res, decodedRes, resFieldDepth;
1613
- return __generator(this, function (_c) {
1614
- switch (_c.label) {
1615
- case 0:
1616
- if (!(req instanceof utils.SpeakeasyBase)) {
1617
- req = new operations.ListAtsScorecardsRequest(req);
1618
- }
1619
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1620
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/scorecard", req);
1621
- client = this.sdkConfiguration.defaultClient;
1622
- globalSecurity = this.sdkConfiguration.security;
1623
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1624
- return [4 /*yield*/, globalSecurity()];
1625
- case 1:
1626
- globalSecurity = _c.sent();
1627
- _c.label = 2;
1628
- case 2:
1629
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1630
- globalSecurity = new shared.Security(globalSecurity);
1631
- }
1632
- properties = utils.parseSecurityProperties(globalSecurity);
1633
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1634
- queryParams = utils.serializeQueryParams(req);
1635
- headers["Accept"] = "application/json";
1636
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1637
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config))];
1638
- case 3:
1639
- httpRes = _c.sent();
1640
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1641
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1642
- throw new Error("status code not found in response: ".concat(httpRes));
1643
- }
1644
- res = new operations.ListAtsScorecardsResponse({
1645
- statusCode: httpRes.status,
1646
- contentType: responseContentType,
1647
- rawResponse: httpRes,
1648
- });
1649
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1650
- switch (true) {
1651
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1652
- if (utils.matchContentType(responseContentType, "application/json")) {
1653
- res.atsScorecards = [];
1654
- resFieldDepth = utils.getResFieldDepth(res);
1655
- res.atsScorecards = utils.objectToClass(JSON.parse(decodedRes), shared.AtsScorecard, resFieldDepth);
1656
- }
1657
- else {
1658
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1659
- }
1660
- break;
1661
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1662
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1663
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1664
- }
1665
- return [2 /*return*/, res];
1666
- }
1667
- });
1668
- });
1669
- };
1670
- /**
1671
- * Update an activity
1672
- */
1673
- Ats.prototype.patchAtsActivity = function (req, config) {
1674
- var _a, _b;
1675
- return __awaiter(this, void 0, void 0, function () {
1676
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
1677
- var _d;
1678
- return __generator(this, function (_e) {
1679
- switch (_e.label) {
1680
- case 0:
1681
- if (!(req instanceof utils.SpeakeasyBase)) {
1682
- req = new operations.PatchAtsActivityRequest(req);
1683
- }
1684
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1685
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/activity/{id}", req);
1686
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
1687
- try {
1688
- _d = __read(utils.serializeRequestBody(req, "atsActivity", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
1689
- }
1690
- catch (e) {
1691
- if (e instanceof Error) {
1692
- throw new Error("Error serializing request body, cause: ".concat(e.message));
1693
- }
1694
- }
1695
- client = this.sdkConfiguration.defaultClient;
1696
- globalSecurity = this.sdkConfiguration.security;
1697
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1698
- return [4 /*yield*/, globalSecurity()];
1699
- case 1:
1700
- globalSecurity = _e.sent();
1701
- _e.label = 2;
1702
- case 2:
1703
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1704
- globalSecurity = new shared.Security(globalSecurity);
1705
- }
1706
- properties = utils.parseSecurityProperties(globalSecurity);
1707
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1708
- headers["Accept"] = "application/json";
1709
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1710
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
1711
- case 3:
1712
- httpRes = _e.sent();
1713
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1714
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1715
- throw new Error("status code not found in response: ".concat(httpRes));
1716
- }
1717
- res = new operations.PatchAtsActivityResponse({
1718
- statusCode: httpRes.status,
1719
- contentType: responseContentType,
1720
- rawResponse: httpRes,
1721
- });
1722
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1723
- switch (true) {
1724
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1725
- if (utils.matchContentType(responseContentType, "application/json")) {
1726
- res.atsActivity = utils.objectToClass(JSON.parse(decodedRes), shared.AtsActivity);
1727
- }
1728
- else {
1729
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1730
- }
1731
- break;
1732
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1733
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1734
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1735
- }
1736
- return [2 /*return*/, res];
1737
- }
1738
- });
1739
- });
1740
- };
1741
- /**
1742
- * Update an application
1743
- */
1744
- Ats.prototype.patchAtsApplication = function (req, config) {
1745
- var _a, _b;
1746
- return __awaiter(this, void 0, void 0, function () {
1747
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
1748
- var _d;
1749
- return __generator(this, function (_e) {
1750
- switch (_e.label) {
1751
- case 0:
1752
- if (!(req instanceof utils.SpeakeasyBase)) {
1753
- req = new operations.PatchAtsApplicationRequest(req);
1754
- }
1755
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1756
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/application/{id}", req);
1757
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
1758
- try {
1759
- _d = __read(utils.serializeRequestBody(req, "atsApplication", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
1760
- }
1761
- catch (e) {
1762
- if (e instanceof Error) {
1763
- throw new Error("Error serializing request body, cause: ".concat(e.message));
1764
- }
1765
- }
1766
- client = this.sdkConfiguration.defaultClient;
1767
- globalSecurity = this.sdkConfiguration.security;
1768
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1769
- return [4 /*yield*/, globalSecurity()];
1770
- case 1:
1771
- globalSecurity = _e.sent();
1772
- _e.label = 2;
1773
- case 2:
1774
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1775
- globalSecurity = new shared.Security(globalSecurity);
1776
- }
1777
- properties = utils.parseSecurityProperties(globalSecurity);
1778
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1779
- headers["Accept"] = "application/json";
1780
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1781
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
1782
- case 3:
1783
- httpRes = _e.sent();
1784
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1785
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1786
- throw new Error("status code not found in response: ".concat(httpRes));
1787
- }
1788
- res = new operations.PatchAtsApplicationResponse({
1789
- statusCode: httpRes.status,
1790
- contentType: responseContentType,
1791
- rawResponse: httpRes,
1792
- });
1793
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1794
- switch (true) {
1795
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1796
- if (utils.matchContentType(responseContentType, "application/json")) {
1797
- res.atsApplication = utils.objectToClass(JSON.parse(decodedRes), shared.AtsApplication);
1798
- }
1799
- else {
1800
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1801
- }
1802
- break;
1803
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1804
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1805
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1806
- }
1807
- return [2 /*return*/, res];
1808
- }
1809
- });
1810
- });
1811
- };
1812
- /**
1813
- * Update a candidate
1814
- */
1815
- Ats.prototype.patchAtsCandidate = function (req, config) {
1816
- var _a, _b;
1817
- return __awaiter(this, void 0, void 0, function () {
1818
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
1819
- var _d;
1820
- return __generator(this, function (_e) {
1821
- switch (_e.label) {
1822
- case 0:
1823
- if (!(req instanceof utils.SpeakeasyBase)) {
1824
- req = new operations.PatchAtsCandidateRequest(req);
1825
- }
1826
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1827
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/candidate/{id}", req);
1828
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
1829
- try {
1830
- _d = __read(utils.serializeRequestBody(req, "atsCandidate", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
1831
- }
1832
- catch (e) {
1833
- if (e instanceof Error) {
1834
- throw new Error("Error serializing request body, cause: ".concat(e.message));
1835
- }
1836
- }
1837
- client = this.sdkConfiguration.defaultClient;
1838
- globalSecurity = this.sdkConfiguration.security;
1839
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1840
- return [4 /*yield*/, globalSecurity()];
1841
- case 1:
1842
- globalSecurity = _e.sent();
1843
- _e.label = 2;
1844
- case 2:
1845
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1846
- globalSecurity = new shared.Security(globalSecurity);
1847
- }
1848
- properties = utils.parseSecurityProperties(globalSecurity);
1849
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1850
- headers["Accept"] = "application/json";
1851
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1852
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
1853
- case 3:
1854
- httpRes = _e.sent();
1855
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1856
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1857
- throw new Error("status code not found in response: ".concat(httpRes));
1858
- }
1859
- res = new operations.PatchAtsCandidateResponse({
1860
- statusCode: httpRes.status,
1861
- contentType: responseContentType,
1862
- rawResponse: httpRes,
1863
- });
1864
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1865
- switch (true) {
1866
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1867
- if (utils.matchContentType(responseContentType, "application/json")) {
1868
- res.atsCandidate = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCandidate);
1869
- }
1870
- else {
1871
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1872
- }
1873
- break;
1874
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1875
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1876
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1877
- }
1878
- return [2 /*return*/, res];
1879
- }
1880
- });
1881
- });
1882
- };
1883
- /**
1884
- * Update a document
1885
- */
1886
- Ats.prototype.patchAtsDocument = function (req, config) {
1887
- var _a, _b;
1888
- return __awaiter(this, void 0, void 0, function () {
1889
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
1890
- var _d;
1891
- return __generator(this, function (_e) {
1892
- switch (_e.label) {
1893
- case 0:
1894
- if (!(req instanceof utils.SpeakeasyBase)) {
1895
- req = new operations.PatchAtsDocumentRequest(req);
1896
- }
1897
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1898
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/document/{id}", req);
1899
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
1900
- try {
1901
- _d = __read(utils.serializeRequestBody(req, "atsDocument", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
1902
- }
1903
- catch (e) {
1904
- if (e instanceof Error) {
1905
- throw new Error("Error serializing request body, cause: ".concat(e.message));
1906
- }
1907
- }
1908
- client = this.sdkConfiguration.defaultClient;
1909
- globalSecurity = this.sdkConfiguration.security;
1910
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1911
- return [4 /*yield*/, globalSecurity()];
1912
- case 1:
1913
- globalSecurity = _e.sent();
1914
- _e.label = 2;
1915
- case 2:
1916
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1917
- globalSecurity = new shared.Security(globalSecurity);
1918
- }
1919
- properties = utils.parseSecurityProperties(globalSecurity);
1920
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1921
- headers["Accept"] = "application/json";
1922
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1923
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
1924
- case 3:
1925
- httpRes = _e.sent();
1926
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1927
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1928
- throw new Error("status code not found in response: ".concat(httpRes));
1929
- }
1930
- res = new operations.PatchAtsDocumentResponse({
1931
- statusCode: httpRes.status,
1932
- contentType: responseContentType,
1933
- rawResponse: httpRes,
1934
- });
1935
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
1936
- switch (true) {
1937
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
1938
- if (utils.matchContentType(responseContentType, "application/json")) {
1939
- res.atsDocument = utils.objectToClass(JSON.parse(decodedRes), shared.AtsDocument);
1940
- }
1941
- else {
1942
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
1943
- }
1944
- break;
1945
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
1946
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
1947
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
1948
- }
1949
- return [2 /*return*/, res];
1950
- }
1951
- });
1952
- });
1953
- };
1954
- /**
1955
- * Update an interview
1956
- */
1957
- Ats.prototype.patchAtsInterview = function (req, config) {
1958
- var _a, _b;
1959
- return __awaiter(this, void 0, void 0, function () {
1960
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
1961
- var _d;
1962
- return __generator(this, function (_e) {
1963
- switch (_e.label) {
1964
- case 0:
1965
- if (!(req instanceof utils.SpeakeasyBase)) {
1966
- req = new operations.PatchAtsInterviewRequest(req);
1967
- }
1968
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
1969
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/interview/{id}", req);
1970
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
1971
- try {
1972
- _d = __read(utils.serializeRequestBody(req, "atsInterview", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
1973
- }
1974
- catch (e) {
1975
- if (e instanceof Error) {
1976
- throw new Error("Error serializing request body, cause: ".concat(e.message));
1977
- }
1978
- }
1979
- client = this.sdkConfiguration.defaultClient;
1980
- globalSecurity = this.sdkConfiguration.security;
1981
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
1982
- return [4 /*yield*/, globalSecurity()];
1983
- case 1:
1984
- globalSecurity = _e.sent();
1985
- _e.label = 2;
1986
- case 2:
1987
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
1988
- globalSecurity = new shared.Security(globalSecurity);
1989
- }
1990
- properties = utils.parseSecurityProperties(globalSecurity);
1991
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
1992
- headers["Accept"] = "application/json";
1993
- headers["user-agent"] = this.sdkConfiguration.userAgent;
1994
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
1995
- case 3:
1996
- httpRes = _e.sent();
1997
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
1998
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
1999
- throw new Error("status code not found in response: ".concat(httpRes));
2000
- }
2001
- res = new operations.PatchAtsInterviewResponse({
2002
- statusCode: httpRes.status,
2003
- contentType: responseContentType,
2004
- rawResponse: httpRes,
2005
- });
2006
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2007
- switch (true) {
2008
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2009
- if (utils.matchContentType(responseContentType, "application/json")) {
2010
- res.atsInterview = utils.objectToClass(JSON.parse(decodedRes), shared.AtsInterview);
2011
- }
2012
- else {
2013
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2014
- }
2015
- break;
2016
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2017
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2018
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2019
- }
2020
- return [2 /*return*/, res];
2021
- }
2022
- });
2023
- });
2024
- };
2025
- /**
2026
- * Update a job
2027
- */
2028
- Ats.prototype.patchAtsJob = function (req, config) {
2029
- var _a, _b;
2030
- return __awaiter(this, void 0, void 0, function () {
2031
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2032
- var _d;
2033
- return __generator(this, function (_e) {
2034
- switch (_e.label) {
2035
- case 0:
2036
- if (!(req instanceof utils.SpeakeasyBase)) {
2037
- req = new operations.PatchAtsJobRequest(req);
2038
- }
2039
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2040
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/job/{id}", req);
2041
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2042
- try {
2043
- _d = __read(utils.serializeRequestBody(req, "atsJob", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2044
- }
2045
- catch (e) {
2046
- if (e instanceof Error) {
2047
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2048
- }
2049
- }
2050
- client = this.sdkConfiguration.defaultClient;
2051
- globalSecurity = this.sdkConfiguration.security;
2052
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2053
- return [4 /*yield*/, globalSecurity()];
2054
- case 1:
2055
- globalSecurity = _e.sent();
2056
- _e.label = 2;
2057
- case 2:
2058
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2059
- globalSecurity = new shared.Security(globalSecurity);
2060
- }
2061
- properties = utils.parseSecurityProperties(globalSecurity);
2062
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2063
- headers["Accept"] = "application/json";
2064
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2065
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2066
- case 3:
2067
- httpRes = _e.sent();
2068
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2069
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2070
- throw new Error("status code not found in response: ".concat(httpRes));
2071
- }
2072
- res = new operations.PatchAtsJobResponse({
2073
- statusCode: httpRes.status,
2074
- contentType: responseContentType,
2075
- rawResponse: httpRes,
2076
- });
2077
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2078
- switch (true) {
2079
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2080
- if (utils.matchContentType(responseContentType, "application/json")) {
2081
- res.atsJob = utils.objectToClass(JSON.parse(decodedRes), shared.AtsJob);
2082
- }
2083
- else {
2084
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2085
- }
2086
- break;
2087
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2088
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2089
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2090
- }
2091
- return [2 /*return*/, res];
2092
- }
2093
- });
2094
- });
2095
- };
2096
- /**
2097
- * Update a scorecard
2098
- */
2099
- Ats.prototype.patchAtsScorecard = function (req, config) {
2100
- var _a, _b;
2101
- return __awaiter(this, void 0, void 0, function () {
2102
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2103
- var _d;
2104
- return __generator(this, function (_e) {
2105
- switch (_e.label) {
2106
- case 0:
2107
- if (!(req instanceof utils.SpeakeasyBase)) {
2108
- req = new operations.PatchAtsScorecardRequest(req);
2109
- }
2110
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2111
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/scorecard/{id}", req);
2112
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2113
- try {
2114
- _d = __read(utils.serializeRequestBody(req, "atsScorecard", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2115
- }
2116
- catch (e) {
2117
- if (e instanceof Error) {
2118
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2119
- }
2120
- }
2121
- client = this.sdkConfiguration.defaultClient;
2122
- globalSecurity = this.sdkConfiguration.security;
2123
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2124
- return [4 /*yield*/, globalSecurity()];
2125
- case 1:
2126
- globalSecurity = _e.sent();
2127
- _e.label = 2;
2128
- case 2:
2129
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2130
- globalSecurity = new shared.Security(globalSecurity);
2131
- }
2132
- properties = utils.parseSecurityProperties(globalSecurity);
2133
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2134
- headers["Accept"] = "application/json";
2135
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2136
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "patch", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2137
- case 3:
2138
- httpRes = _e.sent();
2139
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2140
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2141
- throw new Error("status code not found in response: ".concat(httpRes));
2142
- }
2143
- res = new operations.PatchAtsScorecardResponse({
2144
- statusCode: httpRes.status,
2145
- contentType: responseContentType,
2146
- rawResponse: httpRes,
2147
- });
2148
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2149
- switch (true) {
2150
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2151
- if (utils.matchContentType(responseContentType, "application/json")) {
2152
- res.atsScorecard = utils.objectToClass(JSON.parse(decodedRes), shared.AtsScorecard);
2153
- }
2154
- else {
2155
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2156
- }
2157
- break;
2158
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2159
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2160
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2161
- }
2162
- return [2 /*return*/, res];
2163
- }
2164
- });
2165
- });
2166
- };
2167
- /**
2168
- * Remove an activity
2169
- */
2170
- Ats.prototype.removeAtsActivity = function (req, config) {
2171
- var _a, _b;
2172
- return __awaiter(this, void 0, void 0, function () {
2173
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2174
- return __generator(this, function (_c) {
2175
- switch (_c.label) {
2176
- case 0:
2177
- if (!(req instanceof utils.SpeakeasyBase)) {
2178
- req = new operations.RemoveAtsActivityRequest(req);
2179
- }
2180
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2181
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/activity/{id}", req);
2182
- client = this.sdkConfiguration.defaultClient;
2183
- globalSecurity = this.sdkConfiguration.security;
2184
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2185
- return [4 /*yield*/, globalSecurity()];
2186
- case 1:
2187
- globalSecurity = _c.sent();
2188
- _c.label = 2;
2189
- case 2:
2190
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2191
- globalSecurity = new shared.Security(globalSecurity);
2192
- }
2193
- properties = utils.parseSecurityProperties(globalSecurity);
2194
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2195
- headers["Accept"] = "application/json";
2196
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2197
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2198
- case 3:
2199
- httpRes = _c.sent();
2200
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2201
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2202
- throw new Error("status code not found in response: ".concat(httpRes));
2203
- }
2204
- res = new operations.RemoveAtsActivityResponse({
2205
- statusCode: httpRes.status,
2206
- contentType: responseContentType,
2207
- rawResponse: httpRes,
2208
- });
2209
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2210
- switch (true) {
2211
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2212
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2213
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2214
- default:
2215
- if (utils.matchContentType(responseContentType, "application/json")) {
2216
- res.string = JSON.parse(decodedRes);
2217
- }
2218
- else {
2219
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2220
- }
2221
- break;
2222
- }
2223
- return [2 /*return*/, res];
2224
- }
2225
- });
2226
- });
2227
- };
2228
- /**
2229
- * Remove an application
2230
- */
2231
- Ats.prototype.removeAtsApplication = function (req, config) {
2232
- var _a, _b;
2233
- return __awaiter(this, void 0, void 0, function () {
2234
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2235
- return __generator(this, function (_c) {
2236
- switch (_c.label) {
2237
- case 0:
2238
- if (!(req instanceof utils.SpeakeasyBase)) {
2239
- req = new operations.RemoveAtsApplicationRequest(req);
2240
- }
2241
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2242
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/application/{id}", req);
2243
- client = this.sdkConfiguration.defaultClient;
2244
- globalSecurity = this.sdkConfiguration.security;
2245
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2246
- return [4 /*yield*/, globalSecurity()];
2247
- case 1:
2248
- globalSecurity = _c.sent();
2249
- _c.label = 2;
2250
- case 2:
2251
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2252
- globalSecurity = new shared.Security(globalSecurity);
2253
- }
2254
- properties = utils.parseSecurityProperties(globalSecurity);
2255
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2256
- headers["Accept"] = "application/json";
2257
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2258
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2259
- case 3:
2260
- httpRes = _c.sent();
2261
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2262
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2263
- throw new Error("status code not found in response: ".concat(httpRes));
2264
- }
2265
- res = new operations.RemoveAtsApplicationResponse({
2266
- statusCode: httpRes.status,
2267
- contentType: responseContentType,
2268
- rawResponse: httpRes,
2269
- });
2270
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2271
- switch (true) {
2272
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2273
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2274
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2275
- default:
2276
- if (utils.matchContentType(responseContentType, "application/json")) {
2277
- res.string = JSON.parse(decodedRes);
2278
- }
2279
- else {
2280
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2281
- }
2282
- break;
2283
- }
2284
- return [2 /*return*/, res];
2285
- }
2286
- });
2287
- });
2288
- };
2289
- /**
2290
- * Remove a candidate
2291
- */
2292
- Ats.prototype.removeAtsCandidate = function (req, config) {
2293
- var _a, _b;
2294
- return __awaiter(this, void 0, void 0, function () {
2295
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2296
- return __generator(this, function (_c) {
2297
- switch (_c.label) {
2298
- case 0:
2299
- if (!(req instanceof utils.SpeakeasyBase)) {
2300
- req = new operations.RemoveAtsCandidateRequest(req);
2301
- }
2302
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2303
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/candidate/{id}", req);
2304
- client = this.sdkConfiguration.defaultClient;
2305
- globalSecurity = this.sdkConfiguration.security;
2306
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2307
- return [4 /*yield*/, globalSecurity()];
2308
- case 1:
2309
- globalSecurity = _c.sent();
2310
- _c.label = 2;
2311
- case 2:
2312
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2313
- globalSecurity = new shared.Security(globalSecurity);
2314
- }
2315
- properties = utils.parseSecurityProperties(globalSecurity);
2316
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2317
- headers["Accept"] = "application/json";
2318
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2319
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2320
- case 3:
2321
- httpRes = _c.sent();
2322
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2323
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2324
- throw new Error("status code not found in response: ".concat(httpRes));
2325
- }
2326
- res = new operations.RemoveAtsCandidateResponse({
2327
- statusCode: httpRes.status,
2328
- contentType: responseContentType,
2329
- rawResponse: httpRes,
2330
- });
2331
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2332
- switch (true) {
2333
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2334
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2335
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2336
- default:
2337
- if (utils.matchContentType(responseContentType, "application/json")) {
2338
- res.string = JSON.parse(decodedRes);
2339
- }
2340
- else {
2341
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2342
- }
2343
- break;
2344
- }
2345
- return [2 /*return*/, res];
2346
- }
2347
- });
2348
- });
2349
- };
2350
- /**
2351
- * Remove a document
2352
- */
2353
- Ats.prototype.removeAtsDocument = function (req, config) {
2354
- var _a, _b;
2355
- return __awaiter(this, void 0, void 0, function () {
2356
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2357
- return __generator(this, function (_c) {
2358
- switch (_c.label) {
2359
- case 0:
2360
- if (!(req instanceof utils.SpeakeasyBase)) {
2361
- req = new operations.RemoveAtsDocumentRequest(req);
2362
- }
2363
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2364
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/document/{id}", req);
2365
- client = this.sdkConfiguration.defaultClient;
2366
- globalSecurity = this.sdkConfiguration.security;
2367
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2368
- return [4 /*yield*/, globalSecurity()];
2369
- case 1:
2370
- globalSecurity = _c.sent();
2371
- _c.label = 2;
2372
- case 2:
2373
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2374
- globalSecurity = new shared.Security(globalSecurity);
2375
- }
2376
- properties = utils.parseSecurityProperties(globalSecurity);
2377
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2378
- headers["Accept"] = "application/json";
2379
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2380
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2381
- case 3:
2382
- httpRes = _c.sent();
2383
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2384
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2385
- throw new Error("status code not found in response: ".concat(httpRes));
2386
- }
2387
- res = new operations.RemoveAtsDocumentResponse({
2388
- statusCode: httpRes.status,
2389
- contentType: responseContentType,
2390
- rawResponse: httpRes,
2391
- });
2392
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2393
- switch (true) {
2394
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2395
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2396
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2397
- default:
2398
- if (utils.matchContentType(responseContentType, "application/json")) {
2399
- res.string = JSON.parse(decodedRes);
2400
- }
2401
- else {
2402
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2403
- }
2404
- break;
2405
- }
2406
- return [2 /*return*/, res];
2407
- }
2408
- });
2409
- });
2410
- };
2411
- /**
2412
- * Remove an interview
2413
- */
2414
- Ats.prototype.removeAtsInterview = function (req, config) {
2415
- var _a, _b;
2416
- return __awaiter(this, void 0, void 0, function () {
2417
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2418
- return __generator(this, function (_c) {
2419
- switch (_c.label) {
2420
- case 0:
2421
- if (!(req instanceof utils.SpeakeasyBase)) {
2422
- req = new operations.RemoveAtsInterviewRequest(req);
2423
- }
2424
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2425
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/interview/{id}", req);
2426
- client = this.sdkConfiguration.defaultClient;
2427
- globalSecurity = this.sdkConfiguration.security;
2428
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2429
- return [4 /*yield*/, globalSecurity()];
2430
- case 1:
2431
- globalSecurity = _c.sent();
2432
- _c.label = 2;
2433
- case 2:
2434
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2435
- globalSecurity = new shared.Security(globalSecurity);
2436
- }
2437
- properties = utils.parseSecurityProperties(globalSecurity);
2438
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2439
- headers["Accept"] = "application/json";
2440
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2441
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2442
- case 3:
2443
- httpRes = _c.sent();
2444
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2445
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2446
- throw new Error("status code not found in response: ".concat(httpRes));
2447
- }
2448
- res = new operations.RemoveAtsInterviewResponse({
2449
- statusCode: httpRes.status,
2450
- contentType: responseContentType,
2451
- rawResponse: httpRes,
2452
- });
2453
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2454
- switch (true) {
2455
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2456
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2457
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2458
- default:
2459
- if (utils.matchContentType(responseContentType, "application/json")) {
2460
- res.string = JSON.parse(decodedRes);
2461
- }
2462
- else {
2463
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2464
- }
2465
- break;
2466
- }
2467
- return [2 /*return*/, res];
2468
- }
2469
- });
2470
- });
2471
- };
2472
- /**
2473
- * Remove a job
2474
- */
2475
- Ats.prototype.removeAtsJob = function (req, config) {
2476
- var _a, _b;
2477
- return __awaiter(this, void 0, void 0, function () {
2478
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2479
- return __generator(this, function (_c) {
2480
- switch (_c.label) {
2481
- case 0:
2482
- if (!(req instanceof utils.SpeakeasyBase)) {
2483
- req = new operations.RemoveAtsJobRequest(req);
2484
- }
2485
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2486
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/job/{id}", req);
2487
- client = this.sdkConfiguration.defaultClient;
2488
- globalSecurity = this.sdkConfiguration.security;
2489
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2490
- return [4 /*yield*/, globalSecurity()];
2491
- case 1:
2492
- globalSecurity = _c.sent();
2493
- _c.label = 2;
2494
- case 2:
2495
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2496
- globalSecurity = new shared.Security(globalSecurity);
2497
- }
2498
- properties = utils.parseSecurityProperties(globalSecurity);
2499
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2500
- headers["Accept"] = "application/json";
2501
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2502
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2503
- case 3:
2504
- httpRes = _c.sent();
2505
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2506
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2507
- throw new Error("status code not found in response: ".concat(httpRes));
2508
- }
2509
- res = new operations.RemoveAtsJobResponse({
2510
- statusCode: httpRes.status,
2511
- contentType: responseContentType,
2512
- rawResponse: httpRes,
2513
- });
2514
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2515
- switch (true) {
2516
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2517
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2518
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2519
- default:
2520
- if (utils.matchContentType(responseContentType, "application/json")) {
2521
- res.string = JSON.parse(decodedRes);
2522
- }
2523
- else {
2524
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2525
- }
2526
- break;
2527
- }
2528
- return [2 /*return*/, res];
2529
- }
2530
- });
2531
- });
2532
- };
2533
- /**
2534
- * Remove a scorecard
2535
- */
2536
- Ats.prototype.removeAtsScorecard = function (req, config) {
2537
- var _a, _b;
2538
- return __awaiter(this, void 0, void 0, function () {
2539
- var baseURL, operationUrl, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2540
- return __generator(this, function (_c) {
2541
- switch (_c.label) {
2542
- case 0:
2543
- if (!(req instanceof utils.SpeakeasyBase)) {
2544
- req = new operations.RemoveAtsScorecardRequest(req);
2545
- }
2546
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2547
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/scorecard/{id}", req);
2548
- client = this.sdkConfiguration.defaultClient;
2549
- globalSecurity = this.sdkConfiguration.security;
2550
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2551
- return [4 /*yield*/, globalSecurity()];
2552
- case 1:
2553
- globalSecurity = _c.sent();
2554
- _c.label = 2;
2555
- case 2:
2556
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2557
- globalSecurity = new shared.Security(globalSecurity);
2558
- }
2559
- properties = utils.parseSecurityProperties(globalSecurity);
2560
- headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2561
- headers["Accept"] = "application/json";
2562
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2563
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "delete", headers: headers, responseType: "arraybuffer" }, config))];
2564
- case 3:
2565
- httpRes = _c.sent();
2566
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2567
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2568
- throw new Error("status code not found in response: ".concat(httpRes));
2569
- }
2570
- res = new operations.RemoveAtsScorecardResponse({
2571
- statusCode: httpRes.status,
2572
- contentType: responseContentType,
2573
- rawResponse: httpRes,
2574
- });
2575
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2576
- switch (true) {
2577
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2578
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2579
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2580
- default:
2581
- if (utils.matchContentType(responseContentType, "application/json")) {
2582
- res.string = JSON.parse(decodedRes);
2583
- }
2584
- else {
2585
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2586
- }
2587
- break;
2588
- }
2589
- return [2 /*return*/, res];
2590
- }
2591
- });
2592
- });
2593
- };
2594
- /**
2595
- * Update an activity
2596
- */
2597
- Ats.prototype.updateAtsActivity = function (req, config) {
2598
- var _a, _b;
2599
- return __awaiter(this, void 0, void 0, function () {
2600
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2601
- var _d;
2602
- return __generator(this, function (_e) {
2603
- switch (_e.label) {
2604
- case 0:
2605
- if (!(req instanceof utils.SpeakeasyBase)) {
2606
- req = new operations.UpdateAtsActivityRequest(req);
2607
- }
2608
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2609
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/activity/{id}", req);
2610
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2611
- try {
2612
- _d = __read(utils.serializeRequestBody(req, "atsActivity", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2613
- }
2614
- catch (e) {
2615
- if (e instanceof Error) {
2616
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2617
- }
2618
- }
2619
- client = this.sdkConfiguration.defaultClient;
2620
- globalSecurity = this.sdkConfiguration.security;
2621
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2622
- return [4 /*yield*/, globalSecurity()];
2623
- case 1:
2624
- globalSecurity = _e.sent();
2625
- _e.label = 2;
2626
- case 2:
2627
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2628
- globalSecurity = new shared.Security(globalSecurity);
2629
- }
2630
- properties = utils.parseSecurityProperties(globalSecurity);
2631
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2632
- headers["Accept"] = "application/json";
2633
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2634
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2635
- case 3:
2636
- httpRes = _e.sent();
2637
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2638
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2639
- throw new Error("status code not found in response: ".concat(httpRes));
2640
- }
2641
- res = new operations.UpdateAtsActivityResponse({
2642
- statusCode: httpRes.status,
2643
- contentType: responseContentType,
2644
- rawResponse: httpRes,
2645
- });
2646
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2647
- switch (true) {
2648
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2649
- if (utils.matchContentType(responseContentType, "application/json")) {
2650
- res.atsActivity = utils.objectToClass(JSON.parse(decodedRes), shared.AtsActivity);
2651
- }
2652
- else {
2653
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2654
- }
2655
- break;
2656
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2657
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2658
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2659
- }
2660
- return [2 /*return*/, res];
2661
- }
2662
- });
2663
- });
2664
- };
2665
- /**
2666
- * Update an application
2667
- */
2668
- Ats.prototype.updateAtsApplication = function (req, config) {
2669
- var _a, _b;
2670
- return __awaiter(this, void 0, void 0, function () {
2671
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2672
- var _d;
2673
- return __generator(this, function (_e) {
2674
- switch (_e.label) {
2675
- case 0:
2676
- if (!(req instanceof utils.SpeakeasyBase)) {
2677
- req = new operations.UpdateAtsApplicationRequest(req);
2678
- }
2679
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2680
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/application/{id}", req);
2681
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2682
- try {
2683
- _d = __read(utils.serializeRequestBody(req, "atsApplication", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2684
- }
2685
- catch (e) {
2686
- if (e instanceof Error) {
2687
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2688
- }
2689
- }
2690
- client = this.sdkConfiguration.defaultClient;
2691
- globalSecurity = this.sdkConfiguration.security;
2692
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2693
- return [4 /*yield*/, globalSecurity()];
2694
- case 1:
2695
- globalSecurity = _e.sent();
2696
- _e.label = 2;
2697
- case 2:
2698
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2699
- globalSecurity = new shared.Security(globalSecurity);
2700
- }
2701
- properties = utils.parseSecurityProperties(globalSecurity);
2702
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2703
- headers["Accept"] = "application/json";
2704
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2705
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2706
- case 3:
2707
- httpRes = _e.sent();
2708
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2709
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2710
- throw new Error("status code not found in response: ".concat(httpRes));
2711
- }
2712
- res = new operations.UpdateAtsApplicationResponse({
2713
- statusCode: httpRes.status,
2714
- contentType: responseContentType,
2715
- rawResponse: httpRes,
2716
- });
2717
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2718
- switch (true) {
2719
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2720
- if (utils.matchContentType(responseContentType, "application/json")) {
2721
- res.atsApplication = utils.objectToClass(JSON.parse(decodedRes), shared.AtsApplication);
2722
- }
2723
- else {
2724
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2725
- }
2726
- break;
2727
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2728
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2729
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2730
- }
2731
- return [2 /*return*/, res];
2732
- }
2733
- });
2734
- });
2735
- };
2736
- /**
2737
- * Update a candidate
2738
- */
2739
- Ats.prototype.updateAtsCandidate = function (req, config) {
2740
- var _a, _b;
2741
- return __awaiter(this, void 0, void 0, function () {
2742
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2743
- var _d;
2744
- return __generator(this, function (_e) {
2745
- switch (_e.label) {
2746
- case 0:
2747
- if (!(req instanceof utils.SpeakeasyBase)) {
2748
- req = new operations.UpdateAtsCandidateRequest(req);
2749
- }
2750
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2751
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/candidate/{id}", req);
2752
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2753
- try {
2754
- _d = __read(utils.serializeRequestBody(req, "atsCandidate", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2755
- }
2756
- catch (e) {
2757
- if (e instanceof Error) {
2758
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2759
- }
2760
- }
2761
- client = this.sdkConfiguration.defaultClient;
2762
- globalSecurity = this.sdkConfiguration.security;
2763
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2764
- return [4 /*yield*/, globalSecurity()];
2765
- case 1:
2766
- globalSecurity = _e.sent();
2767
- _e.label = 2;
2768
- case 2:
2769
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2770
- globalSecurity = new shared.Security(globalSecurity);
2771
- }
2772
- properties = utils.parseSecurityProperties(globalSecurity);
2773
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2774
- headers["Accept"] = "application/json";
2775
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2776
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2777
- case 3:
2778
- httpRes = _e.sent();
2779
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2780
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2781
- throw new Error("status code not found in response: ".concat(httpRes));
2782
- }
2783
- res = new operations.UpdateAtsCandidateResponse({
2784
- statusCode: httpRes.status,
2785
- contentType: responseContentType,
2786
- rawResponse: httpRes,
2787
- });
2788
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2789
- switch (true) {
2790
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2791
- if (utils.matchContentType(responseContentType, "application/json")) {
2792
- res.atsCandidate = utils.objectToClass(JSON.parse(decodedRes), shared.AtsCandidate);
2793
- }
2794
- else {
2795
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2796
- }
2797
- break;
2798
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2799
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2800
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2801
- }
2802
- return [2 /*return*/, res];
2803
- }
2804
- });
2805
- });
2806
- };
2807
- /**
2808
- * Update a document
2809
- */
2810
- Ats.prototype.updateAtsDocument = function (req, config) {
2811
- var _a, _b;
2812
- return __awaiter(this, void 0, void 0, function () {
2813
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2814
- var _d;
2815
- return __generator(this, function (_e) {
2816
- switch (_e.label) {
2817
- case 0:
2818
- if (!(req instanceof utils.SpeakeasyBase)) {
2819
- req = new operations.UpdateAtsDocumentRequest(req);
2820
- }
2821
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2822
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/document/{id}", req);
2823
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2824
- try {
2825
- _d = __read(utils.serializeRequestBody(req, "atsDocument", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2826
- }
2827
- catch (e) {
2828
- if (e instanceof Error) {
2829
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2830
- }
2831
- }
2832
- client = this.sdkConfiguration.defaultClient;
2833
- globalSecurity = this.sdkConfiguration.security;
2834
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2835
- return [4 /*yield*/, globalSecurity()];
2836
- case 1:
2837
- globalSecurity = _e.sent();
2838
- _e.label = 2;
2839
- case 2:
2840
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2841
- globalSecurity = new shared.Security(globalSecurity);
2842
- }
2843
- properties = utils.parseSecurityProperties(globalSecurity);
2844
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2845
- headers["Accept"] = "application/json";
2846
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2847
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2848
- case 3:
2849
- httpRes = _e.sent();
2850
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2851
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2852
- throw new Error("status code not found in response: ".concat(httpRes));
2853
- }
2854
- res = new operations.UpdateAtsDocumentResponse({
2855
- statusCode: httpRes.status,
2856
- contentType: responseContentType,
2857
- rawResponse: httpRes,
2858
- });
2859
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2860
- switch (true) {
2861
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2862
- if (utils.matchContentType(responseContentType, "application/json")) {
2863
- res.atsDocument = utils.objectToClass(JSON.parse(decodedRes), shared.AtsDocument);
2864
- }
2865
- else {
2866
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2867
- }
2868
- break;
2869
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2870
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2871
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2872
- }
2873
- return [2 /*return*/, res];
2874
- }
2875
- });
2876
- });
2877
- };
2878
- /**
2879
- * Update an interview
2880
- */
2881
- Ats.prototype.updateAtsInterview = function (req, config) {
2882
- var _a, _b;
2883
- return __awaiter(this, void 0, void 0, function () {
2884
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2885
- var _d;
2886
- return __generator(this, function (_e) {
2887
- switch (_e.label) {
2888
- case 0:
2889
- if (!(req instanceof utils.SpeakeasyBase)) {
2890
- req = new operations.UpdateAtsInterviewRequest(req);
2891
- }
2892
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2893
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/interview/{id}", req);
2894
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2895
- try {
2896
- _d = __read(utils.serializeRequestBody(req, "atsInterview", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2897
- }
2898
- catch (e) {
2899
- if (e instanceof Error) {
2900
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2901
- }
2902
- }
2903
- client = this.sdkConfiguration.defaultClient;
2904
- globalSecurity = this.sdkConfiguration.security;
2905
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2906
- return [4 /*yield*/, globalSecurity()];
2907
- case 1:
2908
- globalSecurity = _e.sent();
2909
- _e.label = 2;
2910
- case 2:
2911
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2912
- globalSecurity = new shared.Security(globalSecurity);
2913
- }
2914
- properties = utils.parseSecurityProperties(globalSecurity);
2915
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2916
- headers["Accept"] = "application/json";
2917
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2918
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2919
- case 3:
2920
- httpRes = _e.sent();
2921
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2922
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2923
- throw new Error("status code not found in response: ".concat(httpRes));
2924
- }
2925
- res = new operations.UpdateAtsInterviewResponse({
2926
- statusCode: httpRes.status,
2927
- contentType: responseContentType,
2928
- rawResponse: httpRes,
2929
- });
2930
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
2931
- switch (true) {
2932
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
2933
- if (utils.matchContentType(responseContentType, "application/json")) {
2934
- res.atsInterview = utils.objectToClass(JSON.parse(decodedRes), shared.AtsInterview);
2935
- }
2936
- else {
2937
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
2938
- }
2939
- break;
2940
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
2941
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
2942
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
2943
- }
2944
- return [2 /*return*/, res];
2945
- }
2946
- });
2947
- });
2948
- };
2949
- /**
2950
- * Update a job
2951
- */
2952
- Ats.prototype.updateAtsJob = function (req, config) {
2953
- var _a, _b;
2954
- return __awaiter(this, void 0, void 0, function () {
2955
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
2956
- var _d;
2957
- return __generator(this, function (_e) {
2958
- switch (_e.label) {
2959
- case 0:
2960
- if (!(req instanceof utils.SpeakeasyBase)) {
2961
- req = new operations.UpdateAtsJobRequest(req);
2962
- }
2963
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
2964
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/job/{id}", req);
2965
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
2966
- try {
2967
- _d = __read(utils.serializeRequestBody(req, "atsJob", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
2968
- }
2969
- catch (e) {
2970
- if (e instanceof Error) {
2971
- throw new Error("Error serializing request body, cause: ".concat(e.message));
2972
- }
2973
- }
2974
- client = this.sdkConfiguration.defaultClient;
2975
- globalSecurity = this.sdkConfiguration.security;
2976
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
2977
- return [4 /*yield*/, globalSecurity()];
2978
- case 1:
2979
- globalSecurity = _e.sent();
2980
- _e.label = 2;
2981
- case 2:
2982
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
2983
- globalSecurity = new shared.Security(globalSecurity);
2984
- }
2985
- properties = utils.parseSecurityProperties(globalSecurity);
2986
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
2987
- headers["Accept"] = "application/json";
2988
- headers["user-agent"] = this.sdkConfiguration.userAgent;
2989
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
2990
- case 3:
2991
- httpRes = _e.sent();
2992
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
2993
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
2994
- throw new Error("status code not found in response: ".concat(httpRes));
2995
- }
2996
- res = new operations.UpdateAtsJobResponse({
2997
- statusCode: httpRes.status,
2998
- contentType: responseContentType,
2999
- rawResponse: httpRes,
3000
- });
3001
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
3002
- switch (true) {
3003
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
3004
- if (utils.matchContentType(responseContentType, "application/json")) {
3005
- res.atsJob = utils.objectToClass(JSON.parse(decodedRes), shared.AtsJob);
3006
- }
3007
- else {
3008
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
3009
- }
3010
- break;
3011
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
3012
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
3013
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
3014
- }
3015
- return [2 /*return*/, res];
3016
- }
3017
- });
3018
- });
3019
- };
3020
- /**
3021
- * Update a scorecard
3022
- */
3023
- Ats.prototype.updateAtsScorecard = function (req, config) {
3024
- var _a, _b;
3025
- return __awaiter(this, void 0, void 0, function () {
3026
- var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, responseContentType, res, decodedRes;
3027
- var _d;
3028
- return __generator(this, function (_e) {
3029
- switch (_e.label) {
3030
- case 0:
3031
- if (!(req instanceof utils.SpeakeasyBase)) {
3032
- req = new operations.UpdateAtsScorecardRequest(req);
3033
- }
3034
- baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
3035
- operationUrl = utils.generateURL(baseURL, "/ats/{connection_id}/scorecard/{id}", req);
3036
- _c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
3037
- try {
3038
- _d = __read(utils.serializeRequestBody(req, "atsScorecard", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
3039
- }
3040
- catch (e) {
3041
- if (e instanceof Error) {
3042
- throw new Error("Error serializing request body, cause: ".concat(e.message));
3043
- }
3044
- }
3045
- client = this.sdkConfiguration.defaultClient;
3046
- globalSecurity = this.sdkConfiguration.security;
3047
- if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
3048
- return [4 /*yield*/, globalSecurity()];
3049
- case 1:
3050
- globalSecurity = _e.sent();
3051
- _e.label = 2;
3052
- case 2:
3053
- if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
3054
- globalSecurity = new shared.Security(globalSecurity);
3055
- }
3056
- properties = utils.parseSecurityProperties(globalSecurity);
3057
- headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
3058
- headers["Accept"] = "application/json";
3059
- headers["user-agent"] = this.sdkConfiguration.userAgent;
3060
- return [4 /*yield*/, client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "put", headers: headers, responseType: "arraybuffer", data: reqBody }, config))];
3061
- case 3:
3062
- httpRes = _e.sent();
3063
- responseContentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
3064
- if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
3065
- throw new Error("status code not found in response: ".concat(httpRes));
3066
- }
3067
- res = new operations.UpdateAtsScorecardResponse({
3068
- statusCode: httpRes.status,
3069
- contentType: responseContentType,
3070
- rawResponse: httpRes,
3071
- });
3072
- decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
3073
- switch (true) {
3074
- case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
3075
- if (utils.matchContentType(responseContentType, "application/json")) {
3076
- res.atsScorecard = utils.objectToClass(JSON.parse(decodedRes), shared.AtsScorecard);
3077
- }
3078
- else {
3079
- throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
3080
- }
3081
- break;
3082
- case ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 400 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 500) ||
3083
- ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) >= 500 && (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) < 600):
3084
- throw new errors.SDKError("API error occurred", httpRes.status, decodedRes, httpRes);
3085
- }
3086
- return [2 /*return*/, res];
3087
- }
3088
- });
3089
- });
3090
- };
3091
- return Ats;
3092
- }());
3093
- exports.Ats = Ats;