@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,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-customer-payment.ts
4
+ const NetsuiteGetCustomerPaymentInput = z.object({
5
+ id: z.string().describe("Internal ID of the customer payment, or external ID prefixed with 'eid:'."),
6
+ fields: z.string().describe("Comma-separated list of body fields to include; selective retrieval of sublist/subrecord fields is not supported. Example: 'payment,memo,customer'").optional(),
7
+ simpleEnumFormat: z.boolean().describe("If true, enumerated fields return only internal IDs; otherwise return objects with 'id' and 'refName'").optional(),
8
+ expandSubResources: z.boolean().describe("True to expand sublists and subrecords instead of returning only their links").optional()
9
+ }).describe("Request model for retrieving a customer payment record by internal or external ID.");
10
+ const NetsuiteGetCustomerPayment_LinkSchema = z.object({
11
+ rel: z.string().describe("Link relation type (e.g., 'self')"),
12
+ href: z.string().describe("URL to the linked resource")
13
+ }).describe("HATEOAS link model");
14
+ const netsuiteGetCustomerPayment = action("NETSUITE_GET_CUSTOMER_PAYMENT", {
15
+ slug: "netsuite-get-customer-payment",
16
+ name: "Get Customer Payment",
17
+ description: "Tool to retrieve a customer payment record by ID. Use when you need to fetch payment details using the internal or external ID.",
18
+ input: NetsuiteGetCustomerPaymentInput,
19
+ output: z.object({
20
+ links: z.array(NetsuiteGetCustomerPayment_LinkSchema).describe("HATEOAS navigation links for the customer payment resource and its subresources"),
21
+ record: z.record(z.string(), z.unknown()).describe("Customer payment record with fields including: id (payment internal ID), customer (customer reference), payment (payment amount), tranDate (transaction date), tranId (transaction number), currency, account, status, applied (amount applied to invoices), unapplied (unapplied amount), balance (customer balance), memo, and other payment details. The exact fields returned depend on the 'fields' parameter and NetSuite configuration.")
22
+ }).describe("Response model for a retrieved customer payment record.")
23
+ });
24
+ //#endregion
25
+ export { netsuiteGetCustomerPayment };
26
+
27
+ //# sourceMappingURL=get-customer-payment.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer-payment.mjs","names":[],"sources":["../../src/actions/get-customer-payment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetCustomerPaymentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the customer payment, or external ID prefixed with 'eid:'.\"),\n fields: z.string().describe(\"Comma-separated list of body fields to include; selective retrieval of sublist/subrecord fields is not supported. Example: 'payment,memo,customer'\").optional(),\n simpleEnumFormat: z.boolean().describe(\"If true, enumerated fields return only internal IDs; otherwise return objects with 'id' and 'refName'\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists and subrecords instead of returning only their links\").optional(),\n}).describe(\"Request model for retrieving a customer payment record by internal or external ID.\");\nconst NetsuiteGetCustomerPayment_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type (e.g., 'self')\"),\n href: z.string().describe(\"URL to the linked resource\"),\n}).describe(\"HATEOAS link model\");\nexport const NetsuiteGetCustomerPaymentOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetCustomerPayment_LinkSchema).describe(\"HATEOAS navigation links for the customer payment resource and its subresources\"),\n record: z.record(z.string(), z.unknown()).describe(\"Customer payment record with fields including: id (payment internal ID), customer (customer reference), payment (payment amount), tranDate (transaction date), tranId (transaction number), currency, account, status, applied (amount applied to invoices), unapplied (unapplied amount), balance (customer balance), memo, and other payment details. The exact fields returned depend on the 'fields' parameter and NetSuite configuration.\"),\n}).describe(\"Response model for a retrieved customer payment record.\");\n\nexport const netsuiteGetCustomerPayment = action(\"NETSUITE_GET_CUSTOMER_PAYMENT\", {\n slug: \"netsuite-get-customer-payment\",\n name: \"Get Customer Payment\",\n description: \"Tool to retrieve a customer payment record by ID. Use when you need to fetch payment details using the internal or external ID.\",\n input: NetsuiteGetCustomerPaymentInput,\n output: NetsuiteGetCustomerPaymentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CACnG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ,CAAC,CAAC,SAAS;CAC3L,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACzJ,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAChG,MAAM,wCAAsD,EAAE,OAAO;CACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,oBAAoB;AAMhC,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4D,EAAE,OAAO;EACrE,OAAO,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,iFAAiF;EAChJ,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gbAAgb;CACre,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-customer.ts
4
+ const NetsuiteGetCustomerInput = zod.z.object({
5
+ id: zod.z.string().describe("Internal ID of the customer to retrieve"),
6
+ fields: zod.z.string().describe("Comma-separated list of body fields to return. Example: 'companyName,email,entityId'").optional(),
7
+ expandSubResources: zod.z.boolean().describe("True to expand sublists/subrecords instead of returning only their links").optional()
8
+ }).describe("Request model for retrieving a customer record by internal ID.");
9
+ const NetsuiteGetCustomer_LinkSchema = zod.z.object({
10
+ rel: zod.z.string().describe("Link relationship type (e.g., 'self')"),
11
+ href: zod.z.string().describe("URL of the linked resource")
12
+ }).describe("HATEOAS link model.");
13
+ const NetsuiteGetCustomerOutput = zod.z.object({
14
+ links: zod.z.array(NetsuiteGetCustomer_LinkSchema).describe("HATEOAS navigation links for the customer resource"),
15
+ record: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Customer record containing fields like id, companyName, email, phone, entityId, entityStatus, subsidiary, currency, balance, and other customer-specific data. Fields returned depend on the 'fields' parameter and NetSuite configuration.")
16
+ }).describe("Response model for a retrieved customer record.");
17
+ const netsuiteGetCustomer = require_action.action("NETSUITE_GET_CUSTOMER", {
18
+ slug: "netsuite-get-customer",
19
+ name: "Get Customer",
20
+ description: "Tool to retrieve a customer record by internal ID. Use when you have a customer ID and need detailed customer data.",
21
+ input: NetsuiteGetCustomerInput,
22
+ output: NetsuiteGetCustomerOutput
23
+ });
24
+ //#endregion
25
+ exports.netsuiteGetCustomer = netsuiteGetCustomer;
26
+
27
+ //# sourceMappingURL=get-customer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.cjs","names":["z","action"],"sources":["../../src/actions/get-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetCustomerInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the customer to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to return. Example: 'companyName,email,entityId'\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists/subrecords instead of returning only their links\").optional(),\n}).describe(\"Request model for retrieving a customer record by internal ID.\");\nconst NetsuiteGetCustomer_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relationship type (e.g., 'self')\"),\n href: z.string().describe(\"URL of the linked resource\"),\n}).describe(\"HATEOAS link model.\");\nexport const NetsuiteGetCustomerOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetCustomer_LinkSchema).describe(\"HATEOAS navigation links for the customer resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Customer record containing fields like id, companyName, email, phone, entityId, entityStatus, subsidiary, currency, balance, and other customer-specific data. Fields returned depend on the 'fields' parameter and NetSuite configuration.\"),\n}).describe(\"Response model for a retrieved customer record.\");\n\nexport const netsuiteGetCustomer = action(\"NETSUITE_GET_CUSTOMER\", {\n slug: \"netsuite-get-customer\",\n name: \"Get Customer\",\n description: \"Tool to retrieve a customer record by internal ID. Use when you have a customer ID and need detailed customer data.\",\n input: NetsuiteGetCustomerInput,\n output: NetsuiteGetCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC7H,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACjC,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,oDAAoD;CAC5G,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6OAA6O;AAClS,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/get-customer.d.ts
4
+ declare const NetsuiteGetCustomerInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetCustomerOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetCustomer };
9
+ //# sourceMappingURL=get-customer.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.d.cts","names":[],"sources":["../../src/actions/get-customer.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIoC;AAAA,cAKhE,yBAAA,EAA2B,CAAA,CAAE,UAGoB;AAAA,cAEjD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-customer.d.ts
4
+ declare const NetsuiteGetCustomerInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetCustomerOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetCustomer };
9
+ //# sourceMappingURL=get-customer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.d.mts","names":[],"sources":["../../src/actions/get-customer.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIoC;AAAA,cAKhE,yBAAA,EAA2B,CAAA,CAAE,UAGoB;AAAA,cAEjD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-customer.ts
4
+ const NetsuiteGetCustomerInput = z.object({
5
+ id: z.string().describe("Internal ID of the customer to retrieve"),
6
+ fields: z.string().describe("Comma-separated list of body fields to return. Example: 'companyName,email,entityId'").optional(),
7
+ expandSubResources: z.boolean().describe("True to expand sublists/subrecords instead of returning only their links").optional()
8
+ }).describe("Request model for retrieving a customer record by internal ID.");
9
+ const NetsuiteGetCustomer_LinkSchema = z.object({
10
+ rel: z.string().describe("Link relationship type (e.g., 'self')"),
11
+ href: z.string().describe("URL of the linked resource")
12
+ }).describe("HATEOAS link model.");
13
+ const netsuiteGetCustomer = action("NETSUITE_GET_CUSTOMER", {
14
+ slug: "netsuite-get-customer",
15
+ name: "Get Customer",
16
+ description: "Tool to retrieve a customer record by internal ID. Use when you have a customer ID and need detailed customer data.",
17
+ input: NetsuiteGetCustomerInput,
18
+ output: z.object({
19
+ links: z.array(NetsuiteGetCustomer_LinkSchema).describe("HATEOAS navigation links for the customer resource"),
20
+ record: z.record(z.string(), z.unknown()).describe("Customer record containing fields like id, companyName, email, phone, entityId, entityStatus, subsidiary, currency, balance, and other customer-specific data. Fields returned depend on the 'fields' parameter and NetSuite configuration.")
21
+ }).describe("Response model for a retrieved customer record.")
22
+ });
23
+ //#endregion
24
+ export { netsuiteGetCustomer };
25
+
26
+ //# sourceMappingURL=get-customer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-customer.mjs","names":[],"sources":["../../src/actions/get-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetCustomerInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the customer to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to return. Example: 'companyName,email,entityId'\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists/subrecords instead of returning only their links\").optional(),\n}).describe(\"Request model for retrieving a customer record by internal ID.\");\nconst NetsuiteGetCustomer_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relationship type (e.g., 'self')\"),\n href: z.string().describe(\"URL of the linked resource\"),\n}).describe(\"HATEOAS link model.\");\nexport const NetsuiteGetCustomerOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetCustomer_LinkSchema).describe(\"HATEOAS navigation links for the customer resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Customer record containing fields like id, companyName, email, phone, entityId, entityStatus, subsidiary, currency, balance, and other customer-specific data. Fields returned depend on the 'fields' parameter and NetSuite configuration.\"),\n}).describe(\"Response model for a retrieved customer record.\");\n\nexport const netsuiteGetCustomer = action(\"NETSUITE_GET_CUSTOMER\", {\n slug: \"netsuite-get-customer\",\n name: \"Get Customer\",\n description: \"Tool to retrieve a customer record by internal ID. Use when you have a customer ID and need detailed customer data.\",\n input: NetsuiteGetCustomerInput,\n output: NetsuiteGetCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC7H,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,iCAA+C,EAAE,OAAO;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,qBAAqB;AAMjC,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,oDAAoD;EAC5G,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6OAA6O;CAClS,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-datacenter-urls.ts
4
+ const NetsuiteGetDatacenterUrlsInput = zod.z.object({
5
+ c: zod.z.string().describe("Account ID routing hint; include if you encounter 'Service Unavailable'.").optional(),
6
+ account: zod.z.string().describe("NetSuite account ID used to return account-specific domains.")
7
+ }).describe("Request model for retrieving account-specific service domains.");
8
+ const NetsuiteGetDatacenterUrlsOutput = zod.z.object({
9
+ restDomain: zod.z.string().describe("Account-specific RESTlets domain URL."),
10
+ systemDomain: zod.z.string().describe("Account-specific system (UI) domain URL."),
11
+ webservicesDomain: zod.z.string().describe("Account-specific SOAP web services domain URL.")
12
+ }).describe("Account-specific domain URLs for SOAP, RESTlets, and UI services.");
13
+ const netsuiteGetDatacenterUrls = require_action.action("NETSUITE_GET_DATACENTER_URLS", {
14
+ slug: "netsuite-get-datacenter-urls",
15
+ name: "Get Data Center URLs",
16
+ description: "Tool to discover account-specific service domains. Use when you need to determine the correct REST, SOAP, and UI endpoints before making other API calls.",
17
+ input: NetsuiteGetDatacenterUrlsInput,
18
+ output: NetsuiteGetDatacenterUrlsOutput
19
+ });
20
+ //#endregion
21
+ exports.netsuiteGetDatacenterUrls = netsuiteGetDatacenterUrls;
22
+
23
+ //# sourceMappingURL=get-datacenter-urls.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-datacenter-urls.cjs","names":["z","action"],"sources":["../../src/actions/get-datacenter-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetDatacenterUrlsInput: z.ZodTypeAny = z.object({\n c: z.string().describe(\"Account ID routing hint; include if you encounter 'Service Unavailable'.\").optional(),\n account: z.string().describe(\"NetSuite account ID used to return account-specific domains.\"),\n}).describe(\"Request model for retrieving account-specific service domains.\");\nexport const NetsuiteGetDatacenterUrlsOutput: z.ZodTypeAny = z.object({\n restDomain: z.string().describe(\"Account-specific RESTlets domain URL.\"),\n systemDomain: z.string().describe(\"Account-specific system (UI) domain URL.\"),\n webservicesDomain: z.string().describe(\"Account-specific SOAP web services domain URL.\"),\n}).describe(\"Account-specific domain URLs for SOAP, RESTlets, and UI services.\");\n\nexport const netsuiteGetDatacenterUrls = action(\"NETSUITE_GET_DATACENTER_URLS\", {\n slug: \"netsuite-get-datacenter-urls\",\n name: \"Get Data Center URLs\",\n description: \"Tool to discover account-specific service domains. Use when you need to determine the correct REST, SOAP, and UI endpoints before making other API calls.\",\n input: NetsuiteGetDatacenterUrlsInput,\n output: NetsuiteGetDatacenterUrlsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAC7F,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACvE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC5E,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACzF,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/get-datacenter-urls.d.ts
4
+ declare const NetsuiteGetDatacenterUrlsInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetDatacenterUrlsOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetDatacenterUrls: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetDatacenterUrls };
9
+ //# sourceMappingURL=get-datacenter-urls.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-datacenter-urls.d.cts","names":[],"sources":["../../src/actions/get-datacenter-urls.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG8B;AAAA,cAChE,+BAAA,EAAiC,CAAA,CAAE,UAIgC;AAAA,cAEnE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-datacenter-urls.d.ts
4
+ declare const NetsuiteGetDatacenterUrlsInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetDatacenterUrlsOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetDatacenterUrls: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetDatacenterUrls };
9
+ //# sourceMappingURL=get-datacenter-urls.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-datacenter-urls.d.mts","names":[],"sources":["../../src/actions/get-datacenter-urls.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG8B;AAAA,cAChE,+BAAA,EAAiC,CAAA,CAAE,UAIgC;AAAA,cAEnE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const netsuiteGetDatacenterUrls = action("NETSUITE_GET_DATACENTER_URLS", {
4
+ slug: "netsuite-get-datacenter-urls",
5
+ name: "Get Data Center URLs",
6
+ description: "Tool to discover account-specific service domains. Use when you need to determine the correct REST, SOAP, and UI endpoints before making other API calls.",
7
+ input: z.object({
8
+ c: z.string().describe("Account ID routing hint; include if you encounter 'Service Unavailable'.").optional(),
9
+ account: z.string().describe("NetSuite account ID used to return account-specific domains.")
10
+ }).describe("Request model for retrieving account-specific service domains."),
11
+ output: z.object({
12
+ restDomain: z.string().describe("Account-specific RESTlets domain URL."),
13
+ systemDomain: z.string().describe("Account-specific system (UI) domain URL."),
14
+ webservicesDomain: z.string().describe("Account-specific SOAP web services domain URL.")
15
+ }).describe("Account-specific domain URLs for SOAP, RESTlets, and UI services.")
16
+ });
17
+ //#endregion
18
+ export { netsuiteGetDatacenterUrls };
19
+
20
+ //# sourceMappingURL=get-datacenter-urls.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-datacenter-urls.mjs","names":[],"sources":["../../src/actions/get-datacenter-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetDatacenterUrlsInput: z.ZodTypeAny = z.object({\n c: z.string().describe(\"Account ID routing hint; include if you encounter 'Service Unavailable'.\").optional(),\n account: z.string().describe(\"NetSuite account ID used to return account-specific domains.\"),\n}).describe(\"Request model for retrieving account-specific service domains.\");\nexport const NetsuiteGetDatacenterUrlsOutput: z.ZodTypeAny = z.object({\n restDomain: z.string().describe(\"Account-specific RESTlets domain URL.\"),\n systemDomain: z.string().describe(\"Account-specific system (UI) domain URL.\"),\n webservicesDomain: z.string().describe(\"Account-specific SOAP web services domain URL.\"),\n}).describe(\"Account-specific domain URLs for SOAP, RESTlets, and UI services.\");\n\nexport const netsuiteGetDatacenterUrls = action(\"NETSUITE_GET_DATACENTER_URLS\", {\n slug: \"netsuite-get-datacenter-urls\",\n name: \"Get Data Center URLs\",\n description: \"Tool to discover account-specific service domains. Use when you need to determine the correct REST, SOAP, and UI endpoints before making other API calls.\",\n input: NetsuiteGetDatacenterUrlsInput,\n output: NetsuiteGetDatacenterUrlsOutput,\n});\n"],"mappings":";;AAcA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd0D,EAAE,OAAO;EACnE,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC7F,CAAC,CAAC,CAAC,SAAS,gEAWH;CACP,QAX2D,EAAE,OAAO;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACvE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAC5E,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACzF,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-employee.ts
4
+ const NetsuiteGetEmployeeInput = zod.z.object({
5
+ id: zod.z.string().describe("Internal ID of the employee or external ID formatted as 'eid:<external_id>' to retrieve"),
6
+ fields: zod.z.string().describe("Comma-separated list of body fields to include. Example: 'firstName,lastName,email'").optional(),
7
+ expandSubResources: zod.z.boolean().describe("True to expand sublists and subrecords inline; otherwise return only their HATEOAS links").optional()
8
+ }).describe("Request model for retrieving an employee record by ID.");
9
+ const NetsuiteGetEmployee_HATEOASLinkSchema = zod.z.object({
10
+ rel: zod.z.string().describe("Link relation type (e.g., 'self')"),
11
+ href: zod.z.string().describe("URL of the linked resource")
12
+ }).describe("HATEOAS link model.");
13
+ const NetsuiteGetEmployeeOutput = zod.z.object({
14
+ links: zod.z.array(NetsuiteGetEmployee_HATEOASLinkSchema).describe("HATEOAS navigation links for the employee resource"),
15
+ record: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Employee record with fields such as: id, firstName, lastName, email, phone, hireDate, title, department, subsidiary, supervisor, isInactive, giveAccess, currency, location, and many others. Structure varies based on 'fields' parameter.")
16
+ }).describe("Response model for a retrieved employee record.");
17
+ const netsuiteGetEmployee = require_action.action("NETSUITE_GET_EMPLOYEE", {
18
+ slug: "netsuite-get-employee",
19
+ name: "Get Employee",
20
+ description: "Tool to retrieve an employee record by ID. Use when you have an employee ID and need detailed employee data.",
21
+ input: NetsuiteGetEmployeeInput,
22
+ output: NetsuiteGetEmployeeOutput
23
+ });
24
+ //#endregion
25
+ exports.netsuiteGetEmployee = netsuiteGetEmployee;
26
+
27
+ //# sourceMappingURL=get-employee.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-employee.cjs","names":["z","action"],"sources":["../../src/actions/get-employee.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetEmployeeInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the employee or external ID formatted as 'eid:<external_id>' to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to include. Example: 'firstName,lastName,email'\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists and subrecords inline; otherwise return only their HATEOAS links\").optional(),\n}).describe(\"Request model for retrieving an employee record by ID.\");\nconst NetsuiteGetEmployee_HATEOASLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type (e.g., 'self')\"),\n href: z.string().describe(\"URL of the linked resource\"),\n}).describe(\"HATEOAS link model.\");\nexport const NetsuiteGetEmployeeOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetEmployee_HATEOASLinkSchema).describe(\"HATEOAS navigation links for the employee resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Employee record with fields such as: id, firstName, lastName, email, phone, hireDate, title, department, subsidiary, supervisor, isInactive, giveAccess, currency, location, and many others. Structure varies based on 'fields' parameter.\"),\n}).describe(\"Response model for a retrieved employee record.\");\n\nexport const netsuiteGetEmployee = action(\"NETSUITE_GET_EMPLOYEE\", {\n slug: \"netsuite-get-employee\",\n name: \"Get Employee\",\n description: \"Tool to retrieve an employee record by ID. Use when you have an employee ID and need detailed employee data.\",\n input: NetsuiteGetEmployeeInput,\n output: NetsuiteGetEmployeeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;CACjH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC5H,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACjC,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oDAAoD;CACnH,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6OAA6O;AAClS,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/get-employee.d.ts
4
+ declare const NetsuiteGetEmployeeInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetEmployeeOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetEmployee: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetEmployee };
9
+ //# sourceMappingURL=get-employee.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-employee.d.cts","names":[],"sources":["../../src/actions/get-employee.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAI4B;AAAA,cAKxD,yBAAA,EAA2B,CAAA,CAAE,UAGoB;AAAA,cAEjD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-employee.d.ts
4
+ declare const NetsuiteGetEmployeeInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetEmployeeOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetEmployee: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetEmployee };
9
+ //# sourceMappingURL=get-employee.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-employee.d.mts","names":[],"sources":["../../src/actions/get-employee.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAI4B;AAAA,cAKxD,yBAAA,EAA2B,CAAA,CAAE,UAGoB;AAAA,cAEjD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,26 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-employee.ts
4
+ const NetsuiteGetEmployeeInput = z.object({
5
+ id: z.string().describe("Internal ID of the employee or external ID formatted as 'eid:<external_id>' to retrieve"),
6
+ fields: z.string().describe("Comma-separated list of body fields to include. Example: 'firstName,lastName,email'").optional(),
7
+ expandSubResources: z.boolean().describe("True to expand sublists and subrecords inline; otherwise return only their HATEOAS links").optional()
8
+ }).describe("Request model for retrieving an employee record by ID.");
9
+ const NetsuiteGetEmployee_HATEOASLinkSchema = z.object({
10
+ rel: z.string().describe("Link relation type (e.g., 'self')"),
11
+ href: z.string().describe("URL of the linked resource")
12
+ }).describe("HATEOAS link model.");
13
+ const netsuiteGetEmployee = action("NETSUITE_GET_EMPLOYEE", {
14
+ slug: "netsuite-get-employee",
15
+ name: "Get Employee",
16
+ description: "Tool to retrieve an employee record by ID. Use when you have an employee ID and need detailed employee data.",
17
+ input: NetsuiteGetEmployeeInput,
18
+ output: z.object({
19
+ links: z.array(NetsuiteGetEmployee_HATEOASLinkSchema).describe("HATEOAS navigation links for the employee resource"),
20
+ record: z.record(z.string(), z.unknown()).describe("Employee record with fields such as: id, firstName, lastName, email, phone, hireDate, title, department, subsidiary, supervisor, isInactive, giveAccess, currency, location, and many others. Structure varies based on 'fields' parameter.")
21
+ }).describe("Response model for a retrieved employee record.")
22
+ });
23
+ //#endregion
24
+ export { netsuiteGetEmployee };
25
+
26
+ //# sourceMappingURL=get-employee.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-employee.mjs","names":[],"sources":["../../src/actions/get-employee.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetEmployeeInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the employee or external ID formatted as 'eid:<external_id>' to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to include. Example: 'firstName,lastName,email'\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists and subrecords inline; otherwise return only their HATEOAS links\").optional(),\n}).describe(\"Request model for retrieving an employee record by ID.\");\nconst NetsuiteGetEmployee_HATEOASLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type (e.g., 'self')\"),\n href: z.string().describe(\"URL of the linked resource\"),\n}).describe(\"HATEOAS link model.\");\nexport const NetsuiteGetEmployeeOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetEmployee_HATEOASLinkSchema).describe(\"HATEOAS navigation links for the employee resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Employee record with fields such as: id, firstName, lastName, email, phone, hireDate, title, department, subsidiary, supervisor, isInactive, giveAccess, currency, location, and many others. Structure varies based on 'fields' parameter.\"),\n}).describe(\"Response model for a retrieved employee record.\");\n\nexport const netsuiteGetEmployee = action(\"NETSUITE_GET_EMPLOYEE\", {\n slug: \"netsuite-get-employee\",\n name: \"Get Employee\",\n description: \"Tool to retrieve an employee record by ID. Use when you have an employee ID and need detailed employee data.\",\n input: NetsuiteGetEmployeeInput,\n output: NetsuiteGetEmployeeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yFAAyF;CACjH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC5H,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,wCAAsD,EAAE,OAAO;CACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,qBAAqB;AAMjC,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,OAAO,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oDAAoD;EACnH,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6OAA6O;CAClS,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-governance-limits.ts
4
+ const NetsuiteGetGovernanceLimitsInput = zod.z.object({}).describe("Request model for the Get Governance Limits operation.\n\nThis operation requires no input parameters. It retrieves concurrency limit\ninformation for the authenticated account and integration.");
5
+ const NetsuiteGetGovernanceLimitsOutput = zod.z.object({
6
+ integrationLimitType: zod.z.enum([
7
+ "integrationSpecific",
8
+ "accountLimit",
9
+ "internal"
10
+ ]).describe("The type of concurrency limit applied to this integration. 'integrationSpecific': integration has a dedicated allocation (integrationConcurrencyLimit will be present). 'accountLimit': integration uses the shared account pool. 'internal': reserved for NetSuite internal integrations."),
11
+ accountConcurrencyLimit: zod.z.number().int().describe("Total maximum number of concurrent API requests (SOAP, REST, RESTlet) allowed for the entire NetSuite account across all integrations."),
12
+ integrationConcurrencyLimit: zod.z.number().int().describe("The dedicated concurrency limit allocated specifically to this integration. Only present when integrationLimitType is 'integrationSpecific'. This is a reserved portion of the account's total concurrency that only this integration can use.").nullable().optional(),
13
+ accountUnallocatedConcurrencyLimit: zod.z.number().int().describe("Number of concurrent requests available from the shared account pool for integrations that do not have a dedicated allocation (when integrationLimitType is 'accountLimit').")
14
+ }).describe("Response model for account and integration concurrency limits.");
15
+ const netsuiteGetGovernanceLimits = require_action.action("NETSUITE_GET_GOVERNANCE_LIMITS", {
16
+ slug: "netsuite-get-governance-limits",
17
+ name: "Get Governance Limits",
18
+ description: "Retrieve NetSuite account and integration concurrency governance limits. Returns the maximum number of concurrent API requests allowed for your account and integration, helping you avoid exceeding concurrency limits that would result in HTTP 429 errors. Requires administrator permissions to execute.",
19
+ input: NetsuiteGetGovernanceLimitsInput,
20
+ output: NetsuiteGetGovernanceLimitsOutput
21
+ });
22
+ //#endregion
23
+ exports.netsuiteGetGovernanceLimits = netsuiteGetGovernanceLimits;
24
+
25
+ //# sourceMappingURL=get-governance-limits.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-governance-limits.cjs","names":["z","action"],"sources":["../../src/actions/get-governance-limits.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetGovernanceLimitsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for the Get Governance Limits operation.\\n\\nThis operation requires no input parameters. It retrieves concurrency limit\\ninformation for the authenticated account and integration.\");\nexport const NetsuiteGetGovernanceLimitsOutput: z.ZodTypeAny = z.object({\n integrationLimitType: z.enum([\"integrationSpecific\", \"accountLimit\", \"internal\"]).describe(\"The type of concurrency limit applied to this integration. 'integrationSpecific': integration has a dedicated allocation (integrationConcurrencyLimit will be present). 'accountLimit': integration uses the shared account pool. 'internal': reserved for NetSuite internal integrations.\"),\n accountConcurrencyLimit: z.number().int().describe(\"Total maximum number of concurrent API requests (SOAP, REST, RESTlet) allowed for the entire NetSuite account across all integrations.\"),\n integrationConcurrencyLimit: z.number().int().describe(\"The dedicated concurrency limit allocated specifically to this integration. Only present when integrationLimitType is 'integrationSpecific'. This is a reserved portion of the account's total concurrency that only this integration can use.\").nullable().optional(),\n accountUnallocatedConcurrencyLimit: z.number().int().describe(\"Number of concurrent requests available from the shared account pool for integrations that do not have a dedicated allocation (when integrationLimitType is 'accountLimit').\"),\n}).describe(\"Response model for account and integration concurrency limits.\");\n\nexport const netsuiteGetGovernanceLimits = action(\"NETSUITE_GET_GOVERNANCE_LIMITS\", {\n slug: \"netsuite-get-governance-limits\",\n name: \"Get Governance Limits\",\n description: \"Retrieve NetSuite account and integration concurrency governance limits. Returns the maximum number of concurrent API requests allowed for your account and integration, helping you avoid exceeding concurrency limits that would result in HTTP 429 errors. Requires administrator permissions to execute.\",\n input: NetsuiteGetGovernanceLimitsInput,\n output: NetsuiteGetGovernanceLimitsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mMAAmM;AACvR,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,sBAAsBA,IAAAA,EAAE,KAAK;EAAC;EAAuB;EAAgB;CAAU,CAAC,CAAC,CAAC,SAAS,4RAA4R;CACvX,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wIAAwI;CAC3L,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gPAAgP,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7T,oCAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8KAA8K;AAC9O,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/get-governance-limits.d.ts
4
+ declare const NetsuiteGetGovernanceLimitsInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetGovernanceLimitsOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetGovernanceLimits: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetGovernanceLimits };
9
+ //# sourceMappingURL=get-governance-limits.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-governance-limits.d.cts","names":[],"sources":["../../src/actions/get-governance-limits.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAuO;AAAA,cAC3Q,iCAAA,EAAmC,CAAA,CAAE,UAK2B;AAAA,cAEhE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-governance-limits.d.ts
4
+ declare const NetsuiteGetGovernanceLimitsInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetGovernanceLimitsOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetGovernanceLimits: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetGovernanceLimits };
9
+ //# sourceMappingURL=get-governance-limits.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-governance-limits.d.mts","names":[],"sources":["../../src/actions/get-governance-limits.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAuO;AAAA,cAC3Q,iCAAA,EAAmC,CAAA,CAAE,UAK2B;AAAA,cAEhE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const netsuiteGetGovernanceLimits = action("NETSUITE_GET_GOVERNANCE_LIMITS", {
4
+ slug: "netsuite-get-governance-limits",
5
+ name: "Get Governance Limits",
6
+ description: "Retrieve NetSuite account and integration concurrency governance limits. Returns the maximum number of concurrent API requests allowed for your account and integration, helping you avoid exceeding concurrency limits that would result in HTTP 429 errors. Requires administrator permissions to execute.",
7
+ input: z.object({}).describe("Request model for the Get Governance Limits operation.\n\nThis operation requires no input parameters. It retrieves concurrency limit\ninformation for the authenticated account and integration."),
8
+ output: z.object({
9
+ integrationLimitType: z.enum([
10
+ "integrationSpecific",
11
+ "accountLimit",
12
+ "internal"
13
+ ]).describe("The type of concurrency limit applied to this integration. 'integrationSpecific': integration has a dedicated allocation (integrationConcurrencyLimit will be present). 'accountLimit': integration uses the shared account pool. 'internal': reserved for NetSuite internal integrations."),
14
+ accountConcurrencyLimit: z.number().int().describe("Total maximum number of concurrent API requests (SOAP, REST, RESTlet) allowed for the entire NetSuite account across all integrations."),
15
+ integrationConcurrencyLimit: z.number().int().describe("The dedicated concurrency limit allocated specifically to this integration. Only present when integrationLimitType is 'integrationSpecific'. This is a reserved portion of the account's total concurrency that only this integration can use.").nullable().optional(),
16
+ accountUnallocatedConcurrencyLimit: z.number().int().describe("Number of concurrent requests available from the shared account pool for integrations that do not have a dedicated allocation (when integrationLimitType is 'accountLimit').")
17
+ }).describe("Response model for account and integration concurrency limits.")
18
+ });
19
+ //#endregion
20
+ export { netsuiteGetGovernanceLimits };
21
+
22
+ //# sourceMappingURL=get-governance-limits.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-governance-limits.mjs","names":[],"sources":["../../src/actions/get-governance-limits.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetGovernanceLimitsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for the Get Governance Limits operation.\\n\\nThis operation requires no input parameters. It retrieves concurrency limit\\ninformation for the authenticated account and integration.\");\nexport const NetsuiteGetGovernanceLimitsOutput: z.ZodTypeAny = z.object({\n integrationLimitType: z.enum([\"integrationSpecific\", \"accountLimit\", \"internal\"]).describe(\"The type of concurrency limit applied to this integration. 'integrationSpecific': integration has a dedicated allocation (integrationConcurrencyLimit will be present). 'accountLimit': integration uses the shared account pool. 'internal': reserved for NetSuite internal integrations.\"),\n accountConcurrencyLimit: z.number().int().describe(\"Total maximum number of concurrent API requests (SOAP, REST, RESTlet) allowed for the entire NetSuite account across all integrations.\"),\n integrationConcurrencyLimit: z.number().int().describe(\"The dedicated concurrency limit allocated specifically to this integration. Only present when integrationLimitType is 'integrationSpecific'. This is a reserved portion of the account's total concurrency that only this integration can use.\").nullable().optional(),\n accountUnallocatedConcurrencyLimit: z.number().int().describe(\"Number of concurrent requests available from the shared account pool for integrations that do not have a dedicated allocation (when integrationLimitType is 'accountLimit').\"),\n}).describe(\"Response model for account and integration concurrency limits.\");\n\nexport const netsuiteGetGovernanceLimits = action(\"NETSUITE_GET_GOVERNANCE_LIMITS\", {\n slug: \"netsuite-get-governance-limits\",\n name: \"Get Governance Limits\",\n description: \"Retrieve NetSuite account and integration concurrency governance limits. Returns the maximum number of concurrent API requests allowed for your account and integration, helping you avoid exceeding concurrency limits that would result in HTTP 429 errors. Requires administrator permissions to execute.\",\n input: NetsuiteGetGovernanceLimitsInput,\n output: NetsuiteGetGovernanceLimitsOutput,\n});\n"],"mappings":";;AAYA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ4D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mMAY3E;CACP,QAZ6D,EAAE,OAAO;EACtE,sBAAsB,EAAE,KAAK;GAAC;GAAuB;GAAgB;EAAU,CAAC,CAAC,CAAC,SAAS,4RAA4R;EACvX,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wIAAwI;EAC3L,6BAA6B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gPAAgP,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7T,oCAAoC,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8KAA8K;CAC9O,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-invoice.ts
4
+ const NetsuiteGetInvoiceInput = zod.z.object({
5
+ id: zod.z.string().describe("Internal ID of the invoice to retrieve"),
6
+ fields: zod.z.string().describe("Comma-separated list of body fields to return").optional(),
7
+ simpleEnumFormat: zod.z.boolean().describe("True to return enum fields as internal ID values only").optional(),
8
+ expandSubResources: zod.z.boolean().describe("True to expand sublists/subrecords instead of returning only their links").optional()
9
+ }).describe("Request model for retrieving an invoice record by internal ID.");
10
+ const NetsuiteGetInvoice_LinkSchema = zod.z.object({
11
+ rel: zod.z.string().describe("Link relationship type (e.g., 'self')"),
12
+ href: zod.z.string().describe("URL to the linked resource")
13
+ }).describe("Navigation link");
14
+ const NetsuiteGetInvoiceOutput = zod.z.object({
15
+ links: zod.z.array(NetsuiteGetInvoice_LinkSchema).describe("HATEOAS navigation links for the invoice resource"),
16
+ record: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Invoice record containing fields like: id (invoice internal ID), tranId (transaction/document number), tranDate (transaction date), entity (customer reference), total (invoice total amount), status (invoice status), subsidiary, currency, and other invoice-specific fields. The structure varies based on the fields parameter and NetSuite configuration.")
17
+ }).describe("Response model for a retrieved invoice record.");
18
+ const netsuiteGetInvoice = require_action.action("NETSUITE_GET_INVOICE", {
19
+ slug: "netsuite-get-invoice",
20
+ name: "Get Invoice",
21
+ description: "Tool to retrieve an invoice record by internal ID. Use when you have an invoice ID and need detailed invoice data.",
22
+ input: NetsuiteGetInvoiceInput,
23
+ output: NetsuiteGetInvoiceOutput
24
+ });
25
+ //#endregion
26
+ exports.netsuiteGetInvoice = netsuiteGetInvoice;
27
+
28
+ //# sourceMappingURL=get-invoice.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-invoice.cjs","names":["z","action"],"sources":["../../src/actions/get-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetInvoiceInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the invoice to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to return\").optional(),\n simpleEnumFormat: z.boolean().describe(\"True to return enum fields as internal ID values only\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists/subrecords instead of returning only their links\").optional(),\n}).describe(\"Request model for retrieving an invoice record by internal ID.\");\nconst NetsuiteGetInvoice_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relationship type (e.g., 'self')\"),\n href: z.string().describe(\"URL to the linked resource\"),\n}).describe(\"Navigation link\");\nexport const NetsuiteGetInvoiceOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetInvoice_LinkSchema).describe(\"HATEOAS navigation links for the invoice resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Invoice record containing fields like: id (invoice internal ID), tranId (transaction/document number), tranDate (transaction date), entity (customer reference), total (invoice total amount), status (invoice status), subsidiary, currency, and other invoice-specific fields. The structure varies based on the fields parameter and NetSuite configuration.\"),\n}).describe(\"Response model for a retrieved invoice record.\");\n\nexport const netsuiteGetInvoice = action(\"NETSUITE_GET_INVOICE\", {\n slug: \"netsuite-get-invoice\",\n name: \"Get Invoice\",\n description: \"Tool to retrieve an invoice record by internal ID. Use when you have an invoice ID and need detailed invoice data.\",\n input: NetsuiteGetInvoiceInput,\n output: NetsuiteGetInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACtF,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACzG,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,iBAAiB;AAC7B,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,mDAAmD;CAC1G,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iWAAiW;AACtZ,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,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/get-invoice.d.ts
4
+ declare const NetsuiteGetInvoiceInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetInvoiceOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetInvoice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetInvoice };
9
+ //# sourceMappingURL=get-invoice.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-invoice.d.cts","names":[],"sources":["../../src/actions/get-invoice.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAKqC;AAAA,cAKhE,wBAAA,EAA0B,CAAA,CAAE,UAGoB;AAAA,cAEhD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-invoice.d.ts
4
+ declare const NetsuiteGetInvoiceInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetInvoiceOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetInvoice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetInvoice };
9
+ //# sourceMappingURL=get-invoice.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-invoice.d.mts","names":[],"sources":["../../src/actions/get-invoice.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAKqC;AAAA,cAKhE,wBAAA,EAA0B,CAAA,CAAE,UAGoB;AAAA,cAEhD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-invoice.ts
4
+ const NetsuiteGetInvoiceInput = z.object({
5
+ id: z.string().describe("Internal ID of the invoice to retrieve"),
6
+ fields: z.string().describe("Comma-separated list of body fields to return").optional(),
7
+ simpleEnumFormat: z.boolean().describe("True to return enum fields as internal ID values only").optional(),
8
+ expandSubResources: z.boolean().describe("True to expand sublists/subrecords instead of returning only their links").optional()
9
+ }).describe("Request model for retrieving an invoice record by internal ID.");
10
+ const NetsuiteGetInvoice_LinkSchema = z.object({
11
+ rel: z.string().describe("Link relationship type (e.g., 'self')"),
12
+ href: z.string().describe("URL to the linked resource")
13
+ }).describe("Navigation link");
14
+ const netsuiteGetInvoice = action("NETSUITE_GET_INVOICE", {
15
+ slug: "netsuite-get-invoice",
16
+ name: "Get Invoice",
17
+ description: "Tool to retrieve an invoice record by internal ID. Use when you have an invoice ID and need detailed invoice data.",
18
+ input: NetsuiteGetInvoiceInput,
19
+ output: z.object({
20
+ links: z.array(NetsuiteGetInvoice_LinkSchema).describe("HATEOAS navigation links for the invoice resource"),
21
+ record: z.record(z.string(), z.unknown()).describe("Invoice record containing fields like: id (invoice internal ID), tranId (transaction/document number), tranDate (transaction date), entity (customer reference), total (invoice total amount), status (invoice status), subsidiary, currency, and other invoice-specific fields. The structure varies based on the fields parameter and NetSuite configuration.")
22
+ }).describe("Response model for a retrieved invoice record.")
23
+ });
24
+ //#endregion
25
+ export { netsuiteGetInvoice };
26
+
27
+ //# sourceMappingURL=get-invoice.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-invoice.mjs","names":[],"sources":["../../src/actions/get-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetInvoiceInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the invoice to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to return\").optional(),\n simpleEnumFormat: z.boolean().describe(\"True to return enum fields as internal ID values only\").optional(),\n expandSubResources: z.boolean().describe(\"True to expand sublists/subrecords instead of returning only their links\").optional(),\n}).describe(\"Request model for retrieving an invoice record by internal ID.\");\nconst NetsuiteGetInvoice_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relationship type (e.g., 'self')\"),\n href: z.string().describe(\"URL to the linked resource\"),\n}).describe(\"Navigation link\");\nexport const NetsuiteGetInvoiceOutput: z.ZodTypeAny = z.object({\n links: z.array(NetsuiteGetInvoice_LinkSchema).describe(\"HATEOAS navigation links for the invoice resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Invoice record containing fields like: id (invoice internal ID), tranId (transaction/document number), tranDate (transaction date), entity (customer reference), total (invoice total amount), status (invoice status), subsidiary, currency, and other invoice-specific fields. The structure varies based on the fields parameter and NetSuite configuration.\"),\n}).describe(\"Response model for a retrieved invoice record.\");\n\nexport const netsuiteGetInvoice = action(\"NETSUITE_GET_INVOICE\", {\n slug: \"netsuite-get-invoice\",\n name: \"Get Invoice\",\n description: \"Tool to retrieve an invoice record by internal ID. Use when you have an invoice ID and need detailed invoice data.\",\n input: NetsuiteGetInvoiceInput,\n output: NetsuiteGetInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACtF,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACzG,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,gCAA8C,EAAE,OAAO;CAC3D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,iBAAiB;AAM7B,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoD,EAAE,OAAO;EAC7D,OAAO,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,mDAAmD;EAC1G,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iWAAiW;CACtZ,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-item-fulfillment.ts
4
+ const NetsuiteGetItemFulfillmentInput = zod.z.object({
5
+ id: zod.z.string().describe("Internal ID of the item fulfillment record to retrieve"),
6
+ fields: zod.z.string().describe("Comma-separated list of body fields to return (e.g., 'entity,tranDate,status'). Cannot be used with expandSubResources parameter").optional(),
7
+ simpleEnumFormat: zod.z.boolean().describe("When true, returns enumeration values as internal IDs only instead of full objects with id and refName").optional(),
8
+ expandSubResources: zod.z.boolean().describe("When true, expands sublists and subrecords with full data instead of returning only links. Cannot be used with fields parameter").optional()
9
+ }).describe("Request model for retrieving an item fulfillment record by internal ID.");
10
+ const NetsuiteGetItemFulfillmentOutput = zod.z.object({
11
+ links: zod.z.array(zod.z.object({})).describe("HATEOAS navigation links for the item fulfillment resource"),
12
+ record: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Item fulfillment record fields as key-value pairs")
13
+ }).describe("Response model for a retrieved item fulfillment record.");
14
+ const netsuiteGetItemFulfillment = require_action.action("NETSUITE_GET_ITEM_FULFILLMENT", {
15
+ slug: "netsuite-get-item-fulfillment",
16
+ name: "Get Item Fulfillment",
17
+ description: "Tool to retrieve an item fulfillment record by internal ID. Use when you have an item fulfillment ID and need detailed fulfillment data.",
18
+ input: NetsuiteGetItemFulfillmentInput,
19
+ output: NetsuiteGetItemFulfillmentOutput
20
+ });
21
+ //#endregion
22
+ exports.netsuiteGetItemFulfillment = netsuiteGetItemFulfillment;
23
+
24
+ //# sourceMappingURL=get-item-fulfillment.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-item-fulfillment.cjs","names":["z","action"],"sources":["../../src/actions/get-item-fulfillment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NetsuiteGetItemFulfillmentInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal ID of the item fulfillment record to retrieve\"),\n fields: z.string().describe(\"Comma-separated list of body fields to return (e.g., 'entity,tranDate,status'). Cannot be used with expandSubResources parameter\").optional(),\n simpleEnumFormat: z.boolean().describe(\"When true, returns enumeration values as internal IDs only instead of full objects with id and refName\").optional(),\n expandSubResources: z.boolean().describe(\"When true, expands sublists and subrecords with full data instead of returning only links. Cannot be used with fields parameter\").optional(),\n}).describe(\"Request model for retrieving an item fulfillment record by internal ID.\");\nexport const NetsuiteGetItemFulfillmentOutput: z.ZodTypeAny = z.object({\n links: z.array(z.object({})).describe(\"HATEOAS navigation links for the item fulfillment resource\"),\n record: z.record(z.string(), z.unknown()).describe(\"Item fulfillment record fields as key-value pairs\"),\n}).describe(\"Response model for a retrieved item fulfillment record.\");\n\nexport const netsuiteGetItemFulfillment = action(\"NETSUITE_GET_ITEM_FULFILLMENT\", {\n slug: \"netsuite-get-item-fulfillment\",\n name: \"Get Item Fulfillment\",\n description: \"Tool to retrieve an item fulfillment record by internal ID. Use when you have an item fulfillment ID and need detailed fulfillment data.\",\n input: NetsuiteGetItemFulfillmentInput,\n output: NetsuiteGetItemFulfillmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CACzK,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAC1J,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,4DAA4D;CAClG,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD;AACxG,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/get-item-fulfillment.d.ts
4
+ declare const NetsuiteGetItemFulfillmentInput: z.ZodTypeAny;
5
+ declare const NetsuiteGetItemFulfillmentOutput: z.ZodTypeAny;
6
+ declare const netsuiteGetItemFulfillment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { netsuiteGetItemFulfillment };
9
+ //# sourceMappingURL=get-item-fulfillment.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-item-fulfillment.d.cts","names":[],"sources":["../../src/actions/get-item-fulfillment.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAKsC;AAAA,cACzE,gCAAA,EAAkC,CAAA,CAAE,UAGqB;AAAA,cAEzD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}