@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/async-get-job-status.cjs +29 -0
- package/dist/actions/async-get-job-status.cjs.map +1 -0
- package/dist/actions/async-get-job-status.d.cts +9 -0
- package/dist/actions/async-get-job-status.d.cts.map +1 -0
- package/dist/actions/async-get-job-status.d.mts +9 -0
- package/dist/actions/async-get-job-status.d.mts.map +1 -0
- package/dist/actions/async-get-job-status.mjs +28 -0
- package/dist/actions/async-get-job-status.mjs.map +1 -0
- package/dist/actions/async-get-job-task-result.cjs +22 -0
- package/dist/actions/async-get-job-task-result.cjs.map +1 -0
- package/dist/actions/async-get-job-task-result.d.cts +9 -0
- package/dist/actions/async-get-job-task-result.d.cts.map +1 -0
- package/dist/actions/async-get-job-task-result.d.mts +9 -0
- package/dist/actions/async-get-job-task-result.d.mts.map +1 -0
- package/dist/actions/async-get-job-task-result.mjs +19 -0
- package/dist/actions/async-get-job-task-result.mjs.map +1 -0
- package/dist/actions/async-get-job-task.cjs +19 -0
- package/dist/actions/async-get-job-task.cjs.map +1 -0
- package/dist/actions/async-get-job-task.d.cts +9 -0
- package/dist/actions/async-get-job-task.d.cts.map +1 -0
- package/dist/actions/async-get-job-task.d.mts +9 -0
- package/dist/actions/async-get-job-task.d.mts.map +1 -0
- package/dist/actions/async-get-job-task.mjs +16 -0
- package/dist/actions/async-get-job-task.mjs.map +1 -0
- package/dist/actions/create-customer-payment.cjs +34 -0
- package/dist/actions/create-customer-payment.cjs.map +1 -0
- package/dist/actions/create-customer-payment.d.cts +9 -0
- package/dist/actions/create-customer-payment.d.cts.map +1 -0
- package/dist/actions/create-customer-payment.d.mts +9 -0
- package/dist/actions/create-customer-payment.d.mts.map +1 -0
- package/dist/actions/create-customer-payment.mjs +31 -0
- package/dist/actions/create-customer-payment.mjs.map +1 -0
- package/dist/actions/create-customer.cjs +34 -0
- package/dist/actions/create-customer.cjs.map +1 -0
- package/dist/actions/create-customer.d.cts +9 -0
- package/dist/actions/create-customer.d.cts.map +1 -0
- package/dist/actions/create-customer.d.mts +9 -0
- package/dist/actions/create-customer.d.mts.map +1 -0
- package/dist/actions/create-customer.mjs +31 -0
- package/dist/actions/create-customer.mjs.map +1 -0
- package/dist/actions/create-employee.cjs +34 -0
- package/dist/actions/create-employee.cjs.map +1 -0
- package/dist/actions/create-employee.d.cts +9 -0
- package/dist/actions/create-employee.d.cts.map +1 -0
- package/dist/actions/create-employee.d.mts +9 -0
- package/dist/actions/create-employee.d.mts.map +1 -0
- package/dist/actions/create-employee.mjs +31 -0
- package/dist/actions/create-employee.mjs.map +1 -0
- package/dist/actions/create-invoice.cjs +34 -0
- package/dist/actions/create-invoice.cjs.map +1 -0
- package/dist/actions/create-invoice.d.cts +9 -0
- package/dist/actions/create-invoice.d.cts.map +1 -0
- package/dist/actions/create-invoice.d.mts +9 -0
- package/dist/actions/create-invoice.d.mts.map +1 -0
- package/dist/actions/create-invoice.mjs +31 -0
- package/dist/actions/create-invoice.mjs.map +1 -0
- package/dist/actions/create-item.cjs +49 -0
- package/dist/actions/create-item.cjs.map +1 -0
- package/dist/actions/create-item.d.cts +9 -0
- package/dist/actions/create-item.d.cts.map +1 -0
- package/dist/actions/create-item.d.mts +9 -0
- package/dist/actions/create-item.d.mts.map +1 -0
- package/dist/actions/create-item.mjs +46 -0
- package/dist/actions/create-item.mjs.map +1 -0
- package/dist/actions/create-journal-entry.cjs +34 -0
- package/dist/actions/create-journal-entry.cjs.map +1 -0
- package/dist/actions/create-journal-entry.d.cts +9 -0
- package/dist/actions/create-journal-entry.d.cts.map +1 -0
- package/dist/actions/create-journal-entry.d.mts +9 -0
- package/dist/actions/create-journal-entry.d.mts.map +1 -0
- package/dist/actions/create-journal-entry.mjs +31 -0
- package/dist/actions/create-journal-entry.mjs.map +1 -0
- package/dist/actions/create-jwt-client-assertion.cjs +25 -0
- package/dist/actions/create-jwt-client-assertion.cjs.map +1 -0
- package/dist/actions/create-jwt-client-assertion.d.cts +9 -0
- package/dist/actions/create-jwt-client-assertion.d.cts.map +1 -0
- package/dist/actions/create-jwt-client-assertion.d.mts +9 -0
- package/dist/actions/create-jwt-client-assertion.d.mts.map +1 -0
- package/dist/actions/create-jwt-client-assertion.mjs +22 -0
- package/dist/actions/create-jwt-client-assertion.mjs.map +1 -0
- package/dist/actions/create-purchase-order.cjs +45 -0
- package/dist/actions/create-purchase-order.cjs.map +1 -0
- package/dist/actions/create-purchase-order.d.cts +9 -0
- package/dist/actions/create-purchase-order.d.cts.map +1 -0
- package/dist/actions/create-purchase-order.d.mts +9 -0
- package/dist/actions/create-purchase-order.d.mts.map +1 -0
- package/dist/actions/create-purchase-order.mjs +42 -0
- package/dist/actions/create-purchase-order.mjs.map +1 -0
- package/dist/actions/create-record.cjs +36 -0
- package/dist/actions/create-record.cjs.map +1 -0
- package/dist/actions/create-record.d.cts +9 -0
- package/dist/actions/create-record.d.cts.map +1 -0
- package/dist/actions/create-record.d.mts +9 -0
- package/dist/actions/create-record.d.mts.map +1 -0
- package/dist/actions/create-record.mjs +33 -0
- package/dist/actions/create-record.mjs.map +1 -0
- package/dist/actions/create-sales-order.cjs +49 -0
- package/dist/actions/create-sales-order.cjs.map +1 -0
- package/dist/actions/create-sales-order.d.cts +9 -0
- package/dist/actions/create-sales-order.d.cts.map +1 -0
- package/dist/actions/create-sales-order.d.mts +9 -0
- package/dist/actions/create-sales-order.d.mts.map +1 -0
- package/dist/actions/create-sales-order.mjs +46 -0
- package/dist/actions/create-sales-order.mjs.map +1 -0
- package/dist/actions/create-vendor-bill.cjs +34 -0
- package/dist/actions/create-vendor-bill.cjs.map +1 -0
- package/dist/actions/create-vendor-bill.d.cts +9 -0
- package/dist/actions/create-vendor-bill.d.cts.map +1 -0
- package/dist/actions/create-vendor-bill.d.mts +9 -0
- package/dist/actions/create-vendor-bill.d.mts.map +1 -0
- package/dist/actions/create-vendor-bill.mjs +31 -0
- package/dist/actions/create-vendor-bill.mjs.map +1 -0
- package/dist/actions/create-vendor.cjs +34 -0
- package/dist/actions/create-vendor.cjs.map +1 -0
- package/dist/actions/create-vendor.d.cts +9 -0
- package/dist/actions/create-vendor.d.cts.map +1 -0
- package/dist/actions/create-vendor.d.mts +9 -0
- package/dist/actions/create-vendor.d.mts.map +1 -0
- package/dist/actions/create-vendor.mjs +31 -0
- package/dist/actions/create-vendor.mjs.map +1 -0
- package/dist/actions/delete-customer-payment.cjs +16 -0
- package/dist/actions/delete-customer-payment.cjs.map +1 -0
- package/dist/actions/delete-customer-payment.d.cts +9 -0
- package/dist/actions/delete-customer-payment.d.cts.map +1 -0
- package/dist/actions/delete-customer-payment.d.mts +9 -0
- package/dist/actions/delete-customer-payment.d.mts.map +1 -0
- package/dist/actions/delete-customer-payment.mjs +13 -0
- package/dist/actions/delete-customer-payment.mjs.map +1 -0
- package/dist/actions/delete-customer.cjs +16 -0
- package/dist/actions/delete-customer.cjs.map +1 -0
- package/dist/actions/delete-customer.d.cts +9 -0
- package/dist/actions/delete-customer.d.cts.map +1 -0
- package/dist/actions/delete-customer.d.mts +9 -0
- package/dist/actions/delete-customer.d.mts.map +1 -0
- package/dist/actions/delete-customer.mjs +13 -0
- package/dist/actions/delete-customer.mjs.map +1 -0
- package/dist/actions/delete-employee.cjs +16 -0
- package/dist/actions/delete-employee.cjs.map +1 -0
- package/dist/actions/delete-employee.d.cts +9 -0
- package/dist/actions/delete-employee.d.cts.map +1 -0
- package/dist/actions/delete-employee.d.mts +9 -0
- package/dist/actions/delete-employee.d.mts.map +1 -0
- package/dist/actions/delete-employee.mjs +13 -0
- package/dist/actions/delete-employee.mjs.map +1 -0
- package/dist/actions/delete-invoice.cjs +16 -0
- package/dist/actions/delete-invoice.cjs.map +1 -0
- package/dist/actions/delete-invoice.d.cts +9 -0
- package/dist/actions/delete-invoice.d.cts.map +1 -0
- package/dist/actions/delete-invoice.d.mts +9 -0
- package/dist/actions/delete-invoice.d.mts.map +1 -0
- package/dist/actions/delete-invoice.mjs +13 -0
- package/dist/actions/delete-invoice.mjs.map +1 -0
- package/dist/actions/delete-item-fulfillment.cjs +25 -0
- package/dist/actions/delete-item-fulfillment.cjs.map +1 -0
- package/dist/actions/delete-item-fulfillment.d.cts +9 -0
- package/dist/actions/delete-item-fulfillment.d.cts.map +1 -0
- package/dist/actions/delete-item-fulfillment.d.mts +9 -0
- package/dist/actions/delete-item-fulfillment.d.mts.map +1 -0
- package/dist/actions/delete-item-fulfillment.mjs +22 -0
- package/dist/actions/delete-item-fulfillment.mjs.map +1 -0
- package/dist/actions/delete-item-receipt.cjs +16 -0
- package/dist/actions/delete-item-receipt.cjs.map +1 -0
- package/dist/actions/delete-item-receipt.d.cts +9 -0
- package/dist/actions/delete-item-receipt.d.cts.map +1 -0
- package/dist/actions/delete-item-receipt.d.mts +9 -0
- package/dist/actions/delete-item-receipt.d.mts.map +1 -0
- package/dist/actions/delete-item-receipt.mjs +13 -0
- package/dist/actions/delete-item-receipt.mjs.map +1 -0
- package/dist/actions/delete-item.cjs +25 -0
- package/dist/actions/delete-item.cjs.map +1 -0
- package/dist/actions/delete-item.d.cts +9 -0
- package/dist/actions/delete-item.d.cts.map +1 -0
- package/dist/actions/delete-item.d.mts +9 -0
- package/dist/actions/delete-item.d.mts.map +1 -0
- package/dist/actions/delete-item.mjs +22 -0
- package/dist/actions/delete-item.mjs.map +1 -0
- package/dist/actions/delete-journal-entry.cjs +20 -0
- package/dist/actions/delete-journal-entry.cjs.map +1 -0
- package/dist/actions/delete-journal-entry.d.cts +9 -0
- package/dist/actions/delete-journal-entry.d.cts.map +1 -0
- package/dist/actions/delete-journal-entry.d.mts +9 -0
- package/dist/actions/delete-journal-entry.d.mts.map +1 -0
- package/dist/actions/delete-journal-entry.mjs +17 -0
- package/dist/actions/delete-journal-entry.mjs.map +1 -0
- package/dist/actions/delete-purchase-order.cjs +16 -0
- package/dist/actions/delete-purchase-order.cjs.map +1 -0
- package/dist/actions/delete-purchase-order.d.cts +9 -0
- package/dist/actions/delete-purchase-order.d.cts.map +1 -0
- package/dist/actions/delete-purchase-order.d.mts +9 -0
- package/dist/actions/delete-purchase-order.d.mts.map +1 -0
- package/dist/actions/delete-purchase-order.mjs +13 -0
- package/dist/actions/delete-purchase-order.mjs.map +1 -0
- package/dist/actions/delete-sales-order.cjs +16 -0
- package/dist/actions/delete-sales-order.cjs.map +1 -0
- package/dist/actions/delete-sales-order.d.cts +9 -0
- package/dist/actions/delete-sales-order.d.cts.map +1 -0
- package/dist/actions/delete-sales-order.d.mts +9 -0
- package/dist/actions/delete-sales-order.d.mts.map +1 -0
- package/dist/actions/delete-sales-order.mjs +13 -0
- package/dist/actions/delete-sales-order.mjs.map +1 -0
- package/dist/actions/delete-vendor-payment.cjs +16 -0
- package/dist/actions/delete-vendor-payment.cjs.map +1 -0
- package/dist/actions/delete-vendor-payment.d.cts +9 -0
- package/dist/actions/delete-vendor-payment.d.cts.map +1 -0
- package/dist/actions/delete-vendor-payment.d.mts +9 -0
- package/dist/actions/delete-vendor-payment.d.mts.map +1 -0
- package/dist/actions/delete-vendor-payment.mjs +13 -0
- package/dist/actions/delete-vendor-payment.mjs.map +1 -0
- package/dist/actions/execute-dataset.cjs +31 -0
- package/dist/actions/execute-dataset.cjs.map +1 -0
- package/dist/actions/execute-dataset.d.cts +9 -0
- package/dist/actions/execute-dataset.d.cts.map +1 -0
- package/dist/actions/execute-dataset.d.mts +9 -0
- package/dist/actions/execute-dataset.d.mts.map +1 -0
- package/dist/actions/execute-dataset.mjs +30 -0
- package/dist/actions/execute-dataset.mjs.map +1 -0
- package/dist/actions/get-customer-payment.cjs +28 -0
- package/dist/actions/get-customer-payment.cjs.map +1 -0
- package/dist/actions/get-customer-payment.d.cts +9 -0
- package/dist/actions/get-customer-payment.d.cts.map +1 -0
- package/dist/actions/get-customer-payment.d.mts +9 -0
- package/dist/actions/get-customer-payment.d.mts.map +1 -0
- package/dist/actions/get-customer-payment.mjs +27 -0
- package/dist/actions/get-customer-payment.mjs.map +1 -0
- package/dist/actions/get-customer.cjs +27 -0
- package/dist/actions/get-customer.cjs.map +1 -0
- package/dist/actions/get-customer.d.cts +9 -0
- package/dist/actions/get-customer.d.cts.map +1 -0
- package/dist/actions/get-customer.d.mts +9 -0
- package/dist/actions/get-customer.d.mts.map +1 -0
- package/dist/actions/get-customer.mjs +26 -0
- package/dist/actions/get-customer.mjs.map +1 -0
- package/dist/actions/get-datacenter-urls.cjs +23 -0
- package/dist/actions/get-datacenter-urls.cjs.map +1 -0
- package/dist/actions/get-datacenter-urls.d.cts +9 -0
- package/dist/actions/get-datacenter-urls.d.cts.map +1 -0
- package/dist/actions/get-datacenter-urls.d.mts +9 -0
- package/dist/actions/get-datacenter-urls.d.mts.map +1 -0
- package/dist/actions/get-datacenter-urls.mjs +20 -0
- package/dist/actions/get-datacenter-urls.mjs.map +1 -0
- package/dist/actions/get-employee.cjs +27 -0
- package/dist/actions/get-employee.cjs.map +1 -0
- package/dist/actions/get-employee.d.cts +9 -0
- package/dist/actions/get-employee.d.cts.map +1 -0
- package/dist/actions/get-employee.d.mts +9 -0
- package/dist/actions/get-employee.d.mts.map +1 -0
- package/dist/actions/get-employee.mjs +26 -0
- package/dist/actions/get-employee.mjs.map +1 -0
- package/dist/actions/get-governance-limits.cjs +25 -0
- package/dist/actions/get-governance-limits.cjs.map +1 -0
- package/dist/actions/get-governance-limits.d.cts +9 -0
- package/dist/actions/get-governance-limits.d.cts.map +1 -0
- package/dist/actions/get-governance-limits.d.mts +9 -0
- package/dist/actions/get-governance-limits.d.mts.map +1 -0
- package/dist/actions/get-governance-limits.mjs +22 -0
- package/dist/actions/get-governance-limits.mjs.map +1 -0
- package/dist/actions/get-invoice.cjs +28 -0
- package/dist/actions/get-invoice.cjs.map +1 -0
- package/dist/actions/get-invoice.d.cts +9 -0
- package/dist/actions/get-invoice.d.cts.map +1 -0
- package/dist/actions/get-invoice.d.mts +9 -0
- package/dist/actions/get-invoice.d.mts.map +1 -0
- package/dist/actions/get-invoice.mjs +27 -0
- package/dist/actions/get-invoice.mjs.map +1 -0
- package/dist/actions/get-item-fulfillment.cjs +24 -0
- package/dist/actions/get-item-fulfillment.cjs.map +1 -0
- package/dist/actions/get-item-fulfillment.d.cts +9 -0
- package/dist/actions/get-item-fulfillment.d.cts.map +1 -0
- package/dist/actions/get-item-fulfillment.d.mts +9 -0
- package/dist/actions/get-item-fulfillment.d.mts.map +1 -0
- package/dist/actions/get-item-fulfillment.mjs +21 -0
- package/dist/actions/get-item-fulfillment.mjs.map +1 -0
- package/dist/actions/get-item-receipt.cjs +27 -0
- package/dist/actions/get-item-receipt.cjs.map +1 -0
- package/dist/actions/get-item-receipt.d.cts +9 -0
- package/dist/actions/get-item-receipt.d.cts.map +1 -0
- package/dist/actions/get-item-receipt.d.mts +9 -0
- package/dist/actions/get-item-receipt.d.mts.map +1 -0
- package/dist/actions/get-item-receipt.mjs +26 -0
- package/dist/actions/get-item-receipt.mjs.map +1 -0
- package/dist/actions/get-item.cjs +24 -0
- package/dist/actions/get-item.cjs.map +1 -0
- package/dist/actions/get-item.d.cts +9 -0
- package/dist/actions/get-item.d.cts.map +1 -0
- package/dist/actions/get-item.d.mts +9 -0
- package/dist/actions/get-item.d.mts.map +1 -0
- package/dist/actions/get-item.mjs +21 -0
- package/dist/actions/get-item.mjs.map +1 -0
- package/dist/actions/get-journal-entry.cjs +24 -0
- package/dist/actions/get-journal-entry.cjs.map +1 -0
- package/dist/actions/get-journal-entry.d.cts +9 -0
- package/dist/actions/get-journal-entry.d.cts.map +1 -0
- package/dist/actions/get-journal-entry.d.mts +9 -0
- package/dist/actions/get-journal-entry.d.mts.map +1 -0
- package/dist/actions/get-journal-entry.mjs +21 -0
- package/dist/actions/get-journal-entry.mjs.map +1 -0
- package/dist/actions/get-purchase-order.cjs +28 -0
- package/dist/actions/get-purchase-order.cjs.map +1 -0
- package/dist/actions/get-purchase-order.d.cts +9 -0
- package/dist/actions/get-purchase-order.d.cts.map +1 -0
- package/dist/actions/get-purchase-order.d.mts +9 -0
- package/dist/actions/get-purchase-order.d.mts.map +1 -0
- package/dist/actions/get-purchase-order.mjs +27 -0
- package/dist/actions/get-purchase-order.mjs.map +1 -0
- package/dist/actions/get-record-metadata.cjs +19 -0
- package/dist/actions/get-record-metadata.cjs.map +1 -0
- package/dist/actions/get-record-metadata.d.cts +9 -0
- package/dist/actions/get-record-metadata.d.cts.map +1 -0
- package/dist/actions/get-record-metadata.d.mts +9 -0
- package/dist/actions/get-record-metadata.d.mts.map +1 -0
- package/dist/actions/get-record-metadata.mjs +16 -0
- package/dist/actions/get-record-metadata.mjs.map +1 -0
- package/dist/actions/get-reference-select-field.cjs +29 -0
- package/dist/actions/get-reference-select-field.cjs.map +1 -0
- package/dist/actions/get-reference-select-field.d.cts +9 -0
- package/dist/actions/get-reference-select-field.d.cts.map +1 -0
- package/dist/actions/get-reference-select-field.d.mts +9 -0
- package/dist/actions/get-reference-select-field.d.mts.map +1 -0
- package/dist/actions/get-reference-select-field.mjs +28 -0
- package/dist/actions/get-reference-select-field.mjs.map +1 -0
- package/dist/actions/get-sales-order.cjs +23 -0
- package/dist/actions/get-sales-order.cjs.map +1 -0
- package/dist/actions/get-sales-order.d.cts +9 -0
- package/dist/actions/get-sales-order.d.cts.map +1 -0
- package/dist/actions/get-sales-order.d.mts +9 -0
- package/dist/actions/get-sales-order.d.mts.map +1 -0
- package/dist/actions/get-sales-order.mjs +20 -0
- package/dist/actions/get-sales-order.mjs.map +1 -0
- package/dist/actions/get-server-time.cjs +16 -0
- package/dist/actions/get-server-time.cjs.map +1 -0
- package/dist/actions/get-server-time.d.cts +9 -0
- package/dist/actions/get-server-time.d.cts.map +1 -0
- package/dist/actions/get-server-time.d.mts +9 -0
- package/dist/actions/get-server-time.d.mts.map +1 -0
- package/dist/actions/get-server-time.mjs +13 -0
- package/dist/actions/get-server-time.mjs.map +1 -0
- package/dist/actions/get-sublist-collection.cjs +33 -0
- package/dist/actions/get-sublist-collection.cjs.map +1 -0
- package/dist/actions/get-sublist-collection.d.cts +9 -0
- package/dist/actions/get-sublist-collection.d.cts.map +1 -0
- package/dist/actions/get-sublist-collection.d.mts +9 -0
- package/dist/actions/get-sublist-collection.d.mts.map +1 -0
- package/dist/actions/get-sublist-collection.mjs +32 -0
- package/dist/actions/get-sublist-collection.mjs.map +1 -0
- package/dist/actions/get-sublist-line.cjs +25 -0
- package/dist/actions/get-sublist-line.cjs.map +1 -0
- package/dist/actions/get-sublist-line.d.cts +9 -0
- package/dist/actions/get-sublist-line.d.cts.map +1 -0
- package/dist/actions/get-sublist-line.d.mts +9 -0
- package/dist/actions/get-sublist-line.d.mts.map +1 -0
- package/dist/actions/get-sublist-line.mjs +22 -0
- package/dist/actions/get-sublist-line.mjs.map +1 -0
- package/dist/actions/get-subrecord.cjs +27 -0
- package/dist/actions/get-subrecord.cjs.map +1 -0
- package/dist/actions/get-subrecord.d.cts +9 -0
- package/dist/actions/get-subrecord.d.cts.map +1 -0
- package/dist/actions/get-subrecord.d.mts +9 -0
- package/dist/actions/get-subrecord.d.mts.map +1 -0
- package/dist/actions/get-subrecord.mjs +26 -0
- package/dist/actions/get-subrecord.mjs.map +1 -0
- package/dist/actions/get-vendor-bill.cjs +27 -0
- package/dist/actions/get-vendor-bill.cjs.map +1 -0
- package/dist/actions/get-vendor-bill.d.cts +9 -0
- package/dist/actions/get-vendor-bill.d.cts.map +1 -0
- package/dist/actions/get-vendor-bill.d.mts +9 -0
- package/dist/actions/get-vendor-bill.d.mts.map +1 -0
- package/dist/actions/get-vendor-bill.mjs +26 -0
- package/dist/actions/get-vendor-bill.mjs.map +1 -0
- package/dist/actions/get-vendor-payment.cjs +27 -0
- package/dist/actions/get-vendor-payment.cjs.map +1 -0
- package/dist/actions/get-vendor-payment.d.cts +9 -0
- package/dist/actions/get-vendor-payment.d.cts.map +1 -0
- package/dist/actions/get-vendor-payment.d.mts +9 -0
- package/dist/actions/get-vendor-payment.d.mts.map +1 -0
- package/dist/actions/get-vendor-payment.mjs +26 -0
- package/dist/actions/get-vendor-payment.mjs.map +1 -0
- package/dist/actions/get-vendor.cjs +24 -0
- package/dist/actions/get-vendor.cjs.map +1 -0
- package/dist/actions/get-vendor.d.cts +9 -0
- package/dist/actions/get-vendor.d.cts.map +1 -0
- package/dist/actions/get-vendor.d.mts +9 -0
- package/dist/actions/get-vendor.d.mts.map +1 -0
- package/dist/actions/get-vendor.mjs +21 -0
- package/dist/actions/get-vendor.mjs.map +1 -0
- package/dist/actions/index.cjs +171 -0
- package/dist/actions/index.d.cts +86 -0
- package/dist/actions/index.d.mts +86 -0
- package/dist/actions/index.mjs +86 -0
- package/dist/actions/list-customer-payments.cjs +35 -0
- package/dist/actions/list-customer-payments.cjs.map +1 -0
- package/dist/actions/list-customer-payments.d.cts +9 -0
- package/dist/actions/list-customer-payments.d.cts.map +1 -0
- package/dist/actions/list-customer-payments.d.mts +9 -0
- package/dist/actions/list-customer-payments.d.mts.map +1 -0
- package/dist/actions/list-customer-payments.mjs +34 -0
- package/dist/actions/list-customer-payments.mjs.map +1 -0
- package/dist/actions/list-datasets.cjs +40 -0
- package/dist/actions/list-datasets.cjs.map +1 -0
- package/dist/actions/list-datasets.d.cts +9 -0
- package/dist/actions/list-datasets.d.cts.map +1 -0
- package/dist/actions/list-datasets.d.mts +9 -0
- package/dist/actions/list-datasets.d.mts.map +1 -0
- package/dist/actions/list-datasets.mjs +39 -0
- package/dist/actions/list-datasets.mjs.map +1 -0
- package/dist/actions/list-employees.cjs +35 -0
- package/dist/actions/list-employees.cjs.map +1 -0
- package/dist/actions/list-employees.d.cts +9 -0
- package/dist/actions/list-employees.d.cts.map +1 -0
- package/dist/actions/list-employees.d.mts +9 -0
- package/dist/actions/list-employees.d.mts.map +1 -0
- package/dist/actions/list-employees.mjs +34 -0
- package/dist/actions/list-employees.mjs.map +1 -0
- package/dist/actions/list-integrations.cjs +33 -0
- package/dist/actions/list-integrations.cjs.map +1 -0
- package/dist/actions/list-integrations.d.cts +9 -0
- package/dist/actions/list-integrations.d.cts.map +1 -0
- package/dist/actions/list-integrations.d.mts +9 -0
- package/dist/actions/list-integrations.d.mts.map +1 -0
- package/dist/actions/list-integrations.mjs +32 -0
- package/dist/actions/list-integrations.mjs.map +1 -0
- package/dist/actions/list-invoices.cjs +35 -0
- package/dist/actions/list-invoices.cjs.map +1 -0
- package/dist/actions/list-invoices.d.cts +9 -0
- package/dist/actions/list-invoices.d.cts.map +1 -0
- package/dist/actions/list-invoices.d.mts +9 -0
- package/dist/actions/list-invoices.d.mts.map +1 -0
- package/dist/actions/list-invoices.mjs +34 -0
- package/dist/actions/list-invoices.mjs.map +1 -0
- package/dist/actions/list-item-fulfillments.cjs +35 -0
- package/dist/actions/list-item-fulfillments.cjs.map +1 -0
- package/dist/actions/list-item-fulfillments.d.cts +9 -0
- package/dist/actions/list-item-fulfillments.d.cts.map +1 -0
- package/dist/actions/list-item-fulfillments.d.mts +9 -0
- package/dist/actions/list-item-fulfillments.d.mts.map +1 -0
- package/dist/actions/list-item-fulfillments.mjs +34 -0
- package/dist/actions/list-item-fulfillments.mjs.map +1 -0
- package/dist/actions/list-item-receipts.cjs +35 -0
- package/dist/actions/list-item-receipts.cjs.map +1 -0
- package/dist/actions/list-item-receipts.d.cts +9 -0
- package/dist/actions/list-item-receipts.d.cts.map +1 -0
- package/dist/actions/list-item-receipts.d.mts +9 -0
- package/dist/actions/list-item-receipts.d.mts.map +1 -0
- package/dist/actions/list-item-receipts.mjs +34 -0
- package/dist/actions/list-item-receipts.mjs.map +1 -0
- package/dist/actions/list-journal-entries.cjs +35 -0
- package/dist/actions/list-journal-entries.cjs.map +1 -0
- package/dist/actions/list-journal-entries.d.cts +9 -0
- package/dist/actions/list-journal-entries.d.cts.map +1 -0
- package/dist/actions/list-journal-entries.d.mts +9 -0
- package/dist/actions/list-journal-entries.d.mts.map +1 -0
- package/dist/actions/list-journal-entries.mjs +34 -0
- package/dist/actions/list-journal-entries.mjs.map +1 -0
- package/dist/actions/list-metadata-catalog.cjs +28 -0
- package/dist/actions/list-metadata-catalog.cjs.map +1 -0
- package/dist/actions/list-metadata-catalog.d.cts +9 -0
- package/dist/actions/list-metadata-catalog.d.cts.map +1 -0
- package/dist/actions/list-metadata-catalog.d.mts +9 -0
- package/dist/actions/list-metadata-catalog.d.mts.map +1 -0
- package/dist/actions/list-metadata-catalog.mjs +27 -0
- package/dist/actions/list-metadata-catalog.mjs.map +1 -0
- package/dist/actions/list-purchase-orders.cjs +35 -0
- package/dist/actions/list-purchase-orders.cjs.map +1 -0
- package/dist/actions/list-purchase-orders.d.cts +9 -0
- package/dist/actions/list-purchase-orders.d.cts.map +1 -0
- package/dist/actions/list-purchase-orders.d.mts +9 -0
- package/dist/actions/list-purchase-orders.d.mts.map +1 -0
- package/dist/actions/list-purchase-orders.mjs +34 -0
- package/dist/actions/list-purchase-orders.mjs.map +1 -0
- package/dist/actions/list-records.cjs +36 -0
- package/dist/actions/list-records.cjs.map +1 -0
- package/dist/actions/list-records.d.cts +9 -0
- package/dist/actions/list-records.d.cts.map +1 -0
- package/dist/actions/list-records.d.mts +9 -0
- package/dist/actions/list-records.d.mts.map +1 -0
- package/dist/actions/list-records.mjs +35 -0
- package/dist/actions/list-records.mjs.map +1 -0
- package/dist/actions/list-sales-orders.cjs +35 -0
- package/dist/actions/list-sales-orders.cjs.map +1 -0
- package/dist/actions/list-sales-orders.d.cts +9 -0
- package/dist/actions/list-sales-orders.d.cts.map +1 -0
- package/dist/actions/list-sales-orders.d.mts +9 -0
- package/dist/actions/list-sales-orders.d.mts.map +1 -0
- package/dist/actions/list-sales-orders.mjs +34 -0
- package/dist/actions/list-sales-orders.mjs.map +1 -0
- package/dist/actions/list-vendor-payments.cjs +35 -0
- package/dist/actions/list-vendor-payments.cjs.map +1 -0
- package/dist/actions/list-vendor-payments.d.cts +9 -0
- package/dist/actions/list-vendor-payments.d.cts.map +1 -0
- package/dist/actions/list-vendor-payments.d.mts +9 -0
- package/dist/actions/list-vendor-payments.d.mts.map +1 -0
- package/dist/actions/list-vendor-payments.mjs +34 -0
- package/dist/actions/list-vendor-payments.mjs.map +1 -0
- package/dist/actions/o-auth2-authorize-account-domain.cjs +31 -0
- package/dist/actions/o-auth2-authorize-account-domain.cjs.map +1 -0
- package/dist/actions/o-auth2-authorize-account-domain.d.cts +9 -0
- package/dist/actions/o-auth2-authorize-account-domain.d.cts.map +1 -0
- package/dist/actions/o-auth2-authorize-account-domain.d.mts +9 -0
- package/dist/actions/o-auth2-authorize-account-domain.d.mts.map +1 -0
- package/dist/actions/o-auth2-authorize-account-domain.mjs +28 -0
- package/dist/actions/o-auth2-authorize-account-domain.mjs.map +1 -0
- package/dist/actions/o-auth2-authorize-system-domain.cjs +31 -0
- package/dist/actions/o-auth2-authorize-system-domain.cjs.map +1 -0
- package/dist/actions/o-auth2-authorize-system-domain.d.cts +9 -0
- package/dist/actions/o-auth2-authorize-system-domain.d.cts.map +1 -0
- package/dist/actions/o-auth2-authorize-system-domain.d.mts +9 -0
- package/dist/actions/o-auth2-authorize-system-domain.d.mts.map +1 -0
- package/dist/actions/o-auth2-authorize-system-domain.mjs +28 -0
- package/dist/actions/o-auth2-authorize-system-domain.mjs.map +1 -0
- package/dist/actions/o-auth2-logout.cjs +20 -0
- package/dist/actions/o-auth2-logout.cjs.map +1 -0
- package/dist/actions/o-auth2-logout.d.cts +9 -0
- package/dist/actions/o-auth2-logout.d.cts.map +1 -0
- package/dist/actions/o-auth2-logout.d.mts +9 -0
- package/dist/actions/o-auth2-logout.d.mts.map +1 -0
- package/dist/actions/o-auth2-logout.mjs +17 -0
- package/dist/actions/o-auth2-logout.mjs.map +1 -0
- package/dist/actions/o-auth2-revoke-refresh-token.cjs +23 -0
- package/dist/actions/o-auth2-revoke-refresh-token.cjs.map +1 -0
- package/dist/actions/o-auth2-revoke-refresh-token.d.cts +9 -0
- package/dist/actions/o-auth2-revoke-refresh-token.d.cts.map +1 -0
- package/dist/actions/o-auth2-revoke-refresh-token.d.mts +9 -0
- package/dist/actions/o-auth2-revoke-refresh-token.d.mts.map +1 -0
- package/dist/actions/o-auth2-revoke-refresh-token.mjs +20 -0
- package/dist/actions/o-auth2-revoke-refresh-token.mjs.map +1 -0
- package/dist/actions/o-auth2-token-authorization-code.cjs +29 -0
- package/dist/actions/o-auth2-token-authorization-code.cjs.map +1 -0
- package/dist/actions/o-auth2-token-authorization-code.d.cts +9 -0
- package/dist/actions/o-auth2-token-authorization-code.d.cts.map +1 -0
- package/dist/actions/o-auth2-token-authorization-code.d.mts +9 -0
- package/dist/actions/o-auth2-token-authorization-code.d.mts.map +1 -0
- package/dist/actions/o-auth2-token-authorization-code.mjs +26 -0
- package/dist/actions/o-auth2-token-authorization-code.mjs.map +1 -0
- package/dist/actions/o-auth2-token-client-credentials.cjs +25 -0
- package/dist/actions/o-auth2-token-client-credentials.cjs.map +1 -0
- package/dist/actions/o-auth2-token-client-credentials.d.cts +9 -0
- package/dist/actions/o-auth2-token-client-credentials.d.cts.map +1 -0
- package/dist/actions/o-auth2-token-client-credentials.d.mts +9 -0
- package/dist/actions/o-auth2-token-client-credentials.d.mts.map +1 -0
- package/dist/actions/o-auth2-token-client-credentials.mjs +22 -0
- package/dist/actions/o-auth2-token-client-credentials.mjs.map +1 -0
- package/dist/actions/o-auth2-token-refresh.cjs +26 -0
- package/dist/actions/o-auth2-token-refresh.cjs.map +1 -0
- package/dist/actions/o-auth2-token-refresh.d.cts +9 -0
- package/dist/actions/o-auth2-token-refresh.d.cts.map +1 -0
- package/dist/actions/o-auth2-token-refresh.d.mts +9 -0
- package/dist/actions/o-auth2-token-refresh.d.mts.map +1 -0
- package/dist/actions/o-auth2-token-refresh.mjs +23 -0
- package/dist/actions/o-auth2-token-refresh.mjs.map +1 -0
- package/dist/actions/oauth2-get-jwks-keys.cjs +26 -0
- package/dist/actions/oauth2-get-jwks-keys.cjs.map +1 -0
- package/dist/actions/oauth2-get-jwks-keys.d.cts +9 -0
- package/dist/actions/oauth2-get-jwks-keys.d.cts.map +1 -0
- package/dist/actions/oauth2-get-jwks-keys.d.mts +9 -0
- package/dist/actions/oauth2-get-jwks-keys.d.mts.map +1 -0
- package/dist/actions/oauth2-get-jwks-keys.mjs +25 -0
- package/dist/actions/oauth2-get-jwks-keys.mjs.map +1 -0
- package/dist/actions/run-suiteql-query.cjs +32 -0
- package/dist/actions/run-suiteql-query.cjs.map +1 -0
- package/dist/actions/run-suiteql-query.d.cts +9 -0
- package/dist/actions/run-suiteql-query.d.cts.map +1 -0
- package/dist/actions/run-suiteql-query.d.mts +9 -0
- package/dist/actions/run-suiteql-query.d.mts.map +1 -0
- package/dist/actions/run-suiteql-query.mjs +31 -0
- package/dist/actions/run-suiteql-query.mjs.map +1 -0
- package/dist/actions/transform-record.cjs +29 -0
- package/dist/actions/transform-record.cjs.map +1 -0
- package/dist/actions/transform-record.d.cts +9 -0
- package/dist/actions/transform-record.d.cts.map +1 -0
- package/dist/actions/transform-record.d.mts +9 -0
- package/dist/actions/transform-record.d.mts.map +1 -0
- package/dist/actions/transform-record.mjs +26 -0
- package/dist/actions/transform-record.mjs.map +1 -0
- package/dist/actions/update-customer-payment.cjs +34 -0
- package/dist/actions/update-customer-payment.cjs.map +1 -0
- package/dist/actions/update-customer-payment.d.cts +9 -0
- package/dist/actions/update-customer-payment.d.cts.map +1 -0
- package/dist/actions/update-customer-payment.d.mts +9 -0
- package/dist/actions/update-customer-payment.d.mts.map +1 -0
- package/dist/actions/update-customer-payment.mjs +31 -0
- package/dist/actions/update-customer-payment.mjs.map +1 -0
- package/dist/actions/update-customer.cjs +34 -0
- package/dist/actions/update-customer.cjs.map +1 -0
- package/dist/actions/update-customer.d.cts +9 -0
- package/dist/actions/update-customer.d.cts.map +1 -0
- package/dist/actions/update-customer.d.mts +9 -0
- package/dist/actions/update-customer.d.mts.map +1 -0
- package/dist/actions/update-customer.mjs +31 -0
- package/dist/actions/update-customer.mjs.map +1 -0
- package/dist/actions/update-employee.cjs +36 -0
- package/dist/actions/update-employee.cjs.map +1 -0
- package/dist/actions/update-employee.d.cts +9 -0
- package/dist/actions/update-employee.d.cts.map +1 -0
- package/dist/actions/update-employee.d.mts +9 -0
- package/dist/actions/update-employee.d.mts.map +1 -0
- package/dist/actions/update-employee.mjs +33 -0
- package/dist/actions/update-employee.mjs.map +1 -0
- package/dist/actions/update-invoice.cjs +34 -0
- package/dist/actions/update-invoice.cjs.map +1 -0
- package/dist/actions/update-invoice.d.cts +9 -0
- package/dist/actions/update-invoice.d.cts.map +1 -0
- package/dist/actions/update-invoice.d.mts +9 -0
- package/dist/actions/update-invoice.d.mts.map +1 -0
- package/dist/actions/update-invoice.mjs +31 -0
- package/dist/actions/update-invoice.mjs.map +1 -0
- package/dist/actions/update-item-fulfillment.cjs +36 -0
- package/dist/actions/update-item-fulfillment.cjs.map +1 -0
- package/dist/actions/update-item-fulfillment.d.cts +9 -0
- package/dist/actions/update-item-fulfillment.d.cts.map +1 -0
- package/dist/actions/update-item-fulfillment.d.mts +9 -0
- package/dist/actions/update-item-fulfillment.d.mts.map +1 -0
- package/dist/actions/update-item-fulfillment.mjs +33 -0
- package/dist/actions/update-item-fulfillment.mjs.map +1 -0
- package/dist/actions/update-item-receipt.cjs +36 -0
- package/dist/actions/update-item-receipt.cjs.map +1 -0
- package/dist/actions/update-item-receipt.d.cts +9 -0
- package/dist/actions/update-item-receipt.d.cts.map +1 -0
- package/dist/actions/update-item-receipt.d.mts +9 -0
- package/dist/actions/update-item-receipt.d.mts.map +1 -0
- package/dist/actions/update-item-receipt.mjs +33 -0
- package/dist/actions/update-item-receipt.mjs.map +1 -0
- package/dist/actions/update-item.cjs +37 -0
- package/dist/actions/update-item.cjs.map +1 -0
- package/dist/actions/update-item.d.cts +9 -0
- package/dist/actions/update-item.d.cts.map +1 -0
- package/dist/actions/update-item.d.mts +9 -0
- package/dist/actions/update-item.d.mts.map +1 -0
- package/dist/actions/update-item.mjs +34 -0
- package/dist/actions/update-item.mjs.map +1 -0
- package/dist/actions/update-journal-entry.cjs +36 -0
- package/dist/actions/update-journal-entry.cjs.map +1 -0
- package/dist/actions/update-journal-entry.d.cts +9 -0
- package/dist/actions/update-journal-entry.d.cts.map +1 -0
- package/dist/actions/update-journal-entry.d.mts +9 -0
- package/dist/actions/update-journal-entry.d.mts.map +1 -0
- package/dist/actions/update-journal-entry.mjs +33 -0
- package/dist/actions/update-journal-entry.mjs.map +1 -0
- package/dist/actions/update-purchase-order.cjs +35 -0
- package/dist/actions/update-purchase-order.cjs.map +1 -0
- package/dist/actions/update-purchase-order.d.cts +9 -0
- package/dist/actions/update-purchase-order.d.cts.map +1 -0
- package/dist/actions/update-purchase-order.d.mts +9 -0
- package/dist/actions/update-purchase-order.d.mts.map +1 -0
- package/dist/actions/update-purchase-order.mjs +32 -0
- package/dist/actions/update-purchase-order.mjs.map +1 -0
- package/dist/actions/update-sales-order.cjs +34 -0
- package/dist/actions/update-sales-order.cjs.map +1 -0
- package/dist/actions/update-sales-order.d.cts +9 -0
- package/dist/actions/update-sales-order.d.cts.map +1 -0
- package/dist/actions/update-sales-order.d.mts +9 -0
- package/dist/actions/update-sales-order.d.mts.map +1 -0
- package/dist/actions/update-sales-order.mjs +31 -0
- package/dist/actions/update-sales-order.mjs.map +1 -0
- package/dist/actions/update-vendor-bill.cjs +36 -0
- package/dist/actions/update-vendor-bill.cjs.map +1 -0
- package/dist/actions/update-vendor-bill.d.cts +9 -0
- package/dist/actions/update-vendor-bill.d.cts.map +1 -0
- package/dist/actions/update-vendor-bill.d.mts +9 -0
- package/dist/actions/update-vendor-bill.d.mts.map +1 -0
- package/dist/actions/update-vendor-bill.mjs +33 -0
- package/dist/actions/update-vendor-bill.mjs.map +1 -0
- package/dist/actions/update-vendor-payment.cjs +36 -0
- package/dist/actions/update-vendor-payment.cjs.map +1 -0
- package/dist/actions/update-vendor-payment.d.cts +9 -0
- package/dist/actions/update-vendor-payment.d.cts.map +1 -0
- package/dist/actions/update-vendor-payment.d.mts +9 -0
- package/dist/actions/update-vendor-payment.d.mts.map +1 -0
- package/dist/actions/update-vendor-payment.mjs +33 -0
- package/dist/actions/update-vendor-payment.mjs.map +1 -0
- package/dist/actions/update-vendor.cjs +34 -0
- package/dist/actions/update-vendor.cjs.map +1 -0
- package/dist/actions/update-vendor.d.cts +9 -0
- package/dist/actions/update-vendor.d.cts.map +1 -0
- package/dist/actions/update-vendor.d.mts +9 -0
- package/dist/actions/update-vendor.d.mts.map +1 -0
- package/dist/actions/update-vendor.mjs +31 -0
- package/dist/actions/update-vendor.mjs.map +1 -0
- package/dist/actions/upsert-record-by-external-id.cjs +23 -0
- package/dist/actions/upsert-record-by-external-id.cjs.map +1 -0
- package/dist/actions/upsert-record-by-external-id.d.cts +9 -0
- package/dist/actions/upsert-record-by-external-id.d.cts.map +1 -0
- package/dist/actions/upsert-record-by-external-id.d.mts +9 -0
- package/dist/actions/upsert-record-by-external-id.d.mts.map +1 -0
- package/dist/actions/upsert-record-by-external-id.mjs +20 -0
- package/dist/actions/upsert-record-by-external-id.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +176 -0
- package/dist/index.d.cts +88 -0
- package/dist/index.d.mts +88 -0
- package/dist/index.mjs +89 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"netsuite\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeNetsuiteTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "netsuite";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260616_00";
|
|
6
|
+
async function executeNetsuiteTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeNetsuiteTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"netsuite\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeNetsuiteTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_async_get_job_status = require("./actions/async-get-job-status.cjs");
|
|
5
|
+
const require_async_get_job_task = require("./actions/async-get-job-task.cjs");
|
|
6
|
+
const require_async_get_job_task_result = require("./actions/async-get-job-task-result.cjs");
|
|
7
|
+
const require_create_customer = require("./actions/create-customer.cjs");
|
|
8
|
+
const require_create_customer_payment = require("./actions/create-customer-payment.cjs");
|
|
9
|
+
const require_create_employee = require("./actions/create-employee.cjs");
|
|
10
|
+
const require_create_invoice = require("./actions/create-invoice.cjs");
|
|
11
|
+
const require_create_item = require("./actions/create-item.cjs");
|
|
12
|
+
const require_create_journal_entry = require("./actions/create-journal-entry.cjs");
|
|
13
|
+
const require_create_jwt_client_assertion = require("./actions/create-jwt-client-assertion.cjs");
|
|
14
|
+
const require_create_purchase_order = require("./actions/create-purchase-order.cjs");
|
|
15
|
+
const require_create_record = require("./actions/create-record.cjs");
|
|
16
|
+
const require_create_sales_order = require("./actions/create-sales-order.cjs");
|
|
17
|
+
const require_create_vendor = require("./actions/create-vendor.cjs");
|
|
18
|
+
const require_create_vendor_bill = require("./actions/create-vendor-bill.cjs");
|
|
19
|
+
const require_delete_customer = require("./actions/delete-customer.cjs");
|
|
20
|
+
const require_delete_customer_payment = require("./actions/delete-customer-payment.cjs");
|
|
21
|
+
const require_delete_employee = require("./actions/delete-employee.cjs");
|
|
22
|
+
const require_delete_invoice = require("./actions/delete-invoice.cjs");
|
|
23
|
+
const require_delete_item = require("./actions/delete-item.cjs");
|
|
24
|
+
const require_delete_item_fulfillment = require("./actions/delete-item-fulfillment.cjs");
|
|
25
|
+
const require_delete_item_receipt = require("./actions/delete-item-receipt.cjs");
|
|
26
|
+
const require_delete_journal_entry = require("./actions/delete-journal-entry.cjs");
|
|
27
|
+
const require_delete_purchase_order = require("./actions/delete-purchase-order.cjs");
|
|
28
|
+
const require_delete_sales_order = require("./actions/delete-sales-order.cjs");
|
|
29
|
+
const require_delete_vendor_payment = require("./actions/delete-vendor-payment.cjs");
|
|
30
|
+
const require_execute_dataset = require("./actions/execute-dataset.cjs");
|
|
31
|
+
const require_get_customer = require("./actions/get-customer.cjs");
|
|
32
|
+
const require_get_customer_payment = require("./actions/get-customer-payment.cjs");
|
|
33
|
+
const require_get_datacenter_urls = require("./actions/get-datacenter-urls.cjs");
|
|
34
|
+
const require_get_employee = require("./actions/get-employee.cjs");
|
|
35
|
+
const require_get_governance_limits = require("./actions/get-governance-limits.cjs");
|
|
36
|
+
const require_get_invoice = require("./actions/get-invoice.cjs");
|
|
37
|
+
const require_get_item = require("./actions/get-item.cjs");
|
|
38
|
+
const require_get_item_fulfillment = require("./actions/get-item-fulfillment.cjs");
|
|
39
|
+
const require_get_item_receipt = require("./actions/get-item-receipt.cjs");
|
|
40
|
+
const require_get_journal_entry = require("./actions/get-journal-entry.cjs");
|
|
41
|
+
const require_get_purchase_order = require("./actions/get-purchase-order.cjs");
|
|
42
|
+
const require_get_record_metadata = require("./actions/get-record-metadata.cjs");
|
|
43
|
+
const require_get_reference_select_field = require("./actions/get-reference-select-field.cjs");
|
|
44
|
+
const require_get_sales_order = require("./actions/get-sales-order.cjs");
|
|
45
|
+
const require_get_server_time = require("./actions/get-server-time.cjs");
|
|
46
|
+
const require_get_sublist_collection = require("./actions/get-sublist-collection.cjs");
|
|
47
|
+
const require_get_sublist_line = require("./actions/get-sublist-line.cjs");
|
|
48
|
+
const require_get_subrecord = require("./actions/get-subrecord.cjs");
|
|
49
|
+
const require_get_vendor = require("./actions/get-vendor.cjs");
|
|
50
|
+
const require_get_vendor_bill = require("./actions/get-vendor-bill.cjs");
|
|
51
|
+
const require_get_vendor_payment = require("./actions/get-vendor-payment.cjs");
|
|
52
|
+
const require_list_customer_payments = require("./actions/list-customer-payments.cjs");
|
|
53
|
+
const require_list_datasets = require("./actions/list-datasets.cjs");
|
|
54
|
+
const require_list_employees = require("./actions/list-employees.cjs");
|
|
55
|
+
const require_list_integrations = require("./actions/list-integrations.cjs");
|
|
56
|
+
const require_list_invoices = require("./actions/list-invoices.cjs");
|
|
57
|
+
const require_list_item_fulfillments = require("./actions/list-item-fulfillments.cjs");
|
|
58
|
+
const require_list_item_receipts = require("./actions/list-item-receipts.cjs");
|
|
59
|
+
const require_list_journal_entries = require("./actions/list-journal-entries.cjs");
|
|
60
|
+
const require_list_metadata_catalog = require("./actions/list-metadata-catalog.cjs");
|
|
61
|
+
const require_list_purchase_orders = require("./actions/list-purchase-orders.cjs");
|
|
62
|
+
const require_list_records = require("./actions/list-records.cjs");
|
|
63
|
+
const require_list_sales_orders = require("./actions/list-sales-orders.cjs");
|
|
64
|
+
const require_list_vendor_payments = require("./actions/list-vendor-payments.cjs");
|
|
65
|
+
const require_o_auth2_authorize_account_domain = require("./actions/o-auth2-authorize-account-domain.cjs");
|
|
66
|
+
const require_o_auth2_authorize_system_domain = require("./actions/o-auth2-authorize-system-domain.cjs");
|
|
67
|
+
const require_o_auth2_logout = require("./actions/o-auth2-logout.cjs");
|
|
68
|
+
const require_o_auth2_revoke_refresh_token = require("./actions/o-auth2-revoke-refresh-token.cjs");
|
|
69
|
+
const require_o_auth2_token_authorization_code = require("./actions/o-auth2-token-authorization-code.cjs");
|
|
70
|
+
const require_o_auth2_token_client_credentials = require("./actions/o-auth2-token-client-credentials.cjs");
|
|
71
|
+
const require_o_auth2_token_refresh = require("./actions/o-auth2-token-refresh.cjs");
|
|
72
|
+
const require_oauth2_get_jwks_keys = require("./actions/oauth2-get-jwks-keys.cjs");
|
|
73
|
+
const require_run_suiteql_query = require("./actions/run-suiteql-query.cjs");
|
|
74
|
+
const require_transform_record = require("./actions/transform-record.cjs");
|
|
75
|
+
const require_update_customer = require("./actions/update-customer.cjs");
|
|
76
|
+
const require_update_customer_payment = require("./actions/update-customer-payment.cjs");
|
|
77
|
+
const require_update_employee = require("./actions/update-employee.cjs");
|
|
78
|
+
const require_update_invoice = require("./actions/update-invoice.cjs");
|
|
79
|
+
const require_update_item = require("./actions/update-item.cjs");
|
|
80
|
+
const require_update_item_fulfillment = require("./actions/update-item-fulfillment.cjs");
|
|
81
|
+
const require_update_item_receipt = require("./actions/update-item-receipt.cjs");
|
|
82
|
+
const require_update_journal_entry = require("./actions/update-journal-entry.cjs");
|
|
83
|
+
const require_update_purchase_order = require("./actions/update-purchase-order.cjs");
|
|
84
|
+
const require_update_sales_order = require("./actions/update-sales-order.cjs");
|
|
85
|
+
const require_update_vendor = require("./actions/update-vendor.cjs");
|
|
86
|
+
const require_update_vendor_bill = require("./actions/update-vendor-bill.cjs");
|
|
87
|
+
const require_update_vendor_payment = require("./actions/update-vendor-payment.cjs");
|
|
88
|
+
const require_upsert_record_by_external_id = require("./actions/upsert-record-by-external-id.cjs");
|
|
89
|
+
require("./actions/index.cjs");
|
|
90
|
+
exports.netsuite = require_app.netsuite;
|
|
91
|
+
exports.netsuiteAsyncGetJobStatus = require_async_get_job_status.netsuiteAsyncGetJobStatus;
|
|
92
|
+
exports.netsuiteAsyncGetJobTask = require_async_get_job_task.netsuiteAsyncGetJobTask;
|
|
93
|
+
exports.netsuiteAsyncGetJobTaskResult = require_async_get_job_task_result.netsuiteAsyncGetJobTaskResult;
|
|
94
|
+
exports.netsuiteCatalog = require_catalog.netsuiteCatalog;
|
|
95
|
+
exports.netsuiteCreateCustomer = require_create_customer.netsuiteCreateCustomer;
|
|
96
|
+
exports.netsuiteCreateCustomerPayment = require_create_customer_payment.netsuiteCreateCustomerPayment;
|
|
97
|
+
exports.netsuiteCreateEmployee = require_create_employee.netsuiteCreateEmployee;
|
|
98
|
+
exports.netsuiteCreateInvoice = require_create_invoice.netsuiteCreateInvoice;
|
|
99
|
+
exports.netsuiteCreateItem = require_create_item.netsuiteCreateItem;
|
|
100
|
+
exports.netsuiteCreateJournalEntry = require_create_journal_entry.netsuiteCreateJournalEntry;
|
|
101
|
+
exports.netsuiteCreateJwtClientAssertion = require_create_jwt_client_assertion.netsuiteCreateJwtClientAssertion;
|
|
102
|
+
exports.netsuiteCreatePurchaseOrder = require_create_purchase_order.netsuiteCreatePurchaseOrder;
|
|
103
|
+
exports.netsuiteCreateRecord = require_create_record.netsuiteCreateRecord;
|
|
104
|
+
exports.netsuiteCreateSalesOrder = require_create_sales_order.netsuiteCreateSalesOrder;
|
|
105
|
+
exports.netsuiteCreateVendor = require_create_vendor.netsuiteCreateVendor;
|
|
106
|
+
exports.netsuiteCreateVendorBill = require_create_vendor_bill.netsuiteCreateVendorBill;
|
|
107
|
+
exports.netsuiteDeleteCustomer = require_delete_customer.netsuiteDeleteCustomer;
|
|
108
|
+
exports.netsuiteDeleteCustomerPayment = require_delete_customer_payment.netsuiteDeleteCustomerPayment;
|
|
109
|
+
exports.netsuiteDeleteEmployee = require_delete_employee.netsuiteDeleteEmployee;
|
|
110
|
+
exports.netsuiteDeleteInvoice = require_delete_invoice.netsuiteDeleteInvoice;
|
|
111
|
+
exports.netsuiteDeleteItem = require_delete_item.netsuiteDeleteItem;
|
|
112
|
+
exports.netsuiteDeleteItemFulfillment = require_delete_item_fulfillment.netsuiteDeleteItemFulfillment;
|
|
113
|
+
exports.netsuiteDeleteItemReceipt = require_delete_item_receipt.netsuiteDeleteItemReceipt;
|
|
114
|
+
exports.netsuiteDeleteJournalEntry = require_delete_journal_entry.netsuiteDeleteJournalEntry;
|
|
115
|
+
exports.netsuiteDeletePurchaseOrder = require_delete_purchase_order.netsuiteDeletePurchaseOrder;
|
|
116
|
+
exports.netsuiteDeleteSalesOrder = require_delete_sales_order.netsuiteDeleteSalesOrder;
|
|
117
|
+
exports.netsuiteDeleteVendorPayment = require_delete_vendor_payment.netsuiteDeleteVendorPayment;
|
|
118
|
+
exports.netsuiteExecuteDataset = require_execute_dataset.netsuiteExecuteDataset;
|
|
119
|
+
exports.netsuiteGetCustomer = require_get_customer.netsuiteGetCustomer;
|
|
120
|
+
exports.netsuiteGetCustomerPayment = require_get_customer_payment.netsuiteGetCustomerPayment;
|
|
121
|
+
exports.netsuiteGetDatacenterUrls = require_get_datacenter_urls.netsuiteGetDatacenterUrls;
|
|
122
|
+
exports.netsuiteGetEmployee = require_get_employee.netsuiteGetEmployee;
|
|
123
|
+
exports.netsuiteGetGovernanceLimits = require_get_governance_limits.netsuiteGetGovernanceLimits;
|
|
124
|
+
exports.netsuiteGetInvoice = require_get_invoice.netsuiteGetInvoice;
|
|
125
|
+
exports.netsuiteGetItem = require_get_item.netsuiteGetItem;
|
|
126
|
+
exports.netsuiteGetItemFulfillment = require_get_item_fulfillment.netsuiteGetItemFulfillment;
|
|
127
|
+
exports.netsuiteGetItemReceipt = require_get_item_receipt.netsuiteGetItemReceipt;
|
|
128
|
+
exports.netsuiteGetJournalEntry = require_get_journal_entry.netsuiteGetJournalEntry;
|
|
129
|
+
exports.netsuiteGetPurchaseOrder = require_get_purchase_order.netsuiteGetPurchaseOrder;
|
|
130
|
+
exports.netsuiteGetRecordMetadata = require_get_record_metadata.netsuiteGetRecordMetadata;
|
|
131
|
+
exports.netsuiteGetReferenceSelectField = require_get_reference_select_field.netsuiteGetReferenceSelectField;
|
|
132
|
+
exports.netsuiteGetSalesOrder = require_get_sales_order.netsuiteGetSalesOrder;
|
|
133
|
+
exports.netsuiteGetServerTime = require_get_server_time.netsuiteGetServerTime;
|
|
134
|
+
exports.netsuiteGetSublistCollection = require_get_sublist_collection.netsuiteGetSublistCollection;
|
|
135
|
+
exports.netsuiteGetSublistLine = require_get_sublist_line.netsuiteGetSublistLine;
|
|
136
|
+
exports.netsuiteGetSubrecord = require_get_subrecord.netsuiteGetSubrecord;
|
|
137
|
+
exports.netsuiteGetVendor = require_get_vendor.netsuiteGetVendor;
|
|
138
|
+
exports.netsuiteGetVendorBill = require_get_vendor_bill.netsuiteGetVendorBill;
|
|
139
|
+
exports.netsuiteGetVendorPayment = require_get_vendor_payment.netsuiteGetVendorPayment;
|
|
140
|
+
exports.netsuiteListCustomerPayments = require_list_customer_payments.netsuiteListCustomerPayments;
|
|
141
|
+
exports.netsuiteListDatasets = require_list_datasets.netsuiteListDatasets;
|
|
142
|
+
exports.netsuiteListEmployees = require_list_employees.netsuiteListEmployees;
|
|
143
|
+
exports.netsuiteListIntegrations = require_list_integrations.netsuiteListIntegrations;
|
|
144
|
+
exports.netsuiteListInvoices = require_list_invoices.netsuiteListInvoices;
|
|
145
|
+
exports.netsuiteListItemFulfillments = require_list_item_fulfillments.netsuiteListItemFulfillments;
|
|
146
|
+
exports.netsuiteListItemReceipts = require_list_item_receipts.netsuiteListItemReceipts;
|
|
147
|
+
exports.netsuiteListJournalEntries = require_list_journal_entries.netsuiteListJournalEntries;
|
|
148
|
+
exports.netsuiteListMetadataCatalog = require_list_metadata_catalog.netsuiteListMetadataCatalog;
|
|
149
|
+
exports.netsuiteListPurchaseOrders = require_list_purchase_orders.netsuiteListPurchaseOrders;
|
|
150
|
+
exports.netsuiteListRecords = require_list_records.netsuiteListRecords;
|
|
151
|
+
exports.netsuiteListSalesOrders = require_list_sales_orders.netsuiteListSalesOrders;
|
|
152
|
+
exports.netsuiteListVendorPayments = require_list_vendor_payments.netsuiteListVendorPayments;
|
|
153
|
+
exports.netsuiteOAuth2AuthorizeAccountDomain = require_o_auth2_authorize_account_domain.netsuiteOAuth2AuthorizeAccountDomain;
|
|
154
|
+
exports.netsuiteOAuth2AuthorizeSystemDomain = require_o_auth2_authorize_system_domain.netsuiteOAuth2AuthorizeSystemDomain;
|
|
155
|
+
exports.netsuiteOAuth2Logout = require_o_auth2_logout.netsuiteOAuth2Logout;
|
|
156
|
+
exports.netsuiteOAuth2RevokeRefreshToken = require_o_auth2_revoke_refresh_token.netsuiteOAuth2RevokeRefreshToken;
|
|
157
|
+
exports.netsuiteOAuth2TokenAuthorizationCode = require_o_auth2_token_authorization_code.netsuiteOAuth2TokenAuthorizationCode;
|
|
158
|
+
exports.netsuiteOAuth2TokenClientCredentials = require_o_auth2_token_client_credentials.netsuiteOAuth2TokenClientCredentials;
|
|
159
|
+
exports.netsuiteOAuth2TokenRefresh = require_o_auth2_token_refresh.netsuiteOAuth2TokenRefresh;
|
|
160
|
+
exports.netsuiteOauth2GetJwksKeys = require_oauth2_get_jwks_keys.netsuiteOauth2GetJwksKeys;
|
|
161
|
+
exports.netsuiteRunSuiteqlQuery = require_run_suiteql_query.netsuiteRunSuiteqlQuery;
|
|
162
|
+
exports.netsuiteTransformRecord = require_transform_record.netsuiteTransformRecord;
|
|
163
|
+
exports.netsuiteUpdateCustomer = require_update_customer.netsuiteUpdateCustomer;
|
|
164
|
+
exports.netsuiteUpdateCustomerPayment = require_update_customer_payment.netsuiteUpdateCustomerPayment;
|
|
165
|
+
exports.netsuiteUpdateEmployee = require_update_employee.netsuiteUpdateEmployee;
|
|
166
|
+
exports.netsuiteUpdateInvoice = require_update_invoice.netsuiteUpdateInvoice;
|
|
167
|
+
exports.netsuiteUpdateItem = require_update_item.netsuiteUpdateItem;
|
|
168
|
+
exports.netsuiteUpdateItemFulfillment = require_update_item_fulfillment.netsuiteUpdateItemFulfillment;
|
|
169
|
+
exports.netsuiteUpdateItemReceipt = require_update_item_receipt.netsuiteUpdateItemReceipt;
|
|
170
|
+
exports.netsuiteUpdateJournalEntry = require_update_journal_entry.netsuiteUpdateJournalEntry;
|
|
171
|
+
exports.netsuiteUpdatePurchaseOrder = require_update_purchase_order.netsuiteUpdatePurchaseOrder;
|
|
172
|
+
exports.netsuiteUpdateSalesOrder = require_update_sales_order.netsuiteUpdateSalesOrder;
|
|
173
|
+
exports.netsuiteUpdateVendor = require_update_vendor.netsuiteUpdateVendor;
|
|
174
|
+
exports.netsuiteUpdateVendorBill = require_update_vendor_bill.netsuiteUpdateVendorBill;
|
|
175
|
+
exports.netsuiteUpdateVendorPayment = require_update_vendor_payment.netsuiteUpdateVendorPayment;
|
|
176
|
+
exports.netsuiteUpsertRecordByExternalId = require_upsert_record_by_external_id.netsuiteUpsertRecordByExternalId;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { netsuiteAsyncGetJobStatus } from "./actions/async-get-job-status.cjs";
|
|
2
|
+
import { netsuiteAsyncGetJobTask } from "./actions/async-get-job-task.cjs";
|
|
3
|
+
import { netsuiteAsyncGetJobTaskResult } from "./actions/async-get-job-task-result.cjs";
|
|
4
|
+
import { netsuiteCreateCustomer } from "./actions/create-customer.cjs";
|
|
5
|
+
import { netsuiteCreateCustomerPayment } from "./actions/create-customer-payment.cjs";
|
|
6
|
+
import { netsuiteCreateEmployee } from "./actions/create-employee.cjs";
|
|
7
|
+
import { netsuiteCreateInvoice } from "./actions/create-invoice.cjs";
|
|
8
|
+
import { netsuiteCreateItem } from "./actions/create-item.cjs";
|
|
9
|
+
import { netsuiteCreateJournalEntry } from "./actions/create-journal-entry.cjs";
|
|
10
|
+
import { netsuiteCreateJwtClientAssertion } from "./actions/create-jwt-client-assertion.cjs";
|
|
11
|
+
import { netsuiteCreatePurchaseOrder } from "./actions/create-purchase-order.cjs";
|
|
12
|
+
import { netsuiteCreateRecord } from "./actions/create-record.cjs";
|
|
13
|
+
import { netsuiteCreateSalesOrder } from "./actions/create-sales-order.cjs";
|
|
14
|
+
import { netsuiteCreateVendor } from "./actions/create-vendor.cjs";
|
|
15
|
+
import { netsuiteCreateVendorBill } from "./actions/create-vendor-bill.cjs";
|
|
16
|
+
import { netsuiteDeleteCustomer } from "./actions/delete-customer.cjs";
|
|
17
|
+
import { netsuiteDeleteCustomerPayment } from "./actions/delete-customer-payment.cjs";
|
|
18
|
+
import { netsuiteDeleteEmployee } from "./actions/delete-employee.cjs";
|
|
19
|
+
import { netsuiteDeleteInvoice } from "./actions/delete-invoice.cjs";
|
|
20
|
+
import { netsuiteDeleteItem } from "./actions/delete-item.cjs";
|
|
21
|
+
import { netsuiteDeleteItemFulfillment } from "./actions/delete-item-fulfillment.cjs";
|
|
22
|
+
import { netsuiteDeleteItemReceipt } from "./actions/delete-item-receipt.cjs";
|
|
23
|
+
import { netsuiteDeleteJournalEntry } from "./actions/delete-journal-entry.cjs";
|
|
24
|
+
import { netsuiteDeletePurchaseOrder } from "./actions/delete-purchase-order.cjs";
|
|
25
|
+
import { netsuiteDeleteSalesOrder } from "./actions/delete-sales-order.cjs";
|
|
26
|
+
import { netsuiteDeleteVendorPayment } from "./actions/delete-vendor-payment.cjs";
|
|
27
|
+
import { netsuiteExecuteDataset } from "./actions/execute-dataset.cjs";
|
|
28
|
+
import { netsuiteGetCustomer } from "./actions/get-customer.cjs";
|
|
29
|
+
import { netsuiteGetCustomerPayment } from "./actions/get-customer-payment.cjs";
|
|
30
|
+
import { netsuiteGetDatacenterUrls } from "./actions/get-datacenter-urls.cjs";
|
|
31
|
+
import { netsuiteGetEmployee } from "./actions/get-employee.cjs";
|
|
32
|
+
import { netsuiteGetGovernanceLimits } from "./actions/get-governance-limits.cjs";
|
|
33
|
+
import { netsuiteGetInvoice } from "./actions/get-invoice.cjs";
|
|
34
|
+
import { netsuiteGetItem } from "./actions/get-item.cjs";
|
|
35
|
+
import { netsuiteGetItemFulfillment } from "./actions/get-item-fulfillment.cjs";
|
|
36
|
+
import { netsuiteGetItemReceipt } from "./actions/get-item-receipt.cjs";
|
|
37
|
+
import { netsuiteGetJournalEntry } from "./actions/get-journal-entry.cjs";
|
|
38
|
+
import { netsuiteGetPurchaseOrder } from "./actions/get-purchase-order.cjs";
|
|
39
|
+
import { netsuiteGetRecordMetadata } from "./actions/get-record-metadata.cjs";
|
|
40
|
+
import { netsuiteGetReferenceSelectField } from "./actions/get-reference-select-field.cjs";
|
|
41
|
+
import { netsuiteGetSalesOrder } from "./actions/get-sales-order.cjs";
|
|
42
|
+
import { netsuiteGetServerTime } from "./actions/get-server-time.cjs";
|
|
43
|
+
import { netsuiteGetSublistCollection } from "./actions/get-sublist-collection.cjs";
|
|
44
|
+
import { netsuiteGetSublistLine } from "./actions/get-sublist-line.cjs";
|
|
45
|
+
import { netsuiteGetSubrecord } from "./actions/get-subrecord.cjs";
|
|
46
|
+
import { netsuiteGetVendor } from "./actions/get-vendor.cjs";
|
|
47
|
+
import { netsuiteGetVendorBill } from "./actions/get-vendor-bill.cjs";
|
|
48
|
+
import { netsuiteGetVendorPayment } from "./actions/get-vendor-payment.cjs";
|
|
49
|
+
import { netsuiteListCustomerPayments } from "./actions/list-customer-payments.cjs";
|
|
50
|
+
import { netsuiteListDatasets } from "./actions/list-datasets.cjs";
|
|
51
|
+
import { netsuiteListEmployees } from "./actions/list-employees.cjs";
|
|
52
|
+
import { netsuiteListIntegrations } from "./actions/list-integrations.cjs";
|
|
53
|
+
import { netsuiteListInvoices } from "./actions/list-invoices.cjs";
|
|
54
|
+
import { netsuiteListItemFulfillments } from "./actions/list-item-fulfillments.cjs";
|
|
55
|
+
import { netsuiteListItemReceipts } from "./actions/list-item-receipts.cjs";
|
|
56
|
+
import { netsuiteListJournalEntries } from "./actions/list-journal-entries.cjs";
|
|
57
|
+
import { netsuiteListMetadataCatalog } from "./actions/list-metadata-catalog.cjs";
|
|
58
|
+
import { netsuiteListPurchaseOrders } from "./actions/list-purchase-orders.cjs";
|
|
59
|
+
import { netsuiteListRecords } from "./actions/list-records.cjs";
|
|
60
|
+
import { netsuiteListSalesOrders } from "./actions/list-sales-orders.cjs";
|
|
61
|
+
import { netsuiteListVendorPayments } from "./actions/list-vendor-payments.cjs";
|
|
62
|
+
import { netsuiteOAuth2AuthorizeAccountDomain } from "./actions/o-auth2-authorize-account-domain.cjs";
|
|
63
|
+
import { netsuiteOAuth2AuthorizeSystemDomain } from "./actions/o-auth2-authorize-system-domain.cjs";
|
|
64
|
+
import { netsuiteOAuth2Logout } from "./actions/o-auth2-logout.cjs";
|
|
65
|
+
import { netsuiteOAuth2RevokeRefreshToken } from "./actions/o-auth2-revoke-refresh-token.cjs";
|
|
66
|
+
import { netsuiteOAuth2TokenAuthorizationCode } from "./actions/o-auth2-token-authorization-code.cjs";
|
|
67
|
+
import { netsuiteOAuth2TokenClientCredentials } from "./actions/o-auth2-token-client-credentials.cjs";
|
|
68
|
+
import { netsuiteOAuth2TokenRefresh } from "./actions/o-auth2-token-refresh.cjs";
|
|
69
|
+
import { netsuiteOauth2GetJwksKeys } from "./actions/oauth2-get-jwks-keys.cjs";
|
|
70
|
+
import { netsuiteRunSuiteqlQuery } from "./actions/run-suiteql-query.cjs";
|
|
71
|
+
import { netsuiteTransformRecord } from "./actions/transform-record.cjs";
|
|
72
|
+
import { netsuiteUpdateCustomer } from "./actions/update-customer.cjs";
|
|
73
|
+
import { netsuiteUpdateCustomerPayment } from "./actions/update-customer-payment.cjs";
|
|
74
|
+
import { netsuiteUpdateEmployee } from "./actions/update-employee.cjs";
|
|
75
|
+
import { netsuiteUpdateInvoice } from "./actions/update-invoice.cjs";
|
|
76
|
+
import { netsuiteUpdateItem } from "./actions/update-item.cjs";
|
|
77
|
+
import { netsuiteUpdateItemFulfillment } from "./actions/update-item-fulfillment.cjs";
|
|
78
|
+
import { netsuiteUpdateItemReceipt } from "./actions/update-item-receipt.cjs";
|
|
79
|
+
import { netsuiteUpdateJournalEntry } from "./actions/update-journal-entry.cjs";
|
|
80
|
+
import { netsuiteUpdatePurchaseOrder } from "./actions/update-purchase-order.cjs";
|
|
81
|
+
import { netsuiteUpdateSalesOrder } from "./actions/update-sales-order.cjs";
|
|
82
|
+
import { netsuiteUpdateVendor } from "./actions/update-vendor.cjs";
|
|
83
|
+
import { netsuiteUpdateVendorBill } from "./actions/update-vendor-bill.cjs";
|
|
84
|
+
import { netsuiteUpdateVendorPayment } from "./actions/update-vendor-payment.cjs";
|
|
85
|
+
import { netsuiteUpsertRecordByExternalId } from "./actions/upsert-record-by-external-id.cjs";
|
|
86
|
+
import { netsuite } from "./app.cjs";
|
|
87
|
+
import { netsuiteCatalog } from "./catalog.cjs";
|
|
88
|
+
export { netsuite, netsuiteAsyncGetJobStatus, netsuiteAsyncGetJobTask, netsuiteAsyncGetJobTaskResult, netsuiteCatalog, netsuiteCreateCustomer, netsuiteCreateCustomerPayment, netsuiteCreateEmployee, netsuiteCreateInvoice, netsuiteCreateItem, netsuiteCreateJournalEntry, netsuiteCreateJwtClientAssertion, netsuiteCreatePurchaseOrder, netsuiteCreateRecord, netsuiteCreateSalesOrder, netsuiteCreateVendor, netsuiteCreateVendorBill, netsuiteDeleteCustomer, netsuiteDeleteCustomerPayment, netsuiteDeleteEmployee, netsuiteDeleteInvoice, netsuiteDeleteItem, netsuiteDeleteItemFulfillment, netsuiteDeleteItemReceipt, netsuiteDeleteJournalEntry, netsuiteDeletePurchaseOrder, netsuiteDeleteSalesOrder, netsuiteDeleteVendorPayment, netsuiteExecuteDataset, netsuiteGetCustomer, netsuiteGetCustomerPayment, netsuiteGetDatacenterUrls, netsuiteGetEmployee, netsuiteGetGovernanceLimits, netsuiteGetInvoice, netsuiteGetItem, netsuiteGetItemFulfillment, netsuiteGetItemReceipt, netsuiteGetJournalEntry, netsuiteGetPurchaseOrder, netsuiteGetRecordMetadata, netsuiteGetReferenceSelectField, netsuiteGetSalesOrder, netsuiteGetServerTime, netsuiteGetSublistCollection, netsuiteGetSublistLine, netsuiteGetSubrecord, netsuiteGetVendor, netsuiteGetVendorBill, netsuiteGetVendorPayment, netsuiteListCustomerPayments, netsuiteListDatasets, netsuiteListEmployees, netsuiteListIntegrations, netsuiteListInvoices, netsuiteListItemFulfillments, netsuiteListItemReceipts, netsuiteListJournalEntries, netsuiteListMetadataCatalog, netsuiteListPurchaseOrders, netsuiteListRecords, netsuiteListSalesOrders, netsuiteListVendorPayments, netsuiteOAuth2AuthorizeAccountDomain, netsuiteOAuth2AuthorizeSystemDomain, netsuiteOAuth2Logout, netsuiteOAuth2RevokeRefreshToken, netsuiteOAuth2TokenAuthorizationCode, netsuiteOAuth2TokenClientCredentials, netsuiteOAuth2TokenRefresh, netsuiteOauth2GetJwksKeys, netsuiteRunSuiteqlQuery, netsuiteTransformRecord, netsuiteUpdateCustomer, netsuiteUpdateCustomerPayment, netsuiteUpdateEmployee, netsuiteUpdateInvoice, netsuiteUpdateItem, netsuiteUpdateItemFulfillment, netsuiteUpdateItemReceipt, netsuiteUpdateJournalEntry, netsuiteUpdatePurchaseOrder, netsuiteUpdateSalesOrder, netsuiteUpdateVendor, netsuiteUpdateVendorBill, netsuiteUpdateVendorPayment, netsuiteUpsertRecordByExternalId };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { netsuiteAsyncGetJobStatus } from "./actions/async-get-job-status.mjs";
|
|
2
|
+
import { netsuiteAsyncGetJobTask } from "./actions/async-get-job-task.mjs";
|
|
3
|
+
import { netsuiteAsyncGetJobTaskResult } from "./actions/async-get-job-task-result.mjs";
|
|
4
|
+
import { netsuiteCreateCustomer } from "./actions/create-customer.mjs";
|
|
5
|
+
import { netsuiteCreateCustomerPayment } from "./actions/create-customer-payment.mjs";
|
|
6
|
+
import { netsuiteCreateEmployee } from "./actions/create-employee.mjs";
|
|
7
|
+
import { netsuiteCreateInvoice } from "./actions/create-invoice.mjs";
|
|
8
|
+
import { netsuiteCreateItem } from "./actions/create-item.mjs";
|
|
9
|
+
import { netsuiteCreateJournalEntry } from "./actions/create-journal-entry.mjs";
|
|
10
|
+
import { netsuiteCreateJwtClientAssertion } from "./actions/create-jwt-client-assertion.mjs";
|
|
11
|
+
import { netsuiteCreatePurchaseOrder } from "./actions/create-purchase-order.mjs";
|
|
12
|
+
import { netsuiteCreateRecord } from "./actions/create-record.mjs";
|
|
13
|
+
import { netsuiteCreateSalesOrder } from "./actions/create-sales-order.mjs";
|
|
14
|
+
import { netsuiteCreateVendor } from "./actions/create-vendor.mjs";
|
|
15
|
+
import { netsuiteCreateVendorBill } from "./actions/create-vendor-bill.mjs";
|
|
16
|
+
import { netsuiteDeleteCustomer } from "./actions/delete-customer.mjs";
|
|
17
|
+
import { netsuiteDeleteCustomerPayment } from "./actions/delete-customer-payment.mjs";
|
|
18
|
+
import { netsuiteDeleteEmployee } from "./actions/delete-employee.mjs";
|
|
19
|
+
import { netsuiteDeleteInvoice } from "./actions/delete-invoice.mjs";
|
|
20
|
+
import { netsuiteDeleteItem } from "./actions/delete-item.mjs";
|
|
21
|
+
import { netsuiteDeleteItemFulfillment } from "./actions/delete-item-fulfillment.mjs";
|
|
22
|
+
import { netsuiteDeleteItemReceipt } from "./actions/delete-item-receipt.mjs";
|
|
23
|
+
import { netsuiteDeleteJournalEntry } from "./actions/delete-journal-entry.mjs";
|
|
24
|
+
import { netsuiteDeletePurchaseOrder } from "./actions/delete-purchase-order.mjs";
|
|
25
|
+
import { netsuiteDeleteSalesOrder } from "./actions/delete-sales-order.mjs";
|
|
26
|
+
import { netsuiteDeleteVendorPayment } from "./actions/delete-vendor-payment.mjs";
|
|
27
|
+
import { netsuiteExecuteDataset } from "./actions/execute-dataset.mjs";
|
|
28
|
+
import { netsuiteGetCustomer } from "./actions/get-customer.mjs";
|
|
29
|
+
import { netsuiteGetCustomerPayment } from "./actions/get-customer-payment.mjs";
|
|
30
|
+
import { netsuiteGetDatacenterUrls } from "./actions/get-datacenter-urls.mjs";
|
|
31
|
+
import { netsuiteGetEmployee } from "./actions/get-employee.mjs";
|
|
32
|
+
import { netsuiteGetGovernanceLimits } from "./actions/get-governance-limits.mjs";
|
|
33
|
+
import { netsuiteGetInvoice } from "./actions/get-invoice.mjs";
|
|
34
|
+
import { netsuiteGetItem } from "./actions/get-item.mjs";
|
|
35
|
+
import { netsuiteGetItemFulfillment } from "./actions/get-item-fulfillment.mjs";
|
|
36
|
+
import { netsuiteGetItemReceipt } from "./actions/get-item-receipt.mjs";
|
|
37
|
+
import { netsuiteGetJournalEntry } from "./actions/get-journal-entry.mjs";
|
|
38
|
+
import { netsuiteGetPurchaseOrder } from "./actions/get-purchase-order.mjs";
|
|
39
|
+
import { netsuiteGetRecordMetadata } from "./actions/get-record-metadata.mjs";
|
|
40
|
+
import { netsuiteGetReferenceSelectField } from "./actions/get-reference-select-field.mjs";
|
|
41
|
+
import { netsuiteGetSalesOrder } from "./actions/get-sales-order.mjs";
|
|
42
|
+
import { netsuiteGetServerTime } from "./actions/get-server-time.mjs";
|
|
43
|
+
import { netsuiteGetSublistCollection } from "./actions/get-sublist-collection.mjs";
|
|
44
|
+
import { netsuiteGetSublistLine } from "./actions/get-sublist-line.mjs";
|
|
45
|
+
import { netsuiteGetSubrecord } from "./actions/get-subrecord.mjs";
|
|
46
|
+
import { netsuiteGetVendor } from "./actions/get-vendor.mjs";
|
|
47
|
+
import { netsuiteGetVendorBill } from "./actions/get-vendor-bill.mjs";
|
|
48
|
+
import { netsuiteGetVendorPayment } from "./actions/get-vendor-payment.mjs";
|
|
49
|
+
import { netsuiteListCustomerPayments } from "./actions/list-customer-payments.mjs";
|
|
50
|
+
import { netsuiteListDatasets } from "./actions/list-datasets.mjs";
|
|
51
|
+
import { netsuiteListEmployees } from "./actions/list-employees.mjs";
|
|
52
|
+
import { netsuiteListIntegrations } from "./actions/list-integrations.mjs";
|
|
53
|
+
import { netsuiteListInvoices } from "./actions/list-invoices.mjs";
|
|
54
|
+
import { netsuiteListItemFulfillments } from "./actions/list-item-fulfillments.mjs";
|
|
55
|
+
import { netsuiteListItemReceipts } from "./actions/list-item-receipts.mjs";
|
|
56
|
+
import { netsuiteListJournalEntries } from "./actions/list-journal-entries.mjs";
|
|
57
|
+
import { netsuiteListMetadataCatalog } from "./actions/list-metadata-catalog.mjs";
|
|
58
|
+
import { netsuiteListPurchaseOrders } from "./actions/list-purchase-orders.mjs";
|
|
59
|
+
import { netsuiteListRecords } from "./actions/list-records.mjs";
|
|
60
|
+
import { netsuiteListSalesOrders } from "./actions/list-sales-orders.mjs";
|
|
61
|
+
import { netsuiteListVendorPayments } from "./actions/list-vendor-payments.mjs";
|
|
62
|
+
import { netsuiteOAuth2AuthorizeAccountDomain } from "./actions/o-auth2-authorize-account-domain.mjs";
|
|
63
|
+
import { netsuiteOAuth2AuthorizeSystemDomain } from "./actions/o-auth2-authorize-system-domain.mjs";
|
|
64
|
+
import { netsuiteOAuth2Logout } from "./actions/o-auth2-logout.mjs";
|
|
65
|
+
import { netsuiteOAuth2RevokeRefreshToken } from "./actions/o-auth2-revoke-refresh-token.mjs";
|
|
66
|
+
import { netsuiteOAuth2TokenAuthorizationCode } from "./actions/o-auth2-token-authorization-code.mjs";
|
|
67
|
+
import { netsuiteOAuth2TokenClientCredentials } from "./actions/o-auth2-token-client-credentials.mjs";
|
|
68
|
+
import { netsuiteOAuth2TokenRefresh } from "./actions/o-auth2-token-refresh.mjs";
|
|
69
|
+
import { netsuiteOauth2GetJwksKeys } from "./actions/oauth2-get-jwks-keys.mjs";
|
|
70
|
+
import { netsuiteRunSuiteqlQuery } from "./actions/run-suiteql-query.mjs";
|
|
71
|
+
import { netsuiteTransformRecord } from "./actions/transform-record.mjs";
|
|
72
|
+
import { netsuiteUpdateCustomer } from "./actions/update-customer.mjs";
|
|
73
|
+
import { netsuiteUpdateCustomerPayment } from "./actions/update-customer-payment.mjs";
|
|
74
|
+
import { netsuiteUpdateEmployee } from "./actions/update-employee.mjs";
|
|
75
|
+
import { netsuiteUpdateInvoice } from "./actions/update-invoice.mjs";
|
|
76
|
+
import { netsuiteUpdateItem } from "./actions/update-item.mjs";
|
|
77
|
+
import { netsuiteUpdateItemFulfillment } from "./actions/update-item-fulfillment.mjs";
|
|
78
|
+
import { netsuiteUpdateItemReceipt } from "./actions/update-item-receipt.mjs";
|
|
79
|
+
import { netsuiteUpdateJournalEntry } from "./actions/update-journal-entry.mjs";
|
|
80
|
+
import { netsuiteUpdatePurchaseOrder } from "./actions/update-purchase-order.mjs";
|
|
81
|
+
import { netsuiteUpdateSalesOrder } from "./actions/update-sales-order.mjs";
|
|
82
|
+
import { netsuiteUpdateVendor } from "./actions/update-vendor.mjs";
|
|
83
|
+
import { netsuiteUpdateVendorBill } from "./actions/update-vendor-bill.mjs";
|
|
84
|
+
import { netsuiteUpdateVendorPayment } from "./actions/update-vendor-payment.mjs";
|
|
85
|
+
import { netsuiteUpsertRecordByExternalId } from "./actions/upsert-record-by-external-id.mjs";
|
|
86
|
+
import { netsuite } from "./app.mjs";
|
|
87
|
+
import { netsuiteCatalog } from "./catalog.mjs";
|
|
88
|
+
export { netsuite, netsuiteAsyncGetJobStatus, netsuiteAsyncGetJobTask, netsuiteAsyncGetJobTaskResult, netsuiteCatalog, netsuiteCreateCustomer, netsuiteCreateCustomerPayment, netsuiteCreateEmployee, netsuiteCreateInvoice, netsuiteCreateItem, netsuiteCreateJournalEntry, netsuiteCreateJwtClientAssertion, netsuiteCreatePurchaseOrder, netsuiteCreateRecord, netsuiteCreateSalesOrder, netsuiteCreateVendor, netsuiteCreateVendorBill, netsuiteDeleteCustomer, netsuiteDeleteCustomerPayment, netsuiteDeleteEmployee, netsuiteDeleteInvoice, netsuiteDeleteItem, netsuiteDeleteItemFulfillment, netsuiteDeleteItemReceipt, netsuiteDeleteJournalEntry, netsuiteDeletePurchaseOrder, netsuiteDeleteSalesOrder, netsuiteDeleteVendorPayment, netsuiteExecuteDataset, netsuiteGetCustomer, netsuiteGetCustomerPayment, netsuiteGetDatacenterUrls, netsuiteGetEmployee, netsuiteGetGovernanceLimits, netsuiteGetInvoice, netsuiteGetItem, netsuiteGetItemFulfillment, netsuiteGetItemReceipt, netsuiteGetJournalEntry, netsuiteGetPurchaseOrder, netsuiteGetRecordMetadata, netsuiteGetReferenceSelectField, netsuiteGetSalesOrder, netsuiteGetServerTime, netsuiteGetSublistCollection, netsuiteGetSublistLine, netsuiteGetSubrecord, netsuiteGetVendor, netsuiteGetVendorBill, netsuiteGetVendorPayment, netsuiteListCustomerPayments, netsuiteListDatasets, netsuiteListEmployees, netsuiteListIntegrations, netsuiteListInvoices, netsuiteListItemFulfillments, netsuiteListItemReceipts, netsuiteListJournalEntries, netsuiteListMetadataCatalog, netsuiteListPurchaseOrders, netsuiteListRecords, netsuiteListSalesOrders, netsuiteListVendorPayments, netsuiteOAuth2AuthorizeAccountDomain, netsuiteOAuth2AuthorizeSystemDomain, netsuiteOAuth2Logout, netsuiteOAuth2RevokeRefreshToken, netsuiteOAuth2TokenAuthorizationCode, netsuiteOAuth2TokenClientCredentials, netsuiteOAuth2TokenRefresh, netsuiteOauth2GetJwksKeys, netsuiteRunSuiteqlQuery, netsuiteTransformRecord, netsuiteUpdateCustomer, netsuiteUpdateCustomerPayment, netsuiteUpdateEmployee, netsuiteUpdateInvoice, netsuiteUpdateItem, netsuiteUpdateItemFulfillment, netsuiteUpdateItemReceipt, netsuiteUpdateJournalEntry, netsuiteUpdatePurchaseOrder, netsuiteUpdateSalesOrder, netsuiteUpdateVendor, netsuiteUpdateVendorBill, netsuiteUpdateVendorPayment, netsuiteUpsertRecordByExternalId };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { netsuite } from "./app.mjs";
|
|
2
|
+
import { netsuiteCatalog } from "./catalog.mjs";
|
|
3
|
+
import { netsuiteAsyncGetJobStatus } from "./actions/async-get-job-status.mjs";
|
|
4
|
+
import { netsuiteAsyncGetJobTask } from "./actions/async-get-job-task.mjs";
|
|
5
|
+
import { netsuiteAsyncGetJobTaskResult } from "./actions/async-get-job-task-result.mjs";
|
|
6
|
+
import { netsuiteCreateCustomer } from "./actions/create-customer.mjs";
|
|
7
|
+
import { netsuiteCreateCustomerPayment } from "./actions/create-customer-payment.mjs";
|
|
8
|
+
import { netsuiteCreateEmployee } from "./actions/create-employee.mjs";
|
|
9
|
+
import { netsuiteCreateInvoice } from "./actions/create-invoice.mjs";
|
|
10
|
+
import { netsuiteCreateItem } from "./actions/create-item.mjs";
|
|
11
|
+
import { netsuiteCreateJournalEntry } from "./actions/create-journal-entry.mjs";
|
|
12
|
+
import { netsuiteCreateJwtClientAssertion } from "./actions/create-jwt-client-assertion.mjs";
|
|
13
|
+
import { netsuiteCreatePurchaseOrder } from "./actions/create-purchase-order.mjs";
|
|
14
|
+
import { netsuiteCreateRecord } from "./actions/create-record.mjs";
|
|
15
|
+
import { netsuiteCreateSalesOrder } from "./actions/create-sales-order.mjs";
|
|
16
|
+
import { netsuiteCreateVendor } from "./actions/create-vendor.mjs";
|
|
17
|
+
import { netsuiteCreateVendorBill } from "./actions/create-vendor-bill.mjs";
|
|
18
|
+
import { netsuiteDeleteCustomer } from "./actions/delete-customer.mjs";
|
|
19
|
+
import { netsuiteDeleteCustomerPayment } from "./actions/delete-customer-payment.mjs";
|
|
20
|
+
import { netsuiteDeleteEmployee } from "./actions/delete-employee.mjs";
|
|
21
|
+
import { netsuiteDeleteInvoice } from "./actions/delete-invoice.mjs";
|
|
22
|
+
import { netsuiteDeleteItem } from "./actions/delete-item.mjs";
|
|
23
|
+
import { netsuiteDeleteItemFulfillment } from "./actions/delete-item-fulfillment.mjs";
|
|
24
|
+
import { netsuiteDeleteItemReceipt } from "./actions/delete-item-receipt.mjs";
|
|
25
|
+
import { netsuiteDeleteJournalEntry } from "./actions/delete-journal-entry.mjs";
|
|
26
|
+
import { netsuiteDeletePurchaseOrder } from "./actions/delete-purchase-order.mjs";
|
|
27
|
+
import { netsuiteDeleteSalesOrder } from "./actions/delete-sales-order.mjs";
|
|
28
|
+
import { netsuiteDeleteVendorPayment } from "./actions/delete-vendor-payment.mjs";
|
|
29
|
+
import { netsuiteExecuteDataset } from "./actions/execute-dataset.mjs";
|
|
30
|
+
import { netsuiteGetCustomer } from "./actions/get-customer.mjs";
|
|
31
|
+
import { netsuiteGetCustomerPayment } from "./actions/get-customer-payment.mjs";
|
|
32
|
+
import { netsuiteGetDatacenterUrls } from "./actions/get-datacenter-urls.mjs";
|
|
33
|
+
import { netsuiteGetEmployee } from "./actions/get-employee.mjs";
|
|
34
|
+
import { netsuiteGetGovernanceLimits } from "./actions/get-governance-limits.mjs";
|
|
35
|
+
import { netsuiteGetInvoice } from "./actions/get-invoice.mjs";
|
|
36
|
+
import { netsuiteGetItem } from "./actions/get-item.mjs";
|
|
37
|
+
import { netsuiteGetItemFulfillment } from "./actions/get-item-fulfillment.mjs";
|
|
38
|
+
import { netsuiteGetItemReceipt } from "./actions/get-item-receipt.mjs";
|
|
39
|
+
import { netsuiteGetJournalEntry } from "./actions/get-journal-entry.mjs";
|
|
40
|
+
import { netsuiteGetPurchaseOrder } from "./actions/get-purchase-order.mjs";
|
|
41
|
+
import { netsuiteGetRecordMetadata } from "./actions/get-record-metadata.mjs";
|
|
42
|
+
import { netsuiteGetReferenceSelectField } from "./actions/get-reference-select-field.mjs";
|
|
43
|
+
import { netsuiteGetSalesOrder } from "./actions/get-sales-order.mjs";
|
|
44
|
+
import { netsuiteGetServerTime } from "./actions/get-server-time.mjs";
|
|
45
|
+
import { netsuiteGetSublistCollection } from "./actions/get-sublist-collection.mjs";
|
|
46
|
+
import { netsuiteGetSublistLine } from "./actions/get-sublist-line.mjs";
|
|
47
|
+
import { netsuiteGetSubrecord } from "./actions/get-subrecord.mjs";
|
|
48
|
+
import { netsuiteGetVendor } from "./actions/get-vendor.mjs";
|
|
49
|
+
import { netsuiteGetVendorBill } from "./actions/get-vendor-bill.mjs";
|
|
50
|
+
import { netsuiteGetVendorPayment } from "./actions/get-vendor-payment.mjs";
|
|
51
|
+
import { netsuiteListCustomerPayments } from "./actions/list-customer-payments.mjs";
|
|
52
|
+
import { netsuiteListDatasets } from "./actions/list-datasets.mjs";
|
|
53
|
+
import { netsuiteListEmployees } from "./actions/list-employees.mjs";
|
|
54
|
+
import { netsuiteListIntegrations } from "./actions/list-integrations.mjs";
|
|
55
|
+
import { netsuiteListInvoices } from "./actions/list-invoices.mjs";
|
|
56
|
+
import { netsuiteListItemFulfillments } from "./actions/list-item-fulfillments.mjs";
|
|
57
|
+
import { netsuiteListItemReceipts } from "./actions/list-item-receipts.mjs";
|
|
58
|
+
import { netsuiteListJournalEntries } from "./actions/list-journal-entries.mjs";
|
|
59
|
+
import { netsuiteListMetadataCatalog } from "./actions/list-metadata-catalog.mjs";
|
|
60
|
+
import { netsuiteListPurchaseOrders } from "./actions/list-purchase-orders.mjs";
|
|
61
|
+
import { netsuiteListRecords } from "./actions/list-records.mjs";
|
|
62
|
+
import { netsuiteListSalesOrders } from "./actions/list-sales-orders.mjs";
|
|
63
|
+
import { netsuiteListVendorPayments } from "./actions/list-vendor-payments.mjs";
|
|
64
|
+
import { netsuiteOAuth2AuthorizeAccountDomain } from "./actions/o-auth2-authorize-account-domain.mjs";
|
|
65
|
+
import { netsuiteOAuth2AuthorizeSystemDomain } from "./actions/o-auth2-authorize-system-domain.mjs";
|
|
66
|
+
import { netsuiteOAuth2Logout } from "./actions/o-auth2-logout.mjs";
|
|
67
|
+
import { netsuiteOAuth2RevokeRefreshToken } from "./actions/o-auth2-revoke-refresh-token.mjs";
|
|
68
|
+
import { netsuiteOAuth2TokenAuthorizationCode } from "./actions/o-auth2-token-authorization-code.mjs";
|
|
69
|
+
import { netsuiteOAuth2TokenClientCredentials } from "./actions/o-auth2-token-client-credentials.mjs";
|
|
70
|
+
import { netsuiteOAuth2TokenRefresh } from "./actions/o-auth2-token-refresh.mjs";
|
|
71
|
+
import { netsuiteOauth2GetJwksKeys } from "./actions/oauth2-get-jwks-keys.mjs";
|
|
72
|
+
import { netsuiteRunSuiteqlQuery } from "./actions/run-suiteql-query.mjs";
|
|
73
|
+
import { netsuiteTransformRecord } from "./actions/transform-record.mjs";
|
|
74
|
+
import { netsuiteUpdateCustomer } from "./actions/update-customer.mjs";
|
|
75
|
+
import { netsuiteUpdateCustomerPayment } from "./actions/update-customer-payment.mjs";
|
|
76
|
+
import { netsuiteUpdateEmployee } from "./actions/update-employee.mjs";
|
|
77
|
+
import { netsuiteUpdateInvoice } from "./actions/update-invoice.mjs";
|
|
78
|
+
import { netsuiteUpdateItem } from "./actions/update-item.mjs";
|
|
79
|
+
import { netsuiteUpdateItemFulfillment } from "./actions/update-item-fulfillment.mjs";
|
|
80
|
+
import { netsuiteUpdateItemReceipt } from "./actions/update-item-receipt.mjs";
|
|
81
|
+
import { netsuiteUpdateJournalEntry } from "./actions/update-journal-entry.mjs";
|
|
82
|
+
import { netsuiteUpdatePurchaseOrder } from "./actions/update-purchase-order.mjs";
|
|
83
|
+
import { netsuiteUpdateSalesOrder } from "./actions/update-sales-order.mjs";
|
|
84
|
+
import { netsuiteUpdateVendor } from "./actions/update-vendor.mjs";
|
|
85
|
+
import { netsuiteUpdateVendorBill } from "./actions/update-vendor-bill.mjs";
|
|
86
|
+
import { netsuiteUpdateVendorPayment } from "./actions/update-vendor-payment.mjs";
|
|
87
|
+
import { netsuiteUpsertRecordByExternalId } from "./actions/upsert-record-by-external-id.mjs";
|
|
88
|
+
import "./actions/index.mjs";
|
|
89
|
+
export { netsuite, netsuiteAsyncGetJobStatus, netsuiteAsyncGetJobTask, netsuiteAsyncGetJobTaskResult, netsuiteCatalog, netsuiteCreateCustomer, netsuiteCreateCustomerPayment, netsuiteCreateEmployee, netsuiteCreateInvoice, netsuiteCreateItem, netsuiteCreateJournalEntry, netsuiteCreateJwtClientAssertion, netsuiteCreatePurchaseOrder, netsuiteCreateRecord, netsuiteCreateSalesOrder, netsuiteCreateVendor, netsuiteCreateVendorBill, netsuiteDeleteCustomer, netsuiteDeleteCustomerPayment, netsuiteDeleteEmployee, netsuiteDeleteInvoice, netsuiteDeleteItem, netsuiteDeleteItemFulfillment, netsuiteDeleteItemReceipt, netsuiteDeleteJournalEntry, netsuiteDeletePurchaseOrder, netsuiteDeleteSalesOrder, netsuiteDeleteVendorPayment, netsuiteExecuteDataset, netsuiteGetCustomer, netsuiteGetCustomerPayment, netsuiteGetDatacenterUrls, netsuiteGetEmployee, netsuiteGetGovernanceLimits, netsuiteGetInvoice, netsuiteGetItem, netsuiteGetItemFulfillment, netsuiteGetItemReceipt, netsuiteGetJournalEntry, netsuiteGetPurchaseOrder, netsuiteGetRecordMetadata, netsuiteGetReferenceSelectField, netsuiteGetSalesOrder, netsuiteGetServerTime, netsuiteGetSublistCollection, netsuiteGetSublistLine, netsuiteGetSubrecord, netsuiteGetVendor, netsuiteGetVendorBill, netsuiteGetVendorPayment, netsuiteListCustomerPayments, netsuiteListDatasets, netsuiteListEmployees, netsuiteListIntegrations, netsuiteListInvoices, netsuiteListItemFulfillments, netsuiteListItemReceipts, netsuiteListJournalEntries, netsuiteListMetadataCatalog, netsuiteListPurchaseOrders, netsuiteListRecords, netsuiteListSalesOrders, netsuiteListVendorPayments, netsuiteOAuth2AuthorizeAccountDomain, netsuiteOAuth2AuthorizeSystemDomain, netsuiteOAuth2Logout, netsuiteOAuth2RevokeRefreshToken, netsuiteOAuth2TokenAuthorizationCode, netsuiteOAuth2TokenClientCredentials, netsuiteOAuth2TokenRefresh, netsuiteOauth2GetJwksKeys, netsuiteRunSuiteqlQuery, netsuiteTransformRecord, netsuiteUpdateCustomer, netsuiteUpdateCustomerPayment, netsuiteUpdateEmployee, netsuiteUpdateInvoice, netsuiteUpdateItem, netsuiteUpdateItemFulfillment, netsuiteUpdateItemReceipt, netsuiteUpdateJournalEntry, netsuiteUpdatePurchaseOrder, netsuiteUpdateSalesOrder, netsuiteUpdateVendor, netsuiteUpdateVendorBill, netsuiteUpdateVendorPayment, netsuiteUpsertRecordByExternalId };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/netsuite",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/netsuite"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|