@apideck/unify 0.13.6 → 0.14.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 (1139) hide show
  1. package/FUNCTIONS.md +2 -0
  2. package/README.md +45 -7
  3. package/docs/sdks/activities/README.md +48 -126
  4. package/docs/sdks/ageddebtors/README.md +2 -0
  5. package/docs/sdks/apideckcompanies/README.md +256 -24
  6. package/docs/sdks/apideckcustomers/README.md +6 -0
  7. package/docs/sdks/apideckdepartments/README.md +112 -58
  8. package/docs/sdks/apis/README.md +2 -0
  9. package/docs/sdks/applicants/README.md +290 -138
  10. package/docs/sdks/applications/README.md +186 -0
  11. package/docs/sdks/attachments/README.md +8 -0
  12. package/docs/sdks/balancesheet/README.md +2 -0
  13. package/docs/sdks/billpayments/README.md +132 -28
  14. package/docs/sdks/bills/README.md +76 -206
  15. package/docs/sdks/collections/README.md +6 -0
  16. package/docs/sdks/collectiontags/README.md +4 -0
  17. package/docs/sdks/collectionticketcomments/README.md +98 -0
  18. package/docs/sdks/collectiontickets/README.md +104 -52
  19. package/docs/sdks/collectionusers/README.md +6 -0
  20. package/docs/sdks/companies/README.md +180 -144
  21. package/docs/sdks/companyinfo/README.md +2 -0
  22. package/docs/sdks/connections/README.md +110 -111
  23. package/docs/sdks/connectionsettings/README.md +262 -2
  24. package/docs/sdks/connectors/README.md +2 -0
  25. package/docs/sdks/consumers/README.md +6 -2
  26. package/docs/sdks/contacts/README.md +239 -81
  27. package/docs/sdks/creditnotes/README.md +223 -197
  28. package/docs/sdks/customers/README.md +388 -84
  29. package/docs/sdks/departments/README.md +124 -0
  30. package/docs/sdks/drivegroups/README.md +112 -10
  31. package/docs/sdks/drives/README.md +54 -10
  32. package/docs/sdks/employeepayrolls/README.md +4 -0
  33. package/docs/sdks/employees/README.md +381 -287
  34. package/docs/sdks/employeeschedules/README.md +2 -0
  35. package/docs/sdks/eventlogs/README.md +2 -0
  36. package/docs/sdks/expenses/README.md +292 -20
  37. package/docs/sdks/files/README.md +128 -32
  38. package/docs/sdks/folders/README.md +258 -0
  39. package/docs/sdks/invoiceitems/README.md +46 -36
  40. package/docs/sdks/invoices/README.md +251 -143
  41. package/docs/sdks/jobs/README.md +6 -0
  42. package/docs/sdks/journalentries/README.md +340 -8
  43. package/docs/sdks/leads/README.md +220 -106
  44. package/docs/sdks/ledgeraccounts/README.md +144 -74
  45. package/docs/sdks/locations/README.md +254 -32
  46. package/docs/sdks/logs/README.md +2 -0
  47. package/docs/sdks/messages/README.md +32 -110
  48. package/docs/sdks/notes/README.md +112 -0
  49. package/docs/sdks/opportunities/README.md +56 -144
  50. package/docs/sdks/orders/README.md +6 -0
  51. package/docs/sdks/payments/README.md +256 -16
  52. package/docs/sdks/payrolls/README.md +4 -0
  53. package/docs/sdks/pipelines/README.md +4 -0
  54. package/docs/sdks/products/README.md +6 -0
  55. package/docs/sdks/profitandloss/README.md +2 -0
  56. package/docs/sdks/purchaseorders/README.md +263 -29
  57. package/docs/sdks/sessions/README.md +18 -2
  58. package/docs/sdks/sharedlinks/README.md +186 -0
  59. package/docs/sdks/stores/README.md +2 -0
  60. package/docs/sdks/subsidiaries/README.md +70 -16
  61. package/docs/sdks/suppliers/README.md +234 -176
  62. package/docs/sdks/taxrates/README.md +150 -42
  63. package/docs/sdks/timeoffrequests/README.md +118 -0
  64. package/docs/sdks/trackingcategories/README.md +170 -0
  65. package/docs/sdks/uploadsessions/README.md +66 -0
  66. package/docs/sdks/users/README.md +98 -164
  67. package/docs/sdks/webhooks/README.md +6 -2
  68. package/funcs/accountingAgedDebtorsGet.d.ts.map +1 -1
  69. package/funcs/accountingAgedDebtorsGet.js +4 -3
  70. package/funcs/accountingAgedDebtorsGet.js.map +1 -1
  71. package/funcs/accountingAttachmentsDelete.d.ts.map +1 -1
  72. package/funcs/accountingAttachmentsDelete.js +4 -3
  73. package/funcs/accountingAttachmentsDelete.js.map +1 -1
  74. package/funcs/accountingAttachmentsDownload.d.ts.map +1 -1
  75. package/funcs/accountingAttachmentsDownload.js +4 -3
  76. package/funcs/accountingAttachmentsDownload.js.map +1 -1
  77. package/funcs/accountingAttachmentsGet.d.ts.map +1 -1
  78. package/funcs/accountingAttachmentsGet.js +4 -3
  79. package/funcs/accountingAttachmentsGet.js.map +1 -1
  80. package/funcs/accountingAttachmentsList.d.ts.map +1 -1
  81. package/funcs/accountingAttachmentsList.js +4 -3
  82. package/funcs/accountingAttachmentsList.js.map +1 -1
  83. package/funcs/accountingBalanceSheetGet.d.ts.map +1 -1
  84. package/funcs/accountingBalanceSheetGet.js +4 -3
  85. package/funcs/accountingBalanceSheetGet.js.map +1 -1
  86. package/funcs/accountingBillPaymentsCreate.d.ts.map +1 -1
  87. package/funcs/accountingBillPaymentsCreate.js +4 -3
  88. package/funcs/accountingBillPaymentsCreate.js.map +1 -1
  89. package/funcs/accountingBillPaymentsDelete.d.ts.map +1 -1
  90. package/funcs/accountingBillPaymentsDelete.js +4 -3
  91. package/funcs/accountingBillPaymentsDelete.js.map +1 -1
  92. package/funcs/accountingBillPaymentsGet.d.ts.map +1 -1
  93. package/funcs/accountingBillPaymentsGet.js +4 -3
  94. package/funcs/accountingBillPaymentsGet.js.map +1 -1
  95. package/funcs/accountingBillPaymentsList.d.ts.map +1 -1
  96. package/funcs/accountingBillPaymentsList.js +4 -3
  97. package/funcs/accountingBillPaymentsList.js.map +1 -1
  98. package/funcs/accountingBillPaymentsUpdate.d.ts.map +1 -1
  99. package/funcs/accountingBillPaymentsUpdate.js +4 -3
  100. package/funcs/accountingBillPaymentsUpdate.js.map +1 -1
  101. package/funcs/accountingBillsCreate.d.ts.map +1 -1
  102. package/funcs/accountingBillsCreate.js +4 -3
  103. package/funcs/accountingBillsCreate.js.map +1 -1
  104. package/funcs/accountingBillsDelete.d.ts.map +1 -1
  105. package/funcs/accountingBillsDelete.js +4 -3
  106. package/funcs/accountingBillsDelete.js.map +1 -1
  107. package/funcs/accountingBillsGet.d.ts.map +1 -1
  108. package/funcs/accountingBillsGet.js +4 -3
  109. package/funcs/accountingBillsGet.js.map +1 -1
  110. package/funcs/accountingBillsList.d.ts.map +1 -1
  111. package/funcs/accountingBillsList.js +4 -3
  112. package/funcs/accountingBillsList.js.map +1 -1
  113. package/funcs/accountingBillsUpdate.d.ts.map +1 -1
  114. package/funcs/accountingBillsUpdate.js +4 -3
  115. package/funcs/accountingBillsUpdate.js.map +1 -1
  116. package/funcs/accountingCompanyInfoGet.d.ts.map +1 -1
  117. package/funcs/accountingCompanyInfoGet.js +4 -3
  118. package/funcs/accountingCompanyInfoGet.js.map +1 -1
  119. package/funcs/accountingCreditNotesCreate.d.ts.map +1 -1
  120. package/funcs/accountingCreditNotesCreate.js +4 -3
  121. package/funcs/accountingCreditNotesCreate.js.map +1 -1
  122. package/funcs/accountingCreditNotesDelete.d.ts.map +1 -1
  123. package/funcs/accountingCreditNotesDelete.js +4 -3
  124. package/funcs/accountingCreditNotesDelete.js.map +1 -1
  125. package/funcs/accountingCreditNotesGet.d.ts.map +1 -1
  126. package/funcs/accountingCreditNotesGet.js +4 -3
  127. package/funcs/accountingCreditNotesGet.js.map +1 -1
  128. package/funcs/accountingCreditNotesList.d.ts.map +1 -1
  129. package/funcs/accountingCreditNotesList.js +4 -3
  130. package/funcs/accountingCreditNotesList.js.map +1 -1
  131. package/funcs/accountingCreditNotesUpdate.d.ts.map +1 -1
  132. package/funcs/accountingCreditNotesUpdate.js +4 -3
  133. package/funcs/accountingCreditNotesUpdate.js.map +1 -1
  134. package/funcs/accountingCustomersCreate.d.ts.map +1 -1
  135. package/funcs/accountingCustomersCreate.js +4 -3
  136. package/funcs/accountingCustomersCreate.js.map +1 -1
  137. package/funcs/accountingCustomersDelete.d.ts.map +1 -1
  138. package/funcs/accountingCustomersDelete.js +4 -3
  139. package/funcs/accountingCustomersDelete.js.map +1 -1
  140. package/funcs/accountingCustomersGet.d.ts.map +1 -1
  141. package/funcs/accountingCustomersGet.js +4 -3
  142. package/funcs/accountingCustomersGet.js.map +1 -1
  143. package/funcs/accountingCustomersList.d.ts.map +1 -1
  144. package/funcs/accountingCustomersList.js +4 -3
  145. package/funcs/accountingCustomersList.js.map +1 -1
  146. package/funcs/accountingCustomersUpdate.d.ts.map +1 -1
  147. package/funcs/accountingCustomersUpdate.js +4 -3
  148. package/funcs/accountingCustomersUpdate.js.map +1 -1
  149. package/funcs/accountingDepartmentsCreate.d.ts.map +1 -1
  150. package/funcs/accountingDepartmentsCreate.js +4 -3
  151. package/funcs/accountingDepartmentsCreate.js.map +1 -1
  152. package/funcs/accountingDepartmentsDelete.d.ts.map +1 -1
  153. package/funcs/accountingDepartmentsDelete.js +4 -3
  154. package/funcs/accountingDepartmentsDelete.js.map +1 -1
  155. package/funcs/accountingDepartmentsGet.d.ts.map +1 -1
  156. package/funcs/accountingDepartmentsGet.js +4 -3
  157. package/funcs/accountingDepartmentsGet.js.map +1 -1
  158. package/funcs/accountingDepartmentsList.d.ts.map +1 -1
  159. package/funcs/accountingDepartmentsList.js +4 -3
  160. package/funcs/accountingDepartmentsList.js.map +1 -1
  161. package/funcs/accountingDepartmentsUpdate.d.ts.map +1 -1
  162. package/funcs/accountingDepartmentsUpdate.js +4 -3
  163. package/funcs/accountingDepartmentsUpdate.js.map +1 -1
  164. package/funcs/accountingExpensesCreate.d.ts.map +1 -1
  165. package/funcs/accountingExpensesCreate.js +4 -3
  166. package/funcs/accountingExpensesCreate.js.map +1 -1
  167. package/funcs/accountingExpensesDelete.d.ts.map +1 -1
  168. package/funcs/accountingExpensesDelete.js +4 -3
  169. package/funcs/accountingExpensesDelete.js.map +1 -1
  170. package/funcs/accountingExpensesGet.d.ts.map +1 -1
  171. package/funcs/accountingExpensesGet.js +4 -3
  172. package/funcs/accountingExpensesGet.js.map +1 -1
  173. package/funcs/accountingExpensesList.d.ts.map +1 -1
  174. package/funcs/accountingExpensesList.js +4 -3
  175. package/funcs/accountingExpensesList.js.map +1 -1
  176. package/funcs/accountingExpensesUpdate.d.ts.map +1 -1
  177. package/funcs/accountingExpensesUpdate.js +4 -3
  178. package/funcs/accountingExpensesUpdate.js.map +1 -1
  179. package/funcs/accountingInvoiceItemsCreate.d.ts.map +1 -1
  180. package/funcs/accountingInvoiceItemsCreate.js +4 -3
  181. package/funcs/accountingInvoiceItemsCreate.js.map +1 -1
  182. package/funcs/accountingInvoiceItemsDelete.d.ts.map +1 -1
  183. package/funcs/accountingInvoiceItemsDelete.js +4 -3
  184. package/funcs/accountingInvoiceItemsDelete.js.map +1 -1
  185. package/funcs/accountingInvoiceItemsGet.d.ts.map +1 -1
  186. package/funcs/accountingInvoiceItemsGet.js +4 -3
  187. package/funcs/accountingInvoiceItemsGet.js.map +1 -1
  188. package/funcs/accountingInvoiceItemsList.d.ts.map +1 -1
  189. package/funcs/accountingInvoiceItemsList.js +4 -3
  190. package/funcs/accountingInvoiceItemsList.js.map +1 -1
  191. package/funcs/accountingInvoiceItemsUpdate.d.ts.map +1 -1
  192. package/funcs/accountingInvoiceItemsUpdate.js +4 -3
  193. package/funcs/accountingInvoiceItemsUpdate.js.map +1 -1
  194. package/funcs/accountingInvoicesCreate.d.ts.map +1 -1
  195. package/funcs/accountingInvoicesCreate.js +4 -3
  196. package/funcs/accountingInvoicesCreate.js.map +1 -1
  197. package/funcs/accountingInvoicesDelete.d.ts.map +1 -1
  198. package/funcs/accountingInvoicesDelete.js +4 -3
  199. package/funcs/accountingInvoicesDelete.js.map +1 -1
  200. package/funcs/accountingInvoicesGet.d.ts.map +1 -1
  201. package/funcs/accountingInvoicesGet.js +4 -3
  202. package/funcs/accountingInvoicesGet.js.map +1 -1
  203. package/funcs/accountingInvoicesList.d.ts.map +1 -1
  204. package/funcs/accountingInvoicesList.js +4 -3
  205. package/funcs/accountingInvoicesList.js.map +1 -1
  206. package/funcs/accountingInvoicesUpdate.d.ts.map +1 -1
  207. package/funcs/accountingInvoicesUpdate.js +4 -3
  208. package/funcs/accountingInvoicesUpdate.js.map +1 -1
  209. package/funcs/accountingJournalEntriesCreate.d.ts.map +1 -1
  210. package/funcs/accountingJournalEntriesCreate.js +4 -3
  211. package/funcs/accountingJournalEntriesCreate.js.map +1 -1
  212. package/funcs/accountingJournalEntriesDelete.d.ts.map +1 -1
  213. package/funcs/accountingJournalEntriesDelete.js +4 -3
  214. package/funcs/accountingJournalEntriesDelete.js.map +1 -1
  215. package/funcs/accountingJournalEntriesGet.d.ts.map +1 -1
  216. package/funcs/accountingJournalEntriesGet.js +4 -3
  217. package/funcs/accountingJournalEntriesGet.js.map +1 -1
  218. package/funcs/accountingJournalEntriesList.d.ts.map +1 -1
  219. package/funcs/accountingJournalEntriesList.js +4 -3
  220. package/funcs/accountingJournalEntriesList.js.map +1 -1
  221. package/funcs/accountingJournalEntriesUpdate.d.ts.map +1 -1
  222. package/funcs/accountingJournalEntriesUpdate.js +4 -3
  223. package/funcs/accountingJournalEntriesUpdate.js.map +1 -1
  224. package/funcs/accountingLedgerAccountsCreate.d.ts.map +1 -1
  225. package/funcs/accountingLedgerAccountsCreate.js +4 -3
  226. package/funcs/accountingLedgerAccountsCreate.js.map +1 -1
  227. package/funcs/accountingLedgerAccountsDelete.d.ts.map +1 -1
  228. package/funcs/accountingLedgerAccountsDelete.js +4 -3
  229. package/funcs/accountingLedgerAccountsDelete.js.map +1 -1
  230. package/funcs/accountingLedgerAccountsGet.d.ts.map +1 -1
  231. package/funcs/accountingLedgerAccountsGet.js +4 -3
  232. package/funcs/accountingLedgerAccountsGet.js.map +1 -1
  233. package/funcs/accountingLedgerAccountsList.d.ts.map +1 -1
  234. package/funcs/accountingLedgerAccountsList.js +4 -3
  235. package/funcs/accountingLedgerAccountsList.js.map +1 -1
  236. package/funcs/accountingLedgerAccountsUpdate.d.ts.map +1 -1
  237. package/funcs/accountingLedgerAccountsUpdate.js +4 -3
  238. package/funcs/accountingLedgerAccountsUpdate.js.map +1 -1
  239. package/funcs/accountingLocationsCreate.d.ts.map +1 -1
  240. package/funcs/accountingLocationsCreate.js +4 -3
  241. package/funcs/accountingLocationsCreate.js.map +1 -1
  242. package/funcs/accountingLocationsDelete.d.ts.map +1 -1
  243. package/funcs/accountingLocationsDelete.js +4 -3
  244. package/funcs/accountingLocationsDelete.js.map +1 -1
  245. package/funcs/accountingLocationsGet.d.ts.map +1 -1
  246. package/funcs/accountingLocationsGet.js +4 -3
  247. package/funcs/accountingLocationsGet.js.map +1 -1
  248. package/funcs/accountingLocationsList.d.ts.map +1 -1
  249. package/funcs/accountingLocationsList.js +4 -3
  250. package/funcs/accountingLocationsList.js.map +1 -1
  251. package/funcs/accountingLocationsUpdate.d.ts.map +1 -1
  252. package/funcs/accountingLocationsUpdate.js +4 -3
  253. package/funcs/accountingLocationsUpdate.js.map +1 -1
  254. package/funcs/accountingPaymentsCreate.d.ts.map +1 -1
  255. package/funcs/accountingPaymentsCreate.js +4 -3
  256. package/funcs/accountingPaymentsCreate.js.map +1 -1
  257. package/funcs/accountingPaymentsDelete.d.ts.map +1 -1
  258. package/funcs/accountingPaymentsDelete.js +4 -3
  259. package/funcs/accountingPaymentsDelete.js.map +1 -1
  260. package/funcs/accountingPaymentsGet.d.ts.map +1 -1
  261. package/funcs/accountingPaymentsGet.js +4 -3
  262. package/funcs/accountingPaymentsGet.js.map +1 -1
  263. package/funcs/accountingPaymentsList.d.ts.map +1 -1
  264. package/funcs/accountingPaymentsList.js +4 -3
  265. package/funcs/accountingPaymentsList.js.map +1 -1
  266. package/funcs/accountingPaymentsUpdate.d.ts.map +1 -1
  267. package/funcs/accountingPaymentsUpdate.js +4 -3
  268. package/funcs/accountingPaymentsUpdate.js.map +1 -1
  269. package/funcs/accountingProfitAndLossGet.d.ts.map +1 -1
  270. package/funcs/accountingProfitAndLossGet.js +4 -3
  271. package/funcs/accountingProfitAndLossGet.js.map +1 -1
  272. package/funcs/accountingPurchaseOrdersCreate.d.ts.map +1 -1
  273. package/funcs/accountingPurchaseOrdersCreate.js +4 -3
  274. package/funcs/accountingPurchaseOrdersCreate.js.map +1 -1
  275. package/funcs/accountingPurchaseOrdersDelete.d.ts.map +1 -1
  276. package/funcs/accountingPurchaseOrdersDelete.js +4 -3
  277. package/funcs/accountingPurchaseOrdersDelete.js.map +1 -1
  278. package/funcs/accountingPurchaseOrdersGet.d.ts.map +1 -1
  279. package/funcs/accountingPurchaseOrdersGet.js +4 -3
  280. package/funcs/accountingPurchaseOrdersGet.js.map +1 -1
  281. package/funcs/accountingPurchaseOrdersList.d.ts.map +1 -1
  282. package/funcs/accountingPurchaseOrdersList.js +4 -3
  283. package/funcs/accountingPurchaseOrdersList.js.map +1 -1
  284. package/funcs/accountingPurchaseOrdersUpdate.d.ts.map +1 -1
  285. package/funcs/accountingPurchaseOrdersUpdate.js +4 -3
  286. package/funcs/accountingPurchaseOrdersUpdate.js.map +1 -1
  287. package/funcs/accountingSubsidiariesCreate.d.ts.map +1 -1
  288. package/funcs/accountingSubsidiariesCreate.js +4 -3
  289. package/funcs/accountingSubsidiariesCreate.js.map +1 -1
  290. package/funcs/accountingSubsidiariesDelete.d.ts.map +1 -1
  291. package/funcs/accountingSubsidiariesDelete.js +4 -3
  292. package/funcs/accountingSubsidiariesDelete.js.map +1 -1
  293. package/funcs/accountingSubsidiariesGet.d.ts.map +1 -1
  294. package/funcs/accountingSubsidiariesGet.js +4 -3
  295. package/funcs/accountingSubsidiariesGet.js.map +1 -1
  296. package/funcs/accountingSubsidiariesList.d.ts.map +1 -1
  297. package/funcs/accountingSubsidiariesList.js +4 -3
  298. package/funcs/accountingSubsidiariesList.js.map +1 -1
  299. package/funcs/accountingSubsidiariesUpdate.d.ts.map +1 -1
  300. package/funcs/accountingSubsidiariesUpdate.js +4 -3
  301. package/funcs/accountingSubsidiariesUpdate.js.map +1 -1
  302. package/funcs/accountingSuppliersCreate.d.ts.map +1 -1
  303. package/funcs/accountingSuppliersCreate.js +4 -3
  304. package/funcs/accountingSuppliersCreate.js.map +1 -1
  305. package/funcs/accountingSuppliersDelete.d.ts.map +1 -1
  306. package/funcs/accountingSuppliersDelete.js +4 -3
  307. package/funcs/accountingSuppliersDelete.js.map +1 -1
  308. package/funcs/accountingSuppliersGet.d.ts.map +1 -1
  309. package/funcs/accountingSuppliersGet.js +4 -3
  310. package/funcs/accountingSuppliersGet.js.map +1 -1
  311. package/funcs/accountingSuppliersList.d.ts.map +1 -1
  312. package/funcs/accountingSuppliersList.js +4 -3
  313. package/funcs/accountingSuppliersList.js.map +1 -1
  314. package/funcs/accountingSuppliersUpdate.d.ts.map +1 -1
  315. package/funcs/accountingSuppliersUpdate.js +4 -3
  316. package/funcs/accountingSuppliersUpdate.js.map +1 -1
  317. package/funcs/accountingTaxRatesCreate.d.ts.map +1 -1
  318. package/funcs/accountingTaxRatesCreate.js +4 -3
  319. package/funcs/accountingTaxRatesCreate.js.map +1 -1
  320. package/funcs/accountingTaxRatesDelete.d.ts.map +1 -1
  321. package/funcs/accountingTaxRatesDelete.js +4 -3
  322. package/funcs/accountingTaxRatesDelete.js.map +1 -1
  323. package/funcs/accountingTaxRatesGet.d.ts.map +1 -1
  324. package/funcs/accountingTaxRatesGet.js +4 -3
  325. package/funcs/accountingTaxRatesGet.js.map +1 -1
  326. package/funcs/accountingTaxRatesList.d.ts.map +1 -1
  327. package/funcs/accountingTaxRatesList.js +4 -3
  328. package/funcs/accountingTaxRatesList.js.map +1 -1
  329. package/funcs/accountingTaxRatesUpdate.d.ts.map +1 -1
  330. package/funcs/accountingTaxRatesUpdate.js +4 -3
  331. package/funcs/accountingTaxRatesUpdate.js.map +1 -1
  332. package/funcs/accountingTrackingCategoriesCreate.d.ts.map +1 -1
  333. package/funcs/accountingTrackingCategoriesCreate.js +4 -3
  334. package/funcs/accountingTrackingCategoriesCreate.js.map +1 -1
  335. package/funcs/accountingTrackingCategoriesDelete.d.ts.map +1 -1
  336. package/funcs/accountingTrackingCategoriesDelete.js +4 -3
  337. package/funcs/accountingTrackingCategoriesDelete.js.map +1 -1
  338. package/funcs/accountingTrackingCategoriesGet.d.ts.map +1 -1
  339. package/funcs/accountingTrackingCategoriesGet.js +4 -3
  340. package/funcs/accountingTrackingCategoriesGet.js.map +1 -1
  341. package/funcs/accountingTrackingCategoriesList.d.ts.map +1 -1
  342. package/funcs/accountingTrackingCategoriesList.js +4 -3
  343. package/funcs/accountingTrackingCategoriesList.js.map +1 -1
  344. package/funcs/accountingTrackingCategoriesUpdate.d.ts.map +1 -1
  345. package/funcs/accountingTrackingCategoriesUpdate.js +4 -3
  346. package/funcs/accountingTrackingCategoriesUpdate.js.map +1 -1
  347. package/funcs/atsApplicantsCreate.d.ts.map +1 -1
  348. package/funcs/atsApplicantsCreate.js +4 -3
  349. package/funcs/atsApplicantsCreate.js.map +1 -1
  350. package/funcs/atsApplicantsDelete.d.ts.map +1 -1
  351. package/funcs/atsApplicantsDelete.js +4 -3
  352. package/funcs/atsApplicantsDelete.js.map +1 -1
  353. package/funcs/atsApplicantsGet.d.ts.map +1 -1
  354. package/funcs/atsApplicantsGet.js +4 -3
  355. package/funcs/atsApplicantsGet.js.map +1 -1
  356. package/funcs/atsApplicantsList.d.ts.map +1 -1
  357. package/funcs/atsApplicantsList.js +4 -3
  358. package/funcs/atsApplicantsList.js.map +1 -1
  359. package/funcs/atsApplicantsUpdate.d.ts.map +1 -1
  360. package/funcs/atsApplicantsUpdate.js +4 -3
  361. package/funcs/atsApplicantsUpdate.js.map +1 -1
  362. package/funcs/atsApplicationsCreate.d.ts.map +1 -1
  363. package/funcs/atsApplicationsCreate.js +4 -3
  364. package/funcs/atsApplicationsCreate.js.map +1 -1
  365. package/funcs/atsApplicationsDelete.d.ts.map +1 -1
  366. package/funcs/atsApplicationsDelete.js +4 -3
  367. package/funcs/atsApplicationsDelete.js.map +1 -1
  368. package/funcs/atsApplicationsGet.d.ts.map +1 -1
  369. package/funcs/atsApplicationsGet.js +4 -3
  370. package/funcs/atsApplicationsGet.js.map +1 -1
  371. package/funcs/atsApplicationsList.d.ts.map +1 -1
  372. package/funcs/atsApplicationsList.js +4 -3
  373. package/funcs/atsApplicationsList.js.map +1 -1
  374. package/funcs/atsApplicationsUpdate.d.ts.map +1 -1
  375. package/funcs/atsApplicationsUpdate.js +4 -3
  376. package/funcs/atsApplicationsUpdate.js.map +1 -1
  377. package/funcs/atsJobsGet.d.ts.map +1 -1
  378. package/funcs/atsJobsGet.js +4 -3
  379. package/funcs/atsJobsGet.js.map +1 -1
  380. package/funcs/atsJobsList.d.ts.map +1 -1
  381. package/funcs/atsJobsList.js +4 -3
  382. package/funcs/atsJobsList.js.map +1 -1
  383. package/funcs/connectorApiResourceCoverageGet.d.ts.map +1 -1
  384. package/funcs/connectorApiResourceCoverageGet.js +4 -3
  385. package/funcs/connectorApiResourceCoverageGet.js.map +1 -1
  386. package/funcs/connectorApiResourcesGet.d.ts.map +1 -1
  387. package/funcs/connectorApiResourcesGet.js +4 -3
  388. package/funcs/connectorApiResourcesGet.js.map +1 -1
  389. package/funcs/connectorApisGet.d.ts.map +1 -1
  390. package/funcs/connectorApisGet.js +4 -3
  391. package/funcs/connectorApisGet.js.map +1 -1
  392. package/funcs/connectorApisList.d.ts.map +1 -1
  393. package/funcs/connectorApisList.js +4 -3
  394. package/funcs/connectorApisList.js.map +1 -1
  395. package/funcs/connectorConnectorDocsGet.d.ts.map +1 -1
  396. package/funcs/connectorConnectorDocsGet.js +4 -3
  397. package/funcs/connectorConnectorDocsGet.js.map +1 -1
  398. package/funcs/connectorConnectorResourcesGet.d.ts.map +1 -1
  399. package/funcs/connectorConnectorResourcesGet.js +4 -3
  400. package/funcs/connectorConnectorResourcesGet.js.map +1 -1
  401. package/funcs/connectorConnectorsGet.d.ts.map +1 -1
  402. package/funcs/connectorConnectorsGet.js +4 -3
  403. package/funcs/connectorConnectorsGet.js.map +1 -1
  404. package/funcs/connectorConnectorsList.d.ts.map +1 -1
  405. package/funcs/connectorConnectorsList.js +4 -3
  406. package/funcs/connectorConnectorsList.js.map +1 -1
  407. package/funcs/crmActivitiesCreate.d.ts.map +1 -1
  408. package/funcs/crmActivitiesCreate.js +4 -3
  409. package/funcs/crmActivitiesCreate.js.map +1 -1
  410. package/funcs/crmActivitiesDelete.d.ts.map +1 -1
  411. package/funcs/crmActivitiesDelete.js +4 -3
  412. package/funcs/crmActivitiesDelete.js.map +1 -1
  413. package/funcs/crmActivitiesGet.d.ts.map +1 -1
  414. package/funcs/crmActivitiesGet.js +4 -3
  415. package/funcs/crmActivitiesGet.js.map +1 -1
  416. package/funcs/crmActivitiesList.d.ts.map +1 -1
  417. package/funcs/crmActivitiesList.js +4 -3
  418. package/funcs/crmActivitiesList.js.map +1 -1
  419. package/funcs/crmActivitiesUpdate.d.ts.map +1 -1
  420. package/funcs/crmActivitiesUpdate.js +4 -3
  421. package/funcs/crmActivitiesUpdate.js.map +1 -1
  422. package/funcs/crmCompaniesCreate.d.ts.map +1 -1
  423. package/funcs/crmCompaniesCreate.js +4 -3
  424. package/funcs/crmCompaniesCreate.js.map +1 -1
  425. package/funcs/crmCompaniesDelete.d.ts.map +1 -1
  426. package/funcs/crmCompaniesDelete.js +4 -3
  427. package/funcs/crmCompaniesDelete.js.map +1 -1
  428. package/funcs/crmCompaniesGet.d.ts.map +1 -1
  429. package/funcs/crmCompaniesGet.js +4 -3
  430. package/funcs/crmCompaniesGet.js.map +1 -1
  431. package/funcs/crmCompaniesList.d.ts.map +1 -1
  432. package/funcs/crmCompaniesList.js +4 -3
  433. package/funcs/crmCompaniesList.js.map +1 -1
  434. package/funcs/crmCompaniesUpdate.d.ts.map +1 -1
  435. package/funcs/crmCompaniesUpdate.js +4 -3
  436. package/funcs/crmCompaniesUpdate.js.map +1 -1
  437. package/funcs/crmContactsCreate.d.ts.map +1 -1
  438. package/funcs/crmContactsCreate.js +4 -3
  439. package/funcs/crmContactsCreate.js.map +1 -1
  440. package/funcs/crmContactsDelete.d.ts.map +1 -1
  441. package/funcs/crmContactsDelete.js +4 -3
  442. package/funcs/crmContactsDelete.js.map +1 -1
  443. package/funcs/crmContactsGet.d.ts.map +1 -1
  444. package/funcs/crmContactsGet.js +4 -3
  445. package/funcs/crmContactsGet.js.map +1 -1
  446. package/funcs/crmContactsList.d.ts.map +1 -1
  447. package/funcs/crmContactsList.js +4 -3
  448. package/funcs/crmContactsList.js.map +1 -1
  449. package/funcs/crmContactsUpdate.d.ts.map +1 -1
  450. package/funcs/crmContactsUpdate.js +4 -3
  451. package/funcs/crmContactsUpdate.js.map +1 -1
  452. package/funcs/crmLeadsCreate.d.ts.map +1 -1
  453. package/funcs/crmLeadsCreate.js +4 -3
  454. package/funcs/crmLeadsCreate.js.map +1 -1
  455. package/funcs/crmLeadsDelete.d.ts.map +1 -1
  456. package/funcs/crmLeadsDelete.js +4 -3
  457. package/funcs/crmLeadsDelete.js.map +1 -1
  458. package/funcs/crmLeadsGet.d.ts.map +1 -1
  459. package/funcs/crmLeadsGet.js +4 -3
  460. package/funcs/crmLeadsGet.js.map +1 -1
  461. package/funcs/crmLeadsList.d.ts.map +1 -1
  462. package/funcs/crmLeadsList.js +4 -3
  463. package/funcs/crmLeadsList.js.map +1 -1
  464. package/funcs/crmLeadsUpdate.d.ts.map +1 -1
  465. package/funcs/crmLeadsUpdate.js +4 -3
  466. package/funcs/crmLeadsUpdate.js.map +1 -1
  467. package/funcs/crmNotesCreate.d.ts.map +1 -1
  468. package/funcs/crmNotesCreate.js +4 -3
  469. package/funcs/crmNotesCreate.js.map +1 -1
  470. package/funcs/crmNotesDelete.d.ts.map +1 -1
  471. package/funcs/crmNotesDelete.js +4 -3
  472. package/funcs/crmNotesDelete.js.map +1 -1
  473. package/funcs/crmNotesGet.d.ts.map +1 -1
  474. package/funcs/crmNotesGet.js +4 -3
  475. package/funcs/crmNotesGet.js.map +1 -1
  476. package/funcs/crmNotesList.d.ts.map +1 -1
  477. package/funcs/crmNotesList.js +4 -3
  478. package/funcs/crmNotesList.js.map +1 -1
  479. package/funcs/crmNotesUpdate.d.ts.map +1 -1
  480. package/funcs/crmNotesUpdate.js +4 -3
  481. package/funcs/crmNotesUpdate.js.map +1 -1
  482. package/funcs/crmOpportunitiesCreate.d.ts.map +1 -1
  483. package/funcs/crmOpportunitiesCreate.js +4 -3
  484. package/funcs/crmOpportunitiesCreate.js.map +1 -1
  485. package/funcs/crmOpportunitiesDelete.d.ts.map +1 -1
  486. package/funcs/crmOpportunitiesDelete.js +4 -3
  487. package/funcs/crmOpportunitiesDelete.js.map +1 -1
  488. package/funcs/crmOpportunitiesGet.d.ts.map +1 -1
  489. package/funcs/crmOpportunitiesGet.js +4 -3
  490. package/funcs/crmOpportunitiesGet.js.map +1 -1
  491. package/funcs/crmOpportunitiesList.d.ts.map +1 -1
  492. package/funcs/crmOpportunitiesList.js +4 -3
  493. package/funcs/crmOpportunitiesList.js.map +1 -1
  494. package/funcs/crmOpportunitiesUpdate.d.ts.map +1 -1
  495. package/funcs/crmOpportunitiesUpdate.js +4 -3
  496. package/funcs/crmOpportunitiesUpdate.js.map +1 -1
  497. package/funcs/crmPipelinesList.d.ts.map +1 -1
  498. package/funcs/crmPipelinesList.js +4 -3
  499. package/funcs/crmPipelinesList.js.map +1 -1
  500. package/funcs/crmUsersCreate.d.ts.map +1 -1
  501. package/funcs/crmUsersCreate.js +4 -3
  502. package/funcs/crmUsersCreate.js.map +1 -1
  503. package/funcs/crmUsersDelete.d.ts.map +1 -1
  504. package/funcs/crmUsersDelete.js +4 -3
  505. package/funcs/crmUsersDelete.js.map +1 -1
  506. package/funcs/crmUsersGet.d.ts.map +1 -1
  507. package/funcs/crmUsersGet.js +4 -3
  508. package/funcs/crmUsersGet.js.map +1 -1
  509. package/funcs/crmUsersList.d.ts.map +1 -1
  510. package/funcs/crmUsersList.js +4 -3
  511. package/funcs/crmUsersList.js.map +1 -1
  512. package/funcs/crmUsersUpdate.d.ts.map +1 -1
  513. package/funcs/crmUsersUpdate.js +4 -3
  514. package/funcs/crmUsersUpdate.js.map +1 -1
  515. package/funcs/ecommerceCustomersGet.d.ts.map +1 -1
  516. package/funcs/ecommerceCustomersGet.js +4 -3
  517. package/funcs/ecommerceCustomersGet.js.map +1 -1
  518. package/funcs/ecommerceCustomersList.d.ts.map +1 -1
  519. package/funcs/ecommerceCustomersList.js +4 -3
  520. package/funcs/ecommerceCustomersList.js.map +1 -1
  521. package/funcs/ecommerceOrdersGet.d.ts.map +1 -1
  522. package/funcs/ecommerceOrdersGet.js +4 -3
  523. package/funcs/ecommerceOrdersGet.js.map +1 -1
  524. package/funcs/ecommerceOrdersList.d.ts.map +1 -1
  525. package/funcs/ecommerceOrdersList.js +4 -3
  526. package/funcs/ecommerceOrdersList.js.map +1 -1
  527. package/funcs/ecommerceProductsGet.d.ts.map +1 -1
  528. package/funcs/ecommerceProductsGet.js +4 -3
  529. package/funcs/ecommerceProductsGet.js.map +1 -1
  530. package/funcs/ecommerceProductsList.d.ts.map +1 -1
  531. package/funcs/ecommerceProductsList.js +4 -3
  532. package/funcs/ecommerceProductsList.js.map +1 -1
  533. package/funcs/ecommerceStoresGet.d.ts.map +1 -1
  534. package/funcs/ecommerceStoresGet.js +4 -3
  535. package/funcs/ecommerceStoresGet.js.map +1 -1
  536. package/funcs/fileStorageDriveGroupsCreate.d.ts.map +1 -1
  537. package/funcs/fileStorageDriveGroupsCreate.js +4 -3
  538. package/funcs/fileStorageDriveGroupsCreate.js.map +1 -1
  539. package/funcs/fileStorageDriveGroupsDelete.d.ts.map +1 -1
  540. package/funcs/fileStorageDriveGroupsDelete.js +4 -3
  541. package/funcs/fileStorageDriveGroupsDelete.js.map +1 -1
  542. package/funcs/fileStorageDriveGroupsGet.d.ts.map +1 -1
  543. package/funcs/fileStorageDriveGroupsGet.js +4 -3
  544. package/funcs/fileStorageDriveGroupsGet.js.map +1 -1
  545. package/funcs/fileStorageDriveGroupsList.d.ts.map +1 -1
  546. package/funcs/fileStorageDriveGroupsList.js +4 -3
  547. package/funcs/fileStorageDriveGroupsList.js.map +1 -1
  548. package/funcs/fileStorageDriveGroupsUpdate.d.ts.map +1 -1
  549. package/funcs/fileStorageDriveGroupsUpdate.js +4 -3
  550. package/funcs/fileStorageDriveGroupsUpdate.js.map +1 -1
  551. package/funcs/fileStorageDrivesCreate.d.ts.map +1 -1
  552. package/funcs/fileStorageDrivesCreate.js +4 -3
  553. package/funcs/fileStorageDrivesCreate.js.map +1 -1
  554. package/funcs/fileStorageDrivesDelete.d.ts.map +1 -1
  555. package/funcs/fileStorageDrivesDelete.js +4 -3
  556. package/funcs/fileStorageDrivesDelete.js.map +1 -1
  557. package/funcs/fileStorageDrivesGet.d.ts.map +1 -1
  558. package/funcs/fileStorageDrivesGet.js +4 -3
  559. package/funcs/fileStorageDrivesGet.js.map +1 -1
  560. package/funcs/fileStorageDrivesList.d.ts.map +1 -1
  561. package/funcs/fileStorageDrivesList.js +4 -3
  562. package/funcs/fileStorageDrivesList.js.map +1 -1
  563. package/funcs/fileStorageDrivesUpdate.d.ts.map +1 -1
  564. package/funcs/fileStorageDrivesUpdate.js +4 -3
  565. package/funcs/fileStorageDrivesUpdate.js.map +1 -1
  566. package/funcs/fileStorageFilesDelete.d.ts.map +1 -1
  567. package/funcs/fileStorageFilesDelete.js +4 -3
  568. package/funcs/fileStorageFilesDelete.js.map +1 -1
  569. package/funcs/fileStorageFilesDownload.d.ts.map +1 -1
  570. package/funcs/fileStorageFilesDownload.js +4 -3
  571. package/funcs/fileStorageFilesDownload.js.map +1 -1
  572. package/funcs/fileStorageFilesExport.d.ts.map +1 -1
  573. package/funcs/fileStorageFilesExport.js +4 -3
  574. package/funcs/fileStorageFilesExport.js.map +1 -1
  575. package/funcs/fileStorageFilesGet.d.ts.map +1 -1
  576. package/funcs/fileStorageFilesGet.js +4 -3
  577. package/funcs/fileStorageFilesGet.js.map +1 -1
  578. package/funcs/fileStorageFilesList.d.ts.map +1 -1
  579. package/funcs/fileStorageFilesList.js +4 -3
  580. package/funcs/fileStorageFilesList.js.map +1 -1
  581. package/funcs/fileStorageFilesSearch.d.ts.map +1 -1
  582. package/funcs/fileStorageFilesSearch.js +4 -3
  583. package/funcs/fileStorageFilesSearch.js.map +1 -1
  584. package/funcs/fileStorageFilesUpdate.d.ts.map +1 -1
  585. package/funcs/fileStorageFilesUpdate.js +4 -3
  586. package/funcs/fileStorageFilesUpdate.js.map +1 -1
  587. package/funcs/fileStorageFoldersCopy.d.ts.map +1 -1
  588. package/funcs/fileStorageFoldersCopy.js +4 -3
  589. package/funcs/fileStorageFoldersCopy.js.map +1 -1
  590. package/funcs/fileStorageFoldersCreate.d.ts.map +1 -1
  591. package/funcs/fileStorageFoldersCreate.js +4 -3
  592. package/funcs/fileStorageFoldersCreate.js.map +1 -1
  593. package/funcs/fileStorageFoldersDelete.d.ts.map +1 -1
  594. package/funcs/fileStorageFoldersDelete.js +4 -3
  595. package/funcs/fileStorageFoldersDelete.js.map +1 -1
  596. package/funcs/fileStorageFoldersGet.d.ts.map +1 -1
  597. package/funcs/fileStorageFoldersGet.js +4 -3
  598. package/funcs/fileStorageFoldersGet.js.map +1 -1
  599. package/funcs/fileStorageFoldersUpdate.d.ts.map +1 -1
  600. package/funcs/fileStorageFoldersUpdate.js +4 -3
  601. package/funcs/fileStorageFoldersUpdate.js.map +1 -1
  602. package/funcs/fileStorageSharedLinksCreate.d.ts.map +1 -1
  603. package/funcs/fileStorageSharedLinksCreate.js +4 -3
  604. package/funcs/fileStorageSharedLinksCreate.js.map +1 -1
  605. package/funcs/fileStorageSharedLinksDelete.d.ts.map +1 -1
  606. package/funcs/fileStorageSharedLinksDelete.js +4 -3
  607. package/funcs/fileStorageSharedLinksDelete.js.map +1 -1
  608. package/funcs/fileStorageSharedLinksGet.d.ts.map +1 -1
  609. package/funcs/fileStorageSharedLinksGet.js +4 -3
  610. package/funcs/fileStorageSharedLinksGet.js.map +1 -1
  611. package/funcs/fileStorageSharedLinksList.d.ts.map +1 -1
  612. package/funcs/fileStorageSharedLinksList.js +4 -3
  613. package/funcs/fileStorageSharedLinksList.js.map +1 -1
  614. package/funcs/fileStorageSharedLinksUpdate.d.ts.map +1 -1
  615. package/funcs/fileStorageSharedLinksUpdate.js +4 -3
  616. package/funcs/fileStorageSharedLinksUpdate.js.map +1 -1
  617. package/funcs/fileStorageUploadSessionsCreate.d.ts.map +1 -1
  618. package/funcs/fileStorageUploadSessionsCreate.js +4 -3
  619. package/funcs/fileStorageUploadSessionsCreate.js.map +1 -1
  620. package/funcs/fileStorageUploadSessionsDelete.d.ts.map +1 -1
  621. package/funcs/fileStorageUploadSessionsDelete.js +4 -3
  622. package/funcs/fileStorageUploadSessionsDelete.js.map +1 -1
  623. package/funcs/fileStorageUploadSessionsFinish.d.ts.map +1 -1
  624. package/funcs/fileStorageUploadSessionsFinish.js +4 -3
  625. package/funcs/fileStorageUploadSessionsFinish.js.map +1 -1
  626. package/funcs/fileStorageUploadSessionsGet.d.ts.map +1 -1
  627. package/funcs/fileStorageUploadSessionsGet.js +4 -3
  628. package/funcs/fileStorageUploadSessionsGet.js.map +1 -1
  629. package/funcs/hrisCompaniesCreate.d.ts.map +1 -1
  630. package/funcs/hrisCompaniesCreate.js +4 -3
  631. package/funcs/hrisCompaniesCreate.js.map +1 -1
  632. package/funcs/hrisCompaniesDelete.d.ts.map +1 -1
  633. package/funcs/hrisCompaniesDelete.js +4 -3
  634. package/funcs/hrisCompaniesDelete.js.map +1 -1
  635. package/funcs/hrisCompaniesGet.d.ts.map +1 -1
  636. package/funcs/hrisCompaniesGet.js +4 -3
  637. package/funcs/hrisCompaniesGet.js.map +1 -1
  638. package/funcs/hrisCompaniesList.d.ts.map +1 -1
  639. package/funcs/hrisCompaniesList.js +4 -3
  640. package/funcs/hrisCompaniesList.js.map +1 -1
  641. package/funcs/hrisCompaniesUpdate.d.ts.map +1 -1
  642. package/funcs/hrisCompaniesUpdate.js +4 -3
  643. package/funcs/hrisCompaniesUpdate.js.map +1 -1
  644. package/funcs/hrisDepartmentsCreate.d.ts.map +1 -1
  645. package/funcs/hrisDepartmentsCreate.js +4 -3
  646. package/funcs/hrisDepartmentsCreate.js.map +1 -1
  647. package/funcs/hrisDepartmentsDelete.d.ts.map +1 -1
  648. package/funcs/hrisDepartmentsDelete.js +4 -3
  649. package/funcs/hrisDepartmentsDelete.js.map +1 -1
  650. package/funcs/hrisDepartmentsGet.d.ts.map +1 -1
  651. package/funcs/hrisDepartmentsGet.js +4 -3
  652. package/funcs/hrisDepartmentsGet.js.map +1 -1
  653. package/funcs/hrisDepartmentsList.d.ts.map +1 -1
  654. package/funcs/hrisDepartmentsList.js +4 -3
  655. package/funcs/hrisDepartmentsList.js.map +1 -1
  656. package/funcs/hrisDepartmentsUpdate.d.ts.map +1 -1
  657. package/funcs/hrisDepartmentsUpdate.js +4 -3
  658. package/funcs/hrisDepartmentsUpdate.js.map +1 -1
  659. package/funcs/hrisEmployeePayrollsGet.d.ts.map +1 -1
  660. package/funcs/hrisEmployeePayrollsGet.js +4 -3
  661. package/funcs/hrisEmployeePayrollsGet.js.map +1 -1
  662. package/funcs/hrisEmployeePayrollsList.d.ts.map +1 -1
  663. package/funcs/hrisEmployeePayrollsList.js +4 -3
  664. package/funcs/hrisEmployeePayrollsList.js.map +1 -1
  665. package/funcs/hrisEmployeeSchedulesList.d.ts.map +1 -1
  666. package/funcs/hrisEmployeeSchedulesList.js +4 -3
  667. package/funcs/hrisEmployeeSchedulesList.js.map +1 -1
  668. package/funcs/hrisEmployeesCreate.d.ts.map +1 -1
  669. package/funcs/hrisEmployeesCreate.js +4 -3
  670. package/funcs/hrisEmployeesCreate.js.map +1 -1
  671. package/funcs/hrisEmployeesDelete.d.ts.map +1 -1
  672. package/funcs/hrisEmployeesDelete.js +4 -3
  673. package/funcs/hrisEmployeesDelete.js.map +1 -1
  674. package/funcs/hrisEmployeesGet.d.ts.map +1 -1
  675. package/funcs/hrisEmployeesGet.js +4 -3
  676. package/funcs/hrisEmployeesGet.js.map +1 -1
  677. package/funcs/hrisEmployeesList.d.ts.map +1 -1
  678. package/funcs/hrisEmployeesList.js +4 -3
  679. package/funcs/hrisEmployeesList.js.map +1 -1
  680. package/funcs/hrisEmployeesUpdate.d.ts.map +1 -1
  681. package/funcs/hrisEmployeesUpdate.js +4 -3
  682. package/funcs/hrisEmployeesUpdate.js.map +1 -1
  683. package/funcs/hrisPayrollsGet.d.ts.map +1 -1
  684. package/funcs/hrisPayrollsGet.js +4 -3
  685. package/funcs/hrisPayrollsGet.js.map +1 -1
  686. package/funcs/hrisPayrollsList.d.ts.map +1 -1
  687. package/funcs/hrisPayrollsList.js +4 -3
  688. package/funcs/hrisPayrollsList.js.map +1 -1
  689. package/funcs/hrisTimeOffRequestsCreate.d.ts.map +1 -1
  690. package/funcs/hrisTimeOffRequestsCreate.js +4 -3
  691. package/funcs/hrisTimeOffRequestsCreate.js.map +1 -1
  692. package/funcs/hrisTimeOffRequestsDelete.d.ts.map +1 -1
  693. package/funcs/hrisTimeOffRequestsDelete.js +4 -3
  694. package/funcs/hrisTimeOffRequestsDelete.js.map +1 -1
  695. package/funcs/hrisTimeOffRequestsGet.d.ts.map +1 -1
  696. package/funcs/hrisTimeOffRequestsGet.js +4 -3
  697. package/funcs/hrisTimeOffRequestsGet.js.map +1 -1
  698. package/funcs/hrisTimeOffRequestsList.d.ts.map +1 -1
  699. package/funcs/hrisTimeOffRequestsList.js +4 -3
  700. package/funcs/hrisTimeOffRequestsList.js.map +1 -1
  701. package/funcs/hrisTimeOffRequestsUpdate.d.ts.map +1 -1
  702. package/funcs/hrisTimeOffRequestsUpdate.js +4 -3
  703. package/funcs/hrisTimeOffRequestsUpdate.js.map +1 -1
  704. package/funcs/issueTrackingCollectionTagsList.d.ts.map +1 -1
  705. package/funcs/issueTrackingCollectionTagsList.js +4 -3
  706. package/funcs/issueTrackingCollectionTagsList.js.map +1 -1
  707. package/funcs/issueTrackingCollectionTicketCommentsCreate.d.ts.map +1 -1
  708. package/funcs/issueTrackingCollectionTicketCommentsCreate.js +4 -3
  709. package/funcs/issueTrackingCollectionTicketCommentsCreate.js.map +1 -1
  710. package/funcs/issueTrackingCollectionTicketCommentsDelete.d.ts.map +1 -1
  711. package/funcs/issueTrackingCollectionTicketCommentsDelete.js +4 -3
  712. package/funcs/issueTrackingCollectionTicketCommentsDelete.js.map +1 -1
  713. package/funcs/issueTrackingCollectionTicketCommentsGet.d.ts.map +1 -1
  714. package/funcs/issueTrackingCollectionTicketCommentsGet.js +4 -3
  715. package/funcs/issueTrackingCollectionTicketCommentsGet.js.map +1 -1
  716. package/funcs/issueTrackingCollectionTicketCommentsList.d.ts.map +1 -1
  717. package/funcs/issueTrackingCollectionTicketCommentsList.js +4 -3
  718. package/funcs/issueTrackingCollectionTicketCommentsList.js.map +1 -1
  719. package/funcs/issueTrackingCollectionTicketCommentsUpdate.d.ts.map +1 -1
  720. package/funcs/issueTrackingCollectionTicketCommentsUpdate.js +4 -3
  721. package/funcs/issueTrackingCollectionTicketCommentsUpdate.js.map +1 -1
  722. package/funcs/issueTrackingCollectionTicketsCreate.d.ts.map +1 -1
  723. package/funcs/issueTrackingCollectionTicketsCreate.js +4 -3
  724. package/funcs/issueTrackingCollectionTicketsCreate.js.map +1 -1
  725. package/funcs/issueTrackingCollectionTicketsDelete.d.ts.map +1 -1
  726. package/funcs/issueTrackingCollectionTicketsDelete.js +4 -3
  727. package/funcs/issueTrackingCollectionTicketsDelete.js.map +1 -1
  728. package/funcs/issueTrackingCollectionTicketsGet.d.ts.map +1 -1
  729. package/funcs/issueTrackingCollectionTicketsGet.js +4 -3
  730. package/funcs/issueTrackingCollectionTicketsGet.js.map +1 -1
  731. package/funcs/issueTrackingCollectionTicketsList.d.ts.map +1 -1
  732. package/funcs/issueTrackingCollectionTicketsList.js +4 -3
  733. package/funcs/issueTrackingCollectionTicketsList.js.map +1 -1
  734. package/funcs/issueTrackingCollectionTicketsUpdate.d.ts.map +1 -1
  735. package/funcs/issueTrackingCollectionTicketsUpdate.js +4 -3
  736. package/funcs/issueTrackingCollectionTicketsUpdate.js.map +1 -1
  737. package/funcs/issueTrackingCollectionUsersGet.d.ts.map +1 -1
  738. package/funcs/issueTrackingCollectionUsersGet.js +4 -3
  739. package/funcs/issueTrackingCollectionUsersGet.js.map +1 -1
  740. package/funcs/issueTrackingCollectionUsersList.d.ts.map +1 -1
  741. package/funcs/issueTrackingCollectionUsersList.js +4 -3
  742. package/funcs/issueTrackingCollectionUsersList.js.map +1 -1
  743. package/funcs/issueTrackingCollectionsGet.d.ts.map +1 -1
  744. package/funcs/issueTrackingCollectionsGet.js +4 -3
  745. package/funcs/issueTrackingCollectionsGet.js.map +1 -1
  746. package/funcs/issueTrackingCollectionsList.d.ts.map +1 -1
  747. package/funcs/issueTrackingCollectionsList.js +4 -3
  748. package/funcs/issueTrackingCollectionsList.js.map +1 -1
  749. package/funcs/smsMessagesCreate.d.ts.map +1 -1
  750. package/funcs/smsMessagesCreate.js +4 -3
  751. package/funcs/smsMessagesCreate.js.map +1 -1
  752. package/funcs/smsMessagesDelete.d.ts.map +1 -1
  753. package/funcs/smsMessagesDelete.js +4 -3
  754. package/funcs/smsMessagesDelete.js.map +1 -1
  755. package/funcs/smsMessagesGet.d.ts.map +1 -1
  756. package/funcs/smsMessagesGet.js +4 -3
  757. package/funcs/smsMessagesGet.js.map +1 -1
  758. package/funcs/smsMessagesList.d.ts.map +1 -1
  759. package/funcs/smsMessagesList.js +4 -3
  760. package/funcs/smsMessagesList.js.map +1 -1
  761. package/funcs/smsMessagesUpdate.d.ts.map +1 -1
  762. package/funcs/smsMessagesUpdate.js +4 -3
  763. package/funcs/smsMessagesUpdate.js.map +1 -1
  764. package/funcs/vaultConnectionCustomMappingsList.d.ts.map +1 -1
  765. package/funcs/vaultConnectionCustomMappingsList.js +4 -3
  766. package/funcs/vaultConnectionCustomMappingsList.js.map +1 -1
  767. package/funcs/vaultConnectionSettingsList.d.ts.map +1 -1
  768. package/funcs/vaultConnectionSettingsList.js +4 -3
  769. package/funcs/vaultConnectionSettingsList.js.map +1 -1
  770. package/funcs/vaultConnectionSettingsUpdate.d.ts.map +1 -1
  771. package/funcs/vaultConnectionSettingsUpdate.js +4 -3
  772. package/funcs/vaultConnectionSettingsUpdate.js.map +1 -1
  773. package/funcs/vaultConnectionsDelete.d.ts.map +1 -1
  774. package/funcs/vaultConnectionsDelete.js +4 -3
  775. package/funcs/vaultConnectionsDelete.js.map +1 -1
  776. package/funcs/vaultConnectionsGet.d.ts.map +1 -1
  777. package/funcs/vaultConnectionsGet.js +4 -3
  778. package/funcs/vaultConnectionsGet.js.map +1 -1
  779. package/funcs/vaultConnectionsImports.d.ts.map +1 -1
  780. package/funcs/vaultConnectionsImports.js +4 -3
  781. package/funcs/vaultConnectionsImports.js.map +1 -1
  782. package/funcs/vaultConnectionsList.d.ts.map +1 -1
  783. package/funcs/vaultConnectionsList.js +4 -3
  784. package/funcs/vaultConnectionsList.js.map +1 -1
  785. package/funcs/vaultConnectionsToken.d.ts.map +1 -1
  786. package/funcs/vaultConnectionsToken.js +4 -3
  787. package/funcs/vaultConnectionsToken.js.map +1 -1
  788. package/funcs/vaultConnectionsUpdate.d.ts.map +1 -1
  789. package/funcs/vaultConnectionsUpdate.js +4 -3
  790. package/funcs/vaultConnectionsUpdate.js.map +1 -1
  791. package/funcs/vaultConsumerRequestCountsList.d.ts.map +1 -1
  792. package/funcs/vaultConsumerRequestCountsList.js +4 -3
  793. package/funcs/vaultConsumerRequestCountsList.js.map +1 -1
  794. package/funcs/vaultConsumersCreate.d.ts.map +1 -1
  795. package/funcs/vaultConsumersCreate.js +4 -3
  796. package/funcs/vaultConsumersCreate.js.map +1 -1
  797. package/funcs/vaultConsumersDelete.d.ts.map +1 -1
  798. package/funcs/vaultConsumersDelete.js +4 -3
  799. package/funcs/vaultConsumersDelete.js.map +1 -1
  800. package/funcs/vaultConsumersGet.d.ts.map +1 -1
  801. package/funcs/vaultConsumersGet.js +4 -3
  802. package/funcs/vaultConsumersGet.js.map +1 -1
  803. package/funcs/vaultConsumersList.d.ts.map +1 -1
  804. package/funcs/vaultConsumersList.js +4 -3
  805. package/funcs/vaultConsumersList.js.map +1 -1
  806. package/funcs/vaultConsumersUpdate.d.ts.map +1 -1
  807. package/funcs/vaultConsumersUpdate.js +4 -3
  808. package/funcs/vaultConsumersUpdate.js.map +1 -1
  809. package/funcs/vaultCreateCallbackState.d.ts.map +1 -1
  810. package/funcs/vaultCreateCallbackState.js +4 -3
  811. package/funcs/vaultCreateCallbackState.js.map +1 -1
  812. package/funcs/vaultCustomFieldsList.d.ts.map +1 -1
  813. package/funcs/vaultCustomFieldsList.js +4 -3
  814. package/funcs/vaultCustomFieldsList.js.map +1 -1
  815. package/funcs/vaultCustomMappingsList.d.ts.map +1 -1
  816. package/funcs/vaultCustomMappingsList.js +4 -3
  817. package/funcs/vaultCustomMappingsList.js.map +1 -1
  818. package/funcs/vaultLogsList.d.ts.map +1 -1
  819. package/funcs/vaultLogsList.js +4 -3
  820. package/funcs/vaultLogsList.js.map +1 -1
  821. package/funcs/vaultSessionsCreate.d.ts.map +1 -1
  822. package/funcs/vaultSessionsCreate.js +4 -3
  823. package/funcs/vaultSessionsCreate.js.map +1 -1
  824. package/funcs/vaultValidateConnectionState.d.ts.map +1 -1
  825. package/funcs/vaultValidateConnectionState.js +4 -3
  826. package/funcs/vaultValidateConnectionState.js.map +1 -1
  827. package/funcs/webhookEventLogsList.d.ts.map +1 -1
  828. package/funcs/webhookEventLogsList.js +4 -3
  829. package/funcs/webhookEventLogsList.js.map +1 -1
  830. package/funcs/webhookWebhooksCreate.d.ts.map +1 -1
  831. package/funcs/webhookWebhooksCreate.js +4 -3
  832. package/funcs/webhookWebhooksCreate.js.map +1 -1
  833. package/funcs/webhookWebhooksDelete.d.ts.map +1 -1
  834. package/funcs/webhookWebhooksDelete.js +4 -3
  835. package/funcs/webhookWebhooksDelete.js.map +1 -1
  836. package/funcs/webhookWebhooksGet.d.ts.map +1 -1
  837. package/funcs/webhookWebhooksGet.js +4 -3
  838. package/funcs/webhookWebhooksGet.js.map +1 -1
  839. package/funcs/webhookWebhooksList.d.ts.map +1 -1
  840. package/funcs/webhookWebhooksList.js +4 -3
  841. package/funcs/webhookWebhooksList.js.map +1 -1
  842. package/funcs/webhookWebhooksUpdate.d.ts.map +1 -1
  843. package/funcs/webhookWebhooksUpdate.js +4 -3
  844. package/funcs/webhookWebhooksUpdate.js.map +1 -1
  845. package/jsr.json +27 -0
  846. package/lib/config.d.ts +4 -4
  847. package/lib/config.js +4 -4
  848. package/lib/config.js.map +1 -1
  849. package/lib/encodings.d.ts +10 -9
  850. package/lib/encodings.d.ts.map +1 -1
  851. package/lib/encodings.js +73 -47
  852. package/lib/encodings.js.map +1 -1
  853. package/lib/primitives.d.ts +1 -0
  854. package/lib/primitives.d.ts.map +1 -1
  855. package/lib/primitives.js +10 -0
  856. package/lib/primitives.js.map +1 -1
  857. package/lib/schemas.d.ts +1 -1
  858. package/lib/schemas.d.ts.map +1 -1
  859. package/lib/schemas.js +4 -1
  860. package/lib/schemas.js.map +1 -1
  861. package/lib/sdks.d.ts.map +1 -1
  862. package/lib/sdks.js +4 -1
  863. package/lib/sdks.js.map +1 -1
  864. package/models/components/bill.d.ts +8 -8
  865. package/models/components/bill.d.ts.map +1 -1
  866. package/models/components/bill.js +12 -8
  867. package/models/components/bill.js.map +1 -1
  868. package/models/components/purchaseorder.d.ts +4 -4
  869. package/models/components/purchaseorder.d.ts.map +1 -1
  870. package/models/components/purchaseorder.js +6 -4
  871. package/models/components/purchaseorder.js.map +1 -1
  872. package/package.json +1 -1
  873. package/src/funcs/accountingAgedDebtorsGet.ts +5 -3
  874. package/src/funcs/accountingAttachmentsDelete.ts +5 -3
  875. package/src/funcs/accountingAttachmentsDownload.ts +5 -3
  876. package/src/funcs/accountingAttachmentsGet.ts +5 -3
  877. package/src/funcs/accountingAttachmentsList.ts +5 -3
  878. package/src/funcs/accountingBalanceSheetGet.ts +5 -3
  879. package/src/funcs/accountingBillPaymentsCreate.ts +5 -3
  880. package/src/funcs/accountingBillPaymentsDelete.ts +5 -3
  881. package/src/funcs/accountingBillPaymentsGet.ts +5 -3
  882. package/src/funcs/accountingBillPaymentsList.ts +5 -3
  883. package/src/funcs/accountingBillPaymentsUpdate.ts +5 -3
  884. package/src/funcs/accountingBillsCreate.ts +5 -3
  885. package/src/funcs/accountingBillsDelete.ts +5 -3
  886. package/src/funcs/accountingBillsGet.ts +5 -3
  887. package/src/funcs/accountingBillsList.ts +5 -3
  888. package/src/funcs/accountingBillsUpdate.ts +5 -3
  889. package/src/funcs/accountingCompanyInfoGet.ts +5 -3
  890. package/src/funcs/accountingCreditNotesCreate.ts +5 -3
  891. package/src/funcs/accountingCreditNotesDelete.ts +5 -3
  892. package/src/funcs/accountingCreditNotesGet.ts +5 -3
  893. package/src/funcs/accountingCreditNotesList.ts +5 -3
  894. package/src/funcs/accountingCreditNotesUpdate.ts +5 -3
  895. package/src/funcs/accountingCustomersCreate.ts +5 -3
  896. package/src/funcs/accountingCustomersDelete.ts +5 -3
  897. package/src/funcs/accountingCustomersGet.ts +5 -3
  898. package/src/funcs/accountingCustomersList.ts +5 -3
  899. package/src/funcs/accountingCustomersUpdate.ts +5 -3
  900. package/src/funcs/accountingDepartmentsCreate.ts +5 -3
  901. package/src/funcs/accountingDepartmentsDelete.ts +5 -3
  902. package/src/funcs/accountingDepartmentsGet.ts +5 -3
  903. package/src/funcs/accountingDepartmentsList.ts +5 -3
  904. package/src/funcs/accountingDepartmentsUpdate.ts +5 -3
  905. package/src/funcs/accountingExpensesCreate.ts +5 -3
  906. package/src/funcs/accountingExpensesDelete.ts +5 -3
  907. package/src/funcs/accountingExpensesGet.ts +5 -3
  908. package/src/funcs/accountingExpensesList.ts +5 -3
  909. package/src/funcs/accountingExpensesUpdate.ts +5 -3
  910. package/src/funcs/accountingInvoiceItemsCreate.ts +5 -3
  911. package/src/funcs/accountingInvoiceItemsDelete.ts +5 -3
  912. package/src/funcs/accountingInvoiceItemsGet.ts +5 -3
  913. package/src/funcs/accountingInvoiceItemsList.ts +5 -3
  914. package/src/funcs/accountingInvoiceItemsUpdate.ts +5 -3
  915. package/src/funcs/accountingInvoicesCreate.ts +5 -3
  916. package/src/funcs/accountingInvoicesDelete.ts +5 -3
  917. package/src/funcs/accountingInvoicesGet.ts +5 -3
  918. package/src/funcs/accountingInvoicesList.ts +5 -3
  919. package/src/funcs/accountingInvoicesUpdate.ts +5 -3
  920. package/src/funcs/accountingJournalEntriesCreate.ts +5 -3
  921. package/src/funcs/accountingJournalEntriesDelete.ts +5 -3
  922. package/src/funcs/accountingJournalEntriesGet.ts +5 -3
  923. package/src/funcs/accountingJournalEntriesList.ts +5 -3
  924. package/src/funcs/accountingJournalEntriesUpdate.ts +5 -3
  925. package/src/funcs/accountingLedgerAccountsCreate.ts +5 -3
  926. package/src/funcs/accountingLedgerAccountsDelete.ts +5 -3
  927. package/src/funcs/accountingLedgerAccountsGet.ts +5 -3
  928. package/src/funcs/accountingLedgerAccountsList.ts +5 -3
  929. package/src/funcs/accountingLedgerAccountsUpdate.ts +5 -3
  930. package/src/funcs/accountingLocationsCreate.ts +5 -3
  931. package/src/funcs/accountingLocationsDelete.ts +5 -3
  932. package/src/funcs/accountingLocationsGet.ts +5 -3
  933. package/src/funcs/accountingLocationsList.ts +5 -3
  934. package/src/funcs/accountingLocationsUpdate.ts +5 -3
  935. package/src/funcs/accountingPaymentsCreate.ts +5 -3
  936. package/src/funcs/accountingPaymentsDelete.ts +5 -3
  937. package/src/funcs/accountingPaymentsGet.ts +5 -3
  938. package/src/funcs/accountingPaymentsList.ts +5 -3
  939. package/src/funcs/accountingPaymentsUpdate.ts +5 -3
  940. package/src/funcs/accountingProfitAndLossGet.ts +5 -3
  941. package/src/funcs/accountingPurchaseOrdersCreate.ts +5 -3
  942. package/src/funcs/accountingPurchaseOrdersDelete.ts +5 -3
  943. package/src/funcs/accountingPurchaseOrdersGet.ts +5 -3
  944. package/src/funcs/accountingPurchaseOrdersList.ts +5 -3
  945. package/src/funcs/accountingPurchaseOrdersUpdate.ts +5 -3
  946. package/src/funcs/accountingSubsidiariesCreate.ts +5 -3
  947. package/src/funcs/accountingSubsidiariesDelete.ts +5 -3
  948. package/src/funcs/accountingSubsidiariesGet.ts +5 -3
  949. package/src/funcs/accountingSubsidiariesList.ts +5 -3
  950. package/src/funcs/accountingSubsidiariesUpdate.ts +5 -3
  951. package/src/funcs/accountingSuppliersCreate.ts +5 -3
  952. package/src/funcs/accountingSuppliersDelete.ts +5 -3
  953. package/src/funcs/accountingSuppliersGet.ts +5 -3
  954. package/src/funcs/accountingSuppliersList.ts +5 -3
  955. package/src/funcs/accountingSuppliersUpdate.ts +5 -3
  956. package/src/funcs/accountingTaxRatesCreate.ts +5 -3
  957. package/src/funcs/accountingTaxRatesDelete.ts +5 -3
  958. package/src/funcs/accountingTaxRatesGet.ts +5 -3
  959. package/src/funcs/accountingTaxRatesList.ts +5 -3
  960. package/src/funcs/accountingTaxRatesUpdate.ts +5 -3
  961. package/src/funcs/accountingTrackingCategoriesCreate.ts +5 -3
  962. package/src/funcs/accountingTrackingCategoriesDelete.ts +5 -3
  963. package/src/funcs/accountingTrackingCategoriesGet.ts +5 -3
  964. package/src/funcs/accountingTrackingCategoriesList.ts +5 -3
  965. package/src/funcs/accountingTrackingCategoriesUpdate.ts +5 -3
  966. package/src/funcs/atsApplicantsCreate.ts +5 -3
  967. package/src/funcs/atsApplicantsDelete.ts +5 -3
  968. package/src/funcs/atsApplicantsGet.ts +5 -3
  969. package/src/funcs/atsApplicantsList.ts +5 -3
  970. package/src/funcs/atsApplicantsUpdate.ts +5 -3
  971. package/src/funcs/atsApplicationsCreate.ts +5 -3
  972. package/src/funcs/atsApplicationsDelete.ts +5 -3
  973. package/src/funcs/atsApplicationsGet.ts +5 -3
  974. package/src/funcs/atsApplicationsList.ts +5 -3
  975. package/src/funcs/atsApplicationsUpdate.ts +5 -3
  976. package/src/funcs/atsJobsGet.ts +5 -3
  977. package/src/funcs/atsJobsList.ts +5 -3
  978. package/src/funcs/connectorApiResourceCoverageGet.ts +5 -3
  979. package/src/funcs/connectorApiResourcesGet.ts +5 -3
  980. package/src/funcs/connectorApisGet.ts +5 -3
  981. package/src/funcs/connectorApisList.ts +5 -3
  982. package/src/funcs/connectorConnectorDocsGet.ts +5 -3
  983. package/src/funcs/connectorConnectorResourcesGet.ts +5 -3
  984. package/src/funcs/connectorConnectorsGet.ts +5 -3
  985. package/src/funcs/connectorConnectorsList.ts +5 -3
  986. package/src/funcs/crmActivitiesCreate.ts +5 -3
  987. package/src/funcs/crmActivitiesDelete.ts +5 -3
  988. package/src/funcs/crmActivitiesGet.ts +5 -3
  989. package/src/funcs/crmActivitiesList.ts +5 -3
  990. package/src/funcs/crmActivitiesUpdate.ts +5 -3
  991. package/src/funcs/crmCompaniesCreate.ts +5 -3
  992. package/src/funcs/crmCompaniesDelete.ts +5 -3
  993. package/src/funcs/crmCompaniesGet.ts +5 -3
  994. package/src/funcs/crmCompaniesList.ts +5 -3
  995. package/src/funcs/crmCompaniesUpdate.ts +5 -3
  996. package/src/funcs/crmContactsCreate.ts +5 -3
  997. package/src/funcs/crmContactsDelete.ts +5 -3
  998. package/src/funcs/crmContactsGet.ts +5 -3
  999. package/src/funcs/crmContactsList.ts +5 -3
  1000. package/src/funcs/crmContactsUpdate.ts +5 -3
  1001. package/src/funcs/crmLeadsCreate.ts +5 -3
  1002. package/src/funcs/crmLeadsDelete.ts +5 -3
  1003. package/src/funcs/crmLeadsGet.ts +5 -3
  1004. package/src/funcs/crmLeadsList.ts +5 -3
  1005. package/src/funcs/crmLeadsUpdate.ts +5 -3
  1006. package/src/funcs/crmNotesCreate.ts +5 -3
  1007. package/src/funcs/crmNotesDelete.ts +5 -3
  1008. package/src/funcs/crmNotesGet.ts +5 -3
  1009. package/src/funcs/crmNotesList.ts +5 -3
  1010. package/src/funcs/crmNotesUpdate.ts +5 -3
  1011. package/src/funcs/crmOpportunitiesCreate.ts +5 -3
  1012. package/src/funcs/crmOpportunitiesDelete.ts +5 -3
  1013. package/src/funcs/crmOpportunitiesGet.ts +5 -3
  1014. package/src/funcs/crmOpportunitiesList.ts +5 -3
  1015. package/src/funcs/crmOpportunitiesUpdate.ts +5 -3
  1016. package/src/funcs/crmPipelinesList.ts +5 -3
  1017. package/src/funcs/crmUsersCreate.ts +5 -3
  1018. package/src/funcs/crmUsersDelete.ts +5 -3
  1019. package/src/funcs/crmUsersGet.ts +5 -3
  1020. package/src/funcs/crmUsersList.ts +5 -3
  1021. package/src/funcs/crmUsersUpdate.ts +5 -3
  1022. package/src/funcs/ecommerceCustomersGet.ts +5 -3
  1023. package/src/funcs/ecommerceCustomersList.ts +5 -3
  1024. package/src/funcs/ecommerceOrdersGet.ts +5 -3
  1025. package/src/funcs/ecommerceOrdersList.ts +5 -3
  1026. package/src/funcs/ecommerceProductsGet.ts +5 -3
  1027. package/src/funcs/ecommerceProductsList.ts +5 -3
  1028. package/src/funcs/ecommerceStoresGet.ts +5 -3
  1029. package/src/funcs/fileStorageDriveGroupsCreate.ts +5 -3
  1030. package/src/funcs/fileStorageDriveGroupsDelete.ts +5 -3
  1031. package/src/funcs/fileStorageDriveGroupsGet.ts +5 -3
  1032. package/src/funcs/fileStorageDriveGroupsList.ts +5 -3
  1033. package/src/funcs/fileStorageDriveGroupsUpdate.ts +5 -3
  1034. package/src/funcs/fileStorageDrivesCreate.ts +5 -3
  1035. package/src/funcs/fileStorageDrivesDelete.ts +5 -3
  1036. package/src/funcs/fileStorageDrivesGet.ts +5 -3
  1037. package/src/funcs/fileStorageDrivesList.ts +5 -3
  1038. package/src/funcs/fileStorageDrivesUpdate.ts +5 -3
  1039. package/src/funcs/fileStorageFilesDelete.ts +5 -3
  1040. package/src/funcs/fileStorageFilesDownload.ts +5 -3
  1041. package/src/funcs/fileStorageFilesExport.ts +5 -3
  1042. package/src/funcs/fileStorageFilesGet.ts +5 -3
  1043. package/src/funcs/fileStorageFilesList.ts +5 -3
  1044. package/src/funcs/fileStorageFilesSearch.ts +5 -3
  1045. package/src/funcs/fileStorageFilesUpdate.ts +5 -3
  1046. package/src/funcs/fileStorageFoldersCopy.ts +5 -3
  1047. package/src/funcs/fileStorageFoldersCreate.ts +5 -3
  1048. package/src/funcs/fileStorageFoldersDelete.ts +5 -3
  1049. package/src/funcs/fileStorageFoldersGet.ts +5 -3
  1050. package/src/funcs/fileStorageFoldersUpdate.ts +5 -3
  1051. package/src/funcs/fileStorageSharedLinksCreate.ts +5 -3
  1052. package/src/funcs/fileStorageSharedLinksDelete.ts +5 -3
  1053. package/src/funcs/fileStorageSharedLinksGet.ts +5 -3
  1054. package/src/funcs/fileStorageSharedLinksList.ts +5 -3
  1055. package/src/funcs/fileStorageSharedLinksUpdate.ts +5 -3
  1056. package/src/funcs/fileStorageUploadSessionsCreate.ts +5 -3
  1057. package/src/funcs/fileStorageUploadSessionsDelete.ts +5 -3
  1058. package/src/funcs/fileStorageUploadSessionsFinish.ts +5 -3
  1059. package/src/funcs/fileStorageUploadSessionsGet.ts +5 -3
  1060. package/src/funcs/hrisCompaniesCreate.ts +5 -3
  1061. package/src/funcs/hrisCompaniesDelete.ts +5 -3
  1062. package/src/funcs/hrisCompaniesGet.ts +5 -3
  1063. package/src/funcs/hrisCompaniesList.ts +5 -3
  1064. package/src/funcs/hrisCompaniesUpdate.ts +5 -3
  1065. package/src/funcs/hrisDepartmentsCreate.ts +5 -3
  1066. package/src/funcs/hrisDepartmentsDelete.ts +5 -3
  1067. package/src/funcs/hrisDepartmentsGet.ts +5 -3
  1068. package/src/funcs/hrisDepartmentsList.ts +5 -3
  1069. package/src/funcs/hrisDepartmentsUpdate.ts +5 -3
  1070. package/src/funcs/hrisEmployeePayrollsGet.ts +5 -3
  1071. package/src/funcs/hrisEmployeePayrollsList.ts +5 -3
  1072. package/src/funcs/hrisEmployeeSchedulesList.ts +5 -3
  1073. package/src/funcs/hrisEmployeesCreate.ts +5 -3
  1074. package/src/funcs/hrisEmployeesDelete.ts +5 -3
  1075. package/src/funcs/hrisEmployeesGet.ts +5 -3
  1076. package/src/funcs/hrisEmployeesList.ts +5 -3
  1077. package/src/funcs/hrisEmployeesUpdate.ts +5 -3
  1078. package/src/funcs/hrisPayrollsGet.ts +5 -3
  1079. package/src/funcs/hrisPayrollsList.ts +5 -3
  1080. package/src/funcs/hrisTimeOffRequestsCreate.ts +5 -3
  1081. package/src/funcs/hrisTimeOffRequestsDelete.ts +5 -3
  1082. package/src/funcs/hrisTimeOffRequestsGet.ts +5 -3
  1083. package/src/funcs/hrisTimeOffRequestsList.ts +5 -3
  1084. package/src/funcs/hrisTimeOffRequestsUpdate.ts +5 -3
  1085. package/src/funcs/issueTrackingCollectionTagsList.ts +5 -3
  1086. package/src/funcs/issueTrackingCollectionTicketCommentsCreate.ts +5 -3
  1087. package/src/funcs/issueTrackingCollectionTicketCommentsDelete.ts +5 -3
  1088. package/src/funcs/issueTrackingCollectionTicketCommentsGet.ts +5 -3
  1089. package/src/funcs/issueTrackingCollectionTicketCommentsList.ts +5 -3
  1090. package/src/funcs/issueTrackingCollectionTicketCommentsUpdate.ts +5 -3
  1091. package/src/funcs/issueTrackingCollectionTicketsCreate.ts +5 -3
  1092. package/src/funcs/issueTrackingCollectionTicketsDelete.ts +5 -3
  1093. package/src/funcs/issueTrackingCollectionTicketsGet.ts +5 -3
  1094. package/src/funcs/issueTrackingCollectionTicketsList.ts +5 -3
  1095. package/src/funcs/issueTrackingCollectionTicketsUpdate.ts +5 -3
  1096. package/src/funcs/issueTrackingCollectionUsersGet.ts +5 -3
  1097. package/src/funcs/issueTrackingCollectionUsersList.ts +5 -3
  1098. package/src/funcs/issueTrackingCollectionsGet.ts +5 -3
  1099. package/src/funcs/issueTrackingCollectionsList.ts +5 -3
  1100. package/src/funcs/smsMessagesCreate.ts +5 -3
  1101. package/src/funcs/smsMessagesDelete.ts +5 -3
  1102. package/src/funcs/smsMessagesGet.ts +5 -3
  1103. package/src/funcs/smsMessagesList.ts +5 -3
  1104. package/src/funcs/smsMessagesUpdate.ts +5 -3
  1105. package/src/funcs/vaultConnectionCustomMappingsList.ts +5 -3
  1106. package/src/funcs/vaultConnectionSettingsList.ts +5 -3
  1107. package/src/funcs/vaultConnectionSettingsUpdate.ts +5 -3
  1108. package/src/funcs/vaultConnectionsDelete.ts +5 -3
  1109. package/src/funcs/vaultConnectionsGet.ts +5 -3
  1110. package/src/funcs/vaultConnectionsImports.ts +5 -3
  1111. package/src/funcs/vaultConnectionsList.ts +5 -3
  1112. package/src/funcs/vaultConnectionsToken.ts +5 -3
  1113. package/src/funcs/vaultConnectionsUpdate.ts +5 -3
  1114. package/src/funcs/vaultConsumerRequestCountsList.ts +5 -3
  1115. package/src/funcs/vaultConsumersCreate.ts +5 -3
  1116. package/src/funcs/vaultConsumersDelete.ts +5 -3
  1117. package/src/funcs/vaultConsumersGet.ts +5 -3
  1118. package/src/funcs/vaultConsumersList.ts +5 -3
  1119. package/src/funcs/vaultConsumersUpdate.ts +5 -3
  1120. package/src/funcs/vaultCreateCallbackState.ts +5 -3
  1121. package/src/funcs/vaultCustomFieldsList.ts +5 -3
  1122. package/src/funcs/vaultCustomMappingsList.ts +5 -3
  1123. package/src/funcs/vaultLogsList.ts +5 -3
  1124. package/src/funcs/vaultSessionsCreate.ts +5 -3
  1125. package/src/funcs/vaultValidateConnectionState.ts +5 -3
  1126. package/src/funcs/webhookEventLogsList.ts +5 -3
  1127. package/src/funcs/webhookWebhooksCreate.ts +5 -3
  1128. package/src/funcs/webhookWebhooksDelete.ts +5 -3
  1129. package/src/funcs/webhookWebhooksGet.ts +5 -3
  1130. package/src/funcs/webhookWebhooksList.ts +5 -3
  1131. package/src/funcs/webhookWebhooksUpdate.ts +5 -3
  1132. package/src/lib/config.ts +4 -4
  1133. package/src/lib/encodings.ts +95 -61
  1134. package/src/lib/primitives.ts +14 -0
  1135. package/src/lib/schemas.ts +5 -0
  1136. package/src/lib/sdks.ts +4 -1
  1137. package/src/models/components/bill.ts +20 -16
  1138. package/src/models/components/purchaseorder.ts +10 -8
  1139. package/tsconfig.json +41 -0
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -67,7 +68,7 @@ export async function accountingLedgerAccountsCreate(
67
68
  "raw": payload.raw,
68
69
  });
69
70
 
70
- const headers = new Headers({
71
+ const headers = new Headers(compactMap({
71
72
  "Content-Type": "application/json",
72
73
  Accept: "application/json",
73
74
  "x-apideck-service-id": encodeSimple(
@@ -85,7 +86,7 @@ export async function accountingLedgerAccountsCreate(
85
86
  client._options.consumerId,
86
87
  { explode: false, charEncoding: "none" },
87
88
  ),
88
- });
89
+ }));
89
90
 
90
91
  const secConfig = await extractSecurity(client._options.apiKey);
91
92
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -167,7 +168,8 @@ export async function accountingLedgerAccountsCreate(
167
168
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
168
169
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
169
170
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
170
- M.fail(["4XX", "5XX"]),
171
+ M.fail("4XX"),
172
+ M.fail("5XX"),
171
173
  M.json(
172
174
  "default",
173
175
  operations.AccountingLedgerAccountsAddResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -76,7 +77,7 @@ export async function accountingLedgerAccountsDelete(
76
77
  "raw": payload.raw,
77
78
  });
78
79
 
79
- const headers = new Headers({
80
+ const headers = new Headers(compactMap({
80
81
  Accept: "application/json",
81
82
  "x-apideck-service-id": encodeSimple(
82
83
  "x-apideck-service-id",
@@ -93,7 +94,7 @@ export async function accountingLedgerAccountsDelete(
93
94
  client._options.consumerId,
94
95
  { explode: false, charEncoding: "none" },
95
96
  ),
96
- });
97
+ }));
97
98
 
98
99
  const secConfig = await extractSecurity(client._options.apiKey);
99
100
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -177,7 +178,8 @@ export async function accountingLedgerAccountsDelete(
177
178
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
178
179
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
179
180
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
180
- M.fail(["4XX", "5XX"]),
181
+ M.fail("4XX"),
182
+ M.fail("5XX"),
181
183
  M.json(
182
184
  "default",
183
185
  operations.AccountingLedgerAccountsDeleteResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -75,7 +76,7 @@ export async function accountingLedgerAccountsGet(
75
76
  "raw": payload.raw,
76
77
  });
77
78
 
78
- const headers = new Headers({
79
+ const headers = new Headers(compactMap({
79
80
  Accept: "application/json",
80
81
  "x-apideck-service-id": encodeSimple(
81
82
  "x-apideck-service-id",
@@ -92,7 +93,7 @@ export async function accountingLedgerAccountsGet(
92
93
  client._options.consumerId,
93
94
  { explode: false, charEncoding: "none" },
94
95
  ),
95
- });
96
+ }));
96
97
 
97
98
  const secConfig = await extractSecurity(client._options.apiKey);
98
99
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -174,7 +175,8 @@ export async function accountingLedgerAccountsGet(
174
175
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
175
176
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
176
177
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
177
- M.fail(["4XX", "5XX"]),
178
+ M.fail("4XX"),
179
+ M.fail("5XX"),
178
180
  M.json(
179
181
  "default",
180
182
  operations.AccountingLedgerAccountsOneResponse$inboundSchema,
@@ -11,6 +11,7 @@ import {
11
11
  queryJoin,
12
12
  } from "../lib/encodings.js";
13
13
  import * as M from "../lib/matchers.js";
14
+ import { compactMap } from "../lib/primitives.js";
14
15
  import { safeParse } from "../lib/schemas.js";
15
16
  import { RequestOptions } from "../lib/sdks.js";
16
17
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -92,7 +93,7 @@ export async function accountingLedgerAccountsList(
92
93
  }),
93
94
  );
94
95
 
95
- const headers = new Headers({
96
+ const headers = new Headers(compactMap({
96
97
  Accept: "application/json",
97
98
  "x-apideck-service-id": encodeSimple(
98
99
  "x-apideck-service-id",
@@ -109,7 +110,7 @@ export async function accountingLedgerAccountsList(
109
110
  client._options.consumerId,
110
111
  { explode: false, charEncoding: "none" },
111
112
  ),
112
- });
113
+ }));
113
114
 
114
115
  const secConfig = await extractSecurity(client._options.apiKey);
115
116
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -191,7 +192,8 @@ export async function accountingLedgerAccountsList(
191
192
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
192
193
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
193
194
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
194
- M.fail(["4XX", "5XX"]),
195
+ M.fail("4XX"),
196
+ M.fail("5XX"),
195
197
  M.json(
196
198
  "default",
197
199
  operations.AccountingLedgerAccountsAllResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -76,7 +77,7 @@ export async function accountingLedgerAccountsUpdate(
76
77
  "raw": payload.raw,
77
78
  });
78
79
 
79
- const headers = new Headers({
80
+ const headers = new Headers(compactMap({
80
81
  "Content-Type": "application/json",
81
82
  Accept: "application/json",
82
83
  "x-apideck-service-id": encodeSimple(
@@ -94,7 +95,7 @@ export async function accountingLedgerAccountsUpdate(
94
95
  client._options.consumerId,
95
96
  { explode: false, charEncoding: "none" },
96
97
  ),
97
- });
98
+ }));
98
99
 
99
100
  const secConfig = await extractSecurity(client._options.apiKey);
100
101
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -178,7 +179,8 @@ export async function accountingLedgerAccountsUpdate(
178
179
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
179
180
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
180
181
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
181
- M.fail(["4XX", "5XX"]),
182
+ M.fail("4XX"),
183
+ M.fail("5XX"),
182
184
  M.json(
183
185
  "default",
184
186
  operations.AccountingLedgerAccountsUpdateResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -69,7 +70,7 @@ export async function accountingLocationsCreate(
69
70
  "raw": payload.raw,
70
71
  });
71
72
 
72
- const headers = new Headers({
73
+ const headers = new Headers(compactMap({
73
74
  "Content-Type": "application/json",
74
75
  Accept: "application/json",
75
76
  "x-apideck-service-id": encodeSimple(
@@ -87,7 +88,7 @@ export async function accountingLocationsCreate(
87
88
  client._options.consumerId,
88
89
  { explode: false, charEncoding: "none" },
89
90
  ),
90
- });
91
+ }));
91
92
 
92
93
  const secConfig = await extractSecurity(client._options.apiKey);
93
94
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -169,7 +170,8 @@ export async function accountingLocationsCreate(
169
170
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
170
171
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
171
172
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
172
- M.fail(["4XX", "5XX"]),
173
+ M.fail("4XX"),
174
+ M.fail("5XX"),
173
175
  M.json("default", operations.AccountingLocationsAddResponse$inboundSchema, {
174
176
  key: "UnexpectedErrorResponse",
175
177
  }),
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -74,7 +75,7 @@ export async function accountingLocationsDelete(
74
75
  "raw": payload.raw,
75
76
  });
76
77
 
77
- const headers = new Headers({
78
+ const headers = new Headers(compactMap({
78
79
  Accept: "application/json",
79
80
  "x-apideck-service-id": encodeSimple(
80
81
  "x-apideck-service-id",
@@ -91,7 +92,7 @@ export async function accountingLocationsDelete(
91
92
  client._options.consumerId,
92
93
  { explode: false, charEncoding: "none" },
93
94
  ),
94
- });
95
+ }));
95
96
 
96
97
  const secConfig = await extractSecurity(client._options.apiKey);
97
98
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -173,7 +174,8 @@ export async function accountingLocationsDelete(
173
174
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
174
175
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
175
176
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
176
- M.fail(["4XX", "5XX"]),
177
+ M.fail("4XX"),
178
+ M.fail("5XX"),
177
179
  M.json(
178
180
  "default",
179
181
  operations.AccountingLocationsDeleteResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -75,7 +76,7 @@ export async function accountingLocationsGet(
75
76
  "raw": payload.raw,
76
77
  });
77
78
 
78
- const headers = new Headers({
79
+ const headers = new Headers(compactMap({
79
80
  Accept: "application/json",
80
81
  "x-apideck-service-id": encodeSimple(
81
82
  "x-apideck-service-id",
@@ -92,7 +93,7 @@ export async function accountingLocationsGet(
92
93
  client._options.consumerId,
93
94
  { explode: false, charEncoding: "none" },
94
95
  ),
95
- });
96
+ }));
96
97
 
97
98
  const secConfig = await extractSecurity(client._options.apiKey);
98
99
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -174,7 +175,8 @@ export async function accountingLocationsGet(
174
175
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
175
176
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
176
177
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
177
- M.fail(["4XX", "5XX"]),
178
+ M.fail("4XX"),
179
+ M.fail("5XX"),
178
180
  M.json("default", operations.AccountingLocationsOneResponse$inboundSchema, {
179
181
  key: "UnexpectedErrorResponse",
180
182
  }),
@@ -11,6 +11,7 @@ import {
11
11
  queryJoin,
12
12
  } from "../lib/encodings.js";
13
13
  import * as M from "../lib/matchers.js";
14
+ import { compactMap } from "../lib/primitives.js";
14
15
  import { safeParse } from "../lib/schemas.js";
15
16
  import { RequestOptions } from "../lib/sdks.js";
16
17
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -90,7 +91,7 @@ export async function accountingLocationsList(
90
91
  }),
91
92
  );
92
93
 
93
- const headers = new Headers({
94
+ const headers = new Headers(compactMap({
94
95
  Accept: "application/json",
95
96
  "x-apideck-service-id": encodeSimple(
96
97
  "x-apideck-service-id",
@@ -107,7 +108,7 @@ export async function accountingLocationsList(
107
108
  client._options.consumerId,
108
109
  { explode: false, charEncoding: "none" },
109
110
  ),
110
- });
111
+ }));
111
112
 
112
113
  const secConfig = await extractSecurity(client._options.apiKey);
113
114
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -189,7 +190,8 @@ export async function accountingLocationsList(
189
190
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
190
191
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
191
192
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
192
- M.fail(["4XX", "5XX"]),
193
+ M.fail("4XX"),
194
+ M.fail("5XX"),
193
195
  M.json("default", operations.AccountingLocationsAllResponse$inboundSchema, {
194
196
  key: "UnexpectedErrorResponse",
195
197
  }),
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -76,7 +77,7 @@ export async function accountingLocationsUpdate(
76
77
  "raw": payload.raw,
77
78
  });
78
79
 
79
- const headers = new Headers({
80
+ const headers = new Headers(compactMap({
80
81
  "Content-Type": "application/json",
81
82
  Accept: "application/json",
82
83
  "x-apideck-service-id": encodeSimple(
@@ -94,7 +95,7 @@ export async function accountingLocationsUpdate(
94
95
  client._options.consumerId,
95
96
  { explode: false, charEncoding: "none" },
96
97
  ),
97
- });
98
+ }));
98
99
 
99
100
  const secConfig = await extractSecurity(client._options.apiKey);
100
101
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -176,7 +177,8 @@ export async function accountingLocationsUpdate(
176
177
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
177
178
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
178
179
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
179
- M.fail(["4XX", "5XX"]),
180
+ M.fail("4XX"),
181
+ M.fail("5XX"),
180
182
  M.json(
181
183
  "default",
182
184
  operations.AccountingLocationsUpdateResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -67,7 +68,7 @@ export async function accountingPaymentsCreate(
67
68
  "raw": payload.raw,
68
69
  });
69
70
 
70
- const headers = new Headers({
71
+ const headers = new Headers(compactMap({
71
72
  "Content-Type": "application/json",
72
73
  Accept: "application/json",
73
74
  "x-apideck-service-id": encodeSimple(
@@ -85,7 +86,7 @@ export async function accountingPaymentsCreate(
85
86
  client._options.consumerId,
86
87
  { explode: false, charEncoding: "none" },
87
88
  ),
88
- });
89
+ }));
89
90
 
90
91
  const secConfig = await extractSecurity(client._options.apiKey);
91
92
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -167,7 +168,8 @@ export async function accountingPaymentsCreate(
167
168
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
168
169
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
169
170
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
170
- M.fail(["4XX", "5XX"]),
171
+ M.fail("4XX"),
172
+ M.fail("5XX"),
171
173
  M.json("default", operations.AccountingPaymentsAddResponse$inboundSchema, {
172
174
  key: "UnexpectedErrorResponse",
173
175
  }),
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -74,7 +75,7 @@ export async function accountingPaymentsDelete(
74
75
  "raw": payload.raw,
75
76
  });
76
77
 
77
- const headers = new Headers({
78
+ const headers = new Headers(compactMap({
78
79
  Accept: "application/json",
79
80
  "x-apideck-service-id": encodeSimple(
80
81
  "x-apideck-service-id",
@@ -91,7 +92,7 @@ export async function accountingPaymentsDelete(
91
92
  client._options.consumerId,
92
93
  { explode: false, charEncoding: "none" },
93
94
  ),
94
- });
95
+ }));
95
96
 
96
97
  const secConfig = await extractSecurity(client._options.apiKey);
97
98
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -173,7 +174,8 @@ export async function accountingPaymentsDelete(
173
174
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
174
175
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
175
176
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
176
- M.fail(["4XX", "5XX"]),
177
+ M.fail("4XX"),
178
+ M.fail("5XX"),
177
179
  M.json(
178
180
  "default",
179
181
  operations.AccountingPaymentsDeleteResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -75,7 +76,7 @@ export async function accountingPaymentsGet(
75
76
  "raw": payload.raw,
76
77
  });
77
78
 
78
- const headers = new Headers({
79
+ const headers = new Headers(compactMap({
79
80
  Accept: "application/json",
80
81
  "x-apideck-service-id": encodeSimple(
81
82
  "x-apideck-service-id",
@@ -92,7 +93,7 @@ export async function accountingPaymentsGet(
92
93
  client._options.consumerId,
93
94
  { explode: false, charEncoding: "none" },
94
95
  ),
95
- });
96
+ }));
96
97
 
97
98
  const secConfig = await extractSecurity(client._options.apiKey);
98
99
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -174,7 +175,8 @@ export async function accountingPaymentsGet(
174
175
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
175
176
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
176
177
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
177
- M.fail(["4XX", "5XX"]),
178
+ M.fail("4XX"),
179
+ M.fail("5XX"),
178
180
  M.json("default", operations.AccountingPaymentsOneResponse$inboundSchema, {
179
181
  key: "UnexpectedErrorResponse",
180
182
  }),
@@ -11,6 +11,7 @@ import {
11
11
  queryJoin,
12
12
  } from "../lib/encodings.js";
13
13
  import * as M from "../lib/matchers.js";
14
+ import { compactMap } from "../lib/primitives.js";
14
15
  import { safeParse } from "../lib/schemas.js";
15
16
  import { RequestOptions } from "../lib/sdks.js";
16
17
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -92,7 +93,7 @@ export async function accountingPaymentsList(
92
93
  }),
93
94
  );
94
95
 
95
- const headers = new Headers({
96
+ const headers = new Headers(compactMap({
96
97
  Accept: "application/json",
97
98
  "x-apideck-service-id": encodeSimple(
98
99
  "x-apideck-service-id",
@@ -109,7 +110,7 @@ export async function accountingPaymentsList(
109
110
  client._options.consumerId,
110
111
  { explode: false, charEncoding: "none" },
111
112
  ),
112
- });
113
+ }));
113
114
 
114
115
  const secConfig = await extractSecurity(client._options.apiKey);
115
116
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -191,7 +192,8 @@ export async function accountingPaymentsList(
191
192
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
192
193
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
193
194
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
194
- M.fail(["4XX", "5XX"]),
195
+ M.fail("4XX"),
196
+ M.fail("5XX"),
195
197
  M.json("default", operations.AccountingPaymentsAllResponse$inboundSchema, {
196
198
  key: "UnexpectedErrorResponse",
197
199
  }),
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -74,7 +75,7 @@ export async function accountingPaymentsUpdate(
74
75
  "raw": payload.raw,
75
76
  });
76
77
 
77
- const headers = new Headers({
78
+ const headers = new Headers(compactMap({
78
79
  "Content-Type": "application/json",
79
80
  Accept: "application/json",
80
81
  "x-apideck-service-id": encodeSimple(
@@ -92,7 +93,7 @@ export async function accountingPaymentsUpdate(
92
93
  client._options.consumerId,
93
94
  { explode: false, charEncoding: "none" },
94
95
  ),
95
- });
96
+ }));
96
97
 
97
98
  const secConfig = await extractSecurity(client._options.apiKey);
98
99
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -174,7 +175,8 @@ export async function accountingPaymentsUpdate(
174
175
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
175
176
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
176
177
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
177
- M.fail(["4XX", "5XX"]),
178
+ M.fail("4XX"),
179
+ M.fail("5XX"),
178
180
  M.json(
179
181
  "default",
180
182
  operations.AccountingPaymentsUpdateResponse$inboundSchema,
@@ -10,6 +10,7 @@ import {
10
10
  queryJoin,
11
11
  } from "../lib/encodings.js";
12
12
  import * as M from "../lib/matchers.js";
13
+ import { compactMap } from "../lib/primitives.js";
13
14
  import { safeParse } from "../lib/schemas.js";
14
15
  import { RequestOptions } from "../lib/sdks.js";
15
16
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -79,7 +80,7 @@ export async function accountingProfitAndLossGet(
79
80
  }),
80
81
  );
81
82
 
82
- const headers = new Headers({
83
+ const headers = new Headers(compactMap({
83
84
  Accept: "application/json",
84
85
  "x-apideck-service-id": encodeSimple(
85
86
  "x-apideck-service-id",
@@ -96,7 +97,7 @@ export async function accountingProfitAndLossGet(
96
97
  client._options.consumerId,
97
98
  { explode: false, charEncoding: "none" },
98
99
  ),
99
- });
100
+ }));
100
101
 
101
102
  const secConfig = await extractSecurity(client._options.apiKey);
102
103
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -178,7 +179,8 @@ export async function accountingProfitAndLossGet(
178
179
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
179
180
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
180
181
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
181
- M.fail(["4XX", "5XX"]),
182
+ M.fail("4XX"),
183
+ M.fail("5XX"),
182
184
  M.json(
183
185
  "default",
184
186
  operations.AccountingProfitAndLossOneResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeJSON, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -67,7 +68,7 @@ export async function accountingPurchaseOrdersCreate(
67
68
  "raw": payload.raw,
68
69
  });
69
70
 
70
- const headers = new Headers({
71
+ const headers = new Headers(compactMap({
71
72
  "Content-Type": "application/json",
72
73
  Accept: "application/json",
73
74
  "x-apideck-service-id": encodeSimple(
@@ -85,7 +86,7 @@ export async function accountingPurchaseOrdersCreate(
85
86
  client._options.consumerId,
86
87
  { explode: false, charEncoding: "none" },
87
88
  ),
88
- });
89
+ }));
89
90
 
90
91
  const secConfig = await extractSecurity(client._options.apiKey);
91
92
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -167,7 +168,8 @@ export async function accountingPurchaseOrdersCreate(
167
168
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
168
169
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
169
170
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
170
- M.fail(["4XX", "5XX"]),
171
+ M.fail("4XX"),
172
+ M.fail("5XX"),
171
173
  M.json(
172
174
  "default",
173
175
  operations.AccountingPurchaseOrdersAddResponse$inboundSchema,
@@ -5,6 +5,7 @@
5
5
  import { ApideckCore } from "../core.js";
6
6
  import { encodeFormQuery, encodeSimple } from "../lib/encodings.js";
7
7
  import * as M from "../lib/matchers.js";
8
+ import { compactMap } from "../lib/primitives.js";
8
9
  import { safeParse } from "../lib/schemas.js";
9
10
  import { RequestOptions } from "../lib/sdks.js";
10
11
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
@@ -76,7 +77,7 @@ export async function accountingPurchaseOrdersDelete(
76
77
  "raw": payload.raw,
77
78
  });
78
79
 
79
- const headers = new Headers({
80
+ const headers = new Headers(compactMap({
80
81
  Accept: "application/json",
81
82
  "x-apideck-service-id": encodeSimple(
82
83
  "x-apideck-service-id",
@@ -93,7 +94,7 @@ export async function accountingPurchaseOrdersDelete(
93
94
  client._options.consumerId,
94
95
  { explode: false, charEncoding: "none" },
95
96
  ),
96
- });
97
+ }));
97
98
 
98
99
  const secConfig = await extractSecurity(client._options.apiKey);
99
100
  const securityInput = secConfig == null ? {} : { apiKey: secConfig };
@@ -177,7 +178,8 @@ export async function accountingPurchaseOrdersDelete(
177
178
  M.jsonErr(402, errors.PaymentRequiredResponse$inboundSchema),
178
179
  M.jsonErr(404, errors.NotFoundResponse$inboundSchema),
179
180
  M.jsonErr(422, errors.UnprocessableResponse$inboundSchema),
180
- M.fail(["4XX", "5XX"]),
181
+ M.fail("4XX"),
182
+ M.fail("5XX"),
181
183
  M.json(
182
184
  "default",
183
185
  operations.AccountingPurchaseOrdersDeleteResponse$inboundSchema,