@keystrokehq/netsuite 0.1.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 (714) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/async-get-job-status.cjs +29 -0
  7. package/dist/actions/async-get-job-status.cjs.map +1 -0
  8. package/dist/actions/async-get-job-status.d.cts +9 -0
  9. package/dist/actions/async-get-job-status.d.cts.map +1 -0
  10. package/dist/actions/async-get-job-status.d.mts +9 -0
  11. package/dist/actions/async-get-job-status.d.mts.map +1 -0
  12. package/dist/actions/async-get-job-status.mjs +28 -0
  13. package/dist/actions/async-get-job-status.mjs.map +1 -0
  14. package/dist/actions/async-get-job-task-result.cjs +22 -0
  15. package/dist/actions/async-get-job-task-result.cjs.map +1 -0
  16. package/dist/actions/async-get-job-task-result.d.cts +9 -0
  17. package/dist/actions/async-get-job-task-result.d.cts.map +1 -0
  18. package/dist/actions/async-get-job-task-result.d.mts +9 -0
  19. package/dist/actions/async-get-job-task-result.d.mts.map +1 -0
  20. package/dist/actions/async-get-job-task-result.mjs +19 -0
  21. package/dist/actions/async-get-job-task-result.mjs.map +1 -0
  22. package/dist/actions/async-get-job-task.cjs +19 -0
  23. package/dist/actions/async-get-job-task.cjs.map +1 -0
  24. package/dist/actions/async-get-job-task.d.cts +9 -0
  25. package/dist/actions/async-get-job-task.d.cts.map +1 -0
  26. package/dist/actions/async-get-job-task.d.mts +9 -0
  27. package/dist/actions/async-get-job-task.d.mts.map +1 -0
  28. package/dist/actions/async-get-job-task.mjs +16 -0
  29. package/dist/actions/async-get-job-task.mjs.map +1 -0
  30. package/dist/actions/create-customer-payment.cjs +34 -0
  31. package/dist/actions/create-customer-payment.cjs.map +1 -0
  32. package/dist/actions/create-customer-payment.d.cts +9 -0
  33. package/dist/actions/create-customer-payment.d.cts.map +1 -0
  34. package/dist/actions/create-customer-payment.d.mts +9 -0
  35. package/dist/actions/create-customer-payment.d.mts.map +1 -0
  36. package/dist/actions/create-customer-payment.mjs +31 -0
  37. package/dist/actions/create-customer-payment.mjs.map +1 -0
  38. package/dist/actions/create-customer.cjs +34 -0
  39. package/dist/actions/create-customer.cjs.map +1 -0
  40. package/dist/actions/create-customer.d.cts +9 -0
  41. package/dist/actions/create-customer.d.cts.map +1 -0
  42. package/dist/actions/create-customer.d.mts +9 -0
  43. package/dist/actions/create-customer.d.mts.map +1 -0
  44. package/dist/actions/create-customer.mjs +31 -0
  45. package/dist/actions/create-customer.mjs.map +1 -0
  46. package/dist/actions/create-employee.cjs +34 -0
  47. package/dist/actions/create-employee.cjs.map +1 -0
  48. package/dist/actions/create-employee.d.cts +9 -0
  49. package/dist/actions/create-employee.d.cts.map +1 -0
  50. package/dist/actions/create-employee.d.mts +9 -0
  51. package/dist/actions/create-employee.d.mts.map +1 -0
  52. package/dist/actions/create-employee.mjs +31 -0
  53. package/dist/actions/create-employee.mjs.map +1 -0
  54. package/dist/actions/create-invoice.cjs +34 -0
  55. package/dist/actions/create-invoice.cjs.map +1 -0
  56. package/dist/actions/create-invoice.d.cts +9 -0
  57. package/dist/actions/create-invoice.d.cts.map +1 -0
  58. package/dist/actions/create-invoice.d.mts +9 -0
  59. package/dist/actions/create-invoice.d.mts.map +1 -0
  60. package/dist/actions/create-invoice.mjs +31 -0
  61. package/dist/actions/create-invoice.mjs.map +1 -0
  62. package/dist/actions/create-item.cjs +49 -0
  63. package/dist/actions/create-item.cjs.map +1 -0
  64. package/dist/actions/create-item.d.cts +9 -0
  65. package/dist/actions/create-item.d.cts.map +1 -0
  66. package/dist/actions/create-item.d.mts +9 -0
  67. package/dist/actions/create-item.d.mts.map +1 -0
  68. package/dist/actions/create-item.mjs +46 -0
  69. package/dist/actions/create-item.mjs.map +1 -0
  70. package/dist/actions/create-journal-entry.cjs +34 -0
  71. package/dist/actions/create-journal-entry.cjs.map +1 -0
  72. package/dist/actions/create-journal-entry.d.cts +9 -0
  73. package/dist/actions/create-journal-entry.d.cts.map +1 -0
  74. package/dist/actions/create-journal-entry.d.mts +9 -0
  75. package/dist/actions/create-journal-entry.d.mts.map +1 -0
  76. package/dist/actions/create-journal-entry.mjs +31 -0
  77. package/dist/actions/create-journal-entry.mjs.map +1 -0
  78. package/dist/actions/create-jwt-client-assertion.cjs +25 -0
  79. package/dist/actions/create-jwt-client-assertion.cjs.map +1 -0
  80. package/dist/actions/create-jwt-client-assertion.d.cts +9 -0
  81. package/dist/actions/create-jwt-client-assertion.d.cts.map +1 -0
  82. package/dist/actions/create-jwt-client-assertion.d.mts +9 -0
  83. package/dist/actions/create-jwt-client-assertion.d.mts.map +1 -0
  84. package/dist/actions/create-jwt-client-assertion.mjs +22 -0
  85. package/dist/actions/create-jwt-client-assertion.mjs.map +1 -0
  86. package/dist/actions/create-purchase-order.cjs +45 -0
  87. package/dist/actions/create-purchase-order.cjs.map +1 -0
  88. package/dist/actions/create-purchase-order.d.cts +9 -0
  89. package/dist/actions/create-purchase-order.d.cts.map +1 -0
  90. package/dist/actions/create-purchase-order.d.mts +9 -0
  91. package/dist/actions/create-purchase-order.d.mts.map +1 -0
  92. package/dist/actions/create-purchase-order.mjs +42 -0
  93. package/dist/actions/create-purchase-order.mjs.map +1 -0
  94. package/dist/actions/create-record.cjs +36 -0
  95. package/dist/actions/create-record.cjs.map +1 -0
  96. package/dist/actions/create-record.d.cts +9 -0
  97. package/dist/actions/create-record.d.cts.map +1 -0
  98. package/dist/actions/create-record.d.mts +9 -0
  99. package/dist/actions/create-record.d.mts.map +1 -0
  100. package/dist/actions/create-record.mjs +33 -0
  101. package/dist/actions/create-record.mjs.map +1 -0
  102. package/dist/actions/create-sales-order.cjs +49 -0
  103. package/dist/actions/create-sales-order.cjs.map +1 -0
  104. package/dist/actions/create-sales-order.d.cts +9 -0
  105. package/dist/actions/create-sales-order.d.cts.map +1 -0
  106. package/dist/actions/create-sales-order.d.mts +9 -0
  107. package/dist/actions/create-sales-order.d.mts.map +1 -0
  108. package/dist/actions/create-sales-order.mjs +46 -0
  109. package/dist/actions/create-sales-order.mjs.map +1 -0
  110. package/dist/actions/create-vendor-bill.cjs +34 -0
  111. package/dist/actions/create-vendor-bill.cjs.map +1 -0
  112. package/dist/actions/create-vendor-bill.d.cts +9 -0
  113. package/dist/actions/create-vendor-bill.d.cts.map +1 -0
  114. package/dist/actions/create-vendor-bill.d.mts +9 -0
  115. package/dist/actions/create-vendor-bill.d.mts.map +1 -0
  116. package/dist/actions/create-vendor-bill.mjs +31 -0
  117. package/dist/actions/create-vendor-bill.mjs.map +1 -0
  118. package/dist/actions/create-vendor.cjs +34 -0
  119. package/dist/actions/create-vendor.cjs.map +1 -0
  120. package/dist/actions/create-vendor.d.cts +9 -0
  121. package/dist/actions/create-vendor.d.cts.map +1 -0
  122. package/dist/actions/create-vendor.d.mts +9 -0
  123. package/dist/actions/create-vendor.d.mts.map +1 -0
  124. package/dist/actions/create-vendor.mjs +31 -0
  125. package/dist/actions/create-vendor.mjs.map +1 -0
  126. package/dist/actions/delete-customer-payment.cjs +16 -0
  127. package/dist/actions/delete-customer-payment.cjs.map +1 -0
  128. package/dist/actions/delete-customer-payment.d.cts +9 -0
  129. package/dist/actions/delete-customer-payment.d.cts.map +1 -0
  130. package/dist/actions/delete-customer-payment.d.mts +9 -0
  131. package/dist/actions/delete-customer-payment.d.mts.map +1 -0
  132. package/dist/actions/delete-customer-payment.mjs +13 -0
  133. package/dist/actions/delete-customer-payment.mjs.map +1 -0
  134. package/dist/actions/delete-customer.cjs +16 -0
  135. package/dist/actions/delete-customer.cjs.map +1 -0
  136. package/dist/actions/delete-customer.d.cts +9 -0
  137. package/dist/actions/delete-customer.d.cts.map +1 -0
  138. package/dist/actions/delete-customer.d.mts +9 -0
  139. package/dist/actions/delete-customer.d.mts.map +1 -0
  140. package/dist/actions/delete-customer.mjs +13 -0
  141. package/dist/actions/delete-customer.mjs.map +1 -0
  142. package/dist/actions/delete-employee.cjs +16 -0
  143. package/dist/actions/delete-employee.cjs.map +1 -0
  144. package/dist/actions/delete-employee.d.cts +9 -0
  145. package/dist/actions/delete-employee.d.cts.map +1 -0
  146. package/dist/actions/delete-employee.d.mts +9 -0
  147. package/dist/actions/delete-employee.d.mts.map +1 -0
  148. package/dist/actions/delete-employee.mjs +13 -0
  149. package/dist/actions/delete-employee.mjs.map +1 -0
  150. package/dist/actions/delete-invoice.cjs +16 -0
  151. package/dist/actions/delete-invoice.cjs.map +1 -0
  152. package/dist/actions/delete-invoice.d.cts +9 -0
  153. package/dist/actions/delete-invoice.d.cts.map +1 -0
  154. package/dist/actions/delete-invoice.d.mts +9 -0
  155. package/dist/actions/delete-invoice.d.mts.map +1 -0
  156. package/dist/actions/delete-invoice.mjs +13 -0
  157. package/dist/actions/delete-invoice.mjs.map +1 -0
  158. package/dist/actions/delete-item-fulfillment.cjs +25 -0
  159. package/dist/actions/delete-item-fulfillment.cjs.map +1 -0
  160. package/dist/actions/delete-item-fulfillment.d.cts +9 -0
  161. package/dist/actions/delete-item-fulfillment.d.cts.map +1 -0
  162. package/dist/actions/delete-item-fulfillment.d.mts +9 -0
  163. package/dist/actions/delete-item-fulfillment.d.mts.map +1 -0
  164. package/dist/actions/delete-item-fulfillment.mjs +22 -0
  165. package/dist/actions/delete-item-fulfillment.mjs.map +1 -0
  166. package/dist/actions/delete-item-receipt.cjs +16 -0
  167. package/dist/actions/delete-item-receipt.cjs.map +1 -0
  168. package/dist/actions/delete-item-receipt.d.cts +9 -0
  169. package/dist/actions/delete-item-receipt.d.cts.map +1 -0
  170. package/dist/actions/delete-item-receipt.d.mts +9 -0
  171. package/dist/actions/delete-item-receipt.d.mts.map +1 -0
  172. package/dist/actions/delete-item-receipt.mjs +13 -0
  173. package/dist/actions/delete-item-receipt.mjs.map +1 -0
  174. package/dist/actions/delete-item.cjs +25 -0
  175. package/dist/actions/delete-item.cjs.map +1 -0
  176. package/dist/actions/delete-item.d.cts +9 -0
  177. package/dist/actions/delete-item.d.cts.map +1 -0
  178. package/dist/actions/delete-item.d.mts +9 -0
  179. package/dist/actions/delete-item.d.mts.map +1 -0
  180. package/dist/actions/delete-item.mjs +22 -0
  181. package/dist/actions/delete-item.mjs.map +1 -0
  182. package/dist/actions/delete-journal-entry.cjs +20 -0
  183. package/dist/actions/delete-journal-entry.cjs.map +1 -0
  184. package/dist/actions/delete-journal-entry.d.cts +9 -0
  185. package/dist/actions/delete-journal-entry.d.cts.map +1 -0
  186. package/dist/actions/delete-journal-entry.d.mts +9 -0
  187. package/dist/actions/delete-journal-entry.d.mts.map +1 -0
  188. package/dist/actions/delete-journal-entry.mjs +17 -0
  189. package/dist/actions/delete-journal-entry.mjs.map +1 -0
  190. package/dist/actions/delete-purchase-order.cjs +16 -0
  191. package/dist/actions/delete-purchase-order.cjs.map +1 -0
  192. package/dist/actions/delete-purchase-order.d.cts +9 -0
  193. package/dist/actions/delete-purchase-order.d.cts.map +1 -0
  194. package/dist/actions/delete-purchase-order.d.mts +9 -0
  195. package/dist/actions/delete-purchase-order.d.mts.map +1 -0
  196. package/dist/actions/delete-purchase-order.mjs +13 -0
  197. package/dist/actions/delete-purchase-order.mjs.map +1 -0
  198. package/dist/actions/delete-sales-order.cjs +16 -0
  199. package/dist/actions/delete-sales-order.cjs.map +1 -0
  200. package/dist/actions/delete-sales-order.d.cts +9 -0
  201. package/dist/actions/delete-sales-order.d.cts.map +1 -0
  202. package/dist/actions/delete-sales-order.d.mts +9 -0
  203. package/dist/actions/delete-sales-order.d.mts.map +1 -0
  204. package/dist/actions/delete-sales-order.mjs +13 -0
  205. package/dist/actions/delete-sales-order.mjs.map +1 -0
  206. package/dist/actions/delete-vendor-payment.cjs +16 -0
  207. package/dist/actions/delete-vendor-payment.cjs.map +1 -0
  208. package/dist/actions/delete-vendor-payment.d.cts +9 -0
  209. package/dist/actions/delete-vendor-payment.d.cts.map +1 -0
  210. package/dist/actions/delete-vendor-payment.d.mts +9 -0
  211. package/dist/actions/delete-vendor-payment.d.mts.map +1 -0
  212. package/dist/actions/delete-vendor-payment.mjs +13 -0
  213. package/dist/actions/delete-vendor-payment.mjs.map +1 -0
  214. package/dist/actions/execute-dataset.cjs +31 -0
  215. package/dist/actions/execute-dataset.cjs.map +1 -0
  216. package/dist/actions/execute-dataset.d.cts +9 -0
  217. package/dist/actions/execute-dataset.d.cts.map +1 -0
  218. package/dist/actions/execute-dataset.d.mts +9 -0
  219. package/dist/actions/execute-dataset.d.mts.map +1 -0
  220. package/dist/actions/execute-dataset.mjs +30 -0
  221. package/dist/actions/execute-dataset.mjs.map +1 -0
  222. package/dist/actions/get-customer-payment.cjs +28 -0
  223. package/dist/actions/get-customer-payment.cjs.map +1 -0
  224. package/dist/actions/get-customer-payment.d.cts +9 -0
  225. package/dist/actions/get-customer-payment.d.cts.map +1 -0
  226. package/dist/actions/get-customer-payment.d.mts +9 -0
  227. package/dist/actions/get-customer-payment.d.mts.map +1 -0
  228. package/dist/actions/get-customer-payment.mjs +27 -0
  229. package/dist/actions/get-customer-payment.mjs.map +1 -0
  230. package/dist/actions/get-customer.cjs +27 -0
  231. package/dist/actions/get-customer.cjs.map +1 -0
  232. package/dist/actions/get-customer.d.cts +9 -0
  233. package/dist/actions/get-customer.d.cts.map +1 -0
  234. package/dist/actions/get-customer.d.mts +9 -0
  235. package/dist/actions/get-customer.d.mts.map +1 -0
  236. package/dist/actions/get-customer.mjs +26 -0
  237. package/dist/actions/get-customer.mjs.map +1 -0
  238. package/dist/actions/get-datacenter-urls.cjs +23 -0
  239. package/dist/actions/get-datacenter-urls.cjs.map +1 -0
  240. package/dist/actions/get-datacenter-urls.d.cts +9 -0
  241. package/dist/actions/get-datacenter-urls.d.cts.map +1 -0
  242. package/dist/actions/get-datacenter-urls.d.mts +9 -0
  243. package/dist/actions/get-datacenter-urls.d.mts.map +1 -0
  244. package/dist/actions/get-datacenter-urls.mjs +20 -0
  245. package/dist/actions/get-datacenter-urls.mjs.map +1 -0
  246. package/dist/actions/get-employee.cjs +27 -0
  247. package/dist/actions/get-employee.cjs.map +1 -0
  248. package/dist/actions/get-employee.d.cts +9 -0
  249. package/dist/actions/get-employee.d.cts.map +1 -0
  250. package/dist/actions/get-employee.d.mts +9 -0
  251. package/dist/actions/get-employee.d.mts.map +1 -0
  252. package/dist/actions/get-employee.mjs +26 -0
  253. package/dist/actions/get-employee.mjs.map +1 -0
  254. package/dist/actions/get-governance-limits.cjs +25 -0
  255. package/dist/actions/get-governance-limits.cjs.map +1 -0
  256. package/dist/actions/get-governance-limits.d.cts +9 -0
  257. package/dist/actions/get-governance-limits.d.cts.map +1 -0
  258. package/dist/actions/get-governance-limits.d.mts +9 -0
  259. package/dist/actions/get-governance-limits.d.mts.map +1 -0
  260. package/dist/actions/get-governance-limits.mjs +22 -0
  261. package/dist/actions/get-governance-limits.mjs.map +1 -0
  262. package/dist/actions/get-invoice.cjs +28 -0
  263. package/dist/actions/get-invoice.cjs.map +1 -0
  264. package/dist/actions/get-invoice.d.cts +9 -0
  265. package/dist/actions/get-invoice.d.cts.map +1 -0
  266. package/dist/actions/get-invoice.d.mts +9 -0
  267. package/dist/actions/get-invoice.d.mts.map +1 -0
  268. package/dist/actions/get-invoice.mjs +27 -0
  269. package/dist/actions/get-invoice.mjs.map +1 -0
  270. package/dist/actions/get-item-fulfillment.cjs +24 -0
  271. package/dist/actions/get-item-fulfillment.cjs.map +1 -0
  272. package/dist/actions/get-item-fulfillment.d.cts +9 -0
  273. package/dist/actions/get-item-fulfillment.d.cts.map +1 -0
  274. package/dist/actions/get-item-fulfillment.d.mts +9 -0
  275. package/dist/actions/get-item-fulfillment.d.mts.map +1 -0
  276. package/dist/actions/get-item-fulfillment.mjs +21 -0
  277. package/dist/actions/get-item-fulfillment.mjs.map +1 -0
  278. package/dist/actions/get-item-receipt.cjs +27 -0
  279. package/dist/actions/get-item-receipt.cjs.map +1 -0
  280. package/dist/actions/get-item-receipt.d.cts +9 -0
  281. package/dist/actions/get-item-receipt.d.cts.map +1 -0
  282. package/dist/actions/get-item-receipt.d.mts +9 -0
  283. package/dist/actions/get-item-receipt.d.mts.map +1 -0
  284. package/dist/actions/get-item-receipt.mjs +26 -0
  285. package/dist/actions/get-item-receipt.mjs.map +1 -0
  286. package/dist/actions/get-item.cjs +24 -0
  287. package/dist/actions/get-item.cjs.map +1 -0
  288. package/dist/actions/get-item.d.cts +9 -0
  289. package/dist/actions/get-item.d.cts.map +1 -0
  290. package/dist/actions/get-item.d.mts +9 -0
  291. package/dist/actions/get-item.d.mts.map +1 -0
  292. package/dist/actions/get-item.mjs +21 -0
  293. package/dist/actions/get-item.mjs.map +1 -0
  294. package/dist/actions/get-journal-entry.cjs +24 -0
  295. package/dist/actions/get-journal-entry.cjs.map +1 -0
  296. package/dist/actions/get-journal-entry.d.cts +9 -0
  297. package/dist/actions/get-journal-entry.d.cts.map +1 -0
  298. package/dist/actions/get-journal-entry.d.mts +9 -0
  299. package/dist/actions/get-journal-entry.d.mts.map +1 -0
  300. package/dist/actions/get-journal-entry.mjs +21 -0
  301. package/dist/actions/get-journal-entry.mjs.map +1 -0
  302. package/dist/actions/get-purchase-order.cjs +28 -0
  303. package/dist/actions/get-purchase-order.cjs.map +1 -0
  304. package/dist/actions/get-purchase-order.d.cts +9 -0
  305. package/dist/actions/get-purchase-order.d.cts.map +1 -0
  306. package/dist/actions/get-purchase-order.d.mts +9 -0
  307. package/dist/actions/get-purchase-order.d.mts.map +1 -0
  308. package/dist/actions/get-purchase-order.mjs +27 -0
  309. package/dist/actions/get-purchase-order.mjs.map +1 -0
  310. package/dist/actions/get-record-metadata.cjs +19 -0
  311. package/dist/actions/get-record-metadata.cjs.map +1 -0
  312. package/dist/actions/get-record-metadata.d.cts +9 -0
  313. package/dist/actions/get-record-metadata.d.cts.map +1 -0
  314. package/dist/actions/get-record-metadata.d.mts +9 -0
  315. package/dist/actions/get-record-metadata.d.mts.map +1 -0
  316. package/dist/actions/get-record-metadata.mjs +16 -0
  317. package/dist/actions/get-record-metadata.mjs.map +1 -0
  318. package/dist/actions/get-reference-select-field.cjs +29 -0
  319. package/dist/actions/get-reference-select-field.cjs.map +1 -0
  320. package/dist/actions/get-reference-select-field.d.cts +9 -0
  321. package/dist/actions/get-reference-select-field.d.cts.map +1 -0
  322. package/dist/actions/get-reference-select-field.d.mts +9 -0
  323. package/dist/actions/get-reference-select-field.d.mts.map +1 -0
  324. package/dist/actions/get-reference-select-field.mjs +28 -0
  325. package/dist/actions/get-reference-select-field.mjs.map +1 -0
  326. package/dist/actions/get-sales-order.cjs +23 -0
  327. package/dist/actions/get-sales-order.cjs.map +1 -0
  328. package/dist/actions/get-sales-order.d.cts +9 -0
  329. package/dist/actions/get-sales-order.d.cts.map +1 -0
  330. package/dist/actions/get-sales-order.d.mts +9 -0
  331. package/dist/actions/get-sales-order.d.mts.map +1 -0
  332. package/dist/actions/get-sales-order.mjs +20 -0
  333. package/dist/actions/get-sales-order.mjs.map +1 -0
  334. package/dist/actions/get-server-time.cjs +16 -0
  335. package/dist/actions/get-server-time.cjs.map +1 -0
  336. package/dist/actions/get-server-time.d.cts +9 -0
  337. package/dist/actions/get-server-time.d.cts.map +1 -0
  338. package/dist/actions/get-server-time.d.mts +9 -0
  339. package/dist/actions/get-server-time.d.mts.map +1 -0
  340. package/dist/actions/get-server-time.mjs +13 -0
  341. package/dist/actions/get-server-time.mjs.map +1 -0
  342. package/dist/actions/get-sublist-collection.cjs +33 -0
  343. package/dist/actions/get-sublist-collection.cjs.map +1 -0
  344. package/dist/actions/get-sublist-collection.d.cts +9 -0
  345. package/dist/actions/get-sublist-collection.d.cts.map +1 -0
  346. package/dist/actions/get-sublist-collection.d.mts +9 -0
  347. package/dist/actions/get-sublist-collection.d.mts.map +1 -0
  348. package/dist/actions/get-sublist-collection.mjs +32 -0
  349. package/dist/actions/get-sublist-collection.mjs.map +1 -0
  350. package/dist/actions/get-sublist-line.cjs +25 -0
  351. package/dist/actions/get-sublist-line.cjs.map +1 -0
  352. package/dist/actions/get-sublist-line.d.cts +9 -0
  353. package/dist/actions/get-sublist-line.d.cts.map +1 -0
  354. package/dist/actions/get-sublist-line.d.mts +9 -0
  355. package/dist/actions/get-sublist-line.d.mts.map +1 -0
  356. package/dist/actions/get-sublist-line.mjs +22 -0
  357. package/dist/actions/get-sublist-line.mjs.map +1 -0
  358. package/dist/actions/get-subrecord.cjs +27 -0
  359. package/dist/actions/get-subrecord.cjs.map +1 -0
  360. package/dist/actions/get-subrecord.d.cts +9 -0
  361. package/dist/actions/get-subrecord.d.cts.map +1 -0
  362. package/dist/actions/get-subrecord.d.mts +9 -0
  363. package/dist/actions/get-subrecord.d.mts.map +1 -0
  364. package/dist/actions/get-subrecord.mjs +26 -0
  365. package/dist/actions/get-subrecord.mjs.map +1 -0
  366. package/dist/actions/get-vendor-bill.cjs +27 -0
  367. package/dist/actions/get-vendor-bill.cjs.map +1 -0
  368. package/dist/actions/get-vendor-bill.d.cts +9 -0
  369. package/dist/actions/get-vendor-bill.d.cts.map +1 -0
  370. package/dist/actions/get-vendor-bill.d.mts +9 -0
  371. package/dist/actions/get-vendor-bill.d.mts.map +1 -0
  372. package/dist/actions/get-vendor-bill.mjs +26 -0
  373. package/dist/actions/get-vendor-bill.mjs.map +1 -0
  374. package/dist/actions/get-vendor-payment.cjs +27 -0
  375. package/dist/actions/get-vendor-payment.cjs.map +1 -0
  376. package/dist/actions/get-vendor-payment.d.cts +9 -0
  377. package/dist/actions/get-vendor-payment.d.cts.map +1 -0
  378. package/dist/actions/get-vendor-payment.d.mts +9 -0
  379. package/dist/actions/get-vendor-payment.d.mts.map +1 -0
  380. package/dist/actions/get-vendor-payment.mjs +26 -0
  381. package/dist/actions/get-vendor-payment.mjs.map +1 -0
  382. package/dist/actions/get-vendor.cjs +24 -0
  383. package/dist/actions/get-vendor.cjs.map +1 -0
  384. package/dist/actions/get-vendor.d.cts +9 -0
  385. package/dist/actions/get-vendor.d.cts.map +1 -0
  386. package/dist/actions/get-vendor.d.mts +9 -0
  387. package/dist/actions/get-vendor.d.mts.map +1 -0
  388. package/dist/actions/get-vendor.mjs +21 -0
  389. package/dist/actions/get-vendor.mjs.map +1 -0
  390. package/dist/actions/index.cjs +171 -0
  391. package/dist/actions/index.d.cts +86 -0
  392. package/dist/actions/index.d.mts +86 -0
  393. package/dist/actions/index.mjs +86 -0
  394. package/dist/actions/list-customer-payments.cjs +35 -0
  395. package/dist/actions/list-customer-payments.cjs.map +1 -0
  396. package/dist/actions/list-customer-payments.d.cts +9 -0
  397. package/dist/actions/list-customer-payments.d.cts.map +1 -0
  398. package/dist/actions/list-customer-payments.d.mts +9 -0
  399. package/dist/actions/list-customer-payments.d.mts.map +1 -0
  400. package/dist/actions/list-customer-payments.mjs +34 -0
  401. package/dist/actions/list-customer-payments.mjs.map +1 -0
  402. package/dist/actions/list-datasets.cjs +40 -0
  403. package/dist/actions/list-datasets.cjs.map +1 -0
  404. package/dist/actions/list-datasets.d.cts +9 -0
  405. package/dist/actions/list-datasets.d.cts.map +1 -0
  406. package/dist/actions/list-datasets.d.mts +9 -0
  407. package/dist/actions/list-datasets.d.mts.map +1 -0
  408. package/dist/actions/list-datasets.mjs +39 -0
  409. package/dist/actions/list-datasets.mjs.map +1 -0
  410. package/dist/actions/list-employees.cjs +35 -0
  411. package/dist/actions/list-employees.cjs.map +1 -0
  412. package/dist/actions/list-employees.d.cts +9 -0
  413. package/dist/actions/list-employees.d.cts.map +1 -0
  414. package/dist/actions/list-employees.d.mts +9 -0
  415. package/dist/actions/list-employees.d.mts.map +1 -0
  416. package/dist/actions/list-employees.mjs +34 -0
  417. package/dist/actions/list-employees.mjs.map +1 -0
  418. package/dist/actions/list-integrations.cjs +33 -0
  419. package/dist/actions/list-integrations.cjs.map +1 -0
  420. package/dist/actions/list-integrations.d.cts +9 -0
  421. package/dist/actions/list-integrations.d.cts.map +1 -0
  422. package/dist/actions/list-integrations.d.mts +9 -0
  423. package/dist/actions/list-integrations.d.mts.map +1 -0
  424. package/dist/actions/list-integrations.mjs +32 -0
  425. package/dist/actions/list-integrations.mjs.map +1 -0
  426. package/dist/actions/list-invoices.cjs +35 -0
  427. package/dist/actions/list-invoices.cjs.map +1 -0
  428. package/dist/actions/list-invoices.d.cts +9 -0
  429. package/dist/actions/list-invoices.d.cts.map +1 -0
  430. package/dist/actions/list-invoices.d.mts +9 -0
  431. package/dist/actions/list-invoices.d.mts.map +1 -0
  432. package/dist/actions/list-invoices.mjs +34 -0
  433. package/dist/actions/list-invoices.mjs.map +1 -0
  434. package/dist/actions/list-item-fulfillments.cjs +35 -0
  435. package/dist/actions/list-item-fulfillments.cjs.map +1 -0
  436. package/dist/actions/list-item-fulfillments.d.cts +9 -0
  437. package/dist/actions/list-item-fulfillments.d.cts.map +1 -0
  438. package/dist/actions/list-item-fulfillments.d.mts +9 -0
  439. package/dist/actions/list-item-fulfillments.d.mts.map +1 -0
  440. package/dist/actions/list-item-fulfillments.mjs +34 -0
  441. package/dist/actions/list-item-fulfillments.mjs.map +1 -0
  442. package/dist/actions/list-item-receipts.cjs +35 -0
  443. package/dist/actions/list-item-receipts.cjs.map +1 -0
  444. package/dist/actions/list-item-receipts.d.cts +9 -0
  445. package/dist/actions/list-item-receipts.d.cts.map +1 -0
  446. package/dist/actions/list-item-receipts.d.mts +9 -0
  447. package/dist/actions/list-item-receipts.d.mts.map +1 -0
  448. package/dist/actions/list-item-receipts.mjs +34 -0
  449. package/dist/actions/list-item-receipts.mjs.map +1 -0
  450. package/dist/actions/list-journal-entries.cjs +35 -0
  451. package/dist/actions/list-journal-entries.cjs.map +1 -0
  452. package/dist/actions/list-journal-entries.d.cts +9 -0
  453. package/dist/actions/list-journal-entries.d.cts.map +1 -0
  454. package/dist/actions/list-journal-entries.d.mts +9 -0
  455. package/dist/actions/list-journal-entries.d.mts.map +1 -0
  456. package/dist/actions/list-journal-entries.mjs +34 -0
  457. package/dist/actions/list-journal-entries.mjs.map +1 -0
  458. package/dist/actions/list-metadata-catalog.cjs +28 -0
  459. package/dist/actions/list-metadata-catalog.cjs.map +1 -0
  460. package/dist/actions/list-metadata-catalog.d.cts +9 -0
  461. package/dist/actions/list-metadata-catalog.d.cts.map +1 -0
  462. package/dist/actions/list-metadata-catalog.d.mts +9 -0
  463. package/dist/actions/list-metadata-catalog.d.mts.map +1 -0
  464. package/dist/actions/list-metadata-catalog.mjs +27 -0
  465. package/dist/actions/list-metadata-catalog.mjs.map +1 -0
  466. package/dist/actions/list-purchase-orders.cjs +35 -0
  467. package/dist/actions/list-purchase-orders.cjs.map +1 -0
  468. package/dist/actions/list-purchase-orders.d.cts +9 -0
  469. package/dist/actions/list-purchase-orders.d.cts.map +1 -0
  470. package/dist/actions/list-purchase-orders.d.mts +9 -0
  471. package/dist/actions/list-purchase-orders.d.mts.map +1 -0
  472. package/dist/actions/list-purchase-orders.mjs +34 -0
  473. package/dist/actions/list-purchase-orders.mjs.map +1 -0
  474. package/dist/actions/list-records.cjs +36 -0
  475. package/dist/actions/list-records.cjs.map +1 -0
  476. package/dist/actions/list-records.d.cts +9 -0
  477. package/dist/actions/list-records.d.cts.map +1 -0
  478. package/dist/actions/list-records.d.mts +9 -0
  479. package/dist/actions/list-records.d.mts.map +1 -0
  480. package/dist/actions/list-records.mjs +35 -0
  481. package/dist/actions/list-records.mjs.map +1 -0
  482. package/dist/actions/list-sales-orders.cjs +35 -0
  483. package/dist/actions/list-sales-orders.cjs.map +1 -0
  484. package/dist/actions/list-sales-orders.d.cts +9 -0
  485. package/dist/actions/list-sales-orders.d.cts.map +1 -0
  486. package/dist/actions/list-sales-orders.d.mts +9 -0
  487. package/dist/actions/list-sales-orders.d.mts.map +1 -0
  488. package/dist/actions/list-sales-orders.mjs +34 -0
  489. package/dist/actions/list-sales-orders.mjs.map +1 -0
  490. package/dist/actions/list-vendor-payments.cjs +35 -0
  491. package/dist/actions/list-vendor-payments.cjs.map +1 -0
  492. package/dist/actions/list-vendor-payments.d.cts +9 -0
  493. package/dist/actions/list-vendor-payments.d.cts.map +1 -0
  494. package/dist/actions/list-vendor-payments.d.mts +9 -0
  495. package/dist/actions/list-vendor-payments.d.mts.map +1 -0
  496. package/dist/actions/list-vendor-payments.mjs +34 -0
  497. package/dist/actions/list-vendor-payments.mjs.map +1 -0
  498. package/dist/actions/o-auth2-authorize-account-domain.cjs +31 -0
  499. package/dist/actions/o-auth2-authorize-account-domain.cjs.map +1 -0
  500. package/dist/actions/o-auth2-authorize-account-domain.d.cts +9 -0
  501. package/dist/actions/o-auth2-authorize-account-domain.d.cts.map +1 -0
  502. package/dist/actions/o-auth2-authorize-account-domain.d.mts +9 -0
  503. package/dist/actions/o-auth2-authorize-account-domain.d.mts.map +1 -0
  504. package/dist/actions/o-auth2-authorize-account-domain.mjs +28 -0
  505. package/dist/actions/o-auth2-authorize-account-domain.mjs.map +1 -0
  506. package/dist/actions/o-auth2-authorize-system-domain.cjs +31 -0
  507. package/dist/actions/o-auth2-authorize-system-domain.cjs.map +1 -0
  508. package/dist/actions/o-auth2-authorize-system-domain.d.cts +9 -0
  509. package/dist/actions/o-auth2-authorize-system-domain.d.cts.map +1 -0
  510. package/dist/actions/o-auth2-authorize-system-domain.d.mts +9 -0
  511. package/dist/actions/o-auth2-authorize-system-domain.d.mts.map +1 -0
  512. package/dist/actions/o-auth2-authorize-system-domain.mjs +28 -0
  513. package/dist/actions/o-auth2-authorize-system-domain.mjs.map +1 -0
  514. package/dist/actions/o-auth2-logout.cjs +20 -0
  515. package/dist/actions/o-auth2-logout.cjs.map +1 -0
  516. package/dist/actions/o-auth2-logout.d.cts +9 -0
  517. package/dist/actions/o-auth2-logout.d.cts.map +1 -0
  518. package/dist/actions/o-auth2-logout.d.mts +9 -0
  519. package/dist/actions/o-auth2-logout.d.mts.map +1 -0
  520. package/dist/actions/o-auth2-logout.mjs +17 -0
  521. package/dist/actions/o-auth2-logout.mjs.map +1 -0
  522. package/dist/actions/o-auth2-revoke-refresh-token.cjs +23 -0
  523. package/dist/actions/o-auth2-revoke-refresh-token.cjs.map +1 -0
  524. package/dist/actions/o-auth2-revoke-refresh-token.d.cts +9 -0
  525. package/dist/actions/o-auth2-revoke-refresh-token.d.cts.map +1 -0
  526. package/dist/actions/o-auth2-revoke-refresh-token.d.mts +9 -0
  527. package/dist/actions/o-auth2-revoke-refresh-token.d.mts.map +1 -0
  528. package/dist/actions/o-auth2-revoke-refresh-token.mjs +20 -0
  529. package/dist/actions/o-auth2-revoke-refresh-token.mjs.map +1 -0
  530. package/dist/actions/o-auth2-token-authorization-code.cjs +29 -0
  531. package/dist/actions/o-auth2-token-authorization-code.cjs.map +1 -0
  532. package/dist/actions/o-auth2-token-authorization-code.d.cts +9 -0
  533. package/dist/actions/o-auth2-token-authorization-code.d.cts.map +1 -0
  534. package/dist/actions/o-auth2-token-authorization-code.d.mts +9 -0
  535. package/dist/actions/o-auth2-token-authorization-code.d.mts.map +1 -0
  536. package/dist/actions/o-auth2-token-authorization-code.mjs +26 -0
  537. package/dist/actions/o-auth2-token-authorization-code.mjs.map +1 -0
  538. package/dist/actions/o-auth2-token-client-credentials.cjs +25 -0
  539. package/dist/actions/o-auth2-token-client-credentials.cjs.map +1 -0
  540. package/dist/actions/o-auth2-token-client-credentials.d.cts +9 -0
  541. package/dist/actions/o-auth2-token-client-credentials.d.cts.map +1 -0
  542. package/dist/actions/o-auth2-token-client-credentials.d.mts +9 -0
  543. package/dist/actions/o-auth2-token-client-credentials.d.mts.map +1 -0
  544. package/dist/actions/o-auth2-token-client-credentials.mjs +22 -0
  545. package/dist/actions/o-auth2-token-client-credentials.mjs.map +1 -0
  546. package/dist/actions/o-auth2-token-refresh.cjs +26 -0
  547. package/dist/actions/o-auth2-token-refresh.cjs.map +1 -0
  548. package/dist/actions/o-auth2-token-refresh.d.cts +9 -0
  549. package/dist/actions/o-auth2-token-refresh.d.cts.map +1 -0
  550. package/dist/actions/o-auth2-token-refresh.d.mts +9 -0
  551. package/dist/actions/o-auth2-token-refresh.d.mts.map +1 -0
  552. package/dist/actions/o-auth2-token-refresh.mjs +23 -0
  553. package/dist/actions/o-auth2-token-refresh.mjs.map +1 -0
  554. package/dist/actions/oauth2-get-jwks-keys.cjs +26 -0
  555. package/dist/actions/oauth2-get-jwks-keys.cjs.map +1 -0
  556. package/dist/actions/oauth2-get-jwks-keys.d.cts +9 -0
  557. package/dist/actions/oauth2-get-jwks-keys.d.cts.map +1 -0
  558. package/dist/actions/oauth2-get-jwks-keys.d.mts +9 -0
  559. package/dist/actions/oauth2-get-jwks-keys.d.mts.map +1 -0
  560. package/dist/actions/oauth2-get-jwks-keys.mjs +25 -0
  561. package/dist/actions/oauth2-get-jwks-keys.mjs.map +1 -0
  562. package/dist/actions/run-suiteql-query.cjs +32 -0
  563. package/dist/actions/run-suiteql-query.cjs.map +1 -0
  564. package/dist/actions/run-suiteql-query.d.cts +9 -0
  565. package/dist/actions/run-suiteql-query.d.cts.map +1 -0
  566. package/dist/actions/run-suiteql-query.d.mts +9 -0
  567. package/dist/actions/run-suiteql-query.d.mts.map +1 -0
  568. package/dist/actions/run-suiteql-query.mjs +31 -0
  569. package/dist/actions/run-suiteql-query.mjs.map +1 -0
  570. package/dist/actions/transform-record.cjs +29 -0
  571. package/dist/actions/transform-record.cjs.map +1 -0
  572. package/dist/actions/transform-record.d.cts +9 -0
  573. package/dist/actions/transform-record.d.cts.map +1 -0
  574. package/dist/actions/transform-record.d.mts +9 -0
  575. package/dist/actions/transform-record.d.mts.map +1 -0
  576. package/dist/actions/transform-record.mjs +26 -0
  577. package/dist/actions/transform-record.mjs.map +1 -0
  578. package/dist/actions/update-customer-payment.cjs +34 -0
  579. package/dist/actions/update-customer-payment.cjs.map +1 -0
  580. package/dist/actions/update-customer-payment.d.cts +9 -0
  581. package/dist/actions/update-customer-payment.d.cts.map +1 -0
  582. package/dist/actions/update-customer-payment.d.mts +9 -0
  583. package/dist/actions/update-customer-payment.d.mts.map +1 -0
  584. package/dist/actions/update-customer-payment.mjs +31 -0
  585. package/dist/actions/update-customer-payment.mjs.map +1 -0
  586. package/dist/actions/update-customer.cjs +34 -0
  587. package/dist/actions/update-customer.cjs.map +1 -0
  588. package/dist/actions/update-customer.d.cts +9 -0
  589. package/dist/actions/update-customer.d.cts.map +1 -0
  590. package/dist/actions/update-customer.d.mts +9 -0
  591. package/dist/actions/update-customer.d.mts.map +1 -0
  592. package/dist/actions/update-customer.mjs +31 -0
  593. package/dist/actions/update-customer.mjs.map +1 -0
  594. package/dist/actions/update-employee.cjs +36 -0
  595. package/dist/actions/update-employee.cjs.map +1 -0
  596. package/dist/actions/update-employee.d.cts +9 -0
  597. package/dist/actions/update-employee.d.cts.map +1 -0
  598. package/dist/actions/update-employee.d.mts +9 -0
  599. package/dist/actions/update-employee.d.mts.map +1 -0
  600. package/dist/actions/update-employee.mjs +33 -0
  601. package/dist/actions/update-employee.mjs.map +1 -0
  602. package/dist/actions/update-invoice.cjs +34 -0
  603. package/dist/actions/update-invoice.cjs.map +1 -0
  604. package/dist/actions/update-invoice.d.cts +9 -0
  605. package/dist/actions/update-invoice.d.cts.map +1 -0
  606. package/dist/actions/update-invoice.d.mts +9 -0
  607. package/dist/actions/update-invoice.d.mts.map +1 -0
  608. package/dist/actions/update-invoice.mjs +31 -0
  609. package/dist/actions/update-invoice.mjs.map +1 -0
  610. package/dist/actions/update-item-fulfillment.cjs +36 -0
  611. package/dist/actions/update-item-fulfillment.cjs.map +1 -0
  612. package/dist/actions/update-item-fulfillment.d.cts +9 -0
  613. package/dist/actions/update-item-fulfillment.d.cts.map +1 -0
  614. package/dist/actions/update-item-fulfillment.d.mts +9 -0
  615. package/dist/actions/update-item-fulfillment.d.mts.map +1 -0
  616. package/dist/actions/update-item-fulfillment.mjs +33 -0
  617. package/dist/actions/update-item-fulfillment.mjs.map +1 -0
  618. package/dist/actions/update-item-receipt.cjs +36 -0
  619. package/dist/actions/update-item-receipt.cjs.map +1 -0
  620. package/dist/actions/update-item-receipt.d.cts +9 -0
  621. package/dist/actions/update-item-receipt.d.cts.map +1 -0
  622. package/dist/actions/update-item-receipt.d.mts +9 -0
  623. package/dist/actions/update-item-receipt.d.mts.map +1 -0
  624. package/dist/actions/update-item-receipt.mjs +33 -0
  625. package/dist/actions/update-item-receipt.mjs.map +1 -0
  626. package/dist/actions/update-item.cjs +37 -0
  627. package/dist/actions/update-item.cjs.map +1 -0
  628. package/dist/actions/update-item.d.cts +9 -0
  629. package/dist/actions/update-item.d.cts.map +1 -0
  630. package/dist/actions/update-item.d.mts +9 -0
  631. package/dist/actions/update-item.d.mts.map +1 -0
  632. package/dist/actions/update-item.mjs +34 -0
  633. package/dist/actions/update-item.mjs.map +1 -0
  634. package/dist/actions/update-journal-entry.cjs +36 -0
  635. package/dist/actions/update-journal-entry.cjs.map +1 -0
  636. package/dist/actions/update-journal-entry.d.cts +9 -0
  637. package/dist/actions/update-journal-entry.d.cts.map +1 -0
  638. package/dist/actions/update-journal-entry.d.mts +9 -0
  639. package/dist/actions/update-journal-entry.d.mts.map +1 -0
  640. package/dist/actions/update-journal-entry.mjs +33 -0
  641. package/dist/actions/update-journal-entry.mjs.map +1 -0
  642. package/dist/actions/update-purchase-order.cjs +35 -0
  643. package/dist/actions/update-purchase-order.cjs.map +1 -0
  644. package/dist/actions/update-purchase-order.d.cts +9 -0
  645. package/dist/actions/update-purchase-order.d.cts.map +1 -0
  646. package/dist/actions/update-purchase-order.d.mts +9 -0
  647. package/dist/actions/update-purchase-order.d.mts.map +1 -0
  648. package/dist/actions/update-purchase-order.mjs +32 -0
  649. package/dist/actions/update-purchase-order.mjs.map +1 -0
  650. package/dist/actions/update-sales-order.cjs +34 -0
  651. package/dist/actions/update-sales-order.cjs.map +1 -0
  652. package/dist/actions/update-sales-order.d.cts +9 -0
  653. package/dist/actions/update-sales-order.d.cts.map +1 -0
  654. package/dist/actions/update-sales-order.d.mts +9 -0
  655. package/dist/actions/update-sales-order.d.mts.map +1 -0
  656. package/dist/actions/update-sales-order.mjs +31 -0
  657. package/dist/actions/update-sales-order.mjs.map +1 -0
  658. package/dist/actions/update-vendor-bill.cjs +36 -0
  659. package/dist/actions/update-vendor-bill.cjs.map +1 -0
  660. package/dist/actions/update-vendor-bill.d.cts +9 -0
  661. package/dist/actions/update-vendor-bill.d.cts.map +1 -0
  662. package/dist/actions/update-vendor-bill.d.mts +9 -0
  663. package/dist/actions/update-vendor-bill.d.mts.map +1 -0
  664. package/dist/actions/update-vendor-bill.mjs +33 -0
  665. package/dist/actions/update-vendor-bill.mjs.map +1 -0
  666. package/dist/actions/update-vendor-payment.cjs +36 -0
  667. package/dist/actions/update-vendor-payment.cjs.map +1 -0
  668. package/dist/actions/update-vendor-payment.d.cts +9 -0
  669. package/dist/actions/update-vendor-payment.d.cts.map +1 -0
  670. package/dist/actions/update-vendor-payment.d.mts +9 -0
  671. package/dist/actions/update-vendor-payment.d.mts.map +1 -0
  672. package/dist/actions/update-vendor-payment.mjs +33 -0
  673. package/dist/actions/update-vendor-payment.mjs.map +1 -0
  674. package/dist/actions/update-vendor.cjs +34 -0
  675. package/dist/actions/update-vendor.cjs.map +1 -0
  676. package/dist/actions/update-vendor.d.cts +9 -0
  677. package/dist/actions/update-vendor.d.cts.map +1 -0
  678. package/dist/actions/update-vendor.d.mts +9 -0
  679. package/dist/actions/update-vendor.d.mts.map +1 -0
  680. package/dist/actions/update-vendor.mjs +31 -0
  681. package/dist/actions/update-vendor.mjs.map +1 -0
  682. package/dist/actions/upsert-record-by-external-id.cjs +23 -0
  683. package/dist/actions/upsert-record-by-external-id.cjs.map +1 -0
  684. package/dist/actions/upsert-record-by-external-id.d.cts +9 -0
  685. package/dist/actions/upsert-record-by-external-id.d.cts.map +1 -0
  686. package/dist/actions/upsert-record-by-external-id.d.mts +9 -0
  687. package/dist/actions/upsert-record-by-external-id.d.mts.map +1 -0
  688. package/dist/actions/upsert-record-by-external-id.mjs +20 -0
  689. package/dist/actions/upsert-record-by-external-id.mjs.map +1 -0
  690. package/dist/app.cjs +9 -0
  691. package/dist/app.cjs.map +1 -0
  692. package/dist/app.d.cts +5 -0
  693. package/dist/app.d.cts.map +1 -0
  694. package/dist/app.d.mts +5 -0
  695. package/dist/app.d.mts.map +1 -0
  696. package/dist/app.mjs +10 -0
  697. package/dist/app.mjs.map +1 -0
  698. package/dist/catalog.cjs +15 -0
  699. package/dist/catalog.cjs.map +1 -0
  700. package/dist/catalog.d.cts +14 -0
  701. package/dist/catalog.d.cts.map +1 -0
  702. package/dist/catalog.d.mts +14 -0
  703. package/dist/catalog.d.mts.map +1 -0
  704. package/dist/catalog.mjs +15 -0
  705. package/dist/catalog.mjs.map +1 -0
  706. package/dist/execute.cjs +18 -0
  707. package/dist/execute.cjs.map +1 -0
  708. package/dist/execute.mjs +18 -0
  709. package/dist/execute.mjs.map +1 -0
  710. package/dist/index.cjs +176 -0
  711. package/dist/index.d.cts +88 -0
  712. package/dist/index.d.mts +88 -0
  713. package/dist/index.mjs +89 -0
  714. package/package.json +49 -0
@@ -0,0 +1,86 @@
1
+ import { netsuiteAsyncGetJobStatus } from "./async-get-job-status.mjs";
2
+ import { netsuiteAsyncGetJobTask } from "./async-get-job-task.mjs";
3
+ import { netsuiteAsyncGetJobTaskResult } from "./async-get-job-task-result.mjs";
4
+ import { netsuiteCreateCustomer } from "./create-customer.mjs";
5
+ import { netsuiteCreateCustomerPayment } from "./create-customer-payment.mjs";
6
+ import { netsuiteCreateEmployee } from "./create-employee.mjs";
7
+ import { netsuiteCreateInvoice } from "./create-invoice.mjs";
8
+ import { netsuiteCreateItem } from "./create-item.mjs";
9
+ import { netsuiteCreateJournalEntry } from "./create-journal-entry.mjs";
10
+ import { netsuiteCreateJwtClientAssertion } from "./create-jwt-client-assertion.mjs";
11
+ import { netsuiteCreatePurchaseOrder } from "./create-purchase-order.mjs";
12
+ import { netsuiteCreateRecord } from "./create-record.mjs";
13
+ import { netsuiteCreateSalesOrder } from "./create-sales-order.mjs";
14
+ import { netsuiteCreateVendor } from "./create-vendor.mjs";
15
+ import { netsuiteCreateVendorBill } from "./create-vendor-bill.mjs";
16
+ import { netsuiteDeleteCustomer } from "./delete-customer.mjs";
17
+ import { netsuiteDeleteCustomerPayment } from "./delete-customer-payment.mjs";
18
+ import { netsuiteDeleteEmployee } from "./delete-employee.mjs";
19
+ import { netsuiteDeleteInvoice } from "./delete-invoice.mjs";
20
+ import { netsuiteDeleteItem } from "./delete-item.mjs";
21
+ import { netsuiteDeleteItemFulfillment } from "./delete-item-fulfillment.mjs";
22
+ import { netsuiteDeleteItemReceipt } from "./delete-item-receipt.mjs";
23
+ import { netsuiteDeleteJournalEntry } from "./delete-journal-entry.mjs";
24
+ import { netsuiteDeletePurchaseOrder } from "./delete-purchase-order.mjs";
25
+ import { netsuiteDeleteSalesOrder } from "./delete-sales-order.mjs";
26
+ import { netsuiteDeleteVendorPayment } from "./delete-vendor-payment.mjs";
27
+ import { netsuiteExecuteDataset } from "./execute-dataset.mjs";
28
+ import { netsuiteGetCustomer } from "./get-customer.mjs";
29
+ import { netsuiteGetCustomerPayment } from "./get-customer-payment.mjs";
30
+ import { netsuiteGetDatacenterUrls } from "./get-datacenter-urls.mjs";
31
+ import { netsuiteGetEmployee } from "./get-employee.mjs";
32
+ import { netsuiteGetGovernanceLimits } from "./get-governance-limits.mjs";
33
+ import { netsuiteGetInvoice } from "./get-invoice.mjs";
34
+ import { netsuiteGetItem } from "./get-item.mjs";
35
+ import { netsuiteGetItemFulfillment } from "./get-item-fulfillment.mjs";
36
+ import { netsuiteGetItemReceipt } from "./get-item-receipt.mjs";
37
+ import { netsuiteGetJournalEntry } from "./get-journal-entry.mjs";
38
+ import { netsuiteGetPurchaseOrder } from "./get-purchase-order.mjs";
39
+ import { netsuiteGetRecordMetadata } from "./get-record-metadata.mjs";
40
+ import { netsuiteGetReferenceSelectField } from "./get-reference-select-field.mjs";
41
+ import { netsuiteGetSalesOrder } from "./get-sales-order.mjs";
42
+ import { netsuiteGetServerTime } from "./get-server-time.mjs";
43
+ import { netsuiteGetSublistCollection } from "./get-sublist-collection.mjs";
44
+ import { netsuiteGetSublistLine } from "./get-sublist-line.mjs";
45
+ import { netsuiteGetSubrecord } from "./get-subrecord.mjs";
46
+ import { netsuiteGetVendor } from "./get-vendor.mjs";
47
+ import { netsuiteGetVendorBill } from "./get-vendor-bill.mjs";
48
+ import { netsuiteGetVendorPayment } from "./get-vendor-payment.mjs";
49
+ import { netsuiteListCustomerPayments } from "./list-customer-payments.mjs";
50
+ import { netsuiteListDatasets } from "./list-datasets.mjs";
51
+ import { netsuiteListEmployees } from "./list-employees.mjs";
52
+ import { netsuiteListIntegrations } from "./list-integrations.mjs";
53
+ import { netsuiteListInvoices } from "./list-invoices.mjs";
54
+ import { netsuiteListItemFulfillments } from "./list-item-fulfillments.mjs";
55
+ import { netsuiteListItemReceipts } from "./list-item-receipts.mjs";
56
+ import { netsuiteListJournalEntries } from "./list-journal-entries.mjs";
57
+ import { netsuiteListMetadataCatalog } from "./list-metadata-catalog.mjs";
58
+ import { netsuiteListPurchaseOrders } from "./list-purchase-orders.mjs";
59
+ import { netsuiteListRecords } from "./list-records.mjs";
60
+ import { netsuiteListSalesOrders } from "./list-sales-orders.mjs";
61
+ import { netsuiteListVendorPayments } from "./list-vendor-payments.mjs";
62
+ import { netsuiteOAuth2AuthorizeAccountDomain } from "./o-auth2-authorize-account-domain.mjs";
63
+ import { netsuiteOAuth2AuthorizeSystemDomain } from "./o-auth2-authorize-system-domain.mjs";
64
+ import { netsuiteOAuth2Logout } from "./o-auth2-logout.mjs";
65
+ import { netsuiteOAuth2RevokeRefreshToken } from "./o-auth2-revoke-refresh-token.mjs";
66
+ import { netsuiteOAuth2TokenAuthorizationCode } from "./o-auth2-token-authorization-code.mjs";
67
+ import { netsuiteOAuth2TokenClientCredentials } from "./o-auth2-token-client-credentials.mjs";
68
+ import { netsuiteOAuth2TokenRefresh } from "./o-auth2-token-refresh.mjs";
69
+ import { netsuiteOauth2GetJwksKeys } from "./oauth2-get-jwks-keys.mjs";
70
+ import { netsuiteRunSuiteqlQuery } from "./run-suiteql-query.mjs";
71
+ import { netsuiteTransformRecord } from "./transform-record.mjs";
72
+ import { netsuiteUpdateCustomer } from "./update-customer.mjs";
73
+ import { netsuiteUpdateCustomerPayment } from "./update-customer-payment.mjs";
74
+ import { netsuiteUpdateEmployee } from "./update-employee.mjs";
75
+ import { netsuiteUpdateInvoice } from "./update-invoice.mjs";
76
+ import { netsuiteUpdateItem } from "./update-item.mjs";
77
+ import { netsuiteUpdateItemFulfillment } from "./update-item-fulfillment.mjs";
78
+ import { netsuiteUpdateItemReceipt } from "./update-item-receipt.mjs";
79
+ import { netsuiteUpdateJournalEntry } from "./update-journal-entry.mjs";
80
+ import { netsuiteUpdatePurchaseOrder } from "./update-purchase-order.mjs";
81
+ import { netsuiteUpdateSalesOrder } from "./update-sales-order.mjs";
82
+ import { netsuiteUpdateVendor } from "./update-vendor.mjs";
83
+ import { netsuiteUpdateVendorBill } from "./update-vendor-bill.mjs";
84
+ import { netsuiteUpdateVendorPayment } from "./update-vendor-payment.mjs";
85
+ import { netsuiteUpsertRecordByExternalId } from "./upsert-record-by-external-id.mjs";
86
+ export { netsuiteAsyncGetJobStatus, netsuiteAsyncGetJobTask, netsuiteAsyncGetJobTaskResult, netsuiteCreateCustomer, netsuiteCreateCustomerPayment, netsuiteCreateEmployee, netsuiteCreateInvoice, netsuiteCreateItem, netsuiteCreateJournalEntry, netsuiteCreateJwtClientAssertion, netsuiteCreatePurchaseOrder, netsuiteCreateRecord, netsuiteCreateSalesOrder, netsuiteCreateVendor, netsuiteCreateVendorBill, netsuiteDeleteCustomer, netsuiteDeleteCustomerPayment, netsuiteDeleteEmployee, netsuiteDeleteInvoice, netsuiteDeleteItem, netsuiteDeleteItemFulfillment, netsuiteDeleteItemReceipt, netsuiteDeleteJournalEntry, netsuiteDeletePurchaseOrder, netsuiteDeleteSalesOrder, netsuiteDeleteVendorPayment, netsuiteExecuteDataset, netsuiteGetCustomer, netsuiteGetCustomerPayment, netsuiteGetDatacenterUrls, netsuiteGetEmployee, netsuiteGetGovernanceLimits, netsuiteGetInvoice, netsuiteGetItem, netsuiteGetItemFulfillment, netsuiteGetItemReceipt, netsuiteGetJournalEntry, netsuiteGetPurchaseOrder, netsuiteGetRecordMetadata, netsuiteGetReferenceSelectField, netsuiteGetSalesOrder, netsuiteGetServerTime, netsuiteGetSublistCollection, netsuiteGetSublistLine, netsuiteGetSubrecord, netsuiteGetVendor, netsuiteGetVendorBill, netsuiteGetVendorPayment, netsuiteListCustomerPayments, netsuiteListDatasets, netsuiteListEmployees, netsuiteListIntegrations, netsuiteListInvoices, netsuiteListItemFulfillments, netsuiteListItemReceipts, netsuiteListJournalEntries, netsuiteListMetadataCatalog, netsuiteListPurchaseOrders, netsuiteListRecords, netsuiteListSalesOrders, netsuiteListVendorPayments, netsuiteOAuth2AuthorizeAccountDomain, netsuiteOAuth2AuthorizeSystemDomain, netsuiteOAuth2Logout, netsuiteOAuth2RevokeRefreshToken, netsuiteOAuth2TokenAuthorizationCode, netsuiteOAuth2TokenClientCredentials, netsuiteOAuth2TokenRefresh, netsuiteOauth2GetJwksKeys, netsuiteRunSuiteqlQuery, netsuiteTransformRecord, netsuiteUpdateCustomer, netsuiteUpdateCustomerPayment, netsuiteUpdateEmployee, netsuiteUpdateInvoice, netsuiteUpdateItem, netsuiteUpdateItemFulfillment, netsuiteUpdateItemReceipt, netsuiteUpdateJournalEntry, netsuiteUpdatePurchaseOrder, netsuiteUpdateSalesOrder, netsuiteUpdateVendor, netsuiteUpdateVendorBill, netsuiteUpdateVendorPayment, netsuiteUpsertRecordByExternalId };
@@ -0,0 +1,86 @@
1
+ import { netsuiteAsyncGetJobStatus } from "./async-get-job-status.mjs";
2
+ import { netsuiteAsyncGetJobTask } from "./async-get-job-task.mjs";
3
+ import { netsuiteAsyncGetJobTaskResult } from "./async-get-job-task-result.mjs";
4
+ import { netsuiteCreateCustomer } from "./create-customer.mjs";
5
+ import { netsuiteCreateCustomerPayment } from "./create-customer-payment.mjs";
6
+ import { netsuiteCreateEmployee } from "./create-employee.mjs";
7
+ import { netsuiteCreateInvoice } from "./create-invoice.mjs";
8
+ import { netsuiteCreateItem } from "./create-item.mjs";
9
+ import { netsuiteCreateJournalEntry } from "./create-journal-entry.mjs";
10
+ import { netsuiteCreateJwtClientAssertion } from "./create-jwt-client-assertion.mjs";
11
+ import { netsuiteCreatePurchaseOrder } from "./create-purchase-order.mjs";
12
+ import { netsuiteCreateRecord } from "./create-record.mjs";
13
+ import { netsuiteCreateSalesOrder } from "./create-sales-order.mjs";
14
+ import { netsuiteCreateVendor } from "./create-vendor.mjs";
15
+ import { netsuiteCreateVendorBill } from "./create-vendor-bill.mjs";
16
+ import { netsuiteDeleteCustomer } from "./delete-customer.mjs";
17
+ import { netsuiteDeleteCustomerPayment } from "./delete-customer-payment.mjs";
18
+ import { netsuiteDeleteEmployee } from "./delete-employee.mjs";
19
+ import { netsuiteDeleteInvoice } from "./delete-invoice.mjs";
20
+ import { netsuiteDeleteItem } from "./delete-item.mjs";
21
+ import { netsuiteDeleteItemFulfillment } from "./delete-item-fulfillment.mjs";
22
+ import { netsuiteDeleteItemReceipt } from "./delete-item-receipt.mjs";
23
+ import { netsuiteDeleteJournalEntry } from "./delete-journal-entry.mjs";
24
+ import { netsuiteDeletePurchaseOrder } from "./delete-purchase-order.mjs";
25
+ import { netsuiteDeleteSalesOrder } from "./delete-sales-order.mjs";
26
+ import { netsuiteDeleteVendorPayment } from "./delete-vendor-payment.mjs";
27
+ import { netsuiteExecuteDataset } from "./execute-dataset.mjs";
28
+ import { netsuiteGetCustomer } from "./get-customer.mjs";
29
+ import { netsuiteGetCustomerPayment } from "./get-customer-payment.mjs";
30
+ import { netsuiteGetDatacenterUrls } from "./get-datacenter-urls.mjs";
31
+ import { netsuiteGetEmployee } from "./get-employee.mjs";
32
+ import { netsuiteGetGovernanceLimits } from "./get-governance-limits.mjs";
33
+ import { netsuiteGetInvoice } from "./get-invoice.mjs";
34
+ import { netsuiteGetItem } from "./get-item.mjs";
35
+ import { netsuiteGetItemFulfillment } from "./get-item-fulfillment.mjs";
36
+ import { netsuiteGetItemReceipt } from "./get-item-receipt.mjs";
37
+ import { netsuiteGetJournalEntry } from "./get-journal-entry.mjs";
38
+ import { netsuiteGetPurchaseOrder } from "./get-purchase-order.mjs";
39
+ import { netsuiteGetRecordMetadata } from "./get-record-metadata.mjs";
40
+ import { netsuiteGetReferenceSelectField } from "./get-reference-select-field.mjs";
41
+ import { netsuiteGetSalesOrder } from "./get-sales-order.mjs";
42
+ import { netsuiteGetServerTime } from "./get-server-time.mjs";
43
+ import { netsuiteGetSublistCollection } from "./get-sublist-collection.mjs";
44
+ import { netsuiteGetSublistLine } from "./get-sublist-line.mjs";
45
+ import { netsuiteGetSubrecord } from "./get-subrecord.mjs";
46
+ import { netsuiteGetVendor } from "./get-vendor.mjs";
47
+ import { netsuiteGetVendorBill } from "./get-vendor-bill.mjs";
48
+ import { netsuiteGetVendorPayment } from "./get-vendor-payment.mjs";
49
+ import { netsuiteListCustomerPayments } from "./list-customer-payments.mjs";
50
+ import { netsuiteListDatasets } from "./list-datasets.mjs";
51
+ import { netsuiteListEmployees } from "./list-employees.mjs";
52
+ import { netsuiteListIntegrations } from "./list-integrations.mjs";
53
+ import { netsuiteListInvoices } from "./list-invoices.mjs";
54
+ import { netsuiteListItemFulfillments } from "./list-item-fulfillments.mjs";
55
+ import { netsuiteListItemReceipts } from "./list-item-receipts.mjs";
56
+ import { netsuiteListJournalEntries } from "./list-journal-entries.mjs";
57
+ import { netsuiteListMetadataCatalog } from "./list-metadata-catalog.mjs";
58
+ import { netsuiteListPurchaseOrders } from "./list-purchase-orders.mjs";
59
+ import { netsuiteListRecords } from "./list-records.mjs";
60
+ import { netsuiteListSalesOrders } from "./list-sales-orders.mjs";
61
+ import { netsuiteListVendorPayments } from "./list-vendor-payments.mjs";
62
+ import { netsuiteOAuth2AuthorizeAccountDomain } from "./o-auth2-authorize-account-domain.mjs";
63
+ import { netsuiteOAuth2AuthorizeSystemDomain } from "./o-auth2-authorize-system-domain.mjs";
64
+ import { netsuiteOAuth2Logout } from "./o-auth2-logout.mjs";
65
+ import { netsuiteOAuth2RevokeRefreshToken } from "./o-auth2-revoke-refresh-token.mjs";
66
+ import { netsuiteOAuth2TokenAuthorizationCode } from "./o-auth2-token-authorization-code.mjs";
67
+ import { netsuiteOAuth2TokenClientCredentials } from "./o-auth2-token-client-credentials.mjs";
68
+ import { netsuiteOAuth2TokenRefresh } from "./o-auth2-token-refresh.mjs";
69
+ import { netsuiteOauth2GetJwksKeys } from "./oauth2-get-jwks-keys.mjs";
70
+ import { netsuiteRunSuiteqlQuery } from "./run-suiteql-query.mjs";
71
+ import { netsuiteTransformRecord } from "./transform-record.mjs";
72
+ import { netsuiteUpdateCustomer } from "./update-customer.mjs";
73
+ import { netsuiteUpdateCustomerPayment } from "./update-customer-payment.mjs";
74
+ import { netsuiteUpdateEmployee } from "./update-employee.mjs";
75
+ import { netsuiteUpdateInvoice } from "./update-invoice.mjs";
76
+ import { netsuiteUpdateItem } from "./update-item.mjs";
77
+ import { netsuiteUpdateItemFulfillment } from "./update-item-fulfillment.mjs";
78
+ import { netsuiteUpdateItemReceipt } from "./update-item-receipt.mjs";
79
+ import { netsuiteUpdateJournalEntry } from "./update-journal-entry.mjs";
80
+ import { netsuiteUpdatePurchaseOrder } from "./update-purchase-order.mjs";
81
+ import { netsuiteUpdateSalesOrder } from "./update-sales-order.mjs";
82
+ import { netsuiteUpdateVendor } from "./update-vendor.mjs";
83
+ import { netsuiteUpdateVendorBill } from "./update-vendor-bill.mjs";
84
+ import { netsuiteUpdateVendorPayment } from "./update-vendor-payment.mjs";
85
+ import { netsuiteUpsertRecordByExternalId } from "./upsert-record-by-external-id.mjs";
86
+ export { netsuiteAsyncGetJobStatus, netsuiteAsyncGetJobTask, netsuiteAsyncGetJobTaskResult, netsuiteCreateCustomer, netsuiteCreateCustomerPayment, netsuiteCreateEmployee, netsuiteCreateInvoice, netsuiteCreateItem, netsuiteCreateJournalEntry, netsuiteCreateJwtClientAssertion, netsuiteCreatePurchaseOrder, netsuiteCreateRecord, netsuiteCreateSalesOrder, netsuiteCreateVendor, netsuiteCreateVendorBill, netsuiteDeleteCustomer, netsuiteDeleteCustomerPayment, netsuiteDeleteEmployee, netsuiteDeleteInvoice, netsuiteDeleteItem, netsuiteDeleteItemFulfillment, netsuiteDeleteItemReceipt, netsuiteDeleteJournalEntry, netsuiteDeletePurchaseOrder, netsuiteDeleteSalesOrder, netsuiteDeleteVendorPayment, netsuiteExecuteDataset, netsuiteGetCustomer, netsuiteGetCustomerPayment, netsuiteGetDatacenterUrls, netsuiteGetEmployee, netsuiteGetGovernanceLimits, netsuiteGetInvoice, netsuiteGetItem, netsuiteGetItemFulfillment, netsuiteGetItemReceipt, netsuiteGetJournalEntry, netsuiteGetPurchaseOrder, netsuiteGetRecordMetadata, netsuiteGetReferenceSelectField, netsuiteGetSalesOrder, netsuiteGetServerTime, netsuiteGetSublistCollection, netsuiteGetSublistLine, netsuiteGetSubrecord, netsuiteGetVendor, netsuiteGetVendorBill, netsuiteGetVendorPayment, netsuiteListCustomerPayments, netsuiteListDatasets, netsuiteListEmployees, netsuiteListIntegrations, netsuiteListInvoices, netsuiteListItemFulfillments, netsuiteListItemReceipts, netsuiteListJournalEntries, netsuiteListMetadataCatalog, netsuiteListPurchaseOrders, netsuiteListRecords, netsuiteListSalesOrders, netsuiteListVendorPayments, netsuiteOAuth2AuthorizeAccountDomain, netsuiteOAuth2AuthorizeSystemDomain, netsuiteOAuth2Logout, netsuiteOAuth2RevokeRefreshToken, netsuiteOAuth2TokenAuthorizationCode, netsuiteOAuth2TokenClientCredentials, netsuiteOAuth2TokenRefresh, netsuiteOauth2GetJwksKeys, netsuiteRunSuiteqlQuery, netsuiteTransformRecord, netsuiteUpdateCustomer, netsuiteUpdateCustomerPayment, netsuiteUpdateEmployee, netsuiteUpdateInvoice, netsuiteUpdateItem, netsuiteUpdateItemFulfillment, netsuiteUpdateItemReceipt, netsuiteUpdateJournalEntry, netsuiteUpdatePurchaseOrder, netsuiteUpdateSalesOrder, netsuiteUpdateVendor, netsuiteUpdateVendorBill, netsuiteUpdateVendorPayment, netsuiteUpsertRecordByExternalId };
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-customer-payments.ts
4
+ const NetsuiteListCustomerPaymentsInput = zod.z.object({
5
+ q: zod.z.string().describe("Filter expression using N/query operators; e.g., 'dateCreated ON_OR_AFTER \"2025-01-01\"'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.").optional(),
6
+ limit: zod.z.number().int().describe("Maximum number of records per page (1–1000); default is 1000.").optional(),
7
+ offset: zod.z.number().int().describe("Zero-based index of first record in page; must be divisible by limit.").optional()
8
+ }).describe("Query parameters for LIST_CUSTOMER_PAYMENTS:\n- q: optional filter expression using N/query operators (AND/OR, parentheses).\n- limit: optional page size (1–1000; default 1000).\n- offset: optional zero-based start index; if provided, must be divisible by limit.");
9
+ const NetsuiteListCustomerPayments_LinkSchema = zod.z.object({
10
+ rel: zod.z.string().describe("Navigation relation (self, next, prev, first, last)"),
11
+ href: zod.z.string().describe("URL for the linked resource")
12
+ });
13
+ const NetsuiteListCustomerPayments_CustomerPaymentListItemSchema = zod.z.object({
14
+ id: zod.z.string().describe("Internal ID of the customer payment record"),
15
+ links: zod.z.array(NetsuiteListCustomerPayments_LinkSchema).describe("HATEOAS link(s) for this customer payment record")
16
+ });
17
+ const NetsuiteListCustomerPaymentsOutput = zod.z.object({
18
+ count: zod.z.number().int().describe("Number of items in this page").nullable().optional(),
19
+ items: zod.z.array(NetsuiteListCustomerPayments_CustomerPaymentListItemSchema).describe("List of customer payment result items"),
20
+ links: zod.z.array(NetsuiteListCustomerPayments_LinkSchema).describe("Paging navigation links"),
21
+ offset: zod.z.number().int().describe("Offset used for this page").nullable().optional(),
22
+ hasMore: zod.z.boolean().describe("True if additional pages exist").nullable().optional(),
23
+ totalResults: zod.z.number().int().describe("Total number of matching records").nullable().optional()
24
+ });
25
+ const netsuiteListCustomerPayments = require_action.action("NETSUITE_LIST_CUSTOMER_PAYMENTS", {
26
+ slug: "netsuite-list-customer-payments",
27
+ name: "List Customer Payments",
28
+ description: "Tool to list customer payment records. Use when you need to retrieve payments with optional filtering and pagination after establishing a valid NetSuite connection.",
29
+ input: NetsuiteListCustomerPaymentsInput,
30
+ output: NetsuiteListCustomerPaymentsOutput
31
+ });
32
+ //#endregion
33
+ exports.netsuiteListCustomerPayments = netsuiteListCustomerPayments;
34
+
35
+ //# sourceMappingURL=list-customer-payments.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-customer-payments.cjs","names":["z","action"],"sources":["../../src/actions/list-customer-payments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteListCustomerPaymentsInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Filter expression using N/query operators; e.g., 'dateCreated ON_OR_AFTER \\\"2025-01-01\\\"'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.\").optional(),\n limit: z.number().int().describe(\"Maximum number of records per page (1–1000); default is 1000.\").optional(),\n offset: z.number().int().describe(\"Zero-based index of first record in page; must be divisible by limit.\").optional(),\n}).describe(\"Query parameters for LIST_CUSTOMER_PAYMENTS:\\n- q: optional filter expression using N/query operators (AND/OR, parentheses).\\n- limit: optional page size (1–1000; default 1000).\\n- offset: optional zero-based start index; if provided, must be divisible by limit.\");\nconst NetsuiteListCustomerPayments_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Navigation relation (self, next, prev, first, last)\"),\n href: z.string().describe(\"URL for the linked resource\"),\n});\nconst NetsuiteListCustomerPayments_CustomerPaymentListItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the customer payment record\"),\n links: z.array(NetsuiteListCustomerPayments_LinkSchema).describe(\"HATEOAS link(s) for this customer payment record\"),\n});\nexport const NetsuiteListCustomerPaymentsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of items in this page\").nullable().optional(),\n items: z.array(NetsuiteListCustomerPayments_CustomerPaymentListItemSchema).describe(\"List of customer payment result items\"),\n links: z.array(NetsuiteListCustomerPayments_LinkSchema).describe(\"Paging navigation links\"),\n offset: z.number().int().describe(\"Offset used for this page\").nullable().optional(),\n hasMore: z.boolean().describe(\"True if additional pages exist\").nullable().optional(),\n totalResults: z.number().int().describe(\"Total number of matching records\").nullable().optional(),\n});\n\nexport const netsuiteListCustomerPayments = action(\"NETSUITE_LIST_CUSTOMER_PAYMENTS\", {\n slug: \"netsuite-list-customer-payments\",\n name: \"List Customer Payments\",\n description: \"Tool to list customer payment records. Use when you need to retrieve payments with optional filtering and pagination after establishing a valid NetSuite connection.\",\n input: NetsuiteListCustomerPaymentsInput,\n output: NetsuiteListCustomerPaymentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wKAAwK,CAAC,CAAC,SAAS;CAC1M,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC3G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,wQAAwQ;AACpR,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzD,CAAC;AACD,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,kDAAkD;AACrH,CAAC;AACD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,uCAAuC;CAC3H,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yBAAyB;CAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-customer-payments.d.ts
4
+ declare const NetsuiteListCustomerPaymentsInput: z.ZodTypeAny;
5
+ declare const NetsuiteListCustomerPaymentsOutput: z.ZodTypeAny;
6
+ declare const netsuiteListCustomerPayments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteListCustomerPayments };
9
+ //# sourceMappingURL=list-customer-payments.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-customer-payments.d.cts","names":[],"sources":["../../src/actions/list-customer-payments.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAImO;AAAA,cASxQ,kCAAA,EAAoC,CAAA,CAAE,UAOjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-customer-payments.d.ts
4
+ declare const NetsuiteListCustomerPaymentsInput: z.ZodTypeAny;
5
+ declare const NetsuiteListCustomerPaymentsOutput: z.ZodTypeAny;
6
+ declare const netsuiteListCustomerPayments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteListCustomerPayments };
9
+ //# sourceMappingURL=list-customer-payments.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-customer-payments.d.mts","names":[],"sources":["../../src/actions/list-customer-payments.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAImO;AAAA,cASxQ,kCAAA,EAAoC,CAAA,CAAE,UAOjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-customer-payments.ts
4
+ const NetsuiteListCustomerPaymentsInput = z.object({
5
+ q: z.string().describe("Filter expression using N/query operators; e.g., 'dateCreated ON_OR_AFTER \"2025-01-01\"'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.").optional(),
6
+ limit: z.number().int().describe("Maximum number of records per page (1–1000); default is 1000.").optional(),
7
+ offset: z.number().int().describe("Zero-based index of first record in page; must be divisible by limit.").optional()
8
+ }).describe("Query parameters for LIST_CUSTOMER_PAYMENTS:\n- q: optional filter expression using N/query operators (AND/OR, parentheses).\n- limit: optional page size (1–1000; default 1000).\n- offset: optional zero-based start index; if provided, must be divisible by limit.");
9
+ const NetsuiteListCustomerPayments_LinkSchema = z.object({
10
+ rel: z.string().describe("Navigation relation (self, next, prev, first, last)"),
11
+ href: z.string().describe("URL for the linked resource")
12
+ });
13
+ const NetsuiteListCustomerPayments_CustomerPaymentListItemSchema = z.object({
14
+ id: z.string().describe("Internal ID of the customer payment record"),
15
+ links: z.array(NetsuiteListCustomerPayments_LinkSchema).describe("HATEOAS link(s) for this customer payment record")
16
+ });
17
+ const netsuiteListCustomerPayments = action("NETSUITE_LIST_CUSTOMER_PAYMENTS", {
18
+ slug: "netsuite-list-customer-payments",
19
+ name: "List Customer Payments",
20
+ description: "Tool to list customer payment records. Use when you need to retrieve payments with optional filtering and pagination after establishing a valid NetSuite connection.",
21
+ input: NetsuiteListCustomerPaymentsInput,
22
+ output: z.object({
23
+ count: z.number().int().describe("Number of items in this page").nullable().optional(),
24
+ items: z.array(NetsuiteListCustomerPayments_CustomerPaymentListItemSchema).describe("List of customer payment result items"),
25
+ links: z.array(NetsuiteListCustomerPayments_LinkSchema).describe("Paging navigation links"),
26
+ offset: z.number().int().describe("Offset used for this page").nullable().optional(),
27
+ hasMore: z.boolean().describe("True if additional pages exist").nullable().optional(),
28
+ totalResults: z.number().int().describe("Total number of matching records").nullable().optional()
29
+ })
30
+ });
31
+ //#endregion
32
+ export { netsuiteListCustomerPayments };
33
+
34
+ //# sourceMappingURL=list-customer-payments.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-customer-payments.mjs","names":[],"sources":["../../src/actions/list-customer-payments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteListCustomerPaymentsInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Filter expression using N/query operators; e.g., 'dateCreated ON_OR_AFTER \\\"2025-01-01\\\"'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.\").optional(),\n limit: z.number().int().describe(\"Maximum number of records per page (1–1000); default is 1000.\").optional(),\n offset: z.number().int().describe(\"Zero-based index of first record in page; must be divisible by limit.\").optional(),\n}).describe(\"Query parameters for LIST_CUSTOMER_PAYMENTS:\\n- q: optional filter expression using N/query operators (AND/OR, parentheses).\\n- limit: optional page size (1–1000; default 1000).\\n- offset: optional zero-based start index; if provided, must be divisible by limit.\");\nconst NetsuiteListCustomerPayments_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Navigation relation (self, next, prev, first, last)\"),\n href: z.string().describe(\"URL for the linked resource\"),\n});\nconst NetsuiteListCustomerPayments_CustomerPaymentListItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the customer payment record\"),\n links: z.array(NetsuiteListCustomerPayments_LinkSchema).describe(\"HATEOAS link(s) for this customer payment record\"),\n});\nexport const NetsuiteListCustomerPaymentsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of items in this page\").nullable().optional(),\n items: z.array(NetsuiteListCustomerPayments_CustomerPaymentListItemSchema).describe(\"List of customer payment result items\"),\n links: z.array(NetsuiteListCustomerPayments_LinkSchema).describe(\"Paging navigation links\"),\n offset: z.number().int().describe(\"Offset used for this page\").nullable().optional(),\n hasMore: z.boolean().describe(\"True if additional pages exist\").nullable().optional(),\n totalResults: z.number().int().describe(\"Total number of matching records\").nullable().optional(),\n});\n\nexport const netsuiteListCustomerPayments = action(\"NETSUITE_LIST_CUSTOMER_PAYMENTS\", {\n slug: \"netsuite-list-customer-payments\",\n name: \"List Customer Payments\",\n description: \"Tool to list customer payment records. Use when you need to retrieve payments with optional filtering and pagination after establishing a valid NetSuite connection.\",\n input: NetsuiteListCustomerPaymentsInput,\n output: NetsuiteListCustomerPaymentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,wKAAwK,CAAC,CAAC,SAAS;CAC1M,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC3G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,wQAAwQ;AACpR,MAAM,0CAAwD,EAAE,OAAO;CACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzD,CAAC;AACD,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,kDAAkD;AACrH,CAAC;AAUD,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd8D,EAAE,OAAO;EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,uCAAuC;EAC3H,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,yBAAyB;EAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAOU;AACV,CAAC"}
@@ -0,0 +1,40 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-datasets.ts
4
+ const NetsuiteListDatasetsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of datasets per page (1–1000); default is 1000.").optional(),
6
+ offset: zod.z.number().int().describe("Zero-based index of first dataset in page; must be divisible by limit.").optional()
7
+ }).describe("Query parameters for LIST_DATASETS:\n- limit: optional page size (1–1000; default 1000).\n- offset: optional zero-based start index; if provided, must be divisible by limit.");
8
+ const NetsuiteListDatasets_RecordTypeInfoSchema = zod.z.object({
9
+ id: zod.z.string().describe("Internal ID of the record type"),
10
+ name: zod.z.string().describe("Name of the record type").nullable().optional()
11
+ });
12
+ const NetsuiteListDatasets_DatasetSummarySchema = zod.z.object({
13
+ id: zod.z.string().describe("Internal ID of the dataset"),
14
+ name: zod.z.string().describe("Name of the dataset"),
15
+ recordType: NetsuiteListDatasets_RecordTypeInfoSchema.nullable().optional(),
16
+ description: zod.z.string().describe("Description of the dataset").nullable().optional()
17
+ });
18
+ const NetsuiteListDatasets_LinkSchema = zod.z.object({
19
+ rel: zod.z.string().describe("Navigation relation (self, next, prev, first, last)"),
20
+ href: zod.z.string().describe("URL for the linked resource")
21
+ });
22
+ const NetsuiteListDatasetsOutput = zod.z.object({
23
+ count: zod.z.number().int().describe("Number of items in this page").nullable().optional(),
24
+ items: zod.z.array(NetsuiteListDatasets_DatasetSummarySchema).describe("List of dataset summary items"),
25
+ links: zod.z.array(NetsuiteListDatasets_LinkSchema).describe("Paging navigation links"),
26
+ offset: zod.z.number().int().describe("Offset used for this page").nullable().optional(),
27
+ hasMore: zod.z.boolean().describe("True if additional pages exist").nullable().optional(),
28
+ totalResults: zod.z.number().int().describe("Total number of datasets across pages").nullable().optional()
29
+ });
30
+ const netsuiteListDatasets = require_action.action("NETSUITE_LIST_DATASETS", {
31
+ slug: "netsuite-list-datasets",
32
+ name: "List Datasets",
33
+ description: "Tool to list SuiteAnalytics Workbook datasets. Use when you need to retrieve datasets with optional pagination after establishing a valid NetSuite connection.",
34
+ input: NetsuiteListDatasetsInput,
35
+ output: NetsuiteListDatasetsOutput
36
+ });
37
+ //#endregion
38
+ exports.netsuiteListDatasets = netsuiteListDatasets;
39
+
40
+ //# sourceMappingURL=list-datasets.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-datasets.cjs","names":["z","action"],"sources":["../../src/actions/list-datasets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteListDatasetsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of datasets per page (1–1000); default is 1000.\").optional(),\n offset: z.number().int().describe(\"Zero-based index of first dataset in page; must be divisible by limit.\").optional(),\n}).describe(\"Query parameters for LIST_DATASETS:\\n- limit: optional page size (1–1000; default 1000).\\n- offset: optional zero-based start index; if provided, must be divisible by limit.\");\nconst NetsuiteListDatasets_RecordTypeInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the record type\"),\n name: z.string().describe(\"Name of the record type\").nullable().optional(),\n});\nconst NetsuiteListDatasets_DatasetSummarySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the dataset\"),\n name: z.string().describe(\"Name of the dataset\"),\n recordType: NetsuiteListDatasets_RecordTypeInfoSchema.nullable().optional(),\n description: z.string().describe(\"Description of the dataset\").nullable().optional(),\n});\nconst NetsuiteListDatasets_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Navigation relation (self, next, prev, first, last)\"),\n href: z.string().describe(\"URL for the linked resource\"),\n});\nexport const NetsuiteListDatasetsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of items in this page\").nullable().optional(),\n items: z.array(NetsuiteListDatasets_DatasetSummarySchema).describe(\"List of dataset summary items\"),\n links: z.array(NetsuiteListDatasets_LinkSchema).describe(\"Paging navigation links\"),\n offset: z.number().int().describe(\"Offset used for this page\").nullable().optional(),\n hasMore: z.boolean().describe(\"True if additional pages exist\").nullable().optional(),\n totalResults: z.number().int().describe(\"Total number of datasets across pages\").nullable().optional(),\n});\n\nexport const netsuiteListDatasets = action(\"NETSUITE_LIST_DATASETS\", {\n slug: \"netsuite-list-datasets\",\n name: \"List Datasets\",\n description: \"Tool to list SuiteAnalytics Workbook datasets. Use when you need to retrieve datasets with optional pagination after establishing a valid NetSuite connection.\",\n input: NetsuiteListDatasetsInput,\n output: NetsuiteListDatasetsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC5G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,+KAA+K;AAC3L,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC;AACD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC;AACD,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzD,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+BAA+B;CAClG,OAAOA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,yBAAyB;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-datasets.d.ts
4
+ declare const NetsuiteListDatasetsInput: z.ZodTypeAny;
5
+ declare const NetsuiteListDatasetsOutput: z.ZodTypeAny;
6
+ declare const netsuiteListDatasets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteListDatasets };
9
+ //# sourceMappingURL=list-datasets.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-datasets.d.cts","names":[],"sources":["../../src/actions/list-datasets.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGkJ;AAAA,cAe/K,0BAAA,EAA4B,CAAA,CAAE,UAOzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-datasets.d.ts
4
+ declare const NetsuiteListDatasetsInput: z.ZodTypeAny;
5
+ declare const NetsuiteListDatasetsOutput: z.ZodTypeAny;
6
+ declare const netsuiteListDatasets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteListDatasets };
9
+ //# sourceMappingURL=list-datasets.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-datasets.d.mts","names":[],"sources":["../../src/actions/list-datasets.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGkJ;AAAA,cAe/K,0BAAA,EAA4B,CAAA,CAAE,UAOzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,39 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-datasets.ts
4
+ const NetsuiteListDatasetsInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of datasets per page (1–1000); default is 1000.").optional(),
6
+ offset: z.number().int().describe("Zero-based index of first dataset in page; must be divisible by limit.").optional()
7
+ }).describe("Query parameters for LIST_DATASETS:\n- limit: optional page size (1–1000; default 1000).\n- offset: optional zero-based start index; if provided, must be divisible by limit.");
8
+ const NetsuiteListDatasets_RecordTypeInfoSchema = z.object({
9
+ id: z.string().describe("Internal ID of the record type"),
10
+ name: z.string().describe("Name of the record type").nullable().optional()
11
+ });
12
+ const NetsuiteListDatasets_DatasetSummarySchema = z.object({
13
+ id: z.string().describe("Internal ID of the dataset"),
14
+ name: z.string().describe("Name of the dataset"),
15
+ recordType: NetsuiteListDatasets_RecordTypeInfoSchema.nullable().optional(),
16
+ description: z.string().describe("Description of the dataset").nullable().optional()
17
+ });
18
+ const NetsuiteListDatasets_LinkSchema = z.object({
19
+ rel: z.string().describe("Navigation relation (self, next, prev, first, last)"),
20
+ href: z.string().describe("URL for the linked resource")
21
+ });
22
+ const netsuiteListDatasets = action("NETSUITE_LIST_DATASETS", {
23
+ slug: "netsuite-list-datasets",
24
+ name: "List Datasets",
25
+ description: "Tool to list SuiteAnalytics Workbook datasets. Use when you need to retrieve datasets with optional pagination after establishing a valid NetSuite connection.",
26
+ input: NetsuiteListDatasetsInput,
27
+ output: z.object({
28
+ count: z.number().int().describe("Number of items in this page").nullable().optional(),
29
+ items: z.array(NetsuiteListDatasets_DatasetSummarySchema).describe("List of dataset summary items"),
30
+ links: z.array(NetsuiteListDatasets_LinkSchema).describe("Paging navigation links"),
31
+ offset: z.number().int().describe("Offset used for this page").nullable().optional(),
32
+ hasMore: z.boolean().describe("True if additional pages exist").nullable().optional(),
33
+ totalResults: z.number().int().describe("Total number of datasets across pages").nullable().optional()
34
+ })
35
+ });
36
+ //#endregion
37
+ export { netsuiteListDatasets };
38
+
39
+ //# sourceMappingURL=list-datasets.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-datasets.mjs","names":[],"sources":["../../src/actions/list-datasets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteListDatasetsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of datasets per page (1–1000); default is 1000.\").optional(),\n offset: z.number().int().describe(\"Zero-based index of first dataset in page; must be divisible by limit.\").optional(),\n}).describe(\"Query parameters for LIST_DATASETS:\\n- limit: optional page size (1–1000; default 1000).\\n- offset: optional zero-based start index; if provided, must be divisible by limit.\");\nconst NetsuiteListDatasets_RecordTypeInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the record type\"),\n name: z.string().describe(\"Name of the record type\").nullable().optional(),\n});\nconst NetsuiteListDatasets_DatasetSummarySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the dataset\"),\n name: z.string().describe(\"Name of the dataset\"),\n recordType: NetsuiteListDatasets_RecordTypeInfoSchema.nullable().optional(),\n description: z.string().describe(\"Description of the dataset\").nullable().optional(),\n});\nconst NetsuiteListDatasets_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Navigation relation (self, next, prev, first, last)\"),\n href: z.string().describe(\"URL for the linked resource\"),\n});\nexport const NetsuiteListDatasetsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of items in this page\").nullable().optional(),\n items: z.array(NetsuiteListDatasets_DatasetSummarySchema).describe(\"List of dataset summary items\"),\n links: z.array(NetsuiteListDatasets_LinkSchema).describe(\"Paging navigation links\"),\n offset: z.number().int().describe(\"Offset used for this page\").nullable().optional(),\n hasMore: z.boolean().describe(\"True if additional pages exist\").nullable().optional(),\n totalResults: z.number().int().describe(\"Total number of datasets across pages\").nullable().optional(),\n});\n\nexport const netsuiteListDatasets = action(\"NETSUITE_LIST_DATASETS\", {\n slug: \"netsuite-list-datasets\",\n name: \"List Datasets\",\n description: \"Tool to list SuiteAnalytics Workbook datasets. Use when you need to retrieve datasets with optional pagination after establishing a valid NetSuite connection.\",\n input: NetsuiteListDatasetsInput,\n output: NetsuiteListDatasetsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC5G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,+KAA+K;AAC3L,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC;AACD,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,YAAY,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC;AACD,MAAM,kCAAgD,EAAE,OAAO;CAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzD,CAAC;AAUD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdsD,EAAE,OAAO;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,+BAA+B;EAClG,OAAO,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,yBAAyB;EAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAOU;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-employees.ts
4
+ const NetsuiteListEmployeesInput = zod.z.object({
5
+ q: zod.z.string().describe("Filter expression using Record Collection Filtering operators; e.g., 'supervisor EQUAL 13'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.").optional(),
6
+ limit: zod.z.number().int().describe("Maximum number of records per page (1 61000); default is 1000.").optional(),
7
+ offset: zod.z.number().int().describe("Zero-based index of first record in page; must be divisible by limit.").optional()
8
+ }).describe("Query parameters for LIST_EMPLOYEES:\n- q: optional filter expression using Record Collection Filtering operators.\n- limit: optional page size (1-1000; default 1000).\n- offset: optional zero-based start index; if provided, must be divisible by limit.");
9
+ const NetsuiteListEmployees_LinkSchema = zod.z.object({
10
+ rel: zod.z.string().describe("Navigation relation (self, next, prev, first, last)"),
11
+ href: zod.z.string().describe("URL for the linked resource")
12
+ });
13
+ const NetsuiteListEmployees_EmployeeListItemSchema = zod.z.object({
14
+ id: zod.z.string().describe("Internal ID of the employee record"),
15
+ links: zod.z.array(NetsuiteListEmployees_LinkSchema).describe("HATEOAS link(s) for this employee record")
16
+ });
17
+ const NetsuiteListEmployeesOutput = zod.z.object({
18
+ count: zod.z.number().int().describe("Number of items in this page").nullable().optional(),
19
+ items: zod.z.array(NetsuiteListEmployees_EmployeeListItemSchema).describe("List of employee result items"),
20
+ links: zod.z.array(NetsuiteListEmployees_LinkSchema).describe("Paging navigation links"),
21
+ offset: zod.z.number().int().describe("Offset used for this page").nullable().optional(),
22
+ hasMore: zod.z.boolean().describe("True if additional pages exist").nullable().optional(),
23
+ totalResults: zod.z.number().int().describe("Total number of matching records").nullable().optional()
24
+ });
25
+ const netsuiteListEmployees = require_action.action("NETSUITE_LIST_EMPLOYEES", {
26
+ slug: "netsuite-list-employees",
27
+ name: "List Employees",
28
+ description: "Tool to list employee records. Use when you need to retrieve multiple employees with optional filtering and pagination after establishing a valid NetSuite connection.",
29
+ input: NetsuiteListEmployeesInput,
30
+ output: NetsuiteListEmployeesOutput
31
+ });
32
+ //#endregion
33
+ exports.netsuiteListEmployees = netsuiteListEmployees;
34
+
35
+ //# sourceMappingURL=list-employees.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-employees.cjs","names":["z","action"],"sources":["../../src/actions/list-employees.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteListEmployeesInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Filter expression using Record Collection Filtering operators; e.g., 'supervisor EQUAL 13'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.\").optional(),\n limit: z.number().int().describe(\"Maximum number of records per page (1\\t61000); default is 1000.\").optional(),\n offset: z.number().int().describe(\"Zero-based index of first record in page; must be divisible by limit.\").optional(),\n}).describe(\"Query parameters for LIST_EMPLOYEES:\\n- q: optional filter expression using Record Collection Filtering operators.\\n- limit: optional page size (1-1000; default 1000).\\n- offset: optional zero-based start index; if provided, must be divisible by limit.\");\nconst NetsuiteListEmployees_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Navigation relation (self, next, prev, first, last)\"),\n href: z.string().describe(\"URL for the linked resource\"),\n});\nconst NetsuiteListEmployees_EmployeeListItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the employee record\"),\n links: z.array(NetsuiteListEmployees_LinkSchema).describe(\"HATEOAS link(s) for this employee record\"),\n});\nexport const NetsuiteListEmployeesOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of items in this page\").nullable().optional(),\n items: z.array(NetsuiteListEmployees_EmployeeListItemSchema).describe(\"List of employee result items\"),\n links: z.array(NetsuiteListEmployees_LinkSchema).describe(\"Paging navigation links\"),\n offset: z.number().int().describe(\"Offset used for this page\").nullable().optional(),\n hasMore: z.boolean().describe(\"True if additional pages exist\").nullable().optional(),\n totalResults: z.number().int().describe(\"Total number of matching records\").nullable().optional(),\n});\n\nexport const netsuiteListEmployees = action(\"NETSUITE_LIST_EMPLOYEES\", {\n slug: \"netsuite-list-employees\",\n name: \"List Employees\",\n description: \"Tool to list employee records. Use when you need to retrieve multiple employees with optional filtering and pagination after establishing a valid NetSuite connection.\",\n input: NetsuiteListEmployeesInput,\n output: NetsuiteListEmployeesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,CAAC,CAAC,SAAS;CAC3M,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAiE,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,8PAA8P;AAC1Q,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzD,CAAC;AACD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,OAAOA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,0CAA0C;AACtG,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,+BAA+B;CACrG,OAAOA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,yBAAyB;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-employees.d.ts
4
+ declare const NetsuiteListEmployeesInput: z.ZodTypeAny;
5
+ declare const NetsuiteListEmployeesOutput: z.ZodTypeAny;
6
+ declare const netsuiteListEmployees: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteListEmployees };
9
+ //# sourceMappingURL=list-employees.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-employees.d.cts","names":[],"sources":["../../src/actions/list-employees.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIgO;AAAA,cAS9P,2BAAA,EAA6B,CAAA,CAAE,UAO1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-employees.d.ts
4
+ declare const NetsuiteListEmployeesInput: z.ZodTypeAny;
5
+ declare const NetsuiteListEmployeesOutput: z.ZodTypeAny;
6
+ declare const netsuiteListEmployees: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteListEmployees };
9
+ //# sourceMappingURL=list-employees.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-employees.d.mts","names":[],"sources":["../../src/actions/list-employees.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIgO;AAAA,cAS9P,2BAAA,EAA6B,CAAA,CAAE,UAO1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-employees.ts
4
+ const NetsuiteListEmployeesInput = z.object({
5
+ q: z.string().describe("Filter expression using Record Collection Filtering operators; e.g., 'supervisor EQUAL 13'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.").optional(),
6
+ limit: z.number().int().describe("Maximum number of records per page (1 61000); default is 1000.").optional(),
7
+ offset: z.number().int().describe("Zero-based index of first record in page; must be divisible by limit.").optional()
8
+ }).describe("Query parameters for LIST_EMPLOYEES:\n- q: optional filter expression using Record Collection Filtering operators.\n- limit: optional page size (1-1000; default 1000).\n- offset: optional zero-based start index; if provided, must be divisible by limit.");
9
+ const NetsuiteListEmployees_LinkSchema = z.object({
10
+ rel: z.string().describe("Navigation relation (self, next, prev, first, last)"),
11
+ href: z.string().describe("URL for the linked resource")
12
+ });
13
+ const NetsuiteListEmployees_EmployeeListItemSchema = z.object({
14
+ id: z.string().describe("Internal ID of the employee record"),
15
+ links: z.array(NetsuiteListEmployees_LinkSchema).describe("HATEOAS link(s) for this employee record")
16
+ });
17
+ const netsuiteListEmployees = action("NETSUITE_LIST_EMPLOYEES", {
18
+ slug: "netsuite-list-employees",
19
+ name: "List Employees",
20
+ description: "Tool to list employee records. Use when you need to retrieve multiple employees with optional filtering and pagination after establishing a valid NetSuite connection.",
21
+ input: NetsuiteListEmployeesInput,
22
+ output: z.object({
23
+ count: z.number().int().describe("Number of items in this page").nullable().optional(),
24
+ items: z.array(NetsuiteListEmployees_EmployeeListItemSchema).describe("List of employee result items"),
25
+ links: z.array(NetsuiteListEmployees_LinkSchema).describe("Paging navigation links"),
26
+ offset: z.number().int().describe("Offset used for this page").nullable().optional(),
27
+ hasMore: z.boolean().describe("True if additional pages exist").nullable().optional(),
28
+ totalResults: z.number().int().describe("Total number of matching records").nullable().optional()
29
+ })
30
+ });
31
+ //#endregion
32
+ export { netsuiteListEmployees };
33
+
34
+ //# sourceMappingURL=list-employees.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-employees.mjs","names":[],"sources":["../../src/actions/list-employees.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteListEmployeesInput: z.ZodTypeAny = z.object({\n q: z.string().describe(\"Filter expression using Record Collection Filtering operators; e.g., 'supervisor EQUAL 13'. Logical AND/OR and parentheses supported. Wrap multi-word values in quotes.\").optional(),\n limit: z.number().int().describe(\"Maximum number of records per page (1\\t61000); default is 1000.\").optional(),\n offset: z.number().int().describe(\"Zero-based index of first record in page; must be divisible by limit.\").optional(),\n}).describe(\"Query parameters for LIST_EMPLOYEES:\\n- q: optional filter expression using Record Collection Filtering operators.\\n- limit: optional page size (1-1000; default 1000).\\n- offset: optional zero-based start index; if provided, must be divisible by limit.\");\nconst NetsuiteListEmployees_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Navigation relation (self, next, prev, first, last)\"),\n href: z.string().describe(\"URL for the linked resource\"),\n});\nconst NetsuiteListEmployees_EmployeeListItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the employee record\"),\n links: z.array(NetsuiteListEmployees_LinkSchema).describe(\"HATEOAS link(s) for this employee record\"),\n});\nexport const NetsuiteListEmployeesOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of items in this page\").nullable().optional(),\n items: z.array(NetsuiteListEmployees_EmployeeListItemSchema).describe(\"List of employee result items\"),\n links: z.array(NetsuiteListEmployees_LinkSchema).describe(\"Paging navigation links\"),\n offset: z.number().int().describe(\"Offset used for this page\").nullable().optional(),\n hasMore: z.boolean().describe(\"True if additional pages exist\").nullable().optional(),\n totalResults: z.number().int().describe(\"Total number of matching records\").nullable().optional(),\n});\n\nexport const netsuiteListEmployees = action(\"NETSUITE_LIST_EMPLOYEES\", {\n slug: \"netsuite-list-employees\",\n name: \"List Employees\",\n description: \"Tool to list employee records. Use when you need to retrieve multiple employees with optional filtering and pagination after establishing a valid NetSuite connection.\",\n input: NetsuiteListEmployeesInput,\n output: NetsuiteListEmployeesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,CAAC,CAAC,SAAS;CAC3M,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAiE,CAAC,CAAC,SAAS;CAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,8PAA8P;AAC1Q,MAAM,mCAAiD,EAAE,OAAO;CAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzD,CAAC;AACD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,OAAO,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,0CAA0C;AACtG,CAAC;AAUD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAduD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,+BAA+B;EACrG,OAAO,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,yBAAyB;EACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAOU;AACV,CAAC"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-integrations.ts
4
+ const NetsuiteListIntegrationsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of integrations to return (1-1000).").optional(),
6
+ offset: zod.z.number().int().describe("Zero-based index of first integration to return; must be divisible by limit when both are provided.").optional()
7
+ }).describe("Request model for listing integration applications. Supports optional pagination.");
8
+ const NetsuiteListIntegrations_IntegrationSchema = zod.z.object({
9
+ id: zod.z.string().describe("Internal NetSuite ID of the integration application."),
10
+ name: zod.z.string().describe("Name of the integration application."),
11
+ state: zod.z.string().describe("State of the integration (ENABLED or DISABLED).").nullable().optional(),
12
+ clientId: zod.z.string().describe("OAuth2 client identifier for this integration"),
13
+ createdDate: zod.z.string().describe("Timestamp when the integration was created.").nullable().optional(),
14
+ redirectUriList: zod.z.array(zod.z.string()).describe("Registered OAuth2 redirect URIs for this integration"),
15
+ lastModifiedDate: zod.z.string().describe("Timestamp when the integration was last modified.").nullable().optional()
16
+ }).describe("Integration application record including OAuth2 client details.");
17
+ const NetsuiteListIntegrationsOutput = zod.z.object({
18
+ count: zod.z.number().int().describe("Total number of integration applications available."),
19
+ items: zod.z.array(NetsuiteListIntegrations_IntegrationSchema).describe("List of integration application records."),
20
+ offset: zod.z.number().int().describe("Offset used for this page.").nullable().optional(),
21
+ hasMore: zod.z.boolean().describe("True if additional pages exist.").nullable().optional()
22
+ }).describe("Page of integration application records.");
23
+ const netsuiteListIntegrations = require_action.action("NETSUITE_LIST_INTEGRATIONS", {
24
+ slug: "netsuite-list-integrations",
25
+ name: "List Integrations",
26
+ description: "Tool to list integration applications. Use when you need to retrieve client IDs and redirect URIs necessary for OAuth2 authorization flows.",
27
+ input: NetsuiteListIntegrationsInput,
28
+ output: NetsuiteListIntegrationsOutput
29
+ });
30
+ //#endregion
31
+ exports.netsuiteListIntegrations = netsuiteListIntegrations;
32
+
33
+ //# sourceMappingURL=list-integrations.cjs.map