@keystrokehq/repairshopr 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/add-estimate-line-item.cjs +51 -0
- package/dist/actions/add-estimate-line-item.cjs.map +1 -0
- package/dist/actions/add-estimate-line-item.d.cts +9 -0
- package/dist/actions/add-estimate-line-item.d.cts.map +1 -0
- package/dist/actions/add-estimate-line-item.d.mts +9 -0
- package/dist/actions/add-estimate-line-item.d.mts.map +1 -0
- package/dist/actions/add-estimate-line-item.mjs +50 -0
- package/dist/actions/add-estimate-line-item.mjs.map +1 -0
- package/dist/actions/add-purchase-order-line-item.cjs +29 -0
- package/dist/actions/add-purchase-order-line-item.cjs.map +1 -0
- package/dist/actions/add-purchase-order-line-item.d.cts +9 -0
- package/dist/actions/add-purchase-order-line-item.d.cts.map +1 -0
- package/dist/actions/add-purchase-order-line-item.d.mts +9 -0
- package/dist/actions/add-purchase-order-line-item.d.mts.map +1 -0
- package/dist/actions/add-purchase-order-line-item.mjs +26 -0
- package/dist/actions/add-purchase-order-line-item.mjs.map +1 -0
- package/dist/actions/add-schedule-line-item.cjs +59 -0
- package/dist/actions/add-schedule-line-item.cjs.map +1 -0
- package/dist/actions/add-schedule-line-item.d.cts +9 -0
- package/dist/actions/add-schedule-line-item.d.cts.map +1 -0
- package/dist/actions/add-schedule-line-item.d.mts +9 -0
- package/dist/actions/add-schedule-line-item.d.mts.map +1 -0
- package/dist/actions/add-schedule-line-item.mjs +56 -0
- package/dist/actions/add-schedule-line-item.mjs.map +1 -0
- package/dist/actions/add-ticket-comment.cjs +34 -0
- package/dist/actions/add-ticket-comment.cjs.map +1 -0
- package/dist/actions/add-ticket-comment.d.cts +9 -0
- package/dist/actions/add-ticket-comment.d.cts.map +1 -0
- package/dist/actions/add-ticket-comment.d.mts +9 -0
- package/dist/actions/add-ticket-comment.d.mts.map +1 -0
- package/dist/actions/add-ticket-comment.mjs +31 -0
- package/dist/actions/add-ticket-comment.mjs.map +1 -0
- package/dist/actions/add-ticket-line-item.cjs +40 -0
- package/dist/actions/add-ticket-line-item.cjs.map +1 -0
- package/dist/actions/add-ticket-line-item.d.cts +9 -0
- package/dist/actions/add-ticket-line-item.d.cts.map +1 -0
- package/dist/actions/add-ticket-line-item.d.mts +9 -0
- package/dist/actions/add-ticket-line-item.d.mts.map +1 -0
- package/dist/actions/add-ticket-line-item.mjs +39 -0
- package/dist/actions/add-ticket-line-item.mjs.map +1 -0
- package/dist/actions/charge-ticket-timer.cjs +31 -0
- package/dist/actions/charge-ticket-timer.cjs.map +1 -0
- package/dist/actions/charge-ticket-timer.d.cts +9 -0
- package/dist/actions/charge-ticket-timer.d.cts.map +1 -0
- package/dist/actions/charge-ticket-timer.d.mts +9 -0
- package/dist/actions/charge-ticket-timer.d.mts.map +1 -0
- package/dist/actions/charge-ticket-timer.mjs +28 -0
- package/dist/actions/charge-ticket-timer.mjs.map +1 -0
- package/dist/actions/convert-estimate-to-invoice.cjs +60 -0
- package/dist/actions/convert-estimate-to-invoice.cjs.map +1 -0
- package/dist/actions/convert-estimate-to-invoice.d.cts +9 -0
- package/dist/actions/convert-estimate-to-invoice.d.cts.map +1 -0
- package/dist/actions/convert-estimate-to-invoice.d.mts +9 -0
- package/dist/actions/convert-estimate-to-invoice.d.mts.map +1 -0
- package/dist/actions/convert-estimate-to-invoice.mjs +59 -0
- package/dist/actions/convert-estimate-to-invoice.mjs.map +1 -0
- package/dist/actions/create-appointment-type.cjs +29 -0
- package/dist/actions/create-appointment-type.cjs.map +1 -0
- package/dist/actions/create-appointment-type.d.cts +9 -0
- package/dist/actions/create-appointment-type.d.cts.map +1 -0
- package/dist/actions/create-appointment-type.d.mts +9 -0
- package/dist/actions/create-appointment-type.d.mts.map +1 -0
- package/dist/actions/create-appointment-type.mjs +26 -0
- package/dist/actions/create-appointment-type.mjs.map +1 -0
- package/dist/actions/create-canned-response.cjs +29 -0
- package/dist/actions/create-canned-response.cjs.map +1 -0
- package/dist/actions/create-canned-response.d.cts +9 -0
- package/dist/actions/create-canned-response.d.cts.map +1 -0
- package/dist/actions/create-canned-response.d.mts +9 -0
- package/dist/actions/create-canned-response.d.mts.map +1 -0
- package/dist/actions/create-canned-response.mjs +26 -0
- package/dist/actions/create-canned-response.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +56 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +53 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-contract.cjs +43 -0
- package/dist/actions/create-contract.cjs.map +1 -0
- package/dist/actions/create-contract.d.cts +9 -0
- package/dist/actions/create-contract.d.cts.map +1 -0
- package/dist/actions/create-contract.d.mts +9 -0
- package/dist/actions/create-contract.d.mts.map +1 -0
- package/dist/actions/create-contract.mjs +40 -0
- package/dist/actions/create-contract.mjs.map +1 -0
- package/dist/actions/create-invoice-line-item.cjs +54 -0
- package/dist/actions/create-invoice-line-item.cjs.map +1 -0
- package/dist/actions/create-invoice-line-item.d.cts +9 -0
- package/dist/actions/create-invoice-line-item.d.cts.map +1 -0
- package/dist/actions/create-invoice-line-item.d.mts +9 -0
- package/dist/actions/create-invoice-line-item.d.mts.map +1 -0
- package/dist/actions/create-invoice-line-item.mjs +53 -0
- package/dist/actions/create-invoice-line-item.mjs.map +1 -0
- package/dist/actions/create-phone.cjs +29 -0
- package/dist/actions/create-phone.cjs.map +1 -0
- package/dist/actions/create-phone.d.cts +9 -0
- package/dist/actions/create-phone.d.cts.map +1 -0
- package/dist/actions/create-phone.d.mts +9 -0
- package/dist/actions/create-phone.d.mts.map +1 -0
- package/dist/actions/create-phone.mjs +26 -0
- package/dist/actions/create-phone.mjs.map +1 -0
- package/dist/actions/create-portal-user.cjs +31 -0
- package/dist/actions/create-portal-user.cjs.map +1 -0
- package/dist/actions/create-portal-user.d.cts +9 -0
- package/dist/actions/create-portal-user.d.cts.map +1 -0
- package/dist/actions/create-portal-user.d.mts +9 -0
- package/dist/actions/create-portal-user.d.mts.map +1 -0
- package/dist/actions/create-portal-user.mjs +28 -0
- package/dist/actions/create-portal-user.mjs.map +1 -0
- package/dist/actions/create-product-serial.cjs +31 -0
- package/dist/actions/create-product-serial.cjs.map +1 -0
- package/dist/actions/create-product-serial.d.cts +9 -0
- package/dist/actions/create-product-serial.d.cts.map +1 -0
- package/dist/actions/create-product-serial.d.mts +9 -0
- package/dist/actions/create-product-serial.d.mts.map +1 -0
- package/dist/actions/create-product-serial.mjs +28 -0
- package/dist/actions/create-product-serial.mjs.map +1 -0
- package/dist/actions/create-rmm-alert.cjs +48 -0
- package/dist/actions/create-rmm-alert.cjs.map +1 -0
- package/dist/actions/create-rmm-alert.d.cts +9 -0
- package/dist/actions/create-rmm-alert.d.cts.map +1 -0
- package/dist/actions/create-rmm-alert.d.mts +9 -0
- package/dist/actions/create-rmm-alert.d.mts.map +1 -0
- package/dist/actions/create-rmm-alert.mjs +47 -0
- package/dist/actions/create-rmm-alert.mjs.map +1 -0
- package/dist/actions/create-schedule.cjs +49 -0
- package/dist/actions/create-schedule.cjs.map +1 -0
- package/dist/actions/create-schedule.d.cts +9 -0
- package/dist/actions/create-schedule.d.cts.map +1 -0
- package/dist/actions/create-schedule.d.mts +9 -0
- package/dist/actions/create-schedule.d.mts.map +1 -0
- package/dist/actions/create-schedule.mjs +46 -0
- package/dist/actions/create-schedule.mjs.map +1 -0
- package/dist/actions/create-ticket-timer.cjs +43 -0
- package/dist/actions/create-ticket-timer.cjs.map +1 -0
- package/dist/actions/create-ticket-timer.d.cts +9 -0
- package/dist/actions/create-ticket-timer.d.cts.map +1 -0
- package/dist/actions/create-ticket-timer.d.mts +9 -0
- package/dist/actions/create-ticket-timer.d.mts.map +1 -0
- package/dist/actions/create-ticket-timer.mjs +40 -0
- package/dist/actions/create-ticket-timer.mjs.map +1 -0
- package/dist/actions/create-ticket.cjs +88 -0
- package/dist/actions/create-ticket.cjs.map +1 -0
- package/dist/actions/create-ticket.d.cts +9 -0
- package/dist/actions/create-ticket.d.cts.map +1 -0
- package/dist/actions/create-ticket.d.mts +9 -0
- package/dist/actions/create-ticket.d.mts.map +1 -0
- package/dist/actions/create-ticket.mjs +87 -0
- package/dist/actions/create-ticket.mjs.map +1 -0
- package/dist/actions/create-vendor.cjs +45 -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 +42 -0
- package/dist/actions/create-vendor.mjs.map +1 -0
- package/dist/actions/create-wiki-page.cjs +34 -0
- package/dist/actions/create-wiki-page.cjs.map +1 -0
- package/dist/actions/create-wiki-page.d.cts +9 -0
- package/dist/actions/create-wiki-page.d.cts.map +1 -0
- package/dist/actions/create-wiki-page.d.mts +9 -0
- package/dist/actions/create-wiki-page.d.mts.map +1 -0
- package/dist/actions/create-wiki-page.mjs +31 -0
- package/dist/actions/create-wiki-page.mjs.map +1 -0
- package/dist/actions/delete-appointment-type.cjs +16 -0
- package/dist/actions/delete-appointment-type.cjs.map +1 -0
- package/dist/actions/delete-appointment-type.d.cts +9 -0
- package/dist/actions/delete-appointment-type.d.cts.map +1 -0
- package/dist/actions/delete-appointment-type.d.mts +9 -0
- package/dist/actions/delete-appointment-type.d.mts.map +1 -0
- package/dist/actions/delete-appointment-type.mjs +13 -0
- package/dist/actions/delete-appointment-type.mjs.map +1 -0
- package/dist/actions/delete-appointment.cjs +16 -0
- package/dist/actions/delete-appointment.cjs.map +1 -0
- package/dist/actions/delete-appointment.d.cts +9 -0
- package/dist/actions/delete-appointment.d.cts.map +1 -0
- package/dist/actions/delete-appointment.d.mts +9 -0
- package/dist/actions/delete-appointment.d.mts.map +1 -0
- package/dist/actions/delete-appointment.mjs +13 -0
- package/dist/actions/delete-appointment.mjs.map +1 -0
- package/dist/actions/delete-canned-response.cjs +16 -0
- package/dist/actions/delete-canned-response.cjs.map +1 -0
- package/dist/actions/delete-canned-response.d.cts +9 -0
- package/dist/actions/delete-canned-response.d.cts.map +1 -0
- package/dist/actions/delete-canned-response.d.mts +9 -0
- package/dist/actions/delete-canned-response.d.mts.map +1 -0
- package/dist/actions/delete-canned-response.mjs +13 -0
- package/dist/actions/delete-canned-response.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +16 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +13 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-contract.cjs +16 -0
- package/dist/actions/delete-contract.cjs.map +1 -0
- package/dist/actions/delete-contract.d.cts +9 -0
- package/dist/actions/delete-contract.d.cts.map +1 -0
- package/dist/actions/delete-contract.d.mts +9 -0
- package/dist/actions/delete-contract.d.mts.map +1 -0
- package/dist/actions/delete-contract.mjs +13 -0
- package/dist/actions/delete-contract.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-estimate-line-item.cjs +35 -0
- package/dist/actions/delete-estimate-line-item.cjs.map +1 -0
- package/dist/actions/delete-estimate-line-item.d.cts +9 -0
- package/dist/actions/delete-estimate-line-item.d.cts.map +1 -0
- package/dist/actions/delete-estimate-line-item.d.mts +9 -0
- package/dist/actions/delete-estimate-line-item.d.mts.map +1 -0
- package/dist/actions/delete-estimate-line-item.mjs +32 -0
- package/dist/actions/delete-estimate-line-item.mjs.map +1 -0
- package/dist/actions/delete-estimate.cjs +16 -0
- package/dist/actions/delete-estimate.cjs.map +1 -0
- package/dist/actions/delete-estimate.d.cts +9 -0
- package/dist/actions/delete-estimate.d.cts.map +1 -0
- package/dist/actions/delete-estimate.d.mts +9 -0
- package/dist/actions/delete-estimate.d.mts.map +1 -0
- package/dist/actions/delete-estimate.mjs +13 -0
- package/dist/actions/delete-estimate.mjs.map +1 -0
- package/dist/actions/delete-invoice-line-item.cjs +35 -0
- package/dist/actions/delete-invoice-line-item.cjs.map +1 -0
- package/dist/actions/delete-invoice-line-item.d.cts +9 -0
- package/dist/actions/delete-invoice-line-item.d.cts.map +1 -0
- package/dist/actions/delete-invoice-line-item.d.mts +9 -0
- package/dist/actions/delete-invoice-line-item.d.mts.map +1 -0
- package/dist/actions/delete-invoice-line-item.mjs +34 -0
- package/dist/actions/delete-invoice-line-item.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-phone.cjs +19 -0
- package/dist/actions/delete-phone.cjs.map +1 -0
- package/dist/actions/delete-phone.d.cts +9 -0
- package/dist/actions/delete-phone.d.cts.map +1 -0
- package/dist/actions/delete-phone.d.mts +9 -0
- package/dist/actions/delete-phone.d.mts.map +1 -0
- package/dist/actions/delete-phone.mjs +16 -0
- package/dist/actions/delete-phone.mjs.map +1 -0
- package/dist/actions/delete-portal-user.cjs +16 -0
- package/dist/actions/delete-portal-user.cjs.map +1 -0
- package/dist/actions/delete-portal-user.d.cts +9 -0
- package/dist/actions/delete-portal-user.d.cts.map +1 -0
- package/dist/actions/delete-portal-user.d.mts +9 -0
- package/dist/actions/delete-portal-user.d.mts.map +1 -0
- package/dist/actions/delete-portal-user.mjs +13 -0
- package/dist/actions/delete-portal-user.mjs.map +1 -0
- package/dist/actions/delete-rmm-alert.cjs +16 -0
- package/dist/actions/delete-rmm-alert.cjs.map +1 -0
- package/dist/actions/delete-rmm-alert.d.cts +9 -0
- package/dist/actions/delete-rmm-alert.d.cts.map +1 -0
- package/dist/actions/delete-rmm-alert.d.mts +9 -0
- package/dist/actions/delete-rmm-alert.d.mts.map +1 -0
- package/dist/actions/delete-rmm-alert.mjs +13 -0
- package/dist/actions/delete-rmm-alert.mjs.map +1 -0
- package/dist/actions/delete-schedule.cjs +16 -0
- package/dist/actions/delete-schedule.cjs.map +1 -0
- package/dist/actions/delete-schedule.d.cts +9 -0
- package/dist/actions/delete-schedule.d.cts.map +1 -0
- package/dist/actions/delete-schedule.d.mts +9 -0
- package/dist/actions/delete-schedule.d.mts.map +1 -0
- package/dist/actions/delete-schedule.mjs +13 -0
- package/dist/actions/delete-schedule.mjs.map +1 -0
- package/dist/actions/delete-ticket-timer.cjs +19 -0
- package/dist/actions/delete-ticket-timer.cjs.map +1 -0
- package/dist/actions/delete-ticket-timer.d.cts +9 -0
- package/dist/actions/delete-ticket-timer.d.cts.map +1 -0
- package/dist/actions/delete-ticket-timer.d.mts +9 -0
- package/dist/actions/delete-ticket-timer.d.mts.map +1 -0
- package/dist/actions/delete-ticket-timer.mjs +16 -0
- package/dist/actions/delete-ticket-timer.mjs.map +1 -0
- package/dist/actions/delete-ticket.cjs +16 -0
- package/dist/actions/delete-ticket.cjs.map +1 -0
- package/dist/actions/delete-ticket.d.cts +9 -0
- package/dist/actions/delete-ticket.d.cts.map +1 -0
- package/dist/actions/delete-ticket.d.mts +9 -0
- package/dist/actions/delete-ticket.d.mts.map +1 -0
- package/dist/actions/delete-ticket.mjs +13 -0
- package/dist/actions/delete-ticket.mjs.map +1 -0
- package/dist/actions/delete-wiki-page.cjs +16 -0
- package/dist/actions/delete-wiki-page.cjs.map +1 -0
- package/dist/actions/delete-wiki-page.d.cts +9 -0
- package/dist/actions/delete-wiki-page.d.cts.map +1 -0
- package/dist/actions/delete-wiki-page.d.mts +9 -0
- package/dist/actions/delete-wiki-page.d.mts.map +1 -0
- package/dist/actions/delete-wiki-page.mjs +13 -0
- package/dist/actions/delete-wiki-page.mjs.map +1 -0
- package/dist/actions/email-estimate.cjs +16 -0
- package/dist/actions/email-estimate.cjs.map +1 -0
- package/dist/actions/email-estimate.d.cts +9 -0
- package/dist/actions/email-estimate.d.cts.map +1 -0
- package/dist/actions/email-estimate.d.mts +9 -0
- package/dist/actions/email-estimate.d.mts.map +1 -0
- package/dist/actions/email-estimate.mjs +13 -0
- package/dist/actions/email-estimate.mjs.map +1 -0
- package/dist/actions/email-invoice.cjs +16 -0
- package/dist/actions/email-invoice.cjs.map +1 -0
- package/dist/actions/email-invoice.d.cts +9 -0
- package/dist/actions/email-invoice.d.cts.map +1 -0
- package/dist/actions/email-invoice.d.mts +9 -0
- package/dist/actions/email-invoice.d.mts.map +1 -0
- package/dist/actions/email-invoice.mjs +13 -0
- package/dist/actions/email-invoice.mjs.map +1 -0
- package/dist/actions/get-appointment-type.cjs +27 -0
- package/dist/actions/get-appointment-type.cjs.map +1 -0
- package/dist/actions/get-appointment-type.d.cts +9 -0
- package/dist/actions/get-appointment-type.d.cts.map +1 -0
- package/dist/actions/get-appointment-type.d.mts +9 -0
- package/dist/actions/get-appointment-type.d.mts.map +1 -0
- package/dist/actions/get-appointment-type.mjs +24 -0
- package/dist/actions/get-appointment-type.mjs.map +1 -0
- package/dist/actions/get-appointment.cjs +34 -0
- package/dist/actions/get-appointment.cjs.map +1 -0
- package/dist/actions/get-appointment.d.cts +9 -0
- package/dist/actions/get-appointment.d.cts.map +1 -0
- package/dist/actions/get-appointment.d.mts +9 -0
- package/dist/actions/get-appointment.d.mts.map +1 -0
- package/dist/actions/get-appointment.mjs +33 -0
- package/dist/actions/get-appointment.mjs.map +1 -0
- package/dist/actions/get-appointments.cjs +79 -0
- package/dist/actions/get-appointments.cjs.map +1 -0
- package/dist/actions/get-appointments.d.cts +9 -0
- package/dist/actions/get-appointments.d.cts.map +1 -0
- package/dist/actions/get-appointments.d.mts +9 -0
- package/dist/actions/get-appointments.d.mts.map +1 -0
- package/dist/actions/get-appointments.mjs +78 -0
- package/dist/actions/get-appointments.mjs.map +1 -0
- package/dist/actions/get-asset.cjs +99 -0
- package/dist/actions/get-asset.cjs.map +1 -0
- package/dist/actions/get-asset.d.cts +9 -0
- package/dist/actions/get-asset.d.cts.map +1 -0
- package/dist/actions/get-asset.d.mts +9 -0
- package/dist/actions/get-asset.d.mts.map +1 -0
- package/dist/actions/get-asset.mjs +98 -0
- package/dist/actions/get-asset.mjs.map +1 -0
- package/dist/actions/get-assets.cjs +114 -0
- package/dist/actions/get-assets.cjs.map +1 -0
- package/dist/actions/get-assets.d.cts +9 -0
- package/dist/actions/get-assets.d.cts.map +1 -0
- package/dist/actions/get-assets.d.mts +9 -0
- package/dist/actions/get-assets.d.mts.map +1 -0
- package/dist/actions/get-assets.mjs +113 -0
- package/dist/actions/get-assets.mjs.map +1 -0
- package/dist/actions/get-caller-id.cjs +23 -0
- package/dist/actions/get-caller-id.cjs.map +1 -0
- package/dist/actions/get-caller-id.d.cts +9 -0
- package/dist/actions/get-caller-id.d.cts.map +1 -0
- package/dist/actions/get-caller-id.d.mts +9 -0
- package/dist/actions/get-caller-id.d.mts.map +1 -0
- package/dist/actions/get-caller-id.mjs +22 -0
- package/dist/actions/get-caller-id.mjs.map +1 -0
- package/dist/actions/get-canned-response-setting.cjs +24 -0
- package/dist/actions/get-canned-response-setting.cjs.map +1 -0
- package/dist/actions/get-canned-response-setting.d.cts +9 -0
- package/dist/actions/get-canned-response-setting.d.cts.map +1 -0
- package/dist/actions/get-canned-response-setting.d.mts +9 -0
- package/dist/actions/get-canned-response-setting.d.mts.map +1 -0
- package/dist/actions/get-canned-response-setting.mjs +23 -0
- package/dist/actions/get-canned-response-setting.mjs.map +1 -0
- package/dist/actions/get-contact.cjs +38 -0
- package/dist/actions/get-contact.cjs.map +1 -0
- package/dist/actions/get-contact.d.cts +9 -0
- package/dist/actions/get-contact.d.cts.map +1 -0
- package/dist/actions/get-contact.d.mts +9 -0
- package/dist/actions/get-contact.d.mts.map +1 -0
- package/dist/actions/get-contact.mjs +35 -0
- package/dist/actions/get-contact.mjs.map +1 -0
- package/dist/actions/get-contacts.cjs +57 -0
- package/dist/actions/get-contacts.cjs.map +1 -0
- package/dist/actions/get-contacts.d.cts +9 -0
- package/dist/actions/get-contacts.d.cts.map +1 -0
- package/dist/actions/get-contacts.d.mts +9 -0
- package/dist/actions/get-contacts.d.mts.map +1 -0
- package/dist/actions/get-contacts.mjs +56 -0
- package/dist/actions/get-contacts.mjs.map +1 -0
- package/dist/actions/get-contract.cjs +32 -0
- package/dist/actions/get-contract.cjs.map +1 -0
- package/dist/actions/get-contract.d.cts +9 -0
- package/dist/actions/get-contract.d.cts.map +1 -0
- package/dist/actions/get-contract.d.mts +9 -0
- package/dist/actions/get-contract.d.mts.map +1 -0
- package/dist/actions/get-contract.mjs +29 -0
- package/dist/actions/get-contract.mjs.map +1 -0
- package/dist/actions/get-customer-payment-profiles.cjs +34 -0
- package/dist/actions/get-customer-payment-profiles.cjs.map +1 -0
- package/dist/actions/get-customer-payment-profiles.d.cts +9 -0
- package/dist/actions/get-customer-payment-profiles.d.cts.map +1 -0
- package/dist/actions/get-customer-payment-profiles.d.mts +9 -0
- package/dist/actions/get-customer-payment-profiles.d.mts.map +1 -0
- package/dist/actions/get-customer-payment-profiles.mjs +33 -0
- package/dist/actions/get-customer-payment-profiles.mjs.map +1 -0
- package/dist/actions/get-customer.cjs +30 -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 +27 -0
- package/dist/actions/get-customer.mjs.map +1 -0
- package/dist/actions/get-customers-autocomplete.cjs +28 -0
- package/dist/actions/get-customers-autocomplete.cjs.map +1 -0
- package/dist/actions/get-customers-autocomplete.d.cts +9 -0
- package/dist/actions/get-customers-autocomplete.d.cts.map +1 -0
- package/dist/actions/get-customers-autocomplete.d.mts +9 -0
- package/dist/actions/get-customers-autocomplete.d.mts.map +1 -0
- package/dist/actions/get-customers-autocomplete.mjs +27 -0
- package/dist/actions/get-customers-autocomplete.mjs.map +1 -0
- package/dist/actions/get-customers.cjs +74 -0
- package/dist/actions/get-customers.cjs.map +1 -0
- package/dist/actions/get-customers.d.cts +9 -0
- package/dist/actions/get-customers.d.cts.map +1 -0
- package/dist/actions/get-customers.d.mts +9 -0
- package/dist/actions/get-customers.d.mts.map +1 -0
- package/dist/actions/get-customers.mjs +73 -0
- package/dist/actions/get-customers.mjs.map +1 -0
- package/dist/actions/get-employee-time-clock.cjs +28 -0
- package/dist/actions/get-employee-time-clock.cjs.map +1 -0
- package/dist/actions/get-employee-time-clock.d.cts +9 -0
- package/dist/actions/get-employee-time-clock.d.cts.map +1 -0
- package/dist/actions/get-employee-time-clock.d.mts +9 -0
- package/dist/actions/get-employee-time-clock.d.mts.map +1 -0
- package/dist/actions/get-employee-time-clock.mjs +25 -0
- package/dist/actions/get-employee-time-clock.mjs.map +1 -0
- package/dist/actions/get-estimate.cjs +49 -0
- package/dist/actions/get-estimate.cjs.map +1 -0
- package/dist/actions/get-estimate.d.cts +9 -0
- package/dist/actions/get-estimate.d.cts.map +1 -0
- package/dist/actions/get-estimate.d.mts +9 -0
- package/dist/actions/get-estimate.d.mts.map +1 -0
- package/dist/actions/get-estimate.mjs +48 -0
- package/dist/actions/get-estimate.mjs.map +1 -0
- package/dist/actions/get-estimates.cjs +46 -0
- package/dist/actions/get-estimates.cjs.map +1 -0
- package/dist/actions/get-estimates.d.cts +9 -0
- package/dist/actions/get-estimates.d.cts.map +1 -0
- package/dist/actions/get-estimates.d.mts +9 -0
- package/dist/actions/get-estimates.d.mts.map +1 -0
- package/dist/actions/get-estimates.mjs +45 -0
- package/dist/actions/get-estimates.mjs.map +1 -0
- package/dist/actions/get-invoice-ticket.cjs +53 -0
- package/dist/actions/get-invoice-ticket.cjs.map +1 -0
- package/dist/actions/get-invoice-ticket.d.cts +9 -0
- package/dist/actions/get-invoice-ticket.d.cts.map +1 -0
- package/dist/actions/get-invoice-ticket.d.mts +9 -0
- package/dist/actions/get-invoice-ticket.d.mts.map +1 -0
- package/dist/actions/get-invoice-ticket.mjs +52 -0
- package/dist/actions/get-invoice-ticket.mjs.map +1 -0
- package/dist/actions/get-invoice.cjs +85 -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 +84 -0
- package/dist/actions/get-invoice.mjs.map +1 -0
- package/dist/actions/get-invoices.cjs +53 -0
- package/dist/actions/get-invoices.cjs.map +1 -0
- package/dist/actions/get-invoices.d.cts +9 -0
- package/dist/actions/get-invoices.d.cts.map +1 -0
- package/dist/actions/get-invoices.d.mts +9 -0
- package/dist/actions/get-invoices.d.mts.map +1 -0
- package/dist/actions/get-invoices.mjs +52 -0
- package/dist/actions/get-invoices.mjs.map +1 -0
- package/dist/actions/get-latest-customer.cjs +51 -0
- package/dist/actions/get-latest-customer.cjs.map +1 -0
- package/dist/actions/get-latest-customer.d.cts +9 -0
- package/dist/actions/get-latest-customer.d.cts.map +1 -0
- package/dist/actions/get-latest-customer.d.mts +9 -0
- package/dist/actions/get-latest-customer.d.mts.map +1 -0
- package/dist/actions/get-latest-customer.mjs +48 -0
- package/dist/actions/get-latest-customer.mjs.map +1 -0
- package/dist/actions/get-lead.cjs +43 -0
- package/dist/actions/get-lead.cjs.map +1 -0
- package/dist/actions/get-lead.d.cts +9 -0
- package/dist/actions/get-lead.d.cts.map +1 -0
- package/dist/actions/get-lead.d.mts +9 -0
- package/dist/actions/get-lead.d.mts.map +1 -0
- package/dist/actions/get-lead.mjs +40 -0
- package/dist/actions/get-lead.mjs.map +1 -0
- package/dist/actions/get-leads.cjs +53 -0
- package/dist/actions/get-leads.cjs.map +1 -0
- package/dist/actions/get-leads.d.cts +9 -0
- package/dist/actions/get-leads.d.cts.map +1 -0
- package/dist/actions/get-leads.d.mts +9 -0
- package/dist/actions/get-leads.d.mts.map +1 -0
- package/dist/actions/get-leads.mjs +52 -0
- package/dist/actions/get-leads.mjs.map +1 -0
- package/dist/actions/get-me.cjs +78 -0
- package/dist/actions/get-me.cjs.map +1 -0
- package/dist/actions/get-me.d.cts +9 -0
- package/dist/actions/get-me.d.cts.map +1 -0
- package/dist/actions/get-me.d.mts +9 -0
- package/dist/actions/get-me.d.mts.map +1 -0
- package/dist/actions/get-me.mjs +77 -0
- package/dist/actions/get-me.mjs.map +1 -0
- package/dist/actions/get-payment.cjs +36 -0
- package/dist/actions/get-payment.cjs.map +1 -0
- package/dist/actions/get-payment.d.cts +9 -0
- package/dist/actions/get-payment.d.cts.map +1 -0
- package/dist/actions/get-payment.d.mts +9 -0
- package/dist/actions/get-payment.d.mts.map +1 -0
- package/dist/actions/get-payment.mjs +35 -0
- package/dist/actions/get-payment.mjs.map +1 -0
- package/dist/actions/get-payments.cjs +78 -0
- package/dist/actions/get-payments.cjs.map +1 -0
- package/dist/actions/get-payments.d.cts +9 -0
- package/dist/actions/get-payments.d.cts.map +1 -0
- package/dist/actions/get-payments.d.mts +9 -0
- package/dist/actions/get-payments.d.mts.map +1 -0
- package/dist/actions/get-payments.mjs +77 -0
- package/dist/actions/get-payments.mjs.map +1 -0
- package/dist/actions/get-product-by-barcode.cjs +39 -0
- package/dist/actions/get-product-by-barcode.cjs.map +1 -0
- package/dist/actions/get-product-by-barcode.d.cts +9 -0
- package/dist/actions/get-product-by-barcode.d.cts.map +1 -0
- package/dist/actions/get-product-by-barcode.d.mts +9 -0
- package/dist/actions/get-product-by-barcode.d.mts.map +1 -0
- package/dist/actions/get-product-by-barcode.mjs +36 -0
- package/dist/actions/get-product-by-barcode.mjs.map +1 -0
- package/dist/actions/get-product-serials.cjs +24 -0
- package/dist/actions/get-product-serials.cjs.map +1 -0
- package/dist/actions/get-product-serials.d.cts +9 -0
- package/dist/actions/get-product-serials.d.cts.map +1 -0
- package/dist/actions/get-product-serials.d.mts +9 -0
- package/dist/actions/get-product-serials.d.mts.map +1 -0
- package/dist/actions/get-product-serials.mjs +23 -0
- package/dist/actions/get-product-serials.mjs.map +1 -0
- package/dist/actions/get-product.cjs +39 -0
- package/dist/actions/get-product.cjs.map +1 -0
- package/dist/actions/get-product.d.cts +9 -0
- package/dist/actions/get-product.d.cts.map +1 -0
- package/dist/actions/get-product.d.mts +9 -0
- package/dist/actions/get-product.d.mts.map +1 -0
- package/dist/actions/get-product.mjs +36 -0
- package/dist/actions/get-product.mjs.map +1 -0
- package/dist/actions/get-products-categories.cjs +25 -0
- package/dist/actions/get-products-categories.cjs.map +1 -0
- package/dist/actions/get-products-categories.d.cts +9 -0
- package/dist/actions/get-products-categories.d.cts.map +1 -0
- package/dist/actions/get-products-categories.d.mts +9 -0
- package/dist/actions/get-products-categories.d.mts.map +1 -0
- package/dist/actions/get-products-categories.mjs +24 -0
- package/dist/actions/get-products-categories.mjs.map +1 -0
- package/dist/actions/get-products.cjs +66 -0
- package/dist/actions/get-products.cjs.map +1 -0
- package/dist/actions/get-products.d.cts +9 -0
- package/dist/actions/get-products.d.cts.map +1 -0
- package/dist/actions/get-products.d.mts +9 -0
- package/dist/actions/get-products.d.mts.map +1 -0
- package/dist/actions/get-products.mjs +65 -0
- package/dist/actions/get-products.mjs.map +1 -0
- package/dist/actions/get-purchase-order.cjs +52 -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 +51 -0
- package/dist/actions/get-purchase-order.mjs.map +1 -0
- package/dist/actions/get-rmm-alert.cjs +34 -0
- package/dist/actions/get-rmm-alert.cjs.map +1 -0
- package/dist/actions/get-rmm-alert.d.cts +9 -0
- package/dist/actions/get-rmm-alert.d.cts.map +1 -0
- package/dist/actions/get-rmm-alert.d.mts +9 -0
- package/dist/actions/get-rmm-alert.d.mts.map +1 -0
- package/dist/actions/get-rmm-alert.mjs +33 -0
- package/dist/actions/get-rmm-alert.mjs.map +1 -0
- package/dist/actions/get-schedule.cjs +63 -0
- package/dist/actions/get-schedule.cjs.map +1 -0
- package/dist/actions/get-schedule.d.cts +9 -0
- package/dist/actions/get-schedule.d.cts.map +1 -0
- package/dist/actions/get-schedule.d.mts +9 -0
- package/dist/actions/get-schedule.d.mts.map +1 -0
- package/dist/actions/get-schedule.mjs +62 -0
- package/dist/actions/get-schedule.mjs.map +1 -0
- package/dist/actions/get-settings-printing.cjs +19 -0
- package/dist/actions/get-settings-printing.cjs.map +1 -0
- package/dist/actions/get-settings-printing.d.cts +9 -0
- package/dist/actions/get-settings-printing.d.cts.map +1 -0
- package/dist/actions/get-settings-printing.d.mts +9 -0
- package/dist/actions/get-settings-printing.d.mts.map +1 -0
- package/dist/actions/get-settings-printing.mjs +16 -0
- package/dist/actions/get-settings-printing.mjs.map +1 -0
- package/dist/actions/get-settings-tabs.cjs +43 -0
- package/dist/actions/get-settings-tabs.cjs.map +1 -0
- package/dist/actions/get-settings-tabs.d.cts +9 -0
- package/dist/actions/get-settings-tabs.d.cts.map +1 -0
- package/dist/actions/get-settings-tabs.d.mts +9 -0
- package/dist/actions/get-settings-tabs.d.mts.map +1 -0
- package/dist/actions/get-settings-tabs.mjs +42 -0
- package/dist/actions/get-settings-tabs.mjs.map +1 -0
- package/dist/actions/get-settings.cjs +16 -0
- package/dist/actions/get-settings.cjs.map +1 -0
- package/dist/actions/get-settings.d.cts +9 -0
- package/dist/actions/get-settings.d.cts.map +1 -0
- package/dist/actions/get-settings.d.mts +9 -0
- package/dist/actions/get-settings.d.mts.map +1 -0
- package/dist/actions/get-settings.mjs +13 -0
- package/dist/actions/get-settings.mjs.map +1 -0
- package/dist/actions/get-ticket.cjs +53 -0
- package/dist/actions/get-ticket.cjs.map +1 -0
- package/dist/actions/get-ticket.d.cts +9 -0
- package/dist/actions/get-ticket.d.cts.map +1 -0
- package/dist/actions/get-ticket.d.mts +9 -0
- package/dist/actions/get-ticket.d.mts.map +1 -0
- package/dist/actions/get-ticket.mjs +52 -0
- package/dist/actions/get-ticket.mjs.map +1 -0
- package/dist/actions/get-tickets-settings.cjs +46 -0
- package/dist/actions/get-tickets-settings.cjs.map +1 -0
- package/dist/actions/get-tickets-settings.d.cts +9 -0
- package/dist/actions/get-tickets-settings.d.cts.map +1 -0
- package/dist/actions/get-tickets-settings.d.mts +9 -0
- package/dist/actions/get-tickets-settings.d.mts.map +1 -0
- package/dist/actions/get-tickets-settings.mjs +45 -0
- package/dist/actions/get-tickets-settings.mjs.map +1 -0
- package/dist/actions/get-user-device.cjs +26 -0
- package/dist/actions/get-user-device.cjs.map +1 -0
- package/dist/actions/get-user-device.d.cts +9 -0
- package/dist/actions/get-user-device.d.cts.map +1 -0
- package/dist/actions/get-user-device.d.mts +9 -0
- package/dist/actions/get-user-device.d.mts.map +1 -0
- package/dist/actions/get-user-device.mjs +23 -0
- package/dist/actions/get-user-device.mjs.map +1 -0
- package/dist/actions/get-user.cjs +25 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +22 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/get-users.cjs +20 -0
- package/dist/actions/get-users.cjs.map +1 -0
- package/dist/actions/get-users.d.cts +9 -0
- package/dist/actions/get-users.d.cts.map +1 -0
- package/dist/actions/get-users.d.mts +9 -0
- package/dist/actions/get-users.d.mts.map +1 -0
- package/dist/actions/get-users.mjs +19 -0
- package/dist/actions/get-users.mjs.map +1 -0
- package/dist/actions/get-vendor.cjs +32 -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 +29 -0
- package/dist/actions/get-vendor.mjs.map +1 -0
- package/dist/actions/get-wiki-page.cjs +23 -0
- package/dist/actions/get-wiki-page.cjs.map +1 -0
- package/dist/actions/get-wiki-page.d.cts +9 -0
- package/dist/actions/get-wiki-page.d.cts.map +1 -0
- package/dist/actions/get-wiki-page.d.mts +9 -0
- package/dist/actions/get-wiki-page.d.mts.map +1 -0
- package/dist/actions/get-wiki-page.mjs +20 -0
- package/dist/actions/get-wiki-page.mjs.map +1 -0
- package/dist/actions/index.cjs +295 -0
- package/dist/actions/index.d.cts +148 -0
- package/dist/actions/index.d.mts +148 -0
- package/dist/actions/index.mjs +148 -0
- package/dist/actions/list-appointment-types.cjs +28 -0
- package/dist/actions/list-appointment-types.cjs.map +1 -0
- package/dist/actions/list-appointment-types.d.cts +9 -0
- package/dist/actions/list-appointment-types.d.cts.map +1 -0
- package/dist/actions/list-appointment-types.d.mts +9 -0
- package/dist/actions/list-appointment-types.d.mts.map +1 -0
- package/dist/actions/list-appointment-types.mjs +27 -0
- package/dist/actions/list-appointment-types.mjs.map +1 -0
- package/dist/actions/list-canned-responses.cjs +24 -0
- package/dist/actions/list-canned-responses.cjs.map +1 -0
- package/dist/actions/list-canned-responses.d.cts +9 -0
- package/dist/actions/list-canned-responses.d.cts.map +1 -0
- package/dist/actions/list-canned-responses.d.mts +9 -0
- package/dist/actions/list-canned-responses.d.mts.map +1 -0
- package/dist/actions/list-canned-responses.mjs +23 -0
- package/dist/actions/list-canned-responses.mjs.map +1 -0
- package/dist/actions/list-contracts.cjs +42 -0
- package/dist/actions/list-contracts.cjs.map +1 -0
- package/dist/actions/list-contracts.d.cts +9 -0
- package/dist/actions/list-contracts.d.cts.map +1 -0
- package/dist/actions/list-contracts.d.mts +9 -0
- package/dist/actions/list-contracts.d.mts.map +1 -0
- package/dist/actions/list-contracts.mjs +41 -0
- package/dist/actions/list-contracts.mjs.map +1 -0
- package/dist/actions/list-items.cjs +45 -0
- package/dist/actions/list-items.cjs.map +1 -0
- package/dist/actions/list-items.d.cts +9 -0
- package/dist/actions/list-items.d.cts.map +1 -0
- package/dist/actions/list-items.d.mts +9 -0
- package/dist/actions/list-items.d.mts.map +1 -0
- package/dist/actions/list-items.mjs +44 -0
- package/dist/actions/list-items.mjs.map +1 -0
- package/dist/actions/list-line-items.cjs +46 -0
- package/dist/actions/list-line-items.cjs.map +1 -0
- package/dist/actions/list-line-items.d.cts +9 -0
- package/dist/actions/list-line-items.d.cts.map +1 -0
- package/dist/actions/list-line-items.d.mts +9 -0
- package/dist/actions/list-line-items.d.mts.map +1 -0
- package/dist/actions/list-line-items.mjs +45 -0
- package/dist/actions/list-line-items.mjs.map +1 -0
- package/dist/actions/list-new-ticket-forms.cjs +33 -0
- package/dist/actions/list-new-ticket-forms.cjs.map +1 -0
- package/dist/actions/list-new-ticket-forms.d.cts +9 -0
- package/dist/actions/list-new-ticket-forms.d.cts.map +1 -0
- package/dist/actions/list-new-ticket-forms.d.mts +9 -0
- package/dist/actions/list-new-ticket-forms.d.mts.map +1 -0
- package/dist/actions/list-new-ticket-forms.mjs +32 -0
- package/dist/actions/list-new-ticket-forms.mjs.map +1 -0
- package/dist/actions/list-payment-methods.cjs +29 -0
- package/dist/actions/list-payment-methods.cjs.map +1 -0
- package/dist/actions/list-payment-methods.d.cts +9 -0
- package/dist/actions/list-payment-methods.d.cts.map +1 -0
- package/dist/actions/list-payment-methods.d.mts +9 -0
- package/dist/actions/list-payment-methods.d.mts.map +1 -0
- package/dist/actions/list-payment-methods.mjs +28 -0
- package/dist/actions/list-payment-methods.mjs.map +1 -0
- package/dist/actions/list-phones.cjs +37 -0
- package/dist/actions/list-phones.cjs.map +1 -0
- package/dist/actions/list-phones.d.cts +9 -0
- package/dist/actions/list-phones.d.cts.map +1 -0
- package/dist/actions/list-phones.d.mts +9 -0
- package/dist/actions/list-phones.d.mts.map +1 -0
- package/dist/actions/list-phones.mjs +36 -0
- package/dist/actions/list-phones.mjs.map +1 -0
- package/dist/actions/list-portal-users.cjs +38 -0
- package/dist/actions/list-portal-users.cjs.map +1 -0
- package/dist/actions/list-portal-users.d.cts +9 -0
- package/dist/actions/list-portal-users.d.cts.map +1 -0
- package/dist/actions/list-portal-users.d.mts +9 -0
- package/dist/actions/list-portal-users.d.mts.map +1 -0
- package/dist/actions/list-portal-users.mjs +37 -0
- package/dist/actions/list-portal-users.mjs.map +1 -0
- package/dist/actions/list-purchase-orders.cjs +58 -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 +57 -0
- package/dist/actions/list-purchase-orders.mjs.map +1 -0
- package/dist/actions/list-rmm-alerts.cjs +51 -0
- package/dist/actions/list-rmm-alerts.cjs.map +1 -0
- package/dist/actions/list-rmm-alerts.d.cts +9 -0
- package/dist/actions/list-rmm-alerts.d.cts.map +1 -0
- package/dist/actions/list-rmm-alerts.d.mts +9 -0
- package/dist/actions/list-rmm-alerts.d.mts.map +1 -0
- package/dist/actions/list-rmm-alerts.mjs +50 -0
- package/dist/actions/list-rmm-alerts.mjs.map +1 -0
- package/dist/actions/list-schedules.cjs +74 -0
- package/dist/actions/list-schedules.cjs.map +1 -0
- package/dist/actions/list-schedules.d.cts +9 -0
- package/dist/actions/list-schedules.d.cts.map +1 -0
- package/dist/actions/list-schedules.d.mts +9 -0
- package/dist/actions/list-schedules.d.mts.map +1 -0
- package/dist/actions/list-schedules.mjs +73 -0
- package/dist/actions/list-schedules.mjs.map +1 -0
- package/dist/actions/list-ticket-comments.cjs +51 -0
- package/dist/actions/list-ticket-comments.cjs.map +1 -0
- package/dist/actions/list-ticket-comments.d.cts +9 -0
- package/dist/actions/list-ticket-comments.d.cts.map +1 -0
- package/dist/actions/list-ticket-comments.d.mts +9 -0
- package/dist/actions/list-ticket-comments.d.mts.map +1 -0
- package/dist/actions/list-ticket-comments.mjs +50 -0
- package/dist/actions/list-ticket-comments.mjs.map +1 -0
- package/dist/actions/list-ticket-timers.cjs +34 -0
- package/dist/actions/list-ticket-timers.cjs.map +1 -0
- package/dist/actions/list-ticket-timers.d.cts +9 -0
- package/dist/actions/list-ticket-timers.d.cts.map +1 -0
- package/dist/actions/list-ticket-timers.d.mts +9 -0
- package/dist/actions/list-ticket-timers.d.mts.map +1 -0
- package/dist/actions/list-ticket-timers.mjs +33 -0
- package/dist/actions/list-ticket-timers.mjs.map +1 -0
- package/dist/actions/list-tickets.cjs +80 -0
- package/dist/actions/list-tickets.cjs.map +1 -0
- package/dist/actions/list-tickets.d.cts +9 -0
- package/dist/actions/list-tickets.d.cts.map +1 -0
- package/dist/actions/list-tickets.d.mts +9 -0
- package/dist/actions/list-tickets.d.mts.map +1 -0
- package/dist/actions/list-tickets.mjs +79 -0
- package/dist/actions/list-tickets.mjs.map +1 -0
- package/dist/actions/list-timelogs.cjs +30 -0
- package/dist/actions/list-timelogs.cjs.map +1 -0
- package/dist/actions/list-timelogs.d.cts +9 -0
- package/dist/actions/list-timelogs.d.cts.map +1 -0
- package/dist/actions/list-timelogs.d.mts +9 -0
- package/dist/actions/list-timelogs.d.mts.map +1 -0
- package/dist/actions/list-timelogs.mjs +29 -0
- package/dist/actions/list-timelogs.mjs.map +1 -0
- package/dist/actions/list-vendors.cjs +42 -0
- package/dist/actions/list-vendors.cjs.map +1 -0
- package/dist/actions/list-vendors.d.cts +9 -0
- package/dist/actions/list-vendors.d.cts.map +1 -0
- package/dist/actions/list-vendors.d.mts +9 -0
- package/dist/actions/list-vendors.d.mts.map +1 -0
- package/dist/actions/list-vendors.mjs +41 -0
- package/dist/actions/list-vendors.mjs.map +1 -0
- package/dist/actions/list-wiki-pages.cjs +39 -0
- package/dist/actions/list-wiki-pages.cjs.map +1 -0
- package/dist/actions/list-wiki-pages.d.cts +9 -0
- package/dist/actions/list-wiki-pages.d.cts.map +1 -0
- package/dist/actions/list-wiki-pages.d.mts +9 -0
- package/dist/actions/list-wiki-pages.d.mts.map +1 -0
- package/dist/actions/list-wiki-pages.mjs +38 -0
- package/dist/actions/list-wiki-pages.mjs.map +1 -0
- package/dist/actions/list-worksheet-results.cjs +37 -0
- package/dist/actions/list-worksheet-results.cjs.map +1 -0
- package/dist/actions/list-worksheet-results.d.cts +9 -0
- package/dist/actions/list-worksheet-results.d.cts.map +1 -0
- package/dist/actions/list-worksheet-results.d.mts +9 -0
- package/dist/actions/list-worksheet-results.d.mts.map +1 -0
- package/dist/actions/list-worksheet-results.mjs +36 -0
- package/dist/actions/list-worksheet-results.mjs.map +1 -0
- package/dist/actions/mute-rmm-alert.cjs +30 -0
- package/dist/actions/mute-rmm-alert.cjs.map +1 -0
- package/dist/actions/mute-rmm-alert.d.cts +9 -0
- package/dist/actions/mute-rmm-alert.d.cts.map +1 -0
- package/dist/actions/mute-rmm-alert.d.mts +9 -0
- package/dist/actions/mute-rmm-alert.d.mts.map +1 -0
- package/dist/actions/mute-rmm-alert.mjs +27 -0
- package/dist/actions/mute-rmm-alert.mjs.map +1 -0
- package/dist/actions/post-appointment.cjs +86 -0
- package/dist/actions/post-appointment.cjs.map +1 -0
- package/dist/actions/post-appointment.d.cts +9 -0
- package/dist/actions/post-appointment.d.cts.map +1 -0
- package/dist/actions/post-appointment.d.mts +9 -0
- package/dist/actions/post-appointment.d.mts.map +1 -0
- package/dist/actions/post-appointment.mjs +85 -0
- package/dist/actions/post-appointment.mjs.map +1 -0
- package/dist/actions/post-asset.cjs +106 -0
- package/dist/actions/post-asset.cjs.map +1 -0
- package/dist/actions/post-asset.d.cts +9 -0
- package/dist/actions/post-asset.d.cts.map +1 -0
- package/dist/actions/post-asset.d.mts +9 -0
- package/dist/actions/post-asset.d.mts.map +1 -0
- package/dist/actions/post-asset.mjs +105 -0
- package/dist/actions/post-asset.mjs.map +1 -0
- package/dist/actions/post-customer.cjs +66 -0
- package/dist/actions/post-customer.cjs.map +1 -0
- package/dist/actions/post-customer.d.cts +9 -0
- package/dist/actions/post-customer.d.cts.map +1 -0
- package/dist/actions/post-customer.d.mts +9 -0
- package/dist/actions/post-customer.d.mts.map +1 -0
- package/dist/actions/post-customer.mjs +63 -0
- package/dist/actions/post-customer.mjs.map +1 -0
- package/dist/actions/post-estimate.cjs +52 -0
- package/dist/actions/post-estimate.cjs.map +1 -0
- package/dist/actions/post-estimate.d.cts +9 -0
- package/dist/actions/post-estimate.d.cts.map +1 -0
- package/dist/actions/post-estimate.d.mts +9 -0
- package/dist/actions/post-estimate.d.mts.map +1 -0
- package/dist/actions/post-estimate.mjs +51 -0
- package/dist/actions/post-estimate.mjs.map +1 -0
- package/dist/actions/post-invoice.cjs +68 -0
- package/dist/actions/post-invoice.cjs.map +1 -0
- package/dist/actions/post-invoice.d.cts +9 -0
- package/dist/actions/post-invoice.d.cts.map +1 -0
- package/dist/actions/post-invoice.d.mts +9 -0
- package/dist/actions/post-invoice.d.mts.map +1 -0
- package/dist/actions/post-invoice.mjs +67 -0
- package/dist/actions/post-invoice.mjs.map +1 -0
- package/dist/actions/post-lead.cjs +55 -0
- package/dist/actions/post-lead.cjs.map +1 -0
- package/dist/actions/post-lead.d.cts +9 -0
- package/dist/actions/post-lead.d.cts.map +1 -0
- package/dist/actions/post-lead.d.mts +9 -0
- package/dist/actions/post-lead.d.mts.map +1 -0
- package/dist/actions/post-lead.mjs +52 -0
- package/dist/actions/post-lead.mjs.map +1 -0
- package/dist/actions/post-payment.cjs +58 -0
- package/dist/actions/post-payment.cjs.map +1 -0
- package/dist/actions/post-payment.d.cts +9 -0
- package/dist/actions/post-payment.d.cts.map +1 -0
- package/dist/actions/post-payment.d.mts +9 -0
- package/dist/actions/post-payment.d.mts.map +1 -0
- package/dist/actions/post-payment.mjs +57 -0
- package/dist/actions/post-payment.mjs.map +1 -0
- package/dist/actions/post-product-photo.cjs +22 -0
- package/dist/actions/post-product-photo.cjs.map +1 -0
- package/dist/actions/post-product-photo.d.cts +9 -0
- package/dist/actions/post-product-photo.d.cts.map +1 -0
- package/dist/actions/post-product-photo.d.mts +9 -0
- package/dist/actions/post-product-photo.d.mts.map +1 -0
- package/dist/actions/post-product-photo.mjs +19 -0
- package/dist/actions/post-product-photo.mjs.map +1 -0
- package/dist/actions/post-product.cjs +51 -0
- package/dist/actions/post-product.cjs.map +1 -0
- package/dist/actions/post-product.d.cts +9 -0
- package/dist/actions/post-product.d.cts.map +1 -0
- package/dist/actions/post-product.d.mts +9 -0
- package/dist/actions/post-product.d.mts.map +1 -0
- package/dist/actions/post-product.mjs +48 -0
- package/dist/actions/post-product.mjs.map +1 -0
- package/dist/actions/post-purchase-order.cjs +53 -0
- package/dist/actions/post-purchase-order.cjs.map +1 -0
- package/dist/actions/post-purchase-order.d.cts +9 -0
- package/dist/actions/post-purchase-order.d.cts.map +1 -0
- package/dist/actions/post-purchase-order.d.mts +9 -0
- package/dist/actions/post-purchase-order.d.mts.map +1 -0
- package/dist/actions/post-purchase-order.mjs +50 -0
- package/dist/actions/post-purchase-order.mjs.map +1 -0
- package/dist/actions/post-user-device.cjs +39 -0
- package/dist/actions/post-user-device.cjs.map +1 -0
- package/dist/actions/post-user-device.d.cts +9 -0
- package/dist/actions/post-user-device.d.cts.map +1 -0
- package/dist/actions/post-user-device.d.mts +9 -0
- package/dist/actions/post-user-device.d.mts.map +1 -0
- package/dist/actions/post-user-device.mjs +36 -0
- package/dist/actions/post-user-device.mjs.map +1 -0
- package/dist/actions/print-estimate.cjs +19 -0
- package/dist/actions/print-estimate.cjs.map +1 -0
- package/dist/actions/print-estimate.d.cts +9 -0
- package/dist/actions/print-estimate.d.cts.map +1 -0
- package/dist/actions/print-estimate.d.mts +9 -0
- package/dist/actions/print-estimate.d.mts.map +1 -0
- package/dist/actions/print-estimate.mjs +16 -0
- package/dist/actions/print-estimate.mjs.map +1 -0
- package/dist/actions/print-invoice.cjs +19 -0
- package/dist/actions/print-invoice.cjs.map +1 -0
- package/dist/actions/print-invoice.d.cts +9 -0
- package/dist/actions/print-invoice.d.cts.map +1 -0
- package/dist/actions/print-invoice.d.mts +9 -0
- package/dist/actions/print-invoice.d.mts.map +1 -0
- package/dist/actions/print-invoice.mjs +16 -0
- package/dist/actions/print-invoice.mjs.map +1 -0
- package/dist/actions/print-ticket.cjs +16 -0
- package/dist/actions/print-ticket.cjs.map +1 -0
- package/dist/actions/print-ticket.d.cts +9 -0
- package/dist/actions/print-ticket.d.cts.map +1 -0
- package/dist/actions/print-ticket.d.mts +9 -0
- package/dist/actions/print-ticket.d.mts.map +1 -0
- package/dist/actions/print-ticket.mjs +13 -0
- package/dist/actions/print-ticket.mjs.map +1 -0
- package/dist/actions/process-ticket-form.cjs +64 -0
- package/dist/actions/process-ticket-form.cjs.map +1 -0
- package/dist/actions/process-ticket-form.d.cts +9 -0
- package/dist/actions/process-ticket-form.d.cts.map +1 -0
- package/dist/actions/process-ticket-form.d.mts +9 -0
- package/dist/actions/process-ticket-form.d.mts.map +1 -0
- package/dist/actions/process-ticket-form.mjs +61 -0
- package/dist/actions/process-ticket-form.mjs.map +1 -0
- package/dist/actions/receive-purchase-order.cjs +42 -0
- package/dist/actions/receive-purchase-order.cjs.map +1 -0
- package/dist/actions/receive-purchase-order.d.cts +9 -0
- package/dist/actions/receive-purchase-order.d.cts.map +1 -0
- package/dist/actions/receive-purchase-order.d.mts +9 -0
- package/dist/actions/receive-purchase-order.d.mts.map +1 -0
- package/dist/actions/receive-purchase-order.mjs +39 -0
- package/dist/actions/receive-purchase-order.mjs.map +1 -0
- package/dist/actions/remove-ticket-line-item.cjs +19 -0
- package/dist/actions/remove-ticket-line-item.cjs.map +1 -0
- package/dist/actions/remove-ticket-line-item.d.cts +9 -0
- package/dist/actions/remove-ticket-line-item.d.cts.map +1 -0
- package/dist/actions/remove-ticket-line-item.d.mts +9 -0
- package/dist/actions/remove-ticket-line-item.d.mts.map +1 -0
- package/dist/actions/remove-ticket-line-item.mjs +16 -0
- package/dist/actions/remove-ticket-line-item.mjs.map +1 -0
- package/dist/actions/search-all.cjs +29 -0
- package/dist/actions/search-all.cjs.map +1 -0
- package/dist/actions/search-all.d.cts +9 -0
- package/dist/actions/search-all.d.cts.map +1 -0
- package/dist/actions/search-all.d.mts +9 -0
- package/dist/actions/search-all.d.mts.map +1 -0
- package/dist/actions/search-all.mjs +28 -0
- package/dist/actions/search-all.mjs.map +1 -0
- package/dist/actions/update-appointment-type.cjs +33 -0
- package/dist/actions/update-appointment-type.cjs.map +1 -0
- package/dist/actions/update-appointment-type.d.cts +9 -0
- package/dist/actions/update-appointment-type.d.cts.map +1 -0
- package/dist/actions/update-appointment-type.d.mts +9 -0
- package/dist/actions/update-appointment-type.d.mts.map +1 -0
- package/dist/actions/update-appointment-type.mjs +30 -0
- package/dist/actions/update-appointment-type.mjs.map +1 -0
- package/dist/actions/update-appointment.cjs +49 -0
- package/dist/actions/update-appointment.cjs.map +1 -0
- package/dist/actions/update-appointment.d.cts +9 -0
- package/dist/actions/update-appointment.d.cts.map +1 -0
- package/dist/actions/update-appointment.d.mts +9 -0
- package/dist/actions/update-appointment.d.mts.map +1 -0
- package/dist/actions/update-appointment.mjs +48 -0
- package/dist/actions/update-appointment.mjs.map +1 -0
- package/dist/actions/update-asset.cjs +107 -0
- package/dist/actions/update-asset.cjs.map +1 -0
- package/dist/actions/update-asset.d.cts +9 -0
- package/dist/actions/update-asset.d.cts.map +1 -0
- package/dist/actions/update-asset.d.mts +9 -0
- package/dist/actions/update-asset.d.mts.map +1 -0
- package/dist/actions/update-asset.mjs +106 -0
- package/dist/actions/update-asset.mjs.map +1 -0
- package/dist/actions/update-canned-response.cjs +30 -0
- package/dist/actions/update-canned-response.cjs.map +1 -0
- package/dist/actions/update-canned-response.d.cts +9 -0
- package/dist/actions/update-canned-response.d.cts.map +1 -0
- package/dist/actions/update-canned-response.d.mts +9 -0
- package/dist/actions/update-canned-response.d.mts.map +1 -0
- package/dist/actions/update-canned-response.mjs +27 -0
- package/dist/actions/update-canned-response.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +58 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +55 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-contract.cjs +45 -0
- package/dist/actions/update-contract.cjs.map +1 -0
- package/dist/actions/update-contract.d.cts +9 -0
- package/dist/actions/update-contract.d.cts.map +1 -0
- package/dist/actions/update-contract.d.mts +9 -0
- package/dist/actions/update-contract.d.mts.map +1 -0
- package/dist/actions/update-contract.mjs +42 -0
- package/dist/actions/update-contract.mjs.map +1 -0
- package/dist/actions/update-customer.cjs +79 -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 +76 -0
- package/dist/actions/update-customer.mjs.map +1 -0
- package/dist/actions/update-estimate-line-item.cjs +52 -0
- package/dist/actions/update-estimate-line-item.cjs.map +1 -0
- package/dist/actions/update-estimate-line-item.d.cts +9 -0
- package/dist/actions/update-estimate-line-item.d.cts.map +1 -0
- package/dist/actions/update-estimate-line-item.d.mts +9 -0
- package/dist/actions/update-estimate-line-item.d.mts.map +1 -0
- package/dist/actions/update-estimate-line-item.mjs +51 -0
- package/dist/actions/update-estimate-line-item.mjs.map +1 -0
- package/dist/actions/update-estimate.cjs +50 -0
- package/dist/actions/update-estimate.cjs.map +1 -0
- package/dist/actions/update-estimate.d.cts +9 -0
- package/dist/actions/update-estimate.d.cts.map +1 -0
- package/dist/actions/update-estimate.d.mts +9 -0
- package/dist/actions/update-estimate.d.mts.map +1 -0
- package/dist/actions/update-estimate.mjs +47 -0
- package/dist/actions/update-estimate.mjs.map +1 -0
- package/dist/actions/update-invoice-line-item.cjs +55 -0
- package/dist/actions/update-invoice-line-item.cjs.map +1 -0
- package/dist/actions/update-invoice-line-item.d.cts +9 -0
- package/dist/actions/update-invoice-line-item.d.cts.map +1 -0
- package/dist/actions/update-invoice-line-item.d.mts +9 -0
- package/dist/actions/update-invoice-line-item.d.mts.map +1 -0
- package/dist/actions/update-invoice-line-item.mjs +54 -0
- package/dist/actions/update-invoice-line-item.mjs.map +1 -0
- package/dist/actions/update-invoice.cjs +59 -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 +58 -0
- package/dist/actions/update-invoice.mjs.map +1 -0
- package/dist/actions/update-lead.cjs +89 -0
- package/dist/actions/update-lead.cjs.map +1 -0
- package/dist/actions/update-lead.d.cts +9 -0
- package/dist/actions/update-lead.d.cts.map +1 -0
- package/dist/actions/update-lead.d.mts +9 -0
- package/dist/actions/update-lead.d.mts.map +1 -0
- package/dist/actions/update-lead.mjs +86 -0
- package/dist/actions/update-lead.mjs.map +1 -0
- package/dist/actions/update-phone.cjs +30 -0
- package/dist/actions/update-phone.cjs.map +1 -0
- package/dist/actions/update-phone.d.cts +9 -0
- package/dist/actions/update-phone.d.cts.map +1 -0
- package/dist/actions/update-phone.d.mts +9 -0
- package/dist/actions/update-phone.d.mts.map +1 -0
- package/dist/actions/update-phone.mjs +27 -0
- package/dist/actions/update-phone.mjs.map +1 -0
- package/dist/actions/update-portal-user.cjs +32 -0
- package/dist/actions/update-portal-user.cjs.map +1 -0
- package/dist/actions/update-portal-user.d.cts +9 -0
- package/dist/actions/update-portal-user.d.cts.map +1 -0
- package/dist/actions/update-portal-user.d.mts +9 -0
- package/dist/actions/update-portal-user.d.mts.map +1 -0
- package/dist/actions/update-portal-user.mjs +29 -0
- package/dist/actions/update-portal-user.mjs.map +1 -0
- package/dist/actions/update-product-serial.cjs +34 -0
- package/dist/actions/update-product-serial.cjs.map +1 -0
- package/dist/actions/update-product-serial.d.cts +9 -0
- package/dist/actions/update-product-serial.d.cts.map +1 -0
- package/dist/actions/update-product-serial.d.mts +9 -0
- package/dist/actions/update-product-serial.d.mts.map +1 -0
- package/dist/actions/update-product-serial.mjs +31 -0
- package/dist/actions/update-product-serial.mjs.map +1 -0
- package/dist/actions/update-product.cjs +64 -0
- package/dist/actions/update-product.cjs.map +1 -0
- package/dist/actions/update-product.d.cts +9 -0
- package/dist/actions/update-product.d.cts.map +1 -0
- package/dist/actions/update-product.d.mts +9 -0
- package/dist/actions/update-product.d.mts.map +1 -0
- package/dist/actions/update-product.mjs +61 -0
- package/dist/actions/update-product.mjs.map +1 -0
- package/dist/actions/update-schedule-line-item.cjs +60 -0
- package/dist/actions/update-schedule-line-item.cjs.map +1 -0
- package/dist/actions/update-schedule-line-item.d.cts +9 -0
- package/dist/actions/update-schedule-line-item.d.cts.map +1 -0
- package/dist/actions/update-schedule-line-item.d.mts +9 -0
- package/dist/actions/update-schedule-line-item.d.mts.map +1 -0
- package/dist/actions/update-schedule-line-item.mjs +57 -0
- package/dist/actions/update-schedule-line-item.mjs.map +1 -0
- package/dist/actions/update-schedule.cjs +86 -0
- package/dist/actions/update-schedule.cjs.map +1 -0
- package/dist/actions/update-schedule.d.cts +9 -0
- package/dist/actions/update-schedule.d.cts.map +1 -0
- package/dist/actions/update-schedule.d.mts +9 -0
- package/dist/actions/update-schedule.d.mts.map +1 -0
- package/dist/actions/update-schedule.mjs +85 -0
- package/dist/actions/update-schedule.mjs.map +1 -0
- package/dist/actions/update-ticket-line-item.cjs +41 -0
- package/dist/actions/update-ticket-line-item.cjs.map +1 -0
- package/dist/actions/update-ticket-line-item.d.cts +9 -0
- package/dist/actions/update-ticket-line-item.d.cts.map +1 -0
- package/dist/actions/update-ticket-line-item.d.mts +9 -0
- package/dist/actions/update-ticket-line-item.d.mts.map +1 -0
- package/dist/actions/update-ticket-line-item.mjs +40 -0
- package/dist/actions/update-ticket-line-item.mjs.map +1 -0
- package/dist/actions/update-ticket-timer.cjs +42 -0
- package/dist/actions/update-ticket-timer.cjs.map +1 -0
- package/dist/actions/update-ticket-timer.d.cts +9 -0
- package/dist/actions/update-ticket-timer.d.cts.map +1 -0
- package/dist/actions/update-ticket-timer.d.mts +9 -0
- package/dist/actions/update-ticket-timer.d.mts.map +1 -0
- package/dist/actions/update-ticket-timer.mjs +39 -0
- package/dist/actions/update-ticket-timer.mjs.map +1 -0
- package/dist/actions/update-ticket.cjs +89 -0
- package/dist/actions/update-ticket.cjs.map +1 -0
- package/dist/actions/update-ticket.d.cts +9 -0
- package/dist/actions/update-ticket.d.cts.map +1 -0
- package/dist/actions/update-ticket.d.mts +9 -0
- package/dist/actions/update-ticket.d.mts.map +1 -0
- package/dist/actions/update-ticket.mjs +88 -0
- package/dist/actions/update-ticket.mjs.map +1 -0
- package/dist/actions/update-timelog.cjs +36 -0
- package/dist/actions/update-timelog.cjs.map +1 -0
- package/dist/actions/update-timelog.d.cts +9 -0
- package/dist/actions/update-timelog.d.cts.map +1 -0
- package/dist/actions/update-timelog.d.mts +9 -0
- package/dist/actions/update-timelog.d.mts.map +1 -0
- package/dist/actions/update-timelog.mjs +33 -0
- package/dist/actions/update-timelog.mjs.map +1 -0
- package/dist/actions/update-user-device.cjs +35 -0
- package/dist/actions/update-user-device.cjs.map +1 -0
- package/dist/actions/update-user-device.d.cts +9 -0
- package/dist/actions/update-user-device.d.cts.map +1 -0
- package/dist/actions/update-user-device.d.mts +9 -0
- package/dist/actions/update-user-device.d.mts.map +1 -0
- package/dist/actions/update-user-device.mjs +32 -0
- package/dist/actions/update-user-device.mjs.map +1 -0
- package/dist/actions/update-vendor.cjs +46 -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 +43 -0
- package/dist/actions/update-vendor.mjs.map +1 -0
- package/dist/actions/update-wiki-page.cjs +37 -0
- package/dist/actions/update-wiki-page.cjs.map +1 -0
- package/dist/actions/update-wiki-page.d.cts +9 -0
- package/dist/actions/update-wiki-page.d.cts.map +1 -0
- package/dist/actions/update-wiki-page.d.mts +9 -0
- package/dist/actions/update-wiki-page.d.mts.map +1 -0
- package/dist/actions/update-wiki-page.mjs +34 -0
- package/dist/actions/update-wiki-page.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 +300 -0
- package/dist/index.d.cts +150 -0
- package/dist/index.d.mts +150 -0
- package/dist/index.mjs +151 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-serials.mjs","names":[],"sources":["../../src/actions/get-product-serials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductSerialsInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the product to retrieve serials for.\"),\n}).describe(\"Request model for retrieving serial numbers of a specific product.\");\nconst RepairshoprGetProductSerials_ProductSerialSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique serial record ID.\"),\n serial: z.string().describe(\"The serial number of the product.\"),\n available: z.boolean().describe(\"Availability status of the serial.\"),\n created_at: z.string().describe(\"ISO8601 timestamp when the serial record was created.\"),\n product_id: z.number().int().describe(\"The ID of the product.\"),\n updated_at: z.string().describe(\"ISO8601 timestamp when the serial record was last updated.\"),\n}).describe(\"Schema for a serial record of a product.\");\nexport const RepairshoprGetProductSerialsOutput: z.ZodTypeAny = z.object({\n serials: z.array(RepairshoprGetProductSerials_ProductSerialSchema).describe(\"List of serial records for the product.\"),\n}).describe(\"Response model for retrieving serial numbers of a product.\");\n\nexport const repairshoprGetProductSerials = action(\"REPAIRSHOPR_GET_PRODUCT_SERIALS\", {\n slug: \"repairshopr-get-product-serials\",\n name: \"Get Product Serials\",\n description: \"Tool to retrieve all serial numbers for a specific product. Use when you need to list serials by product ID after confirming the product exists.\",\n input: RepairshoprGetProductSerialsInput,\n output: RepairshoprGetProductSerialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC9F,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAKtD,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,SAAS,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,yCAAyC,EACvH,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-product.ts
|
|
4
|
+
const RepairshoprGetProductInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the product to retrieve.") }).describe("Request model for retrieving a product by ID.");
|
|
5
|
+
const RepairshoprGetProductOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the product."),
|
|
7
|
+
sku: zod.z.string().describe("Stock Keeping Unit identifier.").nullable().optional(),
|
|
8
|
+
name: zod.z.string().describe("Name of the product."),
|
|
9
|
+
notes: zod.z.string().describe("Additional notes about the product.").nullable().optional(),
|
|
10
|
+
taxable: zod.z.boolean().describe("Whether the product is subject to sales tax."),
|
|
11
|
+
disabled: zod.z.boolean().describe("Whether the product is disabled/inactive in the system."),
|
|
12
|
+
quantity: zod.z.number().int().describe("Current stock quantity available for the product."),
|
|
13
|
+
upc_code: zod.z.string().describe("Universal Product Code (barcode) for the product.").nullable().optional(),
|
|
14
|
+
warranty: zod.z.string().describe("Warranty information.").nullable().optional(),
|
|
15
|
+
condition: zod.z.string().describe("Condition of the product.").nullable().optional(),
|
|
16
|
+
price_cost: zod.z.number().describe("Cost price of the product."),
|
|
17
|
+
serialized: zod.z.boolean().describe("Whether the product requires serial number tracking for inventory."),
|
|
18
|
+
vendor_ids: zod.z.array(zod.z.number().int()).describe("List of vendor IDs associated with this product.").nullable().optional(),
|
|
19
|
+
description: zod.z.string().describe("Short description of the product.").nullable().optional(),
|
|
20
|
+
price_retail: zod.z.number().describe("Retail/selling price of the product."),
|
|
21
|
+
category_path: zod.z.string().describe("Full hierarchical category path (e.g., 'Electronics/Accessories').").nullable().optional(),
|
|
22
|
+
maintain_stock: zod.z.boolean().describe("Whether the system tracks inventory levels for this product."),
|
|
23
|
+
price_wholesale: zod.z.number().describe("Wholesale price of the product.").nullable().optional(),
|
|
24
|
+
long_description: zod.z.string().describe("Extended detailed description of the product.").nullable().optional(),
|
|
25
|
+
product_category: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
26
|
+
since_updated_at: zod.z.string().describe("ISO8601 timestamp indicating when the product was last modified."),
|
|
27
|
+
physical_location: zod.z.string().describe("Physical storage location in warehouse/store.").nullable().optional()
|
|
28
|
+
}).describe("Response model containing detailed product information including pricing, inventory, and metadata.");
|
|
29
|
+
const repairshoprGetProduct = require_action.action("REPAIRSHOPR_GET_PRODUCT", {
|
|
30
|
+
slug: "repairshopr-get-product",
|
|
31
|
+
name: "Get Product",
|
|
32
|
+
description: "Retrieves comprehensive details for a specific product by its unique ID. Use this action when you need detailed product information including pricing, inventory levels, category, and other metadata. Requires a valid product ID (obtain via Get Products action if needed). Returns: Complete product details including retail/cost/wholesale pricing, current stock quantity, category information, tax status, and various product attributes. Example use cases: - \"Get details for product ID 12345\" - \"What's the price and stock level for product 98765?\" - \"Retrieve full information about product 54321\"",
|
|
33
|
+
input: RepairshoprGetProductInput,
|
|
34
|
+
output: RepairshoprGetProductOutput
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.repairshoprGetProduct = repairshoprGetProduct;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=get-product.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product.cjs","names":["z","action"],"sources":["../../src/actions/get-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the product to retrieve.\"),\n}).describe(\"Request model for retrieving a product by ID.\");\nexport const RepairshoprGetProductOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the product.\"),\n sku: z.string().describe(\"Stock Keeping Unit identifier.\").nullable().optional(),\n name: z.string().describe(\"Name of the product.\"),\n notes: z.string().describe(\"Additional notes about the product.\").nullable().optional(),\n taxable: z.boolean().describe(\"Whether the product is subject to sales tax.\"),\n disabled: z.boolean().describe(\"Whether the product is disabled/inactive in the system.\"),\n quantity: z.number().int().describe(\"Current stock quantity available for the product.\"),\n upc_code: z.string().describe(\"Universal Product Code (barcode) for the product.\").nullable().optional(),\n warranty: z.string().describe(\"Warranty information.\").nullable().optional(),\n condition: z.string().describe(\"Condition of the product.\").nullable().optional(),\n price_cost: z.number().describe(\"Cost price of the product.\"),\n serialized: z.boolean().describe(\"Whether the product requires serial number tracking for inventory.\"),\n vendor_ids: z.array(z.number().int()).describe(\"List of vendor IDs associated with this product.\").nullable().optional(),\n description: z.string().describe(\"Short description of the product.\").nullable().optional(),\n price_retail: z.number().describe(\"Retail/selling price of the product.\"),\n category_path: z.string().describe(\"Full hierarchical category path (e.g., 'Electronics/Accessories').\").nullable().optional(),\n maintain_stock: z.boolean().describe(\"Whether the system tracks inventory levels for this product.\"),\n price_wholesale: z.number().describe(\"Wholesale price of the product.\").nullable().optional(),\n long_description: z.string().describe(\"Extended detailed description of the product.\").nullable().optional(),\n product_category: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n since_updated_at: z.string().describe(\"ISO8601 timestamp indicating when the product was last modified.\"),\n physical_location: z.string().describe(\"Physical storage location in warehouse/store.\").nullable().optional(),\n}).describe(\"Response model containing detailed product information including pricing, inventory, and metadata.\");\n\nexport const repairshoprGetProduct = action(\"REPAIRSHOPR_GET_PRODUCT\", {\n slug: \"repairshopr-get-product\",\n name: \"Get Product\",\n description: \"Retrieves comprehensive details for a specific product by its unique ID. Use this action when you need detailed product information including pricing, inventory levels, category, and other metadata. Requires a valid product ID (obtain via Get Products action if needed). Returns: Complete product details including retail/cost/wholesale pricing, current stock quantity, category information, tax status, and various product attributes. Example use cases: - \\\"Get details for product ID 12345\\\" - \\\"What's the price and stock level for product 98765?\\\" - \\\"Retrieve full information about product 54321\\\"\",\n input: RepairshoprGetProductInput,\n output: RepairshoprGetProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,EACnF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CAC5E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC5D,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;CACrG,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACxE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D;CACnG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,kBAAkBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACxG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,oGAAoG;AAEhH,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-product.d.ts
|
|
4
|
+
declare const RepairshoprGetProductInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetProductOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetProduct };
|
|
9
|
+
//# sourceMappingURL=get-product.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product.d.cts","names":[],"sources":["../../src/actions/get-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEiB;AAAA,cAC/C,2BAAA,EAA6B,CAAA,CAAE,UAuBqE;AAAA,cAEpG,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-product.d.ts
|
|
4
|
+
declare const RepairshoprGetProductInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetProductOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetProduct };
|
|
9
|
+
//# sourceMappingURL=get-product.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product.d.mts","names":[],"sources":["../../src/actions/get-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEiB;AAAA,cAC/C,2BAAA,EAA6B,CAAA,CAAE,UAuBqE;AAAA,cAEpG,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const repairshoprGetProduct = action("REPAIRSHOPR_GET_PRODUCT", {
|
|
4
|
+
slug: "repairshopr-get-product",
|
|
5
|
+
name: "Get Product",
|
|
6
|
+
description: "Retrieves comprehensive details for a specific product by its unique ID. Use this action when you need detailed product information including pricing, inventory levels, category, and other metadata. Requires a valid product ID (obtain via Get Products action if needed). Returns: Complete product details including retail/cost/wholesale pricing, current stock quantity, category information, tax status, and various product attributes. Example use cases: - \"Get details for product ID 12345\" - \"What's the price and stock level for product 98765?\" - \"Retrieve full information about product 54321\"",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The unique identifier of the product to retrieve.") }).describe("Request model for retrieving a product by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("Unique identifier of the product."),
|
|
10
|
+
sku: z.string().describe("Stock Keeping Unit identifier.").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Name of the product."),
|
|
12
|
+
notes: z.string().describe("Additional notes about the product.").nullable().optional(),
|
|
13
|
+
taxable: z.boolean().describe("Whether the product is subject to sales tax."),
|
|
14
|
+
disabled: z.boolean().describe("Whether the product is disabled/inactive in the system."),
|
|
15
|
+
quantity: z.number().int().describe("Current stock quantity available for the product."),
|
|
16
|
+
upc_code: z.string().describe("Universal Product Code (barcode) for the product.").nullable().optional(),
|
|
17
|
+
warranty: z.string().describe("Warranty information.").nullable().optional(),
|
|
18
|
+
condition: z.string().describe("Condition of the product.").nullable().optional(),
|
|
19
|
+
price_cost: z.number().describe("Cost price of the product."),
|
|
20
|
+
serialized: z.boolean().describe("Whether the product requires serial number tracking for inventory."),
|
|
21
|
+
vendor_ids: z.array(z.number().int()).describe("List of vendor IDs associated with this product.").nullable().optional(),
|
|
22
|
+
description: z.string().describe("Short description of the product.").nullable().optional(),
|
|
23
|
+
price_retail: z.number().describe("Retail/selling price of the product."),
|
|
24
|
+
category_path: z.string().describe("Full hierarchical category path (e.g., 'Electronics/Accessories').").nullable().optional(),
|
|
25
|
+
maintain_stock: z.boolean().describe("Whether the system tracks inventory levels for this product."),
|
|
26
|
+
price_wholesale: z.number().describe("Wholesale price of the product.").nullable().optional(),
|
|
27
|
+
long_description: z.string().describe("Extended detailed description of the product.").nullable().optional(),
|
|
28
|
+
product_category: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
29
|
+
since_updated_at: z.string().describe("ISO8601 timestamp indicating when the product was last modified."),
|
|
30
|
+
physical_location: z.string().describe("Physical storage location in warehouse/store.").nullable().optional()
|
|
31
|
+
}).describe("Response model containing detailed product information including pricing, inventory, and metadata.")
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { repairshoprGetProduct };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=get-product.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product.mjs","names":[],"sources":["../../src/actions/get-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the product to retrieve.\"),\n}).describe(\"Request model for retrieving a product by ID.\");\nexport const RepairshoprGetProductOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the product.\"),\n sku: z.string().describe(\"Stock Keeping Unit identifier.\").nullable().optional(),\n name: z.string().describe(\"Name of the product.\"),\n notes: z.string().describe(\"Additional notes about the product.\").nullable().optional(),\n taxable: z.boolean().describe(\"Whether the product is subject to sales tax.\"),\n disabled: z.boolean().describe(\"Whether the product is disabled/inactive in the system.\"),\n quantity: z.number().int().describe(\"Current stock quantity available for the product.\"),\n upc_code: z.string().describe(\"Universal Product Code (barcode) for the product.\").nullable().optional(),\n warranty: z.string().describe(\"Warranty information.\").nullable().optional(),\n condition: z.string().describe(\"Condition of the product.\").nullable().optional(),\n price_cost: z.number().describe(\"Cost price of the product.\"),\n serialized: z.boolean().describe(\"Whether the product requires serial number tracking for inventory.\"),\n vendor_ids: z.array(z.number().int()).describe(\"List of vendor IDs associated with this product.\").nullable().optional(),\n description: z.string().describe(\"Short description of the product.\").nullable().optional(),\n price_retail: z.number().describe(\"Retail/selling price of the product.\"),\n category_path: z.string().describe(\"Full hierarchical category path (e.g., 'Electronics/Accessories').\").nullable().optional(),\n maintain_stock: z.boolean().describe(\"Whether the system tracks inventory levels for this product.\"),\n price_wholesale: z.number().describe(\"Wholesale price of the product.\").nullable().optional(),\n long_description: z.string().describe(\"Extended detailed description of the product.\").nullable().optional(),\n product_category: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n since_updated_at: z.string().describe(\"ISO8601 timestamp indicating when the product was last modified.\"),\n physical_location: z.string().describe(\"Physical storage location in warehouse/store.\").nullable().optional(),\n}).describe(\"Response model containing detailed product information including pricing, inventory, and metadata.\");\n\nexport const repairshoprGetProduct = action(\"REPAIRSHOPR_GET_PRODUCT\", {\n slug: \"repairshopr-get-product\",\n name: \"Get Product\",\n description: \"Retrieves comprehensive details for a specific product by its unique ID. Use this action when you need detailed product information including pricing, inventory levels, category, and other metadata. Requires a valid product ID (obtain via Get Products action if needed). Returns: Complete product details including retail/cost/wholesale pricing, current stock quantity, category information, tax status, and various product attributes. Example use cases: - \\\"Get details for product ID 12345\\\" - \\\"What's the price and stock level for product 98765?\\\" - \\\"Retrieve full information about product 54321\\\"\",\n input: RepairshoprGetProductInput,\n output: RepairshoprGetProductOutput,\n});\n"],"mappings":";;AAgCA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhCsD,EAAE,OAAO,EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,EACnF,CAAC,CAAC,CAAC,SAAS,+CA8BH;CACP,QA9BuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;EAC5E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;EACxF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EAC5D,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;EACrG,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D;EACnG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,kBAAkB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EACxG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,CAAC,CAAC,CAAC,SAAS,oGAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-products-categories.ts
|
|
4
|
+
const RepairshoprGetProductsCategoriesInput = zod.z.object({}).describe("Request model for retrieving product categories (no parameters).");
|
|
5
|
+
const RepairshoprGetProductsCategories_CategorySchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the category."),
|
|
7
|
+
name: zod.z.string().describe("Name of the category."),
|
|
8
|
+
ancestry: zod.z.string().describe("Ancestry of the category in hierarchical format, if any.").nullable().optional(),
|
|
9
|
+
account_id: zod.z.number().int().describe("Account ID associated with the category."),
|
|
10
|
+
description: zod.z.string().describe("Description of the category.").nullable().optional(),
|
|
11
|
+
device_product_id: zod.z.number().int().describe("Associated device product ID if applicable.").nullable().optional(),
|
|
12
|
+
names_depth_cache: zod.z.string().describe("Cached comma-separated path of category names.")
|
|
13
|
+
}).describe("Schema for a product category returned by the API.");
|
|
14
|
+
const RepairshoprGetProductsCategoriesOutput = zod.z.object({ categories: zod.z.array(RepairshoprGetProductsCategories_CategorySchema).describe("List of product categories.") }).describe("Response model for retrieving product categories.");
|
|
15
|
+
const repairshoprGetProductsCategories = require_action.action("REPAIRSHOPR_GET_PRODUCTS_CATEGORIES", {
|
|
16
|
+
slug: "repairshopr-get-products-categories",
|
|
17
|
+
name: "Get Product Categories",
|
|
18
|
+
description: "Retrieve all product categories from RepairShopr. Returns a list of categories with their IDs, names, descriptions, and hierarchical relationships. Use this to discover available categories for organizing products, filtering product queries, or creating new products with proper categorization.",
|
|
19
|
+
input: RepairshoprGetProductsCategoriesInput,
|
|
20
|
+
output: RepairshoprGetProductsCategoriesOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.repairshoprGetProductsCategories = repairshoprGetProductsCategories;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-products-categories.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products-categories.cjs","names":["z","action"],"sources":["../../src/actions/get-products-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductsCategoriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving product categories (no parameters).\");\nconst RepairshoprGetProductsCategories_CategorySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the category.\"),\n name: z.string().describe(\"Name of the category.\"),\n ancestry: z.string().describe(\"Ancestry of the category in hierarchical format, if any.\").nullable().optional(),\n account_id: z.number().int().describe(\"Account ID associated with the category.\"),\n description: z.string().describe(\"Description of the category.\").nullable().optional(),\n device_product_id: z.number().int().describe(\"Associated device product ID if applicable.\").nullable().optional(),\n names_depth_cache: z.string().describe(\"Cached comma-separated path of category names.\"),\n}).describe(\"Schema for a product category returned by the API.\");\nexport const RepairshoprGetProductsCategoriesOutput: z.ZodTypeAny = z.object({\n categories: z.array(RepairshoprGetProductsCategories_CategorySchema).describe(\"List of product categories.\"),\n}).describe(\"Response model for retrieving product categories.\");\n\nexport const repairshoprGetProductsCategories = action(\"REPAIRSHOPR_GET_PRODUCTS_CATEGORIES\", {\n slug: \"repairshopr-get-products-categories\",\n name: \"Get Product Categories\",\n description: \"Retrieve all product categories from RepairShopr. Returns a list of categories with their IDs, names, descriptions, and hierarchical relationships. Use this to discover available categories for organizing products, filtering product queries, or creating new products with proper categorization.\",\n input: RepairshoprGetProductsCategoriesInput,\n output: RepairshoprGetProductsCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC3J,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACzF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,YAAYA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6BAA6B,EAC7G,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,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-products-categories.d.ts
|
|
4
|
+
declare const RepairshoprGetProductsCategoriesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetProductsCategoriesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetProductsCategories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetProductsCategories };
|
|
9
|
+
//# sourceMappingURL=get-products-categories.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products-categories.d.cts","names":[],"sources":["../../src/actions/get-products-categories.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAAsG;AAAA,cAU/I,sCAAA,EAAwC,CAAA,CAAE,UAES;AAAA,cAEnD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-products-categories.d.ts
|
|
4
|
+
declare const RepairshoprGetProductsCategoriesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetProductsCategoriesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetProductsCategories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetProductsCategories };
|
|
9
|
+
//# sourceMappingURL=get-products-categories.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products-categories.d.mts","names":[],"sources":["../../src/actions/get-products-categories.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAAsG;AAAA,cAU/I,sCAAA,EAAwC,CAAA,CAAE,UAES;AAAA,cAEnD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-products-categories.ts
|
|
4
|
+
const RepairshoprGetProductsCategoriesInput = z.object({}).describe("Request model for retrieving product categories (no parameters).");
|
|
5
|
+
const RepairshoprGetProductsCategories_CategorySchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the category."),
|
|
7
|
+
name: z.string().describe("Name of the category."),
|
|
8
|
+
ancestry: z.string().describe("Ancestry of the category in hierarchical format, if any.").nullable().optional(),
|
|
9
|
+
account_id: z.number().int().describe("Account ID associated with the category."),
|
|
10
|
+
description: z.string().describe("Description of the category.").nullable().optional(),
|
|
11
|
+
device_product_id: z.number().int().describe("Associated device product ID if applicable.").nullable().optional(),
|
|
12
|
+
names_depth_cache: z.string().describe("Cached comma-separated path of category names.")
|
|
13
|
+
}).describe("Schema for a product category returned by the API.");
|
|
14
|
+
const repairshoprGetProductsCategories = action("REPAIRSHOPR_GET_PRODUCTS_CATEGORIES", {
|
|
15
|
+
slug: "repairshopr-get-products-categories",
|
|
16
|
+
name: "Get Product Categories",
|
|
17
|
+
description: "Retrieve all product categories from RepairShopr. Returns a list of categories with their IDs, names, descriptions, and hierarchical relationships. Use this to discover available categories for organizing products, filtering product queries, or creating new products with proper categorization.",
|
|
18
|
+
input: RepairshoprGetProductsCategoriesInput,
|
|
19
|
+
output: z.object({ categories: z.array(RepairshoprGetProductsCategories_CategorySchema).describe("List of product categories.") }).describe("Response model for retrieving product categories.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { repairshoprGetProductsCategories };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-products-categories.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products-categories.mjs","names":[],"sources":["../../src/actions/get-products-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductsCategoriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving product categories (no parameters).\");\nconst RepairshoprGetProductsCategories_CategorySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the category.\"),\n name: z.string().describe(\"Name of the category.\"),\n ancestry: z.string().describe(\"Ancestry of the category in hierarchical format, if any.\").nullable().optional(),\n account_id: z.number().int().describe(\"Account ID associated with the category.\"),\n description: z.string().describe(\"Description of the category.\").nullable().optional(),\n device_product_id: z.number().int().describe(\"Associated device product ID if applicable.\").nullable().optional(),\n names_depth_cache: z.string().describe(\"Cached comma-separated path of category names.\"),\n}).describe(\"Schema for a product category returned by the API.\");\nexport const RepairshoprGetProductsCategoriesOutput: z.ZodTypeAny = z.object({\n categories: z.array(RepairshoprGetProductsCategories_CategorySchema).describe(\"List of product categories.\"),\n}).describe(\"Response model for retrieving product categories.\");\n\nexport const repairshoprGetProductsCategories = action(\"REPAIRSHOPR_GET_PRODUCTS_CATEGORIES\", {\n slug: \"repairshopr-get-products-categories\",\n name: \"Get Product Categories\",\n description: \"Retrieve all product categories from RepairShopr. Returns a list of categories with their IDs, names, descriptions, and hierarchical relationships. Use this to discover available categories for organizing products, filtering product queries, or creating new products with proper categorization.\",\n input: RepairshoprGetProductsCategoriesInput,\n output: RepairshoprGetProductsCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC3J,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACzF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAKhE,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,YAAY,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6BAA6B,EAC7G,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-products.ts
|
|
4
|
+
const RepairshoprGetProductsInput = zod.z.object({
|
|
5
|
+
id: zod.z.array(zod.z.number().int()).describe("Include only products with IDs in this list.").optional(),
|
|
6
|
+
sku: zod.z.string().describe("Filter products by exact SKU.").optional(),
|
|
7
|
+
name: zod.z.string().describe("Filter products whose name matches the given string.").optional(),
|
|
8
|
+
page: zod.z.number().int().describe("Page number to return (starting from 1). Check the 'meta' field in the response for pagination details.").optional(),
|
|
9
|
+
sort: zod.z.string().describe("Sort products by a field name followed by ASC or DESC. Examples: 'name ASC', 'price_retail DESC', 'id DESC'.").optional(),
|
|
10
|
+
query: zod.z.string().describe("Search query to filter products.").optional(),
|
|
11
|
+
id_not: zod.z.array(zod.z.number().int()).describe("Exclude products with IDs in this list.").optional(),
|
|
12
|
+
upc_code: zod.z.string().describe("Filter products whose UPC code matches the given string.").optional(),
|
|
13
|
+
category_id: zod.z.number().int().describe("Filter products by category ID.").optional()
|
|
14
|
+
}).describe("Request model for retrieving a list of products with optional filters and pagination.");
|
|
15
|
+
const RepairshoprGetProducts_PaginationMetaSchema = zod.z.object({
|
|
16
|
+
page: zod.z.number().int().describe("Current page number."),
|
|
17
|
+
per_page: zod.z.number().int().describe("Number of products per page."),
|
|
18
|
+
total_pages: zod.z.number().int().describe("Total number of pages available."),
|
|
19
|
+
total_entries: zod.z.number().int().describe("Total number of products matching the filters.")
|
|
20
|
+
}).describe("Pagination metadata for the products list.");
|
|
21
|
+
const RepairshoprGetProducts_ProductSchema = zod.z.object({
|
|
22
|
+
id: zod.z.number().int().describe("Unique identifier of the product."),
|
|
23
|
+
name: zod.z.string().describe("Name of the product."),
|
|
24
|
+
notes: zod.z.string().describe("Additional notes about the product.").nullable().optional(),
|
|
25
|
+
photos: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of photo objects for the product."),
|
|
26
|
+
taxable: zod.z.boolean().describe("Whether the product is taxable."),
|
|
27
|
+
disabled: zod.z.boolean().describe("Whether the product is disabled."),
|
|
28
|
+
quantity: zod.z.number().int().describe("Current quantity in stock."),
|
|
29
|
+
upc_code: zod.z.string().describe("UPC code of the product (if any).").nullable().optional(),
|
|
30
|
+
warranty: zod.z.string().describe("Warranty information (if any).").nullable().optional(),
|
|
31
|
+
condition: zod.z.string().describe("Condition of the product (if any).").nullable().optional(),
|
|
32
|
+
price_cost: zod.z.number().describe("Cost price of the product."),
|
|
33
|
+
qb_item_id: zod.z.number().int().describe("Associated QuickBooks item ID (if any).").nullable().optional(),
|
|
34
|
+
reorder_at: zod.z.number().int().describe("Reorder threshold quantity (if any).").nullable().optional(),
|
|
35
|
+
serialized: zod.z.boolean().describe("Whether the product is serialized."),
|
|
36
|
+
sort_order: zod.z.number().int().describe("Sort order index (if any).").nullable().optional(),
|
|
37
|
+
vendor_ids: zod.z.array(zod.z.number().int()).describe("List of vendor IDs associated with the product."),
|
|
38
|
+
description: zod.z.string().describe("Short description of the product."),
|
|
39
|
+
tax_rate_id: zod.z.number().int().describe("Default tax rate ID (if any).").nullable().optional(),
|
|
40
|
+
price_retail: zod.z.number().describe("Retail price of the product."),
|
|
41
|
+
category_path: zod.z.string().describe("Full category path (if any).").nullable().optional(),
|
|
42
|
+
maintain_stock: zod.z.boolean().describe("Whether the product maintains stock levels."),
|
|
43
|
+
price_wholesale: zod.z.number().describe("Wholesale price of the product."),
|
|
44
|
+
discount_percent: zod.z.number().describe("Discount percentage applied (if any).").nullable().optional(),
|
|
45
|
+
long_description: zod.z.string().describe("Extended description (if any).").nullable().optional(),
|
|
46
|
+
product_category: zod.z.string().describe("Category name of the product (if any).").nullable().optional(),
|
|
47
|
+
physical_location: zod.z.string().describe("Physical storage location (if any).").nullable().optional(),
|
|
48
|
+
desired_stock_level: zod.z.number().int().describe("Desired stock level quantity.").nullable().optional(),
|
|
49
|
+
location_quantities: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of location-specific quantity objects."),
|
|
50
|
+
warranty_template_id: zod.z.number().int().describe("Warranty template ID (if any).").nullable().optional()
|
|
51
|
+
}).describe("Schema for a product object returned by the API.");
|
|
52
|
+
const RepairshoprGetProductsOutput = zod.z.object({
|
|
53
|
+
meta: RepairshoprGetProducts_PaginationMetaSchema.nullable(),
|
|
54
|
+
products: zod.z.array(RepairshoprGetProducts_ProductSchema).describe("List of products.")
|
|
55
|
+
}).describe("Response model for retrieving a list of products.");
|
|
56
|
+
const repairshoprGetProducts = require_action.action("REPAIRSHOPR_GET_PRODUCTS", {
|
|
57
|
+
slug: "repairshopr-get-products",
|
|
58
|
+
name: "Get Products",
|
|
59
|
+
description: "Retrieve a list of products from RepairShopr with optional filtering, searching, and sorting. All filters are optional - call without parameters to get all products. Results are paginated; use the 'meta' field in the response to determine if there are more pages.",
|
|
60
|
+
input: RepairshoprGetProductsInput,
|
|
61
|
+
output: RepairshoprGetProductsOutput
|
|
62
|
+
});
|
|
63
|
+
//#endregion
|
|
64
|
+
exports.repairshoprGetProducts = repairshoprGetProducts;
|
|
65
|
+
|
|
66
|
+
//# sourceMappingURL=get-products.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products.cjs","names":["z","action"],"sources":["../../src/actions/get-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductsInput: z.ZodTypeAny = z.object({\n id: z.array(z.number().int()).describe(\"Include only products with IDs in this list.\").optional(),\n sku: z.string().describe(\"Filter products by exact SKU.\").optional(),\n name: z.string().describe(\"Filter products whose name matches the given string.\").optional(),\n page: z.number().int().describe(\"Page number to return (starting from 1). Check the 'meta' field in the response for pagination details.\").optional(),\n sort: z.string().describe(\"Sort products by a field name followed by ASC or DESC. Examples: 'name ASC', 'price_retail DESC', 'id DESC'.\").optional(),\n query: z.string().describe(\"Search query to filter products.\").optional(),\n id_not: z.array(z.number().int()).describe(\"Exclude products with IDs in this list.\").optional(),\n upc_code: z.string().describe(\"Filter products whose UPC code matches the given string.\").optional(),\n category_id: z.number().int().describe(\"Filter products by category ID.\").optional(),\n}).describe(\"Request model for retrieving a list of products with optional filters and pagination.\");\nconst RepairshoprGetProducts_PaginationMetaSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\"),\n per_page: z.number().int().describe(\"Number of products per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n total_entries: z.number().int().describe(\"Total number of products matching the filters.\"),\n}).describe(\"Pagination metadata for the products list.\");\nconst RepairshoprGetProducts_ProductSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the product.\"),\n name: z.string().describe(\"Name of the product.\"),\n notes: z.string().describe(\"Additional notes about the product.\").nullable().optional(),\n photos: z.array(z.record(z.string(), z.unknown())).describe(\"List of photo objects for the product.\"),\n taxable: z.boolean().describe(\"Whether the product is taxable.\"),\n disabled: z.boolean().describe(\"Whether the product is disabled.\"),\n quantity: z.number().int().describe(\"Current quantity in stock.\"),\n upc_code: z.string().describe(\"UPC code of the product (if any).\").nullable().optional(),\n warranty: z.string().describe(\"Warranty information (if any).\").nullable().optional(),\n condition: z.string().describe(\"Condition of the product (if any).\").nullable().optional(),\n price_cost: z.number().describe(\"Cost price of the product.\"),\n qb_item_id: z.number().int().describe(\"Associated QuickBooks item ID (if any).\").nullable().optional(),\n reorder_at: z.number().int().describe(\"Reorder threshold quantity (if any).\").nullable().optional(),\n serialized: z.boolean().describe(\"Whether the product is serialized.\"),\n sort_order: z.number().int().describe(\"Sort order index (if any).\").nullable().optional(),\n vendor_ids: z.array(z.number().int()).describe(\"List of vendor IDs associated with the product.\"),\n description: z.string().describe(\"Short description of the product.\"),\n tax_rate_id: z.number().int().describe(\"Default tax rate ID (if any).\").nullable().optional(),\n price_retail: z.number().describe(\"Retail price of the product.\"),\n category_path: z.string().describe(\"Full category path (if any).\").nullable().optional(),\n maintain_stock: z.boolean().describe(\"Whether the product maintains stock levels.\"),\n price_wholesale: z.number().describe(\"Wholesale price of the product.\"),\n discount_percent: z.number().describe(\"Discount percentage applied (if any).\").nullable().optional(),\n long_description: z.string().describe(\"Extended description (if any).\").nullable().optional(),\n product_category: z.string().describe(\"Category name of the product (if any).\").nullable().optional(),\n physical_location: z.string().describe(\"Physical storage location (if any).\").nullable().optional(),\n desired_stock_level: z.number().int().describe(\"Desired stock level quantity.\").nullable().optional(),\n location_quantities: z.array(z.record(z.string(), z.unknown())).describe(\"List of location-specific quantity objects.\"),\n warranty_template_id: z.number().int().describe(\"Warranty template ID (if any).\").nullable().optional(),\n}).describe(\"Schema for a product object returned by the API.\");\nexport const RepairshoprGetProductsOutput: z.ZodTypeAny = z.object({\n meta: RepairshoprGetProducts_PaginationMetaSchema.nullable(),\n products: z.array(RepairshoprGetProducts_ProductSchema).describe(\"List of products.\"),\n}).describe(\"Response model for retrieving a list of products.\");\n\nexport const repairshoprGetProducts = action(\"REPAIRSHOPR_GET_PRODUCTS\", {\n slug: \"repairshopr-get-products\",\n name: \"Get Products\",\n description: \"Retrieve a list of products from RepairShopr with optional filtering, searching, and sorting. All filters are optional - call without parameters to get all products. Results are paginated; use the 'meta' field in the response to determine if there are more pages.\",\n input: RepairshoprGetProductsInput,\n output: RepairshoprGetProductsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-products.d.ts
|
|
4
|
+
declare const RepairshoprGetProductsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetProductsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetProducts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetProducts };
|
|
9
|
+
//# sourceMappingURL=get-products.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products.d.cts","names":[],"sources":["../../src/actions/get-products.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAUwD;AAAA,cAsCvF,4BAAA,EAA8B,CAAA,CAAE,UAGmB;AAAA,cAEnD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-products.d.ts
|
|
4
|
+
declare const RepairshoprGetProductsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetProductsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetProducts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetProducts };
|
|
9
|
+
//# sourceMappingURL=get-products.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products.d.mts","names":[],"sources":["../../src/actions/get-products.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAUwD;AAAA,cAsCvF,4BAAA,EAA8B,CAAA,CAAE,UAGmB;AAAA,cAEnD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-products.ts
|
|
4
|
+
const RepairshoprGetProductsInput = z.object({
|
|
5
|
+
id: z.array(z.number().int()).describe("Include only products with IDs in this list.").optional(),
|
|
6
|
+
sku: z.string().describe("Filter products by exact SKU.").optional(),
|
|
7
|
+
name: z.string().describe("Filter products whose name matches the given string.").optional(),
|
|
8
|
+
page: z.number().int().describe("Page number to return (starting from 1). Check the 'meta' field in the response for pagination details.").optional(),
|
|
9
|
+
sort: z.string().describe("Sort products by a field name followed by ASC or DESC. Examples: 'name ASC', 'price_retail DESC', 'id DESC'.").optional(),
|
|
10
|
+
query: z.string().describe("Search query to filter products.").optional(),
|
|
11
|
+
id_not: z.array(z.number().int()).describe("Exclude products with IDs in this list.").optional(),
|
|
12
|
+
upc_code: z.string().describe("Filter products whose UPC code matches the given string.").optional(),
|
|
13
|
+
category_id: z.number().int().describe("Filter products by category ID.").optional()
|
|
14
|
+
}).describe("Request model for retrieving a list of products with optional filters and pagination.");
|
|
15
|
+
const RepairshoprGetProducts_PaginationMetaSchema = z.object({
|
|
16
|
+
page: z.number().int().describe("Current page number."),
|
|
17
|
+
per_page: z.number().int().describe("Number of products per page."),
|
|
18
|
+
total_pages: z.number().int().describe("Total number of pages available."),
|
|
19
|
+
total_entries: z.number().int().describe("Total number of products matching the filters.")
|
|
20
|
+
}).describe("Pagination metadata for the products list.");
|
|
21
|
+
const RepairshoprGetProducts_ProductSchema = z.object({
|
|
22
|
+
id: z.number().int().describe("Unique identifier of the product."),
|
|
23
|
+
name: z.string().describe("Name of the product."),
|
|
24
|
+
notes: z.string().describe("Additional notes about the product.").nullable().optional(),
|
|
25
|
+
photos: z.array(z.record(z.string(), z.unknown())).describe("List of photo objects for the product."),
|
|
26
|
+
taxable: z.boolean().describe("Whether the product is taxable."),
|
|
27
|
+
disabled: z.boolean().describe("Whether the product is disabled."),
|
|
28
|
+
quantity: z.number().int().describe("Current quantity in stock."),
|
|
29
|
+
upc_code: z.string().describe("UPC code of the product (if any).").nullable().optional(),
|
|
30
|
+
warranty: z.string().describe("Warranty information (if any).").nullable().optional(),
|
|
31
|
+
condition: z.string().describe("Condition of the product (if any).").nullable().optional(),
|
|
32
|
+
price_cost: z.number().describe("Cost price of the product."),
|
|
33
|
+
qb_item_id: z.number().int().describe("Associated QuickBooks item ID (if any).").nullable().optional(),
|
|
34
|
+
reorder_at: z.number().int().describe("Reorder threshold quantity (if any).").nullable().optional(),
|
|
35
|
+
serialized: z.boolean().describe("Whether the product is serialized."),
|
|
36
|
+
sort_order: z.number().int().describe("Sort order index (if any).").nullable().optional(),
|
|
37
|
+
vendor_ids: z.array(z.number().int()).describe("List of vendor IDs associated with the product."),
|
|
38
|
+
description: z.string().describe("Short description of the product."),
|
|
39
|
+
tax_rate_id: z.number().int().describe("Default tax rate ID (if any).").nullable().optional(),
|
|
40
|
+
price_retail: z.number().describe("Retail price of the product."),
|
|
41
|
+
category_path: z.string().describe("Full category path (if any).").nullable().optional(),
|
|
42
|
+
maintain_stock: z.boolean().describe("Whether the product maintains stock levels."),
|
|
43
|
+
price_wholesale: z.number().describe("Wholesale price of the product."),
|
|
44
|
+
discount_percent: z.number().describe("Discount percentage applied (if any).").nullable().optional(),
|
|
45
|
+
long_description: z.string().describe("Extended description (if any).").nullable().optional(),
|
|
46
|
+
product_category: z.string().describe("Category name of the product (if any).").nullable().optional(),
|
|
47
|
+
physical_location: z.string().describe("Physical storage location (if any).").nullable().optional(),
|
|
48
|
+
desired_stock_level: z.number().int().describe("Desired stock level quantity.").nullable().optional(),
|
|
49
|
+
location_quantities: z.array(z.record(z.string(), z.unknown())).describe("List of location-specific quantity objects."),
|
|
50
|
+
warranty_template_id: z.number().int().describe("Warranty template ID (if any).").nullable().optional()
|
|
51
|
+
}).describe("Schema for a product object returned by the API.");
|
|
52
|
+
const repairshoprGetProducts = action("REPAIRSHOPR_GET_PRODUCTS", {
|
|
53
|
+
slug: "repairshopr-get-products",
|
|
54
|
+
name: "Get Products",
|
|
55
|
+
description: "Retrieve a list of products from RepairShopr with optional filtering, searching, and sorting. All filters are optional - call without parameters to get all products. Results are paginated; use the 'meta' field in the response to determine if there are more pages.",
|
|
56
|
+
input: RepairshoprGetProductsInput,
|
|
57
|
+
output: z.object({
|
|
58
|
+
meta: RepairshoprGetProducts_PaginationMetaSchema.nullable(),
|
|
59
|
+
products: z.array(RepairshoprGetProducts_ProductSchema).describe("List of products.")
|
|
60
|
+
}).describe("Response model for retrieving a list of products.")
|
|
61
|
+
});
|
|
62
|
+
//#endregion
|
|
63
|
+
export { repairshoprGetProducts };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=get-products.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-products.mjs","names":[],"sources":["../../src/actions/get-products.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetProductsInput: z.ZodTypeAny = z.object({\n id: z.array(z.number().int()).describe(\"Include only products with IDs in this list.\").optional(),\n sku: z.string().describe(\"Filter products by exact SKU.\").optional(),\n name: z.string().describe(\"Filter products whose name matches the given string.\").optional(),\n page: z.number().int().describe(\"Page number to return (starting from 1). Check the 'meta' field in the response for pagination details.\").optional(),\n sort: z.string().describe(\"Sort products by a field name followed by ASC or DESC. Examples: 'name ASC', 'price_retail DESC', 'id DESC'.\").optional(),\n query: z.string().describe(\"Search query to filter products.\").optional(),\n id_not: z.array(z.number().int()).describe(\"Exclude products with IDs in this list.\").optional(),\n upc_code: z.string().describe(\"Filter products whose UPC code matches the given string.\").optional(),\n category_id: z.number().int().describe(\"Filter products by category ID.\").optional(),\n}).describe(\"Request model for retrieving a list of products with optional filters and pagination.\");\nconst RepairshoprGetProducts_PaginationMetaSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\"),\n per_page: z.number().int().describe(\"Number of products per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n total_entries: z.number().int().describe(\"Total number of products matching the filters.\"),\n}).describe(\"Pagination metadata for the products list.\");\nconst RepairshoprGetProducts_ProductSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the product.\"),\n name: z.string().describe(\"Name of the product.\"),\n notes: z.string().describe(\"Additional notes about the product.\").nullable().optional(),\n photos: z.array(z.record(z.string(), z.unknown())).describe(\"List of photo objects for the product.\"),\n taxable: z.boolean().describe(\"Whether the product is taxable.\"),\n disabled: z.boolean().describe(\"Whether the product is disabled.\"),\n quantity: z.number().int().describe(\"Current quantity in stock.\"),\n upc_code: z.string().describe(\"UPC code of the product (if any).\").nullable().optional(),\n warranty: z.string().describe(\"Warranty information (if any).\").nullable().optional(),\n condition: z.string().describe(\"Condition of the product (if any).\").nullable().optional(),\n price_cost: z.number().describe(\"Cost price of the product.\"),\n qb_item_id: z.number().int().describe(\"Associated QuickBooks item ID (if any).\").nullable().optional(),\n reorder_at: z.number().int().describe(\"Reorder threshold quantity (if any).\").nullable().optional(),\n serialized: z.boolean().describe(\"Whether the product is serialized.\"),\n sort_order: z.number().int().describe(\"Sort order index (if any).\").nullable().optional(),\n vendor_ids: z.array(z.number().int()).describe(\"List of vendor IDs associated with the product.\"),\n description: z.string().describe(\"Short description of the product.\"),\n tax_rate_id: z.number().int().describe(\"Default tax rate ID (if any).\").nullable().optional(),\n price_retail: z.number().describe(\"Retail price of the product.\"),\n category_path: z.string().describe(\"Full category path (if any).\").nullable().optional(),\n maintain_stock: z.boolean().describe(\"Whether the product maintains stock levels.\"),\n price_wholesale: z.number().describe(\"Wholesale price of the product.\"),\n discount_percent: z.number().describe(\"Discount percentage applied (if any).\").nullable().optional(),\n long_description: z.string().describe(\"Extended description (if any).\").nullable().optional(),\n product_category: z.string().describe(\"Category name of the product (if any).\").nullable().optional(),\n physical_location: z.string().describe(\"Physical storage location (if any).\").nullable().optional(),\n desired_stock_level: z.number().int().describe(\"Desired stock level quantity.\").nullable().optional(),\n location_quantities: z.array(z.record(z.string(), z.unknown())).describe(\"List of location-specific quantity objects.\"),\n warranty_template_id: z.number().int().describe(\"Warranty template ID (if any).\").nullable().optional(),\n}).describe(\"Schema for a product object returned by the API.\");\nexport const RepairshoprGetProductsOutput: z.ZodTypeAny = z.object({\n meta: RepairshoprGetProducts_PaginationMetaSchema.nullable(),\n products: z.array(RepairshoprGetProducts_ProductSchema).describe(\"List of products.\"),\n}).describe(\"Response model for retrieving a list of products.\");\n\nexport const repairshoprGetProducts = action(\"REPAIRSHOPR_GET_PRODUCTS\", {\n slug: \"repairshopr-get-products\",\n name: \"Get Products\",\n description: \"Retrieve a list of products from RepairShopr with optional filtering, searching, and sorting. All filters are optional - call without parameters to get all products. Results are paginated; use the 'meta' field in the response to determine if there are more pages.\",\n input: RepairshoprGetProductsInput,\n output: RepairshoprGetProductsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-purchase-order.ts
|
|
4
|
+
const RepairshoprGetPurchaseOrderInput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the purchase order to retrieve") }).describe("Path parameters for GET /purchase_orders/{id}");
|
|
5
|
+
const RepairshoprGetPurchaseOrder_GetPurchaseOrderResponseLineItemSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the line item").nullable().optional(),
|
|
7
|
+
sku: zod.z.string().describe("SKU of the product").nullable().optional(),
|
|
8
|
+
cost: zod.z.number().describe("Cost per unit of the product").nullable().optional(),
|
|
9
|
+
total: zod.z.number().describe("Total cost for this line item (quantity * cost)").nullable().optional(),
|
|
10
|
+
quantity: zod.z.number().int().describe("Quantity of the product ordered").nullable().optional(),
|
|
11
|
+
created_at: zod.z.string().describe("Timestamp when the line item was created (ISO 8601)").nullable().optional(),
|
|
12
|
+
product_id: zod.z.number().int().describe("ID of the product in the line item").nullable().optional(),
|
|
13
|
+
updated_at: zod.z.string().describe("Timestamp when the line item was last updated (ISO 8601)").nullable().optional(),
|
|
14
|
+
purchase_order_id: zod.z.number().int().describe("ID of the purchase order this line item belongs to").nullable().optional()
|
|
15
|
+
}).describe("Line item in the purchase order");
|
|
16
|
+
const RepairshoprGetPurchaseOrderOutput = zod.z.object({
|
|
17
|
+
id: zod.z.number().int().describe("Unique identifier of the purchase order"),
|
|
18
|
+
tax: zod.z.union([zod.z.string(), zod.z.number()]).nullable().optional(),
|
|
19
|
+
other: zod.z.number().describe("Other costs").nullable().optional(),
|
|
20
|
+
total: zod.z.union([zod.z.string(), zod.z.number()]).nullable().optional(),
|
|
21
|
+
number: zod.z.string().describe("Purchase order number assigned by the system").nullable().optional(),
|
|
22
|
+
status: zod.z.string().describe("Status of the purchase order").nullable().optional(),
|
|
23
|
+
user_id: zod.z.number().int().describe("User ID who created the purchase order").nullable().optional(),
|
|
24
|
+
due_date: zod.z.string().describe("Due date for the purchase order (ISO 8601)").nullable().optional(),
|
|
25
|
+
shipping: zod.z.number().describe("Shipping cost").nullable().optional(),
|
|
26
|
+
subtotal: zod.z.union([zod.z.string(), zod.z.number()]).nullable().optional(),
|
|
27
|
+
paid_date: zod.z.string().describe("Date when the purchase order was paid (ISO 8601)").nullable().optional(),
|
|
28
|
+
vendor_id: zod.z.number().int().describe("ID of the vendor associated with the purchase order").nullable().optional(),
|
|
29
|
+
created_at: zod.z.string().describe("Timestamp when the purchase order was created (ISO 8601)"),
|
|
30
|
+
line_items: zod.z.array(RepairshoprGetPurchaseOrder_GetPurchaseOrderResponseLineItemSchema).describe("List of line items in the purchase order").nullable().optional(),
|
|
31
|
+
order_date: zod.z.string().describe("Date when the order was placed (ISO 8601)").nullable().optional(),
|
|
32
|
+
updated_at: zod.z.string().describe("Timestamp when the purchase order was last updated (ISO 8601)"),
|
|
33
|
+
location_id: zod.z.number().int().describe("Location ID associated with the purchase order").nullable().optional(),
|
|
34
|
+
vendor_name: zod.z.string().describe("Name of the vendor").nullable().optional(),
|
|
35
|
+
expected_date: zod.z.string().describe("Expected delivery date (ISO 8601)").nullable().optional(),
|
|
36
|
+
general_notes: zod.z.string().describe("General notes about the purchase order").nullable().optional(),
|
|
37
|
+
shipping_notes: zod.z.string().describe("Shipping notes").nullable().optional(),
|
|
38
|
+
discount_percent: zod.z.number().int().describe("Discount percentage applied").nullable().optional(),
|
|
39
|
+
account_subdomain: zod.z.string().describe("Account subdomain").nullable().optional(),
|
|
40
|
+
delivery_tracking: zod.z.string().describe("Tracking number for delivery").nullable().optional()
|
|
41
|
+
}).describe("Response schema for GET /purchase_orders/{id}");
|
|
42
|
+
const repairshoprGetPurchaseOrder = require_action.action("REPAIRSHOPR_GET_PURCHASE_ORDER", {
|
|
43
|
+
slug: "repairshopr-get-purchase-order",
|
|
44
|
+
name: "Get Purchase Order",
|
|
45
|
+
description: "Tool to retrieve details of a specific purchase order by ID. Use when you need to view purchase order details. Requires Purchase Orders - View Details permission.",
|
|
46
|
+
input: RepairshoprGetPurchaseOrderInput,
|
|
47
|
+
output: RepairshoprGetPurchaseOrderOutput
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
exports.repairshoprGetPurchaseOrder = repairshoprGetPurchaseOrder;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=get-purchase-order.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-purchase-order.cjs","names":["z","action"],"sources":["../../src/actions/get-purchase-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetPurchaseOrderInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the purchase order to retrieve\"),\n}).describe(\"Path parameters for GET /purchase_orders/{id}\");\nconst RepairshoprGetPurchaseOrder_GetPurchaseOrderResponseLineItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the line item\").nullable().optional(),\n sku: z.string().describe(\"SKU of the product\").nullable().optional(),\n cost: z.number().describe(\"Cost per unit of the product\").nullable().optional(),\n total: z.number().describe(\"Total cost for this line item (quantity * cost)\").nullable().optional(),\n quantity: z.number().int().describe(\"Quantity of the product ordered\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the line item was created (ISO 8601)\").nullable().optional(),\n product_id: z.number().int().describe(\"ID of the product in the line item\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the line item was last updated (ISO 8601)\").nullable().optional(),\n purchase_order_id: z.number().int().describe(\"ID of the purchase order this line item belongs to\").nullable().optional(),\n}).describe(\"Line item in the purchase order\");\nexport const RepairshoprGetPurchaseOrderOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the purchase order\"),\n tax: z.union([z.string(), z.number()]).nullable().optional(),\n other: z.number().describe(\"Other costs\").nullable().optional(),\n total: z.union([z.string(), z.number()]).nullable().optional(),\n number: z.string().describe(\"Purchase order number assigned by the system\").nullable().optional(),\n status: z.string().describe(\"Status of the purchase order\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID who created the purchase order\").nullable().optional(),\n due_date: z.string().describe(\"Due date for the purchase order (ISO 8601)\").nullable().optional(),\n shipping: z.number().describe(\"Shipping cost\").nullable().optional(),\n subtotal: z.union([z.string(), z.number()]).nullable().optional(),\n paid_date: z.string().describe(\"Date when the purchase order was paid (ISO 8601)\").nullable().optional(),\n vendor_id: z.number().int().describe(\"ID of the vendor associated with the purchase order\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the purchase order was created (ISO 8601)\"),\n line_items: z.array(RepairshoprGetPurchaseOrder_GetPurchaseOrderResponseLineItemSchema).describe(\"List of line items in the purchase order\").nullable().optional(),\n order_date: z.string().describe(\"Date when the order was placed (ISO 8601)\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the purchase order was last updated (ISO 8601)\"),\n location_id: z.number().int().describe(\"Location ID associated with the purchase order\").nullable().optional(),\n vendor_name: z.string().describe(\"Name of the vendor\").nullable().optional(),\n expected_date: z.string().describe(\"Expected delivery date (ISO 8601)\").nullable().optional(),\n general_notes: z.string().describe(\"General notes about the purchase order\").nullable().optional(),\n shipping_notes: z.string().describe(\"Shipping notes\").nullable().optional(),\n discount_percent: z.number().int().describe(\"Discount percentage applied\").nullable().optional(),\n account_subdomain: z.string().describe(\"Account subdomain\").nullable().optional(),\n delivery_tracking: z.string().describe(\"Tracking number for delivery\").nullable().optional(),\n}).describe(\"Response schema for GET /purchase_orders/{id}\");\n\nexport const repairshoprGetPurchaseOrder = action(\"REPAIRSHOPR_GET_PURCHASE_ORDER\", {\n slug: \"repairshopr-get-purchase-order\",\n name: \"Get Purchase Order\",\n description: \"Tool to retrieve details of a specific purchase order by ID. Use when you need to view purchase order details. Requires Purchase Orders - View Details permission.\",\n input: RepairshoprGetPurchaseOrderInput,\n output: RepairshoprGetPurchaseOrderOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-purchase-order.d.ts
|
|
4
|
+
declare const RepairshoprGetPurchaseOrderInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetPurchaseOrderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetPurchaseOrder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetPurchaseOrder };
|
|
9
|
+
//# sourceMappingURL=get-purchase-order.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-purchase-order.d.cts","names":[],"sources":["../../src/actions/get-purchase-order.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEW;AAAA,cAY/C,iCAAA,EAAmC,CAAA,CAAE,UAyBU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-purchase-order.d.ts
|
|
4
|
+
declare const RepairshoprGetPurchaseOrderInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetPurchaseOrderOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetPurchaseOrder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetPurchaseOrder };
|
|
9
|
+
//# sourceMappingURL=get-purchase-order.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-purchase-order.d.mts","names":[],"sources":["../../src/actions/get-purchase-order.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEW;AAAA,cAY/C,iCAAA,EAAmC,CAAA,CAAE,UAyBU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|