@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,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-employee-time-clock.ts
|
|
4
|
+
const RepairshoprGetEmployeeTimeClockInput = zod.z.object({ user_id: zod.z.number().int().describe("ID of the user to retrieve the last time clock entry for. Defaults to current user if omitted.").optional() }).describe("Query parameters for GET /timelogs/last");
|
|
5
|
+
const RepairshoprGetEmployeeTimeClockOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the time log entry."),
|
|
7
|
+
in_at: zod.z.string().describe("Timestamp when the user clocked in (ISO 8601)."),
|
|
8
|
+
lunch: zod.z.number().int().describe("Lunch duration in minutes, if recorded.").nullable().optional(),
|
|
9
|
+
out_at: zod.z.string().describe("Timestamp when the user clocked out (ISO 8601), if clocked out.").nullable().optional(),
|
|
10
|
+
in_note: zod.z.string().describe("Note entered at clock in, if any.").nullable().optional(),
|
|
11
|
+
user_id: zod.z.number().int().describe("User ID associated with the time log entry."),
|
|
12
|
+
out_note: zod.z.string().describe("Note entered at clock out, if any.").nullable().optional(),
|
|
13
|
+
account_id: zod.z.number().int().describe("Account ID associated with the time log entry."),
|
|
14
|
+
created_at: zod.z.string().describe("Timestamp when the time log entry was created (ISO 8601)."),
|
|
15
|
+
updated_at: zod.z.string().describe("Timestamp when the time log entry was last updated (ISO 8601)."),
|
|
16
|
+
manually_updated: zod.z.boolean().describe("Whether this entry was manually updated.").nullable().optional()
|
|
17
|
+
}).describe("Response schema for GET /timelogs/last");
|
|
18
|
+
const repairshoprGetEmployeeTimeClock = require_action.action("REPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCK", {
|
|
19
|
+
slug: "repairshopr-get-employee-time-clock",
|
|
20
|
+
name: "Get Employee Time Clock",
|
|
21
|
+
description: "Tool to retrieve the last time clock entry for a specific user. Use when needing the most recent clock-in/out. Example: \"Get the latest time clock entry for user 5\".",
|
|
22
|
+
input: RepairshoprGetEmployeeTimeClockInput,
|
|
23
|
+
output: RepairshoprGetEmployeeTimeClockOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.repairshoprGetEmployeeTimeClock = repairshoprGetEmployeeTimeClock;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-employee-time-clock.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-employee-time-clock.cjs","names":["z","action"],"sources":["../../src/actions/get-employee-time-clock.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetEmployeeTimeClockInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"ID of the user to retrieve the last time clock entry for. Defaults to current user if omitted.\").optional(),\n}).describe(\"Query parameters for GET /timelogs/last\");\nexport const RepairshoprGetEmployeeTimeClockOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the time log entry.\"),\n in_at: z.string().describe(\"Timestamp when the user clocked in (ISO 8601).\"),\n lunch: z.number().int().describe(\"Lunch duration in minutes, if recorded.\").nullable().optional(),\n out_at: z.string().describe(\"Timestamp when the user clocked out (ISO 8601), if clocked out.\").nullable().optional(),\n in_note: z.string().describe(\"Note entered at clock in, if any.\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID associated with the time log entry.\"),\n out_note: z.string().describe(\"Note entered at clock out, if any.\").nullable().optional(),\n account_id: z.number().int().describe(\"Account ID associated with the time log entry.\"),\n created_at: z.string().describe(\"Timestamp when the time log entry was created (ISO 8601).\"),\n updated_at: z.string().describe(\"Timestamp when the time log entry was last updated (ISO 8601).\"),\n manually_updated: z.boolean().describe(\"Whether this entry was manually updated.\").nullable().optional(),\n}).describe(\"Response schema for GET /timelogs/last\");\n\nexport const repairshoprGetEmployeeTimeClock = action(\"REPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCK\", {\n slug: \"repairshopr-get-employee-time-clock\",\n name: \"Get Employee Time Clock\",\n description: \"Tool to retrieve the last time clock entry for a specific user. Use when needing the most recent clock-in/out. Example: \\\"Get the latest time clock entry for user 5\\\".\",\n input: RepairshoprGetEmployeeTimeClockInput,\n output: RepairshoprGetEmployeeTimeClockOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EAChJ,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-employee-time-clock.d.ts
|
|
4
|
+
declare const RepairshoprGetEmployeeTimeClockInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetEmployeeTimeClockOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetEmployeeTimeClock: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetEmployeeTimeClock };
|
|
9
|
+
//# sourceMappingURL=get-employee-time-clock.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-employee-time-clock.d.cts","names":[],"sources":["../../src/actions/get-employee-time-clock.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEC;AAAA,cACzC,qCAAA,EAAuC,CAAA,CAAE,UAYD;AAAA,cAExC,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-employee-time-clock.d.ts
|
|
4
|
+
declare const RepairshoprGetEmployeeTimeClockInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetEmployeeTimeClockOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetEmployeeTimeClock: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetEmployeeTimeClock };
|
|
9
|
+
//# sourceMappingURL=get-employee-time-clock.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-employee-time-clock.d.mts","names":[],"sources":["../../src/actions/get-employee-time-clock.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEC;AAAA,cACzC,qCAAA,EAAuC,CAAA,CAAE,UAYD;AAAA,cAExC,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const repairshoprGetEmployeeTimeClock = action("REPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCK", {
|
|
4
|
+
slug: "repairshopr-get-employee-time-clock",
|
|
5
|
+
name: "Get Employee Time Clock",
|
|
6
|
+
description: "Tool to retrieve the last time clock entry for a specific user. Use when needing the most recent clock-in/out. Example: \"Get the latest time clock entry for user 5\".",
|
|
7
|
+
input: z.object({ user_id: z.number().int().describe("ID of the user to retrieve the last time clock entry for. Defaults to current user if omitted.").optional() }).describe("Query parameters for GET /timelogs/last"),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("Unique identifier of the time log entry."),
|
|
10
|
+
in_at: z.string().describe("Timestamp when the user clocked in (ISO 8601)."),
|
|
11
|
+
lunch: z.number().int().describe("Lunch duration in minutes, if recorded.").nullable().optional(),
|
|
12
|
+
out_at: z.string().describe("Timestamp when the user clocked out (ISO 8601), if clocked out.").nullable().optional(),
|
|
13
|
+
in_note: z.string().describe("Note entered at clock in, if any.").nullable().optional(),
|
|
14
|
+
user_id: z.number().int().describe("User ID associated with the time log entry."),
|
|
15
|
+
out_note: z.string().describe("Note entered at clock out, if any.").nullable().optional(),
|
|
16
|
+
account_id: z.number().int().describe("Account ID associated with the time log entry."),
|
|
17
|
+
created_at: z.string().describe("Timestamp when the time log entry was created (ISO 8601)."),
|
|
18
|
+
updated_at: z.string().describe("Timestamp when the time log entry was last updated (ISO 8601)."),
|
|
19
|
+
manually_updated: z.boolean().describe("Whether this entry was manually updated.").nullable().optional()
|
|
20
|
+
}).describe("Response schema for GET /timelogs/last")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { repairshoprGetEmployeeTimeClock };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-employee-time-clock.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-employee-time-clock.mjs","names":[],"sources":["../../src/actions/get-employee-time-clock.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetEmployeeTimeClockInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"ID of the user to retrieve the last time clock entry for. Defaults to current user if omitted.\").optional(),\n}).describe(\"Query parameters for GET /timelogs/last\");\nexport const RepairshoprGetEmployeeTimeClockOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the time log entry.\"),\n in_at: z.string().describe(\"Timestamp when the user clocked in (ISO 8601).\"),\n lunch: z.number().int().describe(\"Lunch duration in minutes, if recorded.\").nullable().optional(),\n out_at: z.string().describe(\"Timestamp when the user clocked out (ISO 8601), if clocked out.\").nullable().optional(),\n in_note: z.string().describe(\"Note entered at clock in, if any.\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID associated with the time log entry.\"),\n out_note: z.string().describe(\"Note entered at clock out, if any.\").nullable().optional(),\n account_id: z.number().int().describe(\"Account ID associated with the time log entry.\"),\n created_at: z.string().describe(\"Timestamp when the time log entry was created (ISO 8601).\"),\n updated_at: z.string().describe(\"Timestamp when the time log entry was last updated (ISO 8601).\"),\n manually_updated: z.boolean().describe(\"Whether this entry was manually updated.\").nullable().optional(),\n}).describe(\"Response schema for GET /timelogs/last\");\n\nexport const repairshoprGetEmployeeTimeClock = action(\"REPAIRSHOPR_GET_EMPLOYEE_TIME_CLOCK\", {\n slug: \"repairshopr-get-employee-time-clock\",\n name: \"Get Employee Time Clock\",\n description: \"Tool to retrieve the last time clock entry for a specific user. Use when needing the most recent clock-in/out. Example: \\\"Get the latest time clock entry for user 5\\\".\",\n input: RepairshoprGetEmployeeTimeClockInput,\n output: RepairshoprGetEmployeeTimeClockOutput,\n});\n"],"mappings":";;AAqBA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBgE,EAAE,OAAO,EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,EAChJ,CAAC,CAAC,CAAC,SAAS,yCAmBH;CACP,QAnBiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;EAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAChG,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-estimate.ts
|
|
4
|
+
const RepairshoprGetEstimateInput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the estimate to retrieve") }).describe("Path parameters for GET /estimates/{id}");
|
|
5
|
+
const RepairshoprGetEstimate_CustomerSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the customer"),
|
|
7
|
+
email: zod.z.string().describe("Customer's email address").nullable().optional(),
|
|
8
|
+
fullname: zod.z.string().describe("Customer's full name").nullable().optional(),
|
|
9
|
+
lastname: zod.z.string().describe("Customer's last name").nullable().optional(),
|
|
10
|
+
firstname: zod.z.string().describe("Customer's first name").nullable().optional(),
|
|
11
|
+
business_name: zod.z.string().describe("Business name").nullable().optional()
|
|
12
|
+
}).describe("Schema for customer information in an estimate");
|
|
13
|
+
const RepairshoprGetEstimate_EstimateLineItemSchema = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Unique identifier of the line item"),
|
|
15
|
+
total: zod.z.number().describe("Total price for the line item"),
|
|
16
|
+
quantity: zod.z.number().int().describe("Quantity of the item"),
|
|
17
|
+
product_id: zod.z.number().int().describe("ID of the product or service"),
|
|
18
|
+
unit_price: zod.z.number().describe("Price per unit of the item"),
|
|
19
|
+
description: zod.z.string().describe("Description of the line item").nullable().optional()
|
|
20
|
+
}).describe("Schema for a line item in an estimate");
|
|
21
|
+
const RepairshoprGetEstimateOutput = zod.z.object({
|
|
22
|
+
id: zod.z.number().int().describe("Unique identifier of the estimate"),
|
|
23
|
+
tax: zod.z.string().describe("Tax amount applied to the estimate"),
|
|
24
|
+
date: zod.z.string().describe("Date of the estimate (ISO 8601)"),
|
|
25
|
+
name: zod.z.string().describe("Name or title of the estimate").nullable().optional(),
|
|
26
|
+
total: zod.z.string().describe("Total amount of the estimate"),
|
|
27
|
+
number: zod.z.string().describe("Estimate number"),
|
|
28
|
+
status: zod.z.string().describe("Current status of the estimate (e.g., 'Fresh', 'Approved', 'Declined')"),
|
|
29
|
+
pdf_url: zod.z.string().describe("URL to the generated PDF, if available").nullable().optional(),
|
|
30
|
+
customer: RepairshoprGetEstimate_CustomerSchema.nullable(),
|
|
31
|
+
subtotal: zod.z.string().describe("Subtotal amount of the estimate"),
|
|
32
|
+
ticket_id: zod.z.number().int().describe("ID of related ticket, if any").nullable().optional(),
|
|
33
|
+
created_at: zod.z.string().describe("Timestamp when the estimate was created (ISO 8601)"),
|
|
34
|
+
line_items: zod.z.array(RepairshoprGetEstimate_EstimateLineItemSchema).describe("List of line items included in the estimate").nullable().optional(),
|
|
35
|
+
updated_at: zod.z.string().describe("Timestamp when the estimate was last updated (ISO 8601)"),
|
|
36
|
+
balance_due: zod.z.string().describe("Balance due amount").nullable().optional(),
|
|
37
|
+
location_id: zod.z.number().int().describe("Location ID associated with this estimate").nullable().optional()
|
|
38
|
+
}).describe("Response schema for GET /estimates/{id}");
|
|
39
|
+
const repairshoprGetEstimate = require_action.action("REPAIRSHOPR_GET_ESTIMATE", {
|
|
40
|
+
slug: "repairshopr-get-estimate",
|
|
41
|
+
name: "Get Estimate",
|
|
42
|
+
description: "Tool to retrieve details of a specific estimate by ID. Use when you need exact details of an estimate by ID.",
|
|
43
|
+
input: RepairshoprGetEstimateInput,
|
|
44
|
+
output: RepairshoprGetEstimateOutput
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
exports.repairshoprGetEstimate = repairshoprGetEstimate;
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=get-estimate.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimate.cjs","names":["z","action"],"sources":["../../src/actions/get-estimate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetEstimateInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the estimate to retrieve\"),\n}).describe(\"Path parameters for GET /estimates/{id}\");\nconst RepairshoprGetEstimate_CustomerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer\"),\n email: z.string().describe(\"Customer's email address\").nullable().optional(),\n fullname: z.string().describe(\"Customer's full name\").nullable().optional(),\n lastname: z.string().describe(\"Customer's last name\").nullable().optional(),\n firstname: z.string().describe(\"Customer's first name\").nullable().optional(),\n business_name: z.string().describe(\"Business name\").nullable().optional(),\n}).describe(\"Schema for customer information in an estimate\");\nconst RepairshoprGetEstimate_EstimateLineItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the line item\"),\n total: z.number().describe(\"Total price for the line item\"),\n quantity: z.number().int().describe(\"Quantity of the item\"),\n product_id: z.number().int().describe(\"ID of the product or service\"),\n unit_price: z.number().describe(\"Price per unit of the item\"),\n description: z.string().describe(\"Description of the line item\").nullable().optional(),\n}).describe(\"Schema for a line item in an estimate\");\nexport const RepairshoprGetEstimateOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the estimate\"),\n tax: z.string().describe(\"Tax amount applied to the estimate\"),\n date: z.string().describe(\"Date of the estimate (ISO 8601)\"),\n name: z.string().describe(\"Name or title of the estimate\").nullable().optional(),\n total: z.string().describe(\"Total amount of the estimate\"),\n number: z.string().describe(\"Estimate number\"),\n status: z.string().describe(\"Current status of the estimate (e.g., 'Fresh', 'Approved', 'Declined')\"),\n pdf_url: z.string().describe(\"URL to the generated PDF, if available\").nullable().optional(),\n customer: RepairshoprGetEstimate_CustomerSchema.nullable(),\n subtotal: z.string().describe(\"Subtotal amount of the estimate\"),\n ticket_id: z.number().int().describe(\"ID of related ticket, if any\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the estimate was created (ISO 8601)\"),\n line_items: z.array(RepairshoprGetEstimate_EstimateLineItemSchema).describe(\"List of line items included in the estimate\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the estimate was last updated (ISO 8601)\"),\n balance_due: z.string().describe(\"Balance due amount\").nullable().optional(),\n location_id: z.number().int().describe(\"Location ID associated with this estimate\").nullable().optional(),\n}).describe(\"Response schema for GET /estimates/{id}\");\n\nexport const repairshoprGetEstimate = action(\"REPAIRSHOPR_GET_ESTIMATE\", {\n slug: \"repairshopr-get-estimate\",\n name: \"Get Estimate\",\n description: \"Tool to retrieve details of a specific estimate by ID. Use when you need exact details of an estimate by ID.\",\n input: RepairshoprGetEstimateInput,\n output: RepairshoprGetEstimateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EAC/E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CAC1D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC5D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC7C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACpG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAU,sCAAsC,SAAS;CACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAYA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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-estimate.d.ts
|
|
4
|
+
declare const RepairshoprGetEstimateInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetEstimateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetEstimate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetEstimate };
|
|
9
|
+
//# sourceMappingURL=get-estimate.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimate.d.cts","names":[],"sources":["../../src/actions/get-estimate.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEU;AAAA,cAiBzC,4BAAA,EAA8B,CAAA,CAAE,UAiBS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-estimate.d.ts
|
|
4
|
+
declare const RepairshoprGetEstimateInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetEstimateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetEstimate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetEstimate };
|
|
9
|
+
//# sourceMappingURL=get-estimate.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimate.d.mts","names":[],"sources":["../../src/actions/get-estimate.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEU;AAAA,cAiBzC,4BAAA,EAA8B,CAAA,CAAE,UAiBS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-estimate.ts
|
|
4
|
+
const RepairshoprGetEstimateInput = z.object({ id: z.number().int().describe("Unique identifier of the estimate to retrieve") }).describe("Path parameters for GET /estimates/{id}");
|
|
5
|
+
const RepairshoprGetEstimate_CustomerSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the customer"),
|
|
7
|
+
email: z.string().describe("Customer's email address").nullable().optional(),
|
|
8
|
+
fullname: z.string().describe("Customer's full name").nullable().optional(),
|
|
9
|
+
lastname: z.string().describe("Customer's last name").nullable().optional(),
|
|
10
|
+
firstname: z.string().describe("Customer's first name").nullable().optional(),
|
|
11
|
+
business_name: z.string().describe("Business name").nullable().optional()
|
|
12
|
+
}).describe("Schema for customer information in an estimate");
|
|
13
|
+
const RepairshoprGetEstimate_EstimateLineItemSchema = z.object({
|
|
14
|
+
id: z.number().int().describe("Unique identifier of the line item"),
|
|
15
|
+
total: z.number().describe("Total price for the line item"),
|
|
16
|
+
quantity: z.number().int().describe("Quantity of the item"),
|
|
17
|
+
product_id: z.number().int().describe("ID of the product or service"),
|
|
18
|
+
unit_price: z.number().describe("Price per unit of the item"),
|
|
19
|
+
description: z.string().describe("Description of the line item").nullable().optional()
|
|
20
|
+
}).describe("Schema for a line item in an estimate");
|
|
21
|
+
const repairshoprGetEstimate = action("REPAIRSHOPR_GET_ESTIMATE", {
|
|
22
|
+
slug: "repairshopr-get-estimate",
|
|
23
|
+
name: "Get Estimate",
|
|
24
|
+
description: "Tool to retrieve details of a specific estimate by ID. Use when you need exact details of an estimate by ID.",
|
|
25
|
+
input: RepairshoprGetEstimateInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
id: z.number().int().describe("Unique identifier of the estimate"),
|
|
28
|
+
tax: z.string().describe("Tax amount applied to the estimate"),
|
|
29
|
+
date: z.string().describe("Date of the estimate (ISO 8601)"),
|
|
30
|
+
name: z.string().describe("Name or title of the estimate").nullable().optional(),
|
|
31
|
+
total: z.string().describe("Total amount of the estimate"),
|
|
32
|
+
number: z.string().describe("Estimate number"),
|
|
33
|
+
status: z.string().describe("Current status of the estimate (e.g., 'Fresh', 'Approved', 'Declined')"),
|
|
34
|
+
pdf_url: z.string().describe("URL to the generated PDF, if available").nullable().optional(),
|
|
35
|
+
customer: RepairshoprGetEstimate_CustomerSchema.nullable(),
|
|
36
|
+
subtotal: z.string().describe("Subtotal amount of the estimate"),
|
|
37
|
+
ticket_id: z.number().int().describe("ID of related ticket, if any").nullable().optional(),
|
|
38
|
+
created_at: z.string().describe("Timestamp when the estimate was created (ISO 8601)"),
|
|
39
|
+
line_items: z.array(RepairshoprGetEstimate_EstimateLineItemSchema).describe("List of line items included in the estimate").nullable().optional(),
|
|
40
|
+
updated_at: z.string().describe("Timestamp when the estimate was last updated (ISO 8601)"),
|
|
41
|
+
balance_due: z.string().describe("Balance due amount").nullable().optional(),
|
|
42
|
+
location_id: z.number().int().describe("Location ID associated with this estimate").nullable().optional()
|
|
43
|
+
}).describe("Response schema for GET /estimates/{id}")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { repairshoprGetEstimate };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=get-estimate.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimate.mjs","names":[],"sources":["../../src/actions/get-estimate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetEstimateInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the estimate to retrieve\"),\n}).describe(\"Path parameters for GET /estimates/{id}\");\nconst RepairshoprGetEstimate_CustomerSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the customer\"),\n email: z.string().describe(\"Customer's email address\").nullable().optional(),\n fullname: z.string().describe(\"Customer's full name\").nullable().optional(),\n lastname: z.string().describe(\"Customer's last name\").nullable().optional(),\n firstname: z.string().describe(\"Customer's first name\").nullable().optional(),\n business_name: z.string().describe(\"Business name\").nullable().optional(),\n}).describe(\"Schema for customer information in an estimate\");\nconst RepairshoprGetEstimate_EstimateLineItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the line item\"),\n total: z.number().describe(\"Total price for the line item\"),\n quantity: z.number().int().describe(\"Quantity of the item\"),\n product_id: z.number().int().describe(\"ID of the product or service\"),\n unit_price: z.number().describe(\"Price per unit of the item\"),\n description: z.string().describe(\"Description of the line item\").nullable().optional(),\n}).describe(\"Schema for a line item in an estimate\");\nexport const RepairshoprGetEstimateOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the estimate\"),\n tax: z.string().describe(\"Tax amount applied to the estimate\"),\n date: z.string().describe(\"Date of the estimate (ISO 8601)\"),\n name: z.string().describe(\"Name or title of the estimate\").nullable().optional(),\n total: z.string().describe(\"Total amount of the estimate\"),\n number: z.string().describe(\"Estimate number\"),\n status: z.string().describe(\"Current status of the estimate (e.g., 'Fresh', 'Approved', 'Declined')\"),\n pdf_url: z.string().describe(\"URL to the generated PDF, if available\").nullable().optional(),\n customer: RepairshoprGetEstimate_CustomerSchema.nullable(),\n subtotal: z.string().describe(\"Subtotal amount of the estimate\"),\n ticket_id: z.number().int().describe(\"ID of related ticket, if any\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the estimate was created (ISO 8601)\"),\n line_items: z.array(RepairshoprGetEstimate_EstimateLineItemSchema).describe(\"List of line items included in the estimate\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the estimate was last updated (ISO 8601)\"),\n balance_due: z.string().describe(\"Balance due amount\").nullable().optional(),\n location_id: z.number().int().describe(\"Location ID associated with this estimate\").nullable().optional(),\n}).describe(\"Response schema for GET /estimates/{id}\");\n\nexport const repairshoprGetEstimate = action(\"REPAIRSHOPR_GET_ESTIMATE\", {\n slug: \"repairshopr-get-estimate\",\n name: \"Get Estimate\",\n description: \"Tool to retrieve details of a specific estimate by ID. Use when you need exact details of an estimate by ID.\",\n input: RepairshoprGetEstimateInput,\n output: RepairshoprGetEstimateOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-estimates.ts
|
|
4
|
+
const RepairshoprGetEstimatesInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Optional: Page number for paginated results (starts at 1)").optional(),
|
|
6
|
+
per_page: zod.z.number().int().describe("Optional: Number of results to return per page").optional(),
|
|
7
|
+
customer_id: zod.z.number().int().describe("Optional: Filter estimates to only show those for a specific customer ID").optional()
|
|
8
|
+
}).describe("Request model for retrieving a list of estimates with optional filters and pagination.\nAll parameters are optional - omit them to retrieve all estimates.");
|
|
9
|
+
const RepairshoprGetEstimates_MetaSchema = zod.z.object({
|
|
10
|
+
page: zod.z.number().int().describe("Current page number"),
|
|
11
|
+
total_pages: zod.z.number().int().describe("Total number of pages available")
|
|
12
|
+
}).describe("Pagination metadata for the estimates list.");
|
|
13
|
+
const RepairshoprGetEstimates_EstimateSchema = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Unique identifier of the estimate"),
|
|
15
|
+
tax: zod.z.string().describe("Tax amount applied to the estimate"),
|
|
16
|
+
date: zod.z.string().describe("Date of the estimate (ISO 8601)"),
|
|
17
|
+
name: zod.z.string().describe("Title or name of the estimate").nullable().optional(),
|
|
18
|
+
total: zod.z.string().describe("Total amount of the estimate"),
|
|
19
|
+
number: zod.z.string().describe("Estimate number"),
|
|
20
|
+
status: zod.z.string().describe("Current status of the estimate (e.g., 'Fresh', 'Sent')"),
|
|
21
|
+
pdf_url: zod.z.string().describe("URL to the generated PDF, if available").nullable().optional(),
|
|
22
|
+
employee: zod.z.string().describe("Email or name of employee who created the estimate").nullable().optional(),
|
|
23
|
+
subtotal: zod.z.string().describe("Subtotal amount of the estimate"),
|
|
24
|
+
ticket_id: zod.z.number().int().describe("ID of related ticket, if any").nullable().optional(),
|
|
25
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the estimate was created"),
|
|
26
|
+
invoice_id: zod.z.number().int().describe("ID of linked invoice, if converted").nullable().optional(),
|
|
27
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the estimate was last updated"),
|
|
28
|
+
customer_id: zod.z.number().int().describe("ID of the customer associated with the estimate"),
|
|
29
|
+
location_id: zod.z.number().int().describe("Location ID for this estimate").nullable().optional(),
|
|
30
|
+
customer_business_then_name: zod.z.string().describe("Display name of the customer (business name or full name)").nullable().optional()
|
|
31
|
+
}).describe("Schema for an estimate in a list.");
|
|
32
|
+
const RepairshoprGetEstimatesOutput = zod.z.object({
|
|
33
|
+
meta: RepairshoprGetEstimates_MetaSchema.nullable(),
|
|
34
|
+
estimates: zod.z.array(RepairshoprGetEstimates_EstimateSchema).describe("List of estimates returned by the API")
|
|
35
|
+
}).describe("Response model for list of estimates.");
|
|
36
|
+
const repairshoprGetEstimates = require_action.action("REPAIRSHOPR_GET_ESTIMATES", {
|
|
37
|
+
slug: "repairshopr-get-estimates",
|
|
38
|
+
name: "Get Estimates",
|
|
39
|
+
description: "Retrieves a paginated list of estimates from RepairShopr. Returns estimate details including ID, number, customer information, status, amounts (subtotal, tax, total), and timestamps. Use this action to: - List all estimates in the system - Filter estimates by customer_id - Paginate through large result sets using page and per_page parameters The response includes pagination metadata showing total pages and current page number.",
|
|
40
|
+
input: RepairshoprGetEstimatesInput,
|
|
41
|
+
output: RepairshoprGetEstimatesOutput
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
exports.repairshoprGetEstimates = repairshoprGetEstimates;
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=get-estimates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimates.cjs","names":["z","action"],"sources":["../../src/actions/get-estimates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetEstimatesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Optional: Page number for paginated results (starts at 1)\").optional(),\n per_page: z.number().int().describe(\"Optional: Number of results to return per page\").optional(),\n customer_id: z.number().int().describe(\"Optional: Filter estimates to only show those for a specific customer ID\").optional(),\n}).describe(\"Request model for retrieving a list of estimates with optional filters and pagination.\\nAll parameters are optional - omit them to retrieve all estimates.\");\nconst RepairshoprGetEstimates_MetaSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\"),\n total_pages: z.number().int().describe(\"Total number of pages available\"),\n}).describe(\"Pagination metadata for the estimates list.\");\nconst RepairshoprGetEstimates_EstimateSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the estimate\"),\n tax: z.string().describe(\"Tax amount applied to the estimate\"),\n date: z.string().describe(\"Date of the estimate (ISO 8601)\"),\n name: z.string().describe(\"Title or name of the estimate\").nullable().optional(),\n total: z.string().describe(\"Total amount of the estimate\"),\n number: z.string().describe(\"Estimate number\"),\n status: z.string().describe(\"Current status of the estimate (e.g., 'Fresh', 'Sent')\"),\n pdf_url: z.string().describe(\"URL to the generated PDF, if available\").nullable().optional(),\n employee: z.string().describe(\"Email or name of employee who created the estimate\").nullable().optional(),\n subtotal: z.string().describe(\"Subtotal amount of the estimate\"),\n ticket_id: z.number().int().describe(\"ID of related ticket, if any\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the estimate was created\"),\n invoice_id: z.number().int().describe(\"ID of linked invoice, if converted\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the estimate was last updated\"),\n customer_id: z.number().int().describe(\"ID of the customer associated with the estimate\"),\n location_id: z.number().int().describe(\"Location ID for this estimate\").nullable().optional(),\n customer_business_then_name: z.string().describe(\"Display name of the customer (business name or full name)\").nullable().optional(),\n}).describe(\"Schema for an estimate in a list.\");\nexport const RepairshoprGetEstimatesOutput: z.ZodTypeAny = z.object({\n meta: RepairshoprGetEstimates_MetaSchema.nullable(),\n estimates: z.array(RepairshoprGetEstimates_EstimateSchema).describe(\"List of estimates returned by the API\"),\n}).describe(\"Response model for list of estimates.\");\n\nexport const repairshoprGetEstimates = action(\"REPAIRSHOPR_GET_ESTIMATES\", {\n slug: \"repairshopr-get-estimates\",\n name: \"Get Estimates\",\n description: \"Retrieves a paginated list of estimates from RepairShopr. Returns estimate details including ID, number, customer information, status, amounts (subtotal, tax, total), and timestamps. Use this action to: - List all estimates in the system - Filter estimates by customer_id - Paginate through large result sets using page and per_page parameters The response includes pagination metadata showing total pages and current page number.\",\n input: RepairshoprGetEstimatesInput,\n output: RepairshoprGetEstimatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,4JAA4J;AACxK,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACrD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AAC1E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC7C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACpF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAM,mCAAmC,SAAS;CAClD,WAAWA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,uCAAuC;AAC7G,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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-estimates.d.ts
|
|
4
|
+
declare const RepairshoprGetEstimatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetEstimatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetEstimates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetEstimates };
|
|
9
|
+
//# sourceMappingURL=get-estimates.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimates.d.cts","names":[],"sources":["../../src/actions/get-estimates.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI4H;AAAA,cAwB5J,6BAAA,EAA+B,CAAA,CAAE,UAGM;AAAA,cAEvC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-estimates.d.ts
|
|
4
|
+
declare const RepairshoprGetEstimatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetEstimatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetEstimates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetEstimates };
|
|
9
|
+
//# sourceMappingURL=get-estimates.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimates.d.mts","names":[],"sources":["../../src/actions/get-estimates.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI4H;AAAA,cAwB5J,6BAAA,EAA+B,CAAA,CAAE,UAGM;AAAA,cAEvC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-estimates.ts
|
|
4
|
+
const RepairshoprGetEstimatesInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Optional: Page number for paginated results (starts at 1)").optional(),
|
|
6
|
+
per_page: z.number().int().describe("Optional: Number of results to return per page").optional(),
|
|
7
|
+
customer_id: z.number().int().describe("Optional: Filter estimates to only show those for a specific customer ID").optional()
|
|
8
|
+
}).describe("Request model for retrieving a list of estimates with optional filters and pagination.\nAll parameters are optional - omit them to retrieve all estimates.");
|
|
9
|
+
const RepairshoprGetEstimates_MetaSchema = z.object({
|
|
10
|
+
page: z.number().int().describe("Current page number"),
|
|
11
|
+
total_pages: z.number().int().describe("Total number of pages available")
|
|
12
|
+
}).describe("Pagination metadata for the estimates list.");
|
|
13
|
+
const RepairshoprGetEstimates_EstimateSchema = z.object({
|
|
14
|
+
id: z.number().int().describe("Unique identifier of the estimate"),
|
|
15
|
+
tax: z.string().describe("Tax amount applied to the estimate"),
|
|
16
|
+
date: z.string().describe("Date of the estimate (ISO 8601)"),
|
|
17
|
+
name: z.string().describe("Title or name of the estimate").nullable().optional(),
|
|
18
|
+
total: z.string().describe("Total amount of the estimate"),
|
|
19
|
+
number: z.string().describe("Estimate number"),
|
|
20
|
+
status: z.string().describe("Current status of the estimate (e.g., 'Fresh', 'Sent')"),
|
|
21
|
+
pdf_url: z.string().describe("URL to the generated PDF, if available").nullable().optional(),
|
|
22
|
+
employee: z.string().describe("Email or name of employee who created the estimate").nullable().optional(),
|
|
23
|
+
subtotal: z.string().describe("Subtotal amount of the estimate"),
|
|
24
|
+
ticket_id: z.number().int().describe("ID of related ticket, if any").nullable().optional(),
|
|
25
|
+
created_at: z.string().describe("ISO 8601 timestamp when the estimate was created"),
|
|
26
|
+
invoice_id: z.number().int().describe("ID of linked invoice, if converted").nullable().optional(),
|
|
27
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the estimate was last updated"),
|
|
28
|
+
customer_id: z.number().int().describe("ID of the customer associated with the estimate"),
|
|
29
|
+
location_id: z.number().int().describe("Location ID for this estimate").nullable().optional(),
|
|
30
|
+
customer_business_then_name: z.string().describe("Display name of the customer (business name or full name)").nullable().optional()
|
|
31
|
+
}).describe("Schema for an estimate in a list.");
|
|
32
|
+
const repairshoprGetEstimates = action("REPAIRSHOPR_GET_ESTIMATES", {
|
|
33
|
+
slug: "repairshopr-get-estimates",
|
|
34
|
+
name: "Get Estimates",
|
|
35
|
+
description: "Retrieves a paginated list of estimates from RepairShopr. Returns estimate details including ID, number, customer information, status, amounts (subtotal, tax, total), and timestamps. Use this action to: - List all estimates in the system - Filter estimates by customer_id - Paginate through large result sets using page and per_page parameters The response includes pagination metadata showing total pages and current page number.",
|
|
36
|
+
input: RepairshoprGetEstimatesInput,
|
|
37
|
+
output: z.object({
|
|
38
|
+
meta: RepairshoprGetEstimates_MetaSchema.nullable(),
|
|
39
|
+
estimates: z.array(RepairshoprGetEstimates_EstimateSchema).describe("List of estimates returned by the API")
|
|
40
|
+
}).describe("Response model for list of estimates.")
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
export { repairshoprGetEstimates };
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=get-estimates.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-estimates.mjs","names":[],"sources":["../../src/actions/get-estimates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetEstimatesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Optional: Page number for paginated results (starts at 1)\").optional(),\n per_page: z.number().int().describe(\"Optional: Number of results to return per page\").optional(),\n customer_id: z.number().int().describe(\"Optional: Filter estimates to only show those for a specific customer ID\").optional(),\n}).describe(\"Request model for retrieving a list of estimates with optional filters and pagination.\\nAll parameters are optional - omit them to retrieve all estimates.\");\nconst RepairshoprGetEstimates_MetaSchema: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number\"),\n total_pages: z.number().int().describe(\"Total number of pages available\"),\n}).describe(\"Pagination metadata for the estimates list.\");\nconst RepairshoprGetEstimates_EstimateSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the estimate\"),\n tax: z.string().describe(\"Tax amount applied to the estimate\"),\n date: z.string().describe(\"Date of the estimate (ISO 8601)\"),\n name: z.string().describe(\"Title or name of the estimate\").nullable().optional(),\n total: z.string().describe(\"Total amount of the estimate\"),\n number: z.string().describe(\"Estimate number\"),\n status: z.string().describe(\"Current status of the estimate (e.g., 'Fresh', 'Sent')\"),\n pdf_url: z.string().describe(\"URL to the generated PDF, if available\").nullable().optional(),\n employee: z.string().describe(\"Email or name of employee who created the estimate\").nullable().optional(),\n subtotal: z.string().describe(\"Subtotal amount of the estimate\"),\n ticket_id: z.number().int().describe(\"ID of related ticket, if any\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the estimate was created\"),\n invoice_id: z.number().int().describe(\"ID of linked invoice, if converted\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the estimate was last updated\"),\n customer_id: z.number().int().describe(\"ID of the customer associated with the estimate\"),\n location_id: z.number().int().describe(\"Location ID for this estimate\").nullable().optional(),\n customer_business_then_name: z.string().describe(\"Display name of the customer (business name or full name)\").nullable().optional(),\n}).describe(\"Schema for an estimate in a list.\");\nexport const RepairshoprGetEstimatesOutput: z.ZodTypeAny = z.object({\n meta: RepairshoprGetEstimates_MetaSchema.nullable(),\n estimates: z.array(RepairshoprGetEstimates_EstimateSchema).describe(\"List of estimates returned by the API\"),\n}).describe(\"Response model for list of estimates.\");\n\nexport const repairshoprGetEstimates = action(\"REPAIRSHOPR_GET_ESTIMATES\", {\n slug: \"repairshopr-get-estimates\",\n name: \"Get Estimates\",\n description: \"Retrieves a paginated list of estimates from RepairShopr. Returns estimate details including ID, number, customer information, status, amounts (subtotal, tax, total), and timestamps. Use this action to: - List all estimates in the system - Filter estimates by customer_id - Paginate through large result sets using page and per_page parameters The response includes pagination metadata showing total pages and current page number.\",\n input: RepairshoprGetEstimatesInput,\n output: RepairshoprGetEstimatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,4JAA4J;AACxK,MAAM,qCAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACrD,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;AAC1E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC7C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAM/C,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,MAAM,mCAAmC,SAAS;EAClD,WAAW,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,uCAAuC;CAC7G,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-invoice-ticket.ts
|
|
4
|
+
const RepairshoprGetInvoiceTicketInput = zod.z.object({ id: zod.z.number().int().describe("ID of the invoice whose associated ticket will be returned") }).describe("Path parameters for GET /invoices/{id}/ticket");
|
|
5
|
+
const RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseCommentSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Comment ID"),
|
|
7
|
+
body: zod.z.string().describe("Text content of the comment").nullable().optional(),
|
|
8
|
+
tech: zod.z.string().describe("Technician name if applicable").nullable().optional(),
|
|
9
|
+
hidden: zod.z.boolean().describe("Whether the comment is hidden from customer"),
|
|
10
|
+
subject: zod.z.string().describe("Subject of the comment").nullable().optional(),
|
|
11
|
+
user_id: zod.z.number().int().describe("ID of the user who made the comment").nullable().optional(),
|
|
12
|
+
ticket_id: zod.z.number().int().describe("ID of the ticket this comment belongs to"),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp when the comment was added (ISO 8601)"),
|
|
14
|
+
updated_at: zod.z.string().describe("Timestamp when the comment was last updated (ISO 8601)")
|
|
15
|
+
}).describe("Comment object for ticket comments");
|
|
16
|
+
const RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseAttachmentSchema = zod.z.object({
|
|
17
|
+
id: zod.z.number().int().describe("Attachment ID"),
|
|
18
|
+
url: zod.z.string().describe("URL to access the attachment"),
|
|
19
|
+
filename: zod.z.string().describe("Name of the attached file")
|
|
20
|
+
}).describe("Attachment object for ticket attachments");
|
|
21
|
+
const RepairshoprGetInvoiceTicketOutput = zod.z.object({
|
|
22
|
+
id: zod.z.number().int().describe("Ticket ID"),
|
|
23
|
+
number: zod.z.number().int().describe("Ticket number for display").nullable().optional(),
|
|
24
|
+
status: zod.z.string().describe("Current status of the ticket (e.g., New, In Progress, Waiting on Customer, Resolved)"),
|
|
25
|
+
pdf_url: zod.z.string().describe("URL to the ticket PDF").nullable().optional(),
|
|
26
|
+
subject: zod.z.string().describe("Subject or title of the ticket"),
|
|
27
|
+
user_id: zod.z.number().int().describe("ID of the technician or staff assigned to the ticket").nullable().optional(),
|
|
28
|
+
comments: zod.z.array(RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseCommentSchema).describe("List of comments on the ticket").nullable().optional(),
|
|
29
|
+
due_date: zod.z.string().describe("Due date for resolving the ticket (ISO 8601)").nullable().optional(),
|
|
30
|
+
priority: zod.z.string().describe("Priority level of the ticket (e.g., 0 Urgent, 1 High, 2 Normal, 3 Low)"),
|
|
31
|
+
tag_list: zod.z.array(zod.z.string()).describe("Tags associated with the ticket").nullable().optional(),
|
|
32
|
+
contact_id: zod.z.number().int().describe("ID of the primary contact for this ticket").nullable().optional(),
|
|
33
|
+
created_at: zod.z.string().describe("Timestamp when the ticket was created (ISO 8601)"),
|
|
34
|
+
updated_at: zod.z.string().describe("Timestamp when the ticket was last updated (ISO 8601)"),
|
|
35
|
+
attachments: zod.z.array(RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseAttachmentSchema).describe("List of files attached to the ticket").nullable().optional(),
|
|
36
|
+
customer_id: zod.z.number().int().describe("ID of the customer associated with the ticket"),
|
|
37
|
+
location_id: zod.z.number().int().describe("Location ID if applicable").nullable().optional(),
|
|
38
|
+
resolved_at: zod.z.string().describe("Timestamp when the ticket was resolved (ISO 8601)").nullable().optional(),
|
|
39
|
+
problem_type: zod.z.string().describe("Type of problem (e.g., Remote Support, Network Project, Onboarding)").nullable().optional(),
|
|
40
|
+
billing_status: zod.z.string().describe("Billing status (e.g., Billable, Non-Billable)").nullable().optional(),
|
|
41
|
+
customer_business_then_name: zod.z.string().describe("Customer's business name or full name").nullable().optional()
|
|
42
|
+
}).describe("Response schema for GET /invoices/{id}/ticket");
|
|
43
|
+
const repairshoprGetInvoiceTicket = require_action.action("REPAIRSHOPR_GET_INVOICE_TICKET", {
|
|
44
|
+
slug: "repairshopr-get-invoice-ticket",
|
|
45
|
+
name: "Get Invoice Ticket",
|
|
46
|
+
description: "Tool to retrieve the associated ticket for a specific invoice. Use when you need ticket details linked to an invoice. Requires \"Invoices - View Details\" and \"Tickets - View Details\" permissions.",
|
|
47
|
+
input: RepairshoprGetInvoiceTicketInput,
|
|
48
|
+
output: RepairshoprGetInvoiceTicketOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.repairshoprGetInvoiceTicket = repairshoprGetInvoiceTicket;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=get-invoice-ticket.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-invoice-ticket.cjs","names":["z","action"],"sources":["../../src/actions/get-invoice-ticket.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RepairshoprGetInvoiceTicketInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the invoice whose associated ticket will be returned\"),\n}).describe(\"Path parameters for GET /invoices/{id}/ticket\");\nconst RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseCommentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Comment ID\"),\n body: z.string().describe(\"Text content of the comment\").nullable().optional(),\n tech: z.string().describe(\"Technician name if applicable\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the comment is hidden from customer\"),\n subject: z.string().describe(\"Subject of the comment\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the user who made the comment\").nullable().optional(),\n ticket_id: z.number().int().describe(\"ID of the ticket this comment belongs to\"),\n created_at: z.string().describe(\"Timestamp when the comment was added (ISO 8601)\"),\n updated_at: z.string().describe(\"Timestamp when the comment was last updated (ISO 8601)\"),\n}).describe(\"Comment object for ticket comments\");\nconst RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseAttachmentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Attachment ID\"),\n url: z.string().describe(\"URL to access the attachment\"),\n filename: z.string().describe(\"Name of the attached file\"),\n}).describe(\"Attachment object for ticket attachments\");\nexport const RepairshoprGetInvoiceTicketOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Ticket ID\"),\n number: z.number().int().describe(\"Ticket number for display\").nullable().optional(),\n status: z.string().describe(\"Current status of the ticket (e.g., New, In Progress, Waiting on Customer, Resolved)\"),\n pdf_url: z.string().describe(\"URL to the ticket PDF\").nullable().optional(),\n subject: z.string().describe(\"Subject or title of the ticket\"),\n user_id: z.number().int().describe(\"ID of the technician or staff assigned to the ticket\").nullable().optional(),\n comments: z.array(RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseCommentSchema).describe(\"List of comments on the ticket\").nullable().optional(),\n due_date: z.string().describe(\"Due date for resolving the ticket (ISO 8601)\").nullable().optional(),\n priority: z.string().describe(\"Priority level of the ticket (e.g., 0 Urgent, 1 High, 2 Normal, 3 Low)\"),\n tag_list: z.array(z.string()).describe(\"Tags associated with the ticket\").nullable().optional(),\n contact_id: z.number().int().describe(\"ID of the primary contact for this ticket\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the ticket was created (ISO 8601)\"),\n updated_at: z.string().describe(\"Timestamp when the ticket was last updated (ISO 8601)\"),\n attachments: z.array(RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseAttachmentSchema).describe(\"List of files attached to the ticket\").nullable().optional(),\n customer_id: z.number().int().describe(\"ID of the customer associated with the ticket\"),\n location_id: z.number().int().describe(\"Location ID if applicable\").nullable().optional(),\n resolved_at: z.string().describe(\"Timestamp when the ticket was resolved (ISO 8601)\").nullable().optional(),\n problem_type: z.string().describe(\"Type of problem (e.g., Remote Support, Network Project, Onboarding)\").nullable().optional(),\n billing_status: z.string().describe(\"Billing status (e.g., Billable, Non-Billable)\").nullable().optional(),\n customer_business_then_name: z.string().describe(\"Customer's business name or full name\").nullable().optional(),\n}).describe(\"Response schema for GET /invoices/{id}/ticket\");\n\nexport const repairshoprGetInvoiceTicket = action(\"REPAIRSHOPR_GET_INVOICE_TICKET\", {\n slug: \"repairshopr-get-invoice-ticket\",\n name: \"Get Invoice Ticket\",\n description: \"Tool to retrieve the associated ticket for a specific invoice. Use when you need ticket details linked to an invoice. Requires \\\"Invoices - View Details\\\" and \\\"Tickets - View Details\\\" permissions.\",\n input: RepairshoprGetInvoiceTicketInput,\n output: RepairshoprGetInvoiceTicketOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-invoice-ticket.d.ts
|
|
4
|
+
declare const RepairshoprGetInvoiceTicketInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetInvoiceTicketOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetInvoiceTicket: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetInvoiceTicket };
|
|
9
|
+
//# sourceMappingURL=get-invoice-ticket.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-invoice-ticket.d.cts","names":[],"sources":["../../src/actions/get-invoice-ticket.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEW;AAAA,cAiB/C,iCAAA,EAAmC,CAAA,CAAE,UAqBU;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-invoice-ticket.d.ts
|
|
4
|
+
declare const RepairshoprGetInvoiceTicketInput: z.ZodTypeAny;
|
|
5
|
+
declare const RepairshoprGetInvoiceTicketOutput: z.ZodTypeAny;
|
|
6
|
+
declare const repairshoprGetInvoiceTicket: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { repairshoprGetInvoiceTicket };
|
|
9
|
+
//# sourceMappingURL=get-invoice-ticket.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-invoice-ticket.d.mts","names":[],"sources":["../../src/actions/get-invoice-ticket.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEW;AAAA,cAiB/C,iCAAA,EAAmC,CAAA,CAAE,UAqBU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-invoice-ticket.ts
|
|
4
|
+
const RepairshoprGetInvoiceTicketInput = z.object({ id: z.number().int().describe("ID of the invoice whose associated ticket will be returned") }).describe("Path parameters for GET /invoices/{id}/ticket");
|
|
5
|
+
const RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseCommentSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Comment ID"),
|
|
7
|
+
body: z.string().describe("Text content of the comment").nullable().optional(),
|
|
8
|
+
tech: z.string().describe("Technician name if applicable").nullable().optional(),
|
|
9
|
+
hidden: z.boolean().describe("Whether the comment is hidden from customer"),
|
|
10
|
+
subject: z.string().describe("Subject of the comment").nullable().optional(),
|
|
11
|
+
user_id: z.number().int().describe("ID of the user who made the comment").nullable().optional(),
|
|
12
|
+
ticket_id: z.number().int().describe("ID of the ticket this comment belongs to"),
|
|
13
|
+
created_at: z.string().describe("Timestamp when the comment was added (ISO 8601)"),
|
|
14
|
+
updated_at: z.string().describe("Timestamp when the comment was last updated (ISO 8601)")
|
|
15
|
+
}).describe("Comment object for ticket comments");
|
|
16
|
+
const RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseAttachmentSchema = z.object({
|
|
17
|
+
id: z.number().int().describe("Attachment ID"),
|
|
18
|
+
url: z.string().describe("URL to access the attachment"),
|
|
19
|
+
filename: z.string().describe("Name of the attached file")
|
|
20
|
+
}).describe("Attachment object for ticket attachments");
|
|
21
|
+
const repairshoprGetInvoiceTicket = action("REPAIRSHOPR_GET_INVOICE_TICKET", {
|
|
22
|
+
slug: "repairshopr-get-invoice-ticket",
|
|
23
|
+
name: "Get Invoice Ticket",
|
|
24
|
+
description: "Tool to retrieve the associated ticket for a specific invoice. Use when you need ticket details linked to an invoice. Requires \"Invoices - View Details\" and \"Tickets - View Details\" permissions.",
|
|
25
|
+
input: RepairshoprGetInvoiceTicketInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
id: z.number().int().describe("Ticket ID"),
|
|
28
|
+
number: z.number().int().describe("Ticket number for display").nullable().optional(),
|
|
29
|
+
status: z.string().describe("Current status of the ticket (e.g., New, In Progress, Waiting on Customer, Resolved)"),
|
|
30
|
+
pdf_url: z.string().describe("URL to the ticket PDF").nullable().optional(),
|
|
31
|
+
subject: z.string().describe("Subject or title of the ticket"),
|
|
32
|
+
user_id: z.number().int().describe("ID of the technician or staff assigned to the ticket").nullable().optional(),
|
|
33
|
+
comments: z.array(RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseCommentSchema).describe("List of comments on the ticket").nullable().optional(),
|
|
34
|
+
due_date: z.string().describe("Due date for resolving the ticket (ISO 8601)").nullable().optional(),
|
|
35
|
+
priority: z.string().describe("Priority level of the ticket (e.g., 0 Urgent, 1 High, 2 Normal, 3 Low)"),
|
|
36
|
+
tag_list: z.array(z.string()).describe("Tags associated with the ticket").nullable().optional(),
|
|
37
|
+
contact_id: z.number().int().describe("ID of the primary contact for this ticket").nullable().optional(),
|
|
38
|
+
created_at: z.string().describe("Timestamp when the ticket was created (ISO 8601)"),
|
|
39
|
+
updated_at: z.string().describe("Timestamp when the ticket was last updated (ISO 8601)"),
|
|
40
|
+
attachments: z.array(RepairshoprGetInvoiceTicket_GetInvoiceTicketResponseAttachmentSchema).describe("List of files attached to the ticket").nullable().optional(),
|
|
41
|
+
customer_id: z.number().int().describe("ID of the customer associated with the ticket"),
|
|
42
|
+
location_id: z.number().int().describe("Location ID if applicable").nullable().optional(),
|
|
43
|
+
resolved_at: z.string().describe("Timestamp when the ticket was resolved (ISO 8601)").nullable().optional(),
|
|
44
|
+
problem_type: z.string().describe("Type of problem (e.g., Remote Support, Network Project, Onboarding)").nullable().optional(),
|
|
45
|
+
billing_status: z.string().describe("Billing status (e.g., Billable, Non-Billable)").nullable().optional(),
|
|
46
|
+
customer_business_then_name: z.string().describe("Customer's business name or full name").nullable().optional()
|
|
47
|
+
}).describe("Response schema for GET /invoices/{id}/ticket")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { repairshoprGetInvoiceTicket };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=get-invoice-ticket.mjs.map
|