@keystrokehq/simplekpi 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-user-group-item.cjs +26 -0
- package/dist/actions/add-user-group-item.cjs.map +1 -0
- package/dist/actions/add-user-group-item.d.cts +9 -0
- package/dist/actions/add-user-group-item.d.cts.map +1 -0
- package/dist/actions/add-user-group-item.d.mts +9 -0
- package/dist/actions/add-user-group-item.d.mts.map +1 -0
- package/dist/actions/add-user-group-item.mjs +23 -0
- package/dist/actions/add-user-group-item.mjs.map +1 -0
- package/dist/actions/add-user-kpi.cjs +28 -0
- package/dist/actions/add-user-kpi.cjs.map +1 -0
- package/dist/actions/add-user-kpi.d.cts +9 -0
- package/dist/actions/add-user-kpi.d.cts.map +1 -0
- package/dist/actions/add-user-kpi.d.mts +9 -0
- package/dist/actions/add-user-kpi.d.mts.map +1 -0
- package/dist/actions/add-user-kpi.mjs +25 -0
- package/dist/actions/add-user-kpi.mjs.map +1 -0
- package/dist/actions/create-category-kpi.cjs +41 -0
- package/dist/actions/create-category-kpi.cjs.map +1 -0
- package/dist/actions/create-category-kpi.d.cts +9 -0
- package/dist/actions/create-category-kpi.d.cts.map +1 -0
- package/dist/actions/create-category-kpi.d.mts +9 -0
- package/dist/actions/create-category-kpi.d.mts.map +1 -0
- package/dist/actions/create-category-kpi.mjs +38 -0
- package/dist/actions/create-category-kpi.mjs.map +1 -0
- package/dist/actions/create-group-item.cjs +27 -0
- package/dist/actions/create-group-item.cjs.map +1 -0
- package/dist/actions/create-group-item.d.cts +9 -0
- package/dist/actions/create-group-item.d.cts.map +1 -0
- package/dist/actions/create-group-item.d.mts +9 -0
- package/dist/actions/create-group-item.d.mts.map +1 -0
- package/dist/actions/create-group-item.mjs +24 -0
- package/dist/actions/create-group-item.mjs.map +1 -0
- package/dist/actions/create-group.cjs +25 -0
- package/dist/actions/create-group.cjs.map +1 -0
- package/dist/actions/create-group.d.cts +9 -0
- package/dist/actions/create-group.d.cts.map +1 -0
- package/dist/actions/create-group.d.mts +9 -0
- package/dist/actions/create-group.d.mts.map +1 -0
- package/dist/actions/create-group.mjs +22 -0
- package/dist/actions/create-group.mjs.map +1 -0
- package/dist/actions/create-kpi-category.cjs +25 -0
- package/dist/actions/create-kpi-category.cjs.map +1 -0
- package/dist/actions/create-kpi-category.d.cts +9 -0
- package/dist/actions/create-kpi-category.d.cts.map +1 -0
- package/dist/actions/create-kpi-category.d.mts +9 -0
- package/dist/actions/create-kpi-category.d.mts.map +1 -0
- package/dist/actions/create-kpi-category.mjs +22 -0
- package/dist/actions/create-kpi-category.mjs.map +1 -0
- package/dist/actions/create-kpi-unit.cjs +29 -0
- package/dist/actions/create-kpi-unit.cjs.map +1 -0
- package/dist/actions/create-kpi-unit.d.cts +9 -0
- package/dist/actions/create-kpi-unit.d.cts.map +1 -0
- package/dist/actions/create-kpi-unit.d.mts +9 -0
- package/dist/actions/create-kpi-unit.d.mts.map +1 -0
- package/dist/actions/create-kpi-unit.mjs +26 -0
- package/dist/actions/create-kpi-unit.mjs.map +1 -0
- package/dist/actions/create-kpi.cjs +46 -0
- package/dist/actions/create-kpi.cjs.map +1 -0
- package/dist/actions/create-kpi.d.cts +9 -0
- package/dist/actions/create-kpi.d.cts.map +1 -0
- package/dist/actions/create-kpi.d.mts +9 -0
- package/dist/actions/create-kpi.d.mts.map +1 -0
- package/dist/actions/create-kpi.mjs +43 -0
- package/dist/actions/create-kpi.mjs.map +1 -0
- package/dist/actions/create-or-update-kpi-entries.cjs +33 -0
- package/dist/actions/create-or-update-kpi-entries.cjs.map +1 -0
- package/dist/actions/create-or-update-kpi-entries.d.cts +9 -0
- package/dist/actions/create-or-update-kpi-entries.d.cts.map +1 -0
- package/dist/actions/create-or-update-kpi-entries.d.mts +9 -0
- package/dist/actions/create-or-update-kpi-entries.d.mts.map +1 -0
- package/dist/actions/create-or-update-kpi-entries.mjs +30 -0
- package/dist/actions/create-or-update-kpi-entries.mjs.map +1 -0
- package/dist/actions/create-user.cjs +41 -0
- package/dist/actions/create-user.cjs.map +1 -0
- package/dist/actions/create-user.d.cts +9 -0
- package/dist/actions/create-user.d.cts.map +1 -0
- package/dist/actions/create-user.d.mts +9 -0
- package/dist/actions/create-user.d.mts.map +1 -0
- package/dist/actions/create-user.mjs +38 -0
- package/dist/actions/create-user.mjs.map +1 -0
- package/dist/actions/delete-category-kpi.cjs +19 -0
- package/dist/actions/delete-category-kpi.cjs.map +1 -0
- package/dist/actions/delete-category-kpi.d.cts +9 -0
- package/dist/actions/delete-category-kpi.d.cts.map +1 -0
- package/dist/actions/delete-category-kpi.d.mts +9 -0
- package/dist/actions/delete-category-kpi.d.mts.map +1 -0
- package/dist/actions/delete-category-kpi.mjs +16 -0
- package/dist/actions/delete-category-kpi.mjs.map +1 -0
- package/dist/actions/delete-group-item.cjs +22 -0
- package/dist/actions/delete-group-item.cjs.map +1 -0
- package/dist/actions/delete-group-item.d.cts +9 -0
- package/dist/actions/delete-group-item.d.cts.map +1 -0
- package/dist/actions/delete-group-item.d.mts +9 -0
- package/dist/actions/delete-group-item.d.mts.map +1 -0
- package/dist/actions/delete-group-item.mjs +19 -0
- package/dist/actions/delete-group-item.mjs.map +1 -0
- package/dist/actions/delete-group.cjs +19 -0
- package/dist/actions/delete-group.cjs.map +1 -0
- package/dist/actions/delete-group.d.cts +9 -0
- package/dist/actions/delete-group.d.cts.map +1 -0
- package/dist/actions/delete-group.d.mts +9 -0
- package/dist/actions/delete-group.d.mts.map +1 -0
- package/dist/actions/delete-group.mjs +16 -0
- package/dist/actions/delete-group.mjs.map +1 -0
- package/dist/actions/delete-kpi-category.cjs +20 -0
- package/dist/actions/delete-kpi-category.cjs.map +1 -0
- package/dist/actions/delete-kpi-category.d.cts +9 -0
- package/dist/actions/delete-kpi-category.d.cts.map +1 -0
- package/dist/actions/delete-kpi-category.d.mts +9 -0
- package/dist/actions/delete-kpi-category.d.mts.map +1 -0
- package/dist/actions/delete-kpi-category.mjs +17 -0
- package/dist/actions/delete-kpi-category.mjs.map +1 -0
- package/dist/actions/delete-kpi-entry.cjs +16 -0
- package/dist/actions/delete-kpi-entry.cjs.map +1 -0
- package/dist/actions/delete-kpi-entry.d.cts +9 -0
- package/dist/actions/delete-kpi-entry.d.cts.map +1 -0
- package/dist/actions/delete-kpi-entry.d.mts +9 -0
- package/dist/actions/delete-kpi-entry.d.mts.map +1 -0
- package/dist/actions/delete-kpi-entry.mjs +13 -0
- package/dist/actions/delete-kpi-entry.mjs.map +1 -0
- package/dist/actions/delete-kpi-unit.cjs +20 -0
- package/dist/actions/delete-kpi-unit.cjs.map +1 -0
- package/dist/actions/delete-kpi-unit.d.cts +9 -0
- package/dist/actions/delete-kpi-unit.d.cts.map +1 -0
- package/dist/actions/delete-kpi-unit.d.mts +9 -0
- package/dist/actions/delete-kpi-unit.d.mts.map +1 -0
- package/dist/actions/delete-kpi-unit.mjs +17 -0
- package/dist/actions/delete-kpi-unit.mjs.map +1 -0
- package/dist/actions/delete-kpi.cjs +19 -0
- package/dist/actions/delete-kpi.cjs.map +1 -0
- package/dist/actions/delete-kpi.d.cts +9 -0
- package/dist/actions/delete-kpi.d.cts.map +1 -0
- package/dist/actions/delete-kpi.d.mts +9 -0
- package/dist/actions/delete-kpi.d.mts.map +1 -0
- package/dist/actions/delete-kpi.mjs +16 -0
- package/dist/actions/delete-kpi.mjs.map +1 -0
- package/dist/actions/delete-user-group-item.cjs +19 -0
- package/dist/actions/delete-user-group-item.cjs.map +1 -0
- package/dist/actions/delete-user-group-item.d.cts +9 -0
- package/dist/actions/delete-user-group-item.d.cts.map +1 -0
- package/dist/actions/delete-user-group-item.d.mts +9 -0
- package/dist/actions/delete-user-group-item.d.mts.map +1 -0
- package/dist/actions/delete-user-group-item.mjs +16 -0
- package/dist/actions/delete-user-group-item.mjs.map +1 -0
- package/dist/actions/delete-user-kpi.cjs +22 -0
- package/dist/actions/delete-user-kpi.cjs.map +1 -0
- package/dist/actions/delete-user-kpi.d.cts +9 -0
- package/dist/actions/delete-user-kpi.d.cts.map +1 -0
- package/dist/actions/delete-user-kpi.d.mts +9 -0
- package/dist/actions/delete-user-kpi.d.mts.map +1 -0
- package/dist/actions/delete-user-kpi.mjs +19 -0
- package/dist/actions/delete-user-kpi.mjs.map +1 -0
- package/dist/actions/delete-user.cjs +19 -0
- package/dist/actions/delete-user.cjs.map +1 -0
- package/dist/actions/delete-user.d.cts +9 -0
- package/dist/actions/delete-user.d.cts.map +1 -0
- package/dist/actions/delete-user.d.mts +9 -0
- package/dist/actions/delete-user.d.mts.map +1 -0
- package/dist/actions/delete-user.mjs +16 -0
- package/dist/actions/delete-user.mjs.map +1 -0
- package/dist/actions/get-all-data-entries.cjs +40 -0
- package/dist/actions/get-all-data-entries.cjs.map +1 -0
- package/dist/actions/get-all-data-entries.d.cts +9 -0
- package/dist/actions/get-all-data-entries.d.cts.map +1 -0
- package/dist/actions/get-all-data-entries.d.mts +9 -0
- package/dist/actions/get-all-data-entries.d.mts.map +1 -0
- package/dist/actions/get-all-data-entries.mjs +39 -0
- package/dist/actions/get-all-data-entries.mjs.map +1 -0
- package/dist/actions/get-category-kpi.cjs +35 -0
- package/dist/actions/get-category-kpi.cjs.map +1 -0
- package/dist/actions/get-category-kpi.d.cts +9 -0
- package/dist/actions/get-category-kpi.d.cts.map +1 -0
- package/dist/actions/get-category-kpi.d.mts +9 -0
- package/dist/actions/get-category-kpi.d.mts.map +1 -0
- package/dist/actions/get-category-kpi.mjs +32 -0
- package/dist/actions/get-category-kpi.mjs.map +1 -0
- package/dist/actions/get-group-item.cjs +26 -0
- package/dist/actions/get-group-item.cjs.map +1 -0
- package/dist/actions/get-group-item.d.cts +9 -0
- package/dist/actions/get-group-item.d.cts.map +1 -0
- package/dist/actions/get-group-item.d.mts +9 -0
- package/dist/actions/get-group-item.d.mts.map +1 -0
- package/dist/actions/get-group-item.mjs +23 -0
- package/dist/actions/get-group-item.mjs.map +1 -0
- package/dist/actions/get-group.cjs +22 -0
- package/dist/actions/get-group.cjs.map +1 -0
- package/dist/actions/get-group.d.cts +9 -0
- package/dist/actions/get-group.d.cts.map +1 -0
- package/dist/actions/get-group.d.mts +9 -0
- package/dist/actions/get-group.d.mts.map +1 -0
- package/dist/actions/get-group.mjs +19 -0
- package/dist/actions/get-group.mjs.map +1 -0
- package/dist/actions/get-kpi-category.cjs +22 -0
- package/dist/actions/get-kpi-category.cjs.map +1 -0
- package/dist/actions/get-kpi-category.d.cts +9 -0
- package/dist/actions/get-kpi-category.d.cts.map +1 -0
- package/dist/actions/get-kpi-category.d.mts +9 -0
- package/dist/actions/get-kpi-category.d.mts.map +1 -0
- package/dist/actions/get-kpi-category.mjs +19 -0
- package/dist/actions/get-kpi-category.mjs.map +1 -0
- package/dist/actions/get-kpi-entry.cjs +26 -0
- package/dist/actions/get-kpi-entry.cjs.map +1 -0
- package/dist/actions/get-kpi-entry.d.cts +9 -0
- package/dist/actions/get-kpi-entry.d.cts.map +1 -0
- package/dist/actions/get-kpi-entry.d.mts +9 -0
- package/dist/actions/get-kpi-entry.d.mts.map +1 -0
- package/dist/actions/get-kpi-entry.mjs +23 -0
- package/dist/actions/get-kpi-entry.mjs.map +1 -0
- package/dist/actions/get-kpi-frequency.cjs +19 -0
- package/dist/actions/get-kpi-frequency.cjs.map +1 -0
- package/dist/actions/get-kpi-frequency.d.cts +9 -0
- package/dist/actions/get-kpi-frequency.d.cts.map +1 -0
- package/dist/actions/get-kpi-frequency.d.mts +9 -0
- package/dist/actions/get-kpi-frequency.d.mts.map +1 -0
- package/dist/actions/get-kpi-frequency.mjs +16 -0
- package/dist/actions/get-kpi-frequency.mjs.map +1 -0
- package/dist/actions/get-kpi-icon.cjs +19 -0
- package/dist/actions/get-kpi-icon.cjs.map +1 -0
- package/dist/actions/get-kpi-icon.d.cts +9 -0
- package/dist/actions/get-kpi-icon.d.cts.map +1 -0
- package/dist/actions/get-kpi-icon.d.mts +9 -0
- package/dist/actions/get-kpi-icon.d.mts.map +1 -0
- package/dist/actions/get-kpi-icon.mjs +16 -0
- package/dist/actions/get-kpi-icon.mjs.map +1 -0
- package/dist/actions/get-kpi-unit.cjs +24 -0
- package/dist/actions/get-kpi-unit.cjs.map +1 -0
- package/dist/actions/get-kpi-unit.d.cts +9 -0
- package/dist/actions/get-kpi-unit.d.cts.map +1 -0
- package/dist/actions/get-kpi-unit.d.mts +9 -0
- package/dist/actions/get-kpi-unit.d.mts.map +1 -0
- package/dist/actions/get-kpi-unit.mjs +21 -0
- package/dist/actions/get-kpi-unit.mjs.map +1 -0
- package/dist/actions/get-kpi.cjs +32 -0
- package/dist/actions/get-kpi.cjs.map +1 -0
- package/dist/actions/get-kpi.d.cts +9 -0
- package/dist/actions/get-kpi.d.cts.map +1 -0
- package/dist/actions/get-kpi.d.mts +9 -0
- package/dist/actions/get-kpi.d.mts.map +1 -0
- package/dist/actions/get-kpi.mjs +29 -0
- package/dist/actions/get-kpi.mjs.map +1 -0
- package/dist/actions/get-user-group-item.cjs +26 -0
- package/dist/actions/get-user-group-item.cjs.map +1 -0
- package/dist/actions/get-user-group-item.d.cts +9 -0
- package/dist/actions/get-user-group-item.d.cts.map +1 -0
- package/dist/actions/get-user-group-item.d.mts +9 -0
- package/dist/actions/get-user-group-item.d.mts.map +1 -0
- package/dist/actions/get-user-group-item.mjs +23 -0
- package/dist/actions/get-user-group-item.mjs.map +1 -0
- package/dist/actions/get-user-kpi.cjs +26 -0
- package/dist/actions/get-user-kpi.cjs.map +1 -0
- package/dist/actions/get-user-kpi.d.cts +9 -0
- package/dist/actions/get-user-kpi.d.cts.map +1 -0
- package/dist/actions/get-user-kpi.d.mts +9 -0
- package/dist/actions/get-user-kpi.d.mts.map +1 -0
- package/dist/actions/get-user-kpi.mjs +23 -0
- package/dist/actions/get-user-kpi.mjs.map +1 -0
- package/dist/actions/get-user.cjs +30 -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 +27 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/index.cjs +103 -0
- package/dist/actions/index.d.cts +52 -0
- package/dist/actions/index.d.mts +52 -0
- package/dist/actions/index.mjs +52 -0
- package/dist/actions/list-category-kpis.cjs +33 -0
- package/dist/actions/list-category-kpis.cjs.map +1 -0
- package/dist/actions/list-category-kpis.d.cts +9 -0
- package/dist/actions/list-category-kpis.d.cts.map +1 -0
- package/dist/actions/list-category-kpis.d.mts +9 -0
- package/dist/actions/list-category-kpis.d.mts.map +1 -0
- package/dist/actions/list-category-kpis.mjs +32 -0
- package/dist/actions/list-category-kpis.mjs.map +1 -0
- package/dist/actions/list-group-items.cjs +24 -0
- package/dist/actions/list-group-items.cjs.map +1 -0
- package/dist/actions/list-group-items.d.cts +9 -0
- package/dist/actions/list-group-items.d.cts.map +1 -0
- package/dist/actions/list-group-items.d.mts +9 -0
- package/dist/actions/list-group-items.d.mts.map +1 -0
- package/dist/actions/list-group-items.mjs +23 -0
- package/dist/actions/list-group-items.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +23 -0
- package/dist/actions/list-groups.cjs.map +1 -0
- package/dist/actions/list-groups.d.cts +9 -0
- package/dist/actions/list-groups.d.cts.map +1 -0
- package/dist/actions/list-groups.d.mts +9 -0
- package/dist/actions/list-groups.d.mts.map +1 -0
- package/dist/actions/list-groups.mjs +22 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-kpi-categories.cjs +23 -0
- package/dist/actions/list-kpi-categories.cjs.map +1 -0
- package/dist/actions/list-kpi-categories.d.cts +9 -0
- package/dist/actions/list-kpi-categories.d.cts.map +1 -0
- package/dist/actions/list-kpi-categories.d.mts +9 -0
- package/dist/actions/list-kpi-categories.d.mts.map +1 -0
- package/dist/actions/list-kpi-categories.mjs +22 -0
- package/dist/actions/list-kpi-categories.mjs.map +1 -0
- package/dist/actions/list-kpi-entries.cjs +34 -0
- package/dist/actions/list-kpi-entries.cjs.map +1 -0
- package/dist/actions/list-kpi-entries.d.cts +9 -0
- package/dist/actions/list-kpi-entries.d.cts.map +1 -0
- package/dist/actions/list-kpi-entries.d.mts +9 -0
- package/dist/actions/list-kpi-entries.d.mts.map +1 -0
- package/dist/actions/list-kpi-entries.mjs +33 -0
- package/dist/actions/list-kpi-entries.mjs.map +1 -0
- package/dist/actions/list-kpi-frequencies.cjs +20 -0
- package/dist/actions/list-kpi-frequencies.cjs.map +1 -0
- package/dist/actions/list-kpi-frequencies.d.cts +9 -0
- package/dist/actions/list-kpi-frequencies.d.cts.map +1 -0
- package/dist/actions/list-kpi-frequencies.d.mts +9 -0
- package/dist/actions/list-kpi-frequencies.d.mts.map +1 -0
- package/dist/actions/list-kpi-frequencies.mjs +19 -0
- package/dist/actions/list-kpi-frequencies.mjs.map +1 -0
- package/dist/actions/list-kpi-icons.cjs +22 -0
- package/dist/actions/list-kpi-icons.cjs.map +1 -0
- package/dist/actions/list-kpi-icons.d.cts +9 -0
- package/dist/actions/list-kpi-icons.d.cts.map +1 -0
- package/dist/actions/list-kpi-icons.d.mts +9 -0
- package/dist/actions/list-kpi-icons.d.mts.map +1 -0
- package/dist/actions/list-kpi-icons.mjs +21 -0
- package/dist/actions/list-kpi-icons.mjs.map +1 -0
- package/dist/actions/list-kpi-units.cjs +25 -0
- package/dist/actions/list-kpi-units.cjs.map +1 -0
- package/dist/actions/list-kpi-units.d.cts +9 -0
- package/dist/actions/list-kpi-units.d.cts.map +1 -0
- package/dist/actions/list-kpi-units.d.mts +9 -0
- package/dist/actions/list-kpi-units.d.mts.map +1 -0
- package/dist/actions/list-kpi-units.mjs +24 -0
- package/dist/actions/list-kpi-units.mjs.map +1 -0
- package/dist/actions/list-kpis.cjs +33 -0
- package/dist/actions/list-kpis.cjs.map +1 -0
- package/dist/actions/list-kpis.d.cts +9 -0
- package/dist/actions/list-kpis.d.cts.map +1 -0
- package/dist/actions/list-kpis.d.mts +9 -0
- package/dist/actions/list-kpis.d.mts.map +1 -0
- package/dist/actions/list-kpis.mjs +32 -0
- package/dist/actions/list-kpis.mjs.map +1 -0
- package/dist/actions/list-user-group-items.cjs +24 -0
- package/dist/actions/list-user-group-items.cjs.map +1 -0
- package/dist/actions/list-user-group-items.d.cts +9 -0
- package/dist/actions/list-user-group-items.d.cts.map +1 -0
- package/dist/actions/list-user-group-items.d.mts +9 -0
- package/dist/actions/list-user-group-items.d.mts.map +1 -0
- package/dist/actions/list-user-group-items.mjs +23 -0
- package/dist/actions/list-user-group-items.mjs.map +1 -0
- package/dist/actions/list-user-kpis.cjs +24 -0
- package/dist/actions/list-user-kpis.cjs.map +1 -0
- package/dist/actions/list-user-kpis.d.cts +9 -0
- package/dist/actions/list-user-kpis.d.cts.map +1 -0
- package/dist/actions/list-user-kpis.d.mts +9 -0
- package/dist/actions/list-user-kpis.d.mts.map +1 -0
- package/dist/actions/list-user-kpis.mjs +23 -0
- package/dist/actions/list-user-kpis.mjs.map +1 -0
- package/dist/actions/update-category-kpi.cjs +54 -0
- package/dist/actions/update-category-kpi.cjs.map +1 -0
- package/dist/actions/update-category-kpi.d.cts +9 -0
- package/dist/actions/update-category-kpi.d.cts.map +1 -0
- package/dist/actions/update-category-kpi.d.mts +9 -0
- package/dist/actions/update-category-kpi.d.mts.map +1 -0
- package/dist/actions/update-category-kpi.mjs +51 -0
- package/dist/actions/update-category-kpi.mjs.map +1 -0
- package/dist/actions/update-group-item.cjs +26 -0
- package/dist/actions/update-group-item.cjs.map +1 -0
- package/dist/actions/update-group-item.d.cts +9 -0
- package/dist/actions/update-group-item.d.cts.map +1 -0
- package/dist/actions/update-group-item.d.mts +9 -0
- package/dist/actions/update-group-item.d.mts.map +1 -0
- package/dist/actions/update-group-item.mjs +23 -0
- package/dist/actions/update-group-item.mjs.map +1 -0
- package/dist/actions/update-group.cjs +24 -0
- package/dist/actions/update-group.cjs.map +1 -0
- package/dist/actions/update-group.d.cts +9 -0
- package/dist/actions/update-group.d.cts.map +1 -0
- package/dist/actions/update-group.d.mts +9 -0
- package/dist/actions/update-group.d.mts.map +1 -0
- package/dist/actions/update-group.mjs +21 -0
- package/dist/actions/update-group.mjs.map +1 -0
- package/dist/actions/update-kpi-entry.cjs +34 -0
- package/dist/actions/update-kpi-entry.cjs.map +1 -0
- package/dist/actions/update-kpi-entry.d.cts +9 -0
- package/dist/actions/update-kpi-entry.d.cts.map +1 -0
- package/dist/actions/update-kpi-entry.d.mts +9 -0
- package/dist/actions/update-kpi-entry.d.mts.map +1 -0
- package/dist/actions/update-kpi-entry.mjs +31 -0
- package/dist/actions/update-kpi-entry.mjs.map +1 -0
- package/dist/actions/update-kpi-unit.cjs +28 -0
- package/dist/actions/update-kpi-unit.cjs.map +1 -0
- package/dist/actions/update-kpi-unit.d.cts +9 -0
- package/dist/actions/update-kpi-unit.d.cts.map +1 -0
- package/dist/actions/update-kpi-unit.d.mts +9 -0
- package/dist/actions/update-kpi-unit.d.mts.map +1 -0
- package/dist/actions/update-kpi-unit.mjs +25 -0
- package/dist/actions/update-kpi-unit.mjs.map +1 -0
- package/dist/actions/update-kpi.cjs +52 -0
- package/dist/actions/update-kpi.cjs.map +1 -0
- package/dist/actions/update-kpi.d.cts +9 -0
- package/dist/actions/update-kpi.d.cts.map +1 -0
- package/dist/actions/update-kpi.d.mts +9 -0
- package/dist/actions/update-kpi.d.mts.map +1 -0
- package/dist/actions/update-kpi.mjs +49 -0
- package/dist/actions/update-kpi.mjs.map +1 -0
- package/dist/actions/update-user.cjs +34 -0
- package/dist/actions/update-user.cjs.map +1 -0
- package/dist/actions/update-user.d.cts +9 -0
- package/dist/actions/update-user.d.cts.map +1 -0
- package/dist/actions/update-user.d.mts +9 -0
- package/dist/actions/update-user.d.mts.map +1 -0
- package/dist/actions/update-user.mjs +31 -0
- package/dist/actions/update-user.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 +108 -0
- package/dist/index.d.cts +54 -0
- package/dist/index.d.mts +54 -0
- package/dist/index.mjs +55 -0
- package/package.json +49 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiCreateUser = action("SIMPLEKPI_CREATE_USER", {
|
|
4
|
+
slug: "simplekpi-create-user",
|
|
5
|
+
name: "Create User",
|
|
6
|
+
description: "Tool to create a new user account in SimpleKPI. Use when you need to add a new user with specific permissions and access levels.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("Valid email address for login"),
|
|
9
|
+
password: z.string().describe("Password for new user. Must be at least 8 characters long"),
|
|
10
|
+
last_name: z.string().describe("Last name of user (optional)").optional(),
|
|
11
|
+
user_type: z.enum([
|
|
12
|
+
"Admin",
|
|
13
|
+
"Director",
|
|
14
|
+
"Manager",
|
|
15
|
+
"User"
|
|
16
|
+
]).describe("User type: Admin, Director, Manager, or User"),
|
|
17
|
+
first_name: z.string().describe("First name of user"),
|
|
18
|
+
user_status_id: z.enum(["A", "L"]).describe("User status: A for Active or L for Locked"),
|
|
19
|
+
can_manage_users: z.boolean().describe("Whether user can manage other users. Relevant for Manager type"),
|
|
20
|
+
can_admin_settings: z.boolean().describe("Whether user can access admin settings. Relevant for Admin type")
|
|
21
|
+
}).describe("Request to create a new user in SimpleKPI."),
|
|
22
|
+
output: z.object({
|
|
23
|
+
id: z.number().int().describe("Unique identifier for the newly created user").nullable().optional(),
|
|
24
|
+
email: z.string().describe("Email address of the user").nullable().optional(),
|
|
25
|
+
last_name: z.string().describe("Last name of the user").nullable().optional(),
|
|
26
|
+
user_type: z.string().describe("User type (Admin, Director, Manager, or User)").nullable().optional(),
|
|
27
|
+
created_at: z.string().describe("Timestamp when the user was created").nullable().optional(),
|
|
28
|
+
first_name: z.string().describe("First name of the user").nullable().optional(),
|
|
29
|
+
updated_at: z.string().describe("Timestamp when the user was last updated").nullable().optional(),
|
|
30
|
+
user_status_id: z.string().describe("User status (A for Active, L for Locked)").nullable().optional(),
|
|
31
|
+
can_manage_users: z.boolean().describe("Whether user can manage other users").nullable().optional(),
|
|
32
|
+
can_admin_settings: z.boolean().describe("Whether user can access admin settings").nullable().optional()
|
|
33
|
+
}).describe("Response containing created user details.")
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { simplekpiCreateUser };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=create-user.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-user.mjs","names":[],"sources":["../../src/actions/create-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiCreateUserInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Valid email address for login\"),\n password: z.string().describe(\"Password for new user. Must be at least 8 characters long\"),\n last_name: z.string().describe(\"Last name of user (optional)\").optional(),\n user_type: z.enum([\"Admin\", \"Director\", \"Manager\", \"User\"]).describe(\"User type: Admin, Director, Manager, or User\"),\n first_name: z.string().describe(\"First name of user\"),\n user_status_id: z.enum([\"A\", \"L\"]).describe(\"User status: A for Active or L for Locked\"),\n can_manage_users: z.boolean().describe(\"Whether user can manage other users. Relevant for Manager type\"),\n can_admin_settings: z.boolean().describe(\"Whether user can access admin settings. Relevant for Admin type\"),\n}).describe(\"Request to create a new user in SimpleKPI.\");\nexport const SimplekpiCreateUserOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the newly created user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the user\").nullable().optional(),\n user_type: z.string().describe(\"User type (Admin, Director, Manager, or User)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the user was created\").nullable().optional(),\n first_name: z.string().describe(\"First name of the user\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the user was last updated\").nullable().optional(),\n user_status_id: z.string().describe(\"User status (A for Active, L for Locked)\").nullable().optional(),\n can_manage_users: z.boolean().describe(\"Whether user can manage other users\").nullable().optional(),\n can_admin_settings: z.boolean().describe(\"Whether user can access admin settings\").nullable().optional(),\n}).describe(\"Response containing created user details.\");\n\nexport const simplekpiCreateUser = action(\"SIMPLEKPI_CREATE_USER\", {\n slug: \"simplekpi-create-user\",\n name: \"Create User\",\n description: \"Tool to create a new user account in SimpleKPI. Use when you need to add a new user with specific permissions and access levels.\",\n input: SimplekpiCreateUserInput,\n output: SimplekpiCreateUserOutput,\n});\n"],"mappings":";;AA2BA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BoD,EAAE,OAAO;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACxE,WAAW,EAAE,KAAK;GAAC;GAAS;GAAY;GAAW;EAAM,CAAC,CAAC,CAAC,SAAS,8CAA8C;EACnH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EACpD,gBAAgB,EAAE,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,SAAS,2CAA2C;EACvF,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE;EACvG,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CAC5G,CAAC,CAAC,CAAC,SAAS,4CAkBH;CACP,QAlBqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-category-kpi.ts
|
|
4
|
+
const SimplekpiDeleteCategoryKpiInput = zod.z.object({
|
|
5
|
+
id: zod.z.number().int().describe("The ID of the KPI to delete from the category"),
|
|
6
|
+
category_id: zod.z.number().int().describe("The ID of the category containing the KPI")
|
|
7
|
+
}).describe("Request parameters for deleting a KPI from a category.");
|
|
8
|
+
const SimplekpiDeleteCategoryKpiOutput = zod.z.object({}).describe("Empty response for successful KPI deletion.");
|
|
9
|
+
const simplekpiDeleteCategoryKpi = require_action.action("SIMPLEKPI_DELETE_CATEGORY_KPI", {
|
|
10
|
+
slug: "simplekpi-delete-category-kpi",
|
|
11
|
+
name: "Delete Category KPI",
|
|
12
|
+
description: "Tool to delete a KPI from a category. Use when you need to remove a specific KPI from a category.",
|
|
13
|
+
input: SimplekpiDeleteCategoryKpiInput,
|
|
14
|
+
output: SimplekpiDeleteCategoryKpiOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.simplekpiDeleteCategoryKpi = simplekpiDeleteCategoryKpi;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-category-kpi.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-category-kpi.cjs","names":["z","action"],"sources":["../../src/actions/delete-category-kpi.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteCategoryKpiInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the KPI to delete from the category\"),\n category_id: z.number().int().describe(\"The ID of the category containing the KPI\"),\n}).describe(\"Request parameters for deleting a KPI from a category.\");\nexport const SimplekpiDeleteCategoryKpiOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful KPI deletion.\");\n\nexport const simplekpiDeleteCategoryKpi = action(\"SIMPLEKPI_DELETE_CATEGORY_KPI\", {\n slug: \"simplekpi-delete-category-kpi\",\n name: \"Delete Category KPI\",\n description: \"Tool to delete a KPI from a category. Use when you need to remove a specific KPI from a category.\",\n input: SimplekpiDeleteCategoryKpiInput,\n output: SimplekpiDeleteCategoryKpiOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAC7E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;AACpF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEjI,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-category-kpi.d.ts
|
|
4
|
+
declare const SimplekpiDeleteCategoryKpiInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteCategoryKpiOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteCategoryKpi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteCategoryKpi };
|
|
9
|
+
//# sourceMappingURL=delete-category-kpi.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-category-kpi.d.cts","names":[],"sources":["../../src/actions/delete-category-kpi.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGqB;AAAA,cACxD,gCAAA,EAAkC,CAAA,CAAE,UAAiF;AAAA,cAErH,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-category-kpi.d.ts
|
|
4
|
+
declare const SimplekpiDeleteCategoryKpiInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteCategoryKpiOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteCategoryKpi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteCategoryKpi };
|
|
9
|
+
//# sourceMappingURL=delete-category-kpi.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-category-kpi.d.mts","names":[],"sources":["../../src/actions/delete-category-kpi.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGqB;AAAA,cACxD,gCAAA,EAAkC,CAAA,CAAE,UAAiF;AAAA,cAErH,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiDeleteCategoryKpi = action("SIMPLEKPI_DELETE_CATEGORY_KPI", {
|
|
4
|
+
slug: "simplekpi-delete-category-kpi",
|
|
5
|
+
name: "Delete Category KPI",
|
|
6
|
+
description: "Tool to delete a KPI from a category. Use when you need to remove a specific KPI from a category.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.number().int().describe("The ID of the KPI to delete from the category"),
|
|
9
|
+
category_id: z.number().int().describe("The ID of the category containing the KPI")
|
|
10
|
+
}).describe("Request parameters for deleting a KPI from a category."),
|
|
11
|
+
output: z.object({}).describe("Empty response for successful KPI deletion.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { simplekpiDeleteCategoryKpi };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-category-kpi.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-category-kpi.mjs","names":[],"sources":["../../src/actions/delete-category-kpi.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteCategoryKpiInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the KPI to delete from the category\"),\n category_id: z.number().int().describe(\"The ID of the category containing the KPI\"),\n}).describe(\"Request parameters for deleting a KPI from a category.\");\nexport const SimplekpiDeleteCategoryKpiOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful KPI deletion.\");\n\nexport const simplekpiDeleteCategoryKpi = action(\"SIMPLEKPI_DELETE_CATEGORY_KPI\", {\n slug: \"simplekpi-delete-category-kpi\",\n name: \"Delete Category KPI\",\n description: \"Tool to delete a KPI from a category. Use when you need to remove a specific KPI from a category.\",\n input: SimplekpiDeleteCategoryKpiInput,\n output: SimplekpiDeleteCategoryKpiOutput,\n});\n"],"mappings":";;AAUA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACpF,CAAC,CAAC,CAAC,SAAS,wDAOH;CACP,QAP4D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6CAO1E;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-group-item.ts
|
|
4
|
+
const SimplekpiDeleteGroupItemInput = zod.z.object({
|
|
5
|
+
id: zod.z.number().int().describe("The ID of the group item to delete"),
|
|
6
|
+
group_id: zod.z.number().int().describe("The ID of the group containing the item to delete")
|
|
7
|
+
});
|
|
8
|
+
const SimplekpiDeleteGroupItemOutput = zod.z.object({
|
|
9
|
+
message: zod.z.string().describe("A message describing the result of the deletion operation"),
|
|
10
|
+
success: zod.z.boolean().describe("Indicates whether the group item was successfully deleted")
|
|
11
|
+
});
|
|
12
|
+
const simplekpiDeleteGroupItem = require_action.action("SIMPLEKPI_DELETE_GROUP_ITEM", {
|
|
13
|
+
slug: "simplekpi-delete-group-item",
|
|
14
|
+
name: "Delete Group Item",
|
|
15
|
+
description: "Tool to delete a group item by ID. Use when you need to remove an item from a specific group.",
|
|
16
|
+
input: SimplekpiDeleteGroupItemInput,
|
|
17
|
+
output: SimplekpiDeleteGroupItemOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.simplekpiDeleteGroupItem = simplekpiDeleteGroupItem;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=delete-group-item.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group-item.cjs","names":["z","action"],"sources":["../../src/actions/delete-group-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteGroupItemInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the group item to delete\"),\n group_id: z.number().int().describe(\"The ID of the group containing the item to delete\"),\n});\nexport const SimplekpiDeleteGroupItemOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"A message describing the result of the deletion operation\"),\n success: z.boolean().describe(\"Indicates whether the group item was successfully deleted\"),\n});\n\nexport const simplekpiDeleteGroupItem = action(\"SIMPLEKPI_DELETE_GROUP_ITEM\", {\n slug: \"simplekpi-delete-group-item\",\n name: \"Delete Group Item\",\n description: \"Tool to delete a group item by ID. Use when you need to remove an item from a specific group.\",\n input: SimplekpiDeleteGroupItemInput,\n output: SimplekpiDeleteGroupItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;AACzF,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACxF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D;AAC3F,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/delete-group-item.d.ts
|
|
4
|
+
declare const SimplekpiDeleteGroupItemInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteGroupItemOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteGroupItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteGroupItem };
|
|
9
|
+
//# sourceMappingURL=delete-group-item.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group-item.d.cts","names":[],"sources":["../../src/actions/delete-group-item.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-group-item.d.ts
|
|
4
|
+
declare const SimplekpiDeleteGroupItemInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteGroupItemOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteGroupItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteGroupItem };
|
|
9
|
+
//# sourceMappingURL=delete-group-item.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group-item.d.mts","names":[],"sources":["../../src/actions/delete-group-item.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiDeleteGroupItem = action("SIMPLEKPI_DELETE_GROUP_ITEM", {
|
|
4
|
+
slug: "simplekpi-delete-group-item",
|
|
5
|
+
name: "Delete Group Item",
|
|
6
|
+
description: "Tool to delete a group item by ID. Use when you need to remove an item from a specific group.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.number().int().describe("The ID of the group item to delete"),
|
|
9
|
+
group_id: z.number().int().describe("The ID of the group containing the item to delete")
|
|
10
|
+
}),
|
|
11
|
+
output: z.object({
|
|
12
|
+
message: z.string().describe("A message describing the result of the deletion operation"),
|
|
13
|
+
success: z.boolean().describe("Indicates whether the group item was successfully deleted")
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { simplekpiDeleteGroupItem };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-group-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group-item.mjs","names":[],"sources":["../../src/actions/delete-group-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteGroupItemInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the group item to delete\"),\n group_id: z.number().int().describe(\"The ID of the group containing the item to delete\"),\n});\nexport const SimplekpiDeleteGroupItemOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"A message describing the result of the deletion operation\"),\n success: z.boolean().describe(\"Indicates whether the group item was successfully deleted\"),\n});\n\nexport const simplekpiDeleteGroupItem = action(\"SIMPLEKPI_DELETE_GROUP_ITEM\", {\n slug: \"simplekpi-delete-group-item\",\n name: \"Delete Group Item\",\n description: \"Tool to delete a group item by ID. Use when you need to remove an item from a specific group.\",\n input: SimplekpiDeleteGroupItemInput,\n output: SimplekpiDeleteGroupItemOutput,\n});\n"],"mappings":";;AAaA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;EAClE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD;CACzF,CAUS;CACP,QAV0D,EAAE,OAAO;EACnE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACxF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D;CAC3F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-group.ts
|
|
4
|
+
const SimplekpiDeleteGroupInput = zod.z.object({ id: zod.z.number().int().describe("Group ID to delete") }).describe("Request model for deleting a group by ID.");
|
|
5
|
+
const SimplekpiDeleteGroupOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().default("Group deleted successfully").describe("Success message confirming the deletion").nullable().optional(),
|
|
7
|
+
success: zod.z.boolean().default(true).describe("Indicates whether the group was successfully deleted").nullable().optional()
|
|
8
|
+
}).describe("Response model for delete group action.");
|
|
9
|
+
const simplekpiDeleteGroup = require_action.action("SIMPLEKPI_DELETE_GROUP", {
|
|
10
|
+
slug: "simplekpi-delete-group",
|
|
11
|
+
name: "Delete Group",
|
|
12
|
+
description: "Tool to delete a group by ID. Use when you need to permanently remove a group from the system.",
|
|
13
|
+
input: SimplekpiDeleteGroupInput,
|
|
14
|
+
output: SimplekpiDeleteGroupOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.simplekpiDeleteGroup = simplekpiDeleteGroup;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group.cjs","names":["z","action"],"sources":["../../src/actions/delete-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteGroupInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Group ID to delete\"),\n}).describe(\"Request model for deleting a group by ID.\");\nexport const SimplekpiDeleteGroupOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Group deleted successfully\").describe(\"Success message confirming the deletion\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the group was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for delete group action.\");\n\nexport const simplekpiDeleteGroup = action(\"SIMPLEKPI_DELETE_GROUP\", {\n slug: \"simplekpi-delete-group\",\n name: \"Delete Group\",\n description: \"Tool to delete a group by ID. Use when you need to permanently remove a group from the system.\",\n input: SimplekpiDeleteGroupInput,\n output: SimplekpiDeleteGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,EACpD,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,4BAA4B,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-group.d.ts
|
|
4
|
+
declare const SimplekpiDeleteGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteGroup };
|
|
9
|
+
//# sourceMappingURL=delete-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group.d.cts","names":[],"sources":["../../src/actions/delete-group.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEc;AAAA,cAC3C,0BAAA,EAA4B,CAAA,CAAE,UAGW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-group.d.ts
|
|
4
|
+
declare const SimplekpiDeleteGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteGroup };
|
|
9
|
+
//# sourceMappingURL=delete-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group.d.mts","names":[],"sources":["../../src/actions/delete-group.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEc;AAAA,cAC3C,0BAAA,EAA4B,CAAA,CAAE,UAGW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiDeleteGroup = action("SIMPLEKPI_DELETE_GROUP", {
|
|
4
|
+
slug: "simplekpi-delete-group",
|
|
5
|
+
name: "Delete Group",
|
|
6
|
+
description: "Tool to delete a group by ID. Use when you need to permanently remove a group from the system.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("Group ID to delete") }).describe("Request model for deleting a group by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
message: z.string().default("Group deleted successfully").describe("Success message confirming the deletion").nullable().optional(),
|
|
10
|
+
success: z.boolean().default(true).describe("Indicates whether the group was successfully deleted").nullable().optional()
|
|
11
|
+
}).describe("Response model for delete group action.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { simplekpiDeleteGroup };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-group.mjs","names":[],"sources":["../../src/actions/delete-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteGroupInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Group ID to delete\"),\n}).describe(\"Request model for deleting a group by ID.\");\nexport const SimplekpiDeleteGroupOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Group deleted successfully\").describe(\"Success message confirming the deletion\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the group was successfully deleted\").nullable().optional(),\n}).describe(\"Response model for delete group action.\");\n\nexport const simplekpiDeleteGroup = action(\"SIMPLEKPI_DELETE_GROUP\", {\n slug: \"simplekpi-delete-group\",\n name: \"Delete Group\",\n description: \"Tool to delete a group by ID. Use when you need to permanently remove a group from the system.\",\n input: SimplekpiDeleteGroupInput,\n output: SimplekpiDeleteGroupOutput,\n});\n"],"mappings":";;AAYA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZqD,EAAE,OAAO,EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,EACpD,CAAC,CAAC,CAAC,SAAS,2CAUH;CACP,QAVsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,4BAA4B,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-kpi-category.ts
|
|
4
|
+
const SimplekpiDeleteKpiCategoryInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the KPI category to delete.") }).describe("Request model for deleting a KPI category by ID.");
|
|
5
|
+
const SimplekpiDeleteKpiCategoryOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("The ID of the deleted KPI category."),
|
|
7
|
+
message: zod.z.string().describe("Human-readable message describing the result of the operation."),
|
|
8
|
+
success: zod.z.boolean().describe("True if the KPI category was successfully deleted.")
|
|
9
|
+
}).describe("Response model for deleting a KPI category.");
|
|
10
|
+
const simplekpiDeleteKpiCategory = require_action.action("SIMPLEKPI_DELETE_KPI_CATEGORY", {
|
|
11
|
+
slug: "simplekpi-delete-kpi-category",
|
|
12
|
+
name: "Delete KPI Category",
|
|
13
|
+
description: "Tool to delete a KPI category by its ID. Use when you need to remove a KPI category from the system.",
|
|
14
|
+
input: SimplekpiDeleteKpiCategoryInput,
|
|
15
|
+
output: SimplekpiDeleteKpiCategoryOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.simplekpiDeleteKpiCategory = simplekpiDeleteKpiCategory;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=delete-kpi-category.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-category.cjs","names":["z","action"],"sources":["../../src/actions/delete-kpi-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiCategoryInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the KPI category to delete.\"),\n}).describe(\"Request model for deleting a KPI category by ID.\");\nexport const SimplekpiDeleteKpiCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the deleted KPI category.\"),\n message: z.string().describe(\"Human-readable message describing the result of the operation.\"),\n success: z.boolean().describe(\"True if the KPI category was successfully deleted.\"),\n}).describe(\"Response model for deleting a KPI category.\");\n\nexport const simplekpiDeleteKpiCategory = action(\"SIMPLEKPI_DELETE_KPI_CATEGORY\", {\n slug: \"simplekpi-delete-kpi-category\",\n name: \"Delete KPI Category\",\n description: \"Tool to delete a KPI category by its ID. Use when you need to remove a KPI category from the system.\",\n input: SimplekpiDeleteKpiCategoryInput,\n output: SimplekpiDeleteKpiCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,EACtF,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC7F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;AACpF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-kpi-category.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiCategoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiCategoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpiCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpiCategory };
|
|
9
|
+
//# sourceMappingURL=delete-kpi-category.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-category.d.cts","names":[],"sources":["../../src/actions/delete-kpi-category.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEe;AAAA,cAClD,gCAAA,EAAkC,CAAA,CAAE,UAIS;AAAA,cAE7C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-kpi-category.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiCategoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiCategoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpiCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpiCategory };
|
|
9
|
+
//# sourceMappingURL=delete-kpi-category.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-category.d.mts","names":[],"sources":["../../src/actions/delete-kpi-category.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEe;AAAA,cAClD,gCAAA,EAAkC,CAAA,CAAE,UAIS;AAAA,cAE7C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiDeleteKpiCategory = action("SIMPLEKPI_DELETE_KPI_CATEGORY", {
|
|
4
|
+
slug: "simplekpi-delete-kpi-category",
|
|
5
|
+
name: "Delete KPI Category",
|
|
6
|
+
description: "Tool to delete a KPI category by its ID. Use when you need to remove a KPI category from the system.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The unique identifier of the KPI category to delete.") }).describe("Request model for deleting a KPI category by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("The ID of the deleted KPI category."),
|
|
10
|
+
message: z.string().describe("Human-readable message describing the result of the operation."),
|
|
11
|
+
success: z.boolean().describe("True if the KPI category was successfully deleted.")
|
|
12
|
+
}).describe("Response model for deleting a KPI category.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { simplekpiDeleteKpiCategory };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=delete-kpi-category.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-category.mjs","names":[],"sources":["../../src/actions/delete-kpi-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiCategoryInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the KPI category to delete.\"),\n}).describe(\"Request model for deleting a KPI category by ID.\");\nexport const SimplekpiDeleteKpiCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the deleted KPI category.\"),\n message: z.string().describe(\"Human-readable message describing the result of the operation.\"),\n success: z.boolean().describe(\"True if the KPI category was successfully deleted.\"),\n}).describe(\"Response model for deleting a KPI category.\");\n\nexport const simplekpiDeleteKpiCategory = action(\"SIMPLEKPI_DELETE_KPI_CATEGORY\", {\n slug: \"simplekpi-delete-kpi-category\",\n name: \"Delete KPI Category\",\n description: \"Tool to delete a KPI category by its ID. Use when you need to remove a KPI category from the system.\",\n input: SimplekpiDeleteKpiCategoryInput,\n output: SimplekpiDeleteKpiCategoryOutput,\n});\n"],"mappings":";;AAaA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb2D,EAAE,OAAO,EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,EACtF,CAAC,CAAC,CAAC,SAAS,kDAWH;CACP,QAX4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;EACnE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAC7F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;CACpF,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-kpi-entry.ts
|
|
4
|
+
const SimplekpiDeleteKpiEntryInput = zod.z.object({ kpientryid: zod.z.number().int().describe("The unique identifier of the KPI entry to delete") }).describe("Request parameters for deleting a KPI entry.");
|
|
5
|
+
const SimplekpiDeleteKpiEntryOutput = zod.z.object({}).describe("Empty response for successful KPI entry deletion.");
|
|
6
|
+
const simplekpiDeleteKpiEntry = require_action.action("SIMPLEKPI_DELETE_KPI_ENTRY", {
|
|
7
|
+
slug: "simplekpi-delete-kpi-entry",
|
|
8
|
+
name: "Delete KPI Entry",
|
|
9
|
+
description: "Tool to delete a KPI entry by ID. Use when you need to permanently remove a specific KPI entry from the system.",
|
|
10
|
+
input: SimplekpiDeleteKpiEntryInput,
|
|
11
|
+
output: SimplekpiDeleteKpiEntryOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.simplekpiDeleteKpiEntry = simplekpiDeleteKpiEntry;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=delete-kpi-entry.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-entry.cjs","names":["z","action"],"sources":["../../src/actions/delete-kpi-entry.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiEntryInput: z.ZodTypeAny = z.object({\n kpientryid: z.number().int().describe(\"The unique identifier of the KPI entry to delete\"),\n}).describe(\"Request parameters for deleting a KPI entry.\");\nexport const SimplekpiDeleteKpiEntryOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful KPI entry deletion.\");\n\nexport const simplekpiDeleteKpiEntry = action(\"SIMPLEKPI_DELETE_KPI_ENTRY\", {\n slug: \"simplekpi-delete-kpi-entry\",\n name: \"Delete KPI Entry\",\n description: \"Tool to delete a KPI entry by ID. Use when you need to permanently remove a specific KPI entry from the system.\",\n input: SimplekpiDeleteKpiEntryInput,\n output: SimplekpiDeleteKpiEntryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC1F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAEpI,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/delete-kpi-entry.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiEntryInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiEntryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpiEntry: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpiEntry };
|
|
9
|
+
//# sourceMappingURL=delete-kpi-entry.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-entry.d.cts","names":[],"sources":["../../src/actions/delete-kpi-entry.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEc;AAAA,cAC9C,6BAAA,EAA+B,CAAA,CAAE,UAAuF;AAAA,cAExH,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-kpi-entry.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiEntryInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiEntryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpiEntry: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpiEntry };
|
|
9
|
+
//# sourceMappingURL=delete-kpi-entry.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-entry.d.mts","names":[],"sources":["../../src/actions/delete-kpi-entry.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEc;AAAA,cAC9C,6BAAA,EAA+B,CAAA,CAAE,UAAuF;AAAA,cAExH,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiDeleteKpiEntry = action("SIMPLEKPI_DELETE_KPI_ENTRY", {
|
|
4
|
+
slug: "simplekpi-delete-kpi-entry",
|
|
5
|
+
name: "Delete KPI Entry",
|
|
6
|
+
description: "Tool to delete a KPI entry by ID. Use when you need to permanently remove a specific KPI entry from the system.",
|
|
7
|
+
input: z.object({ kpientryid: z.number().int().describe("The unique identifier of the KPI entry to delete") }).describe("Request parameters for deleting a KPI entry."),
|
|
8
|
+
output: z.object({}).describe("Empty response for successful KPI entry deletion.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { simplekpiDeleteKpiEntry };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=delete-kpi-entry.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-entry.mjs","names":[],"sources":["../../src/actions/delete-kpi-entry.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiEntryInput: z.ZodTypeAny = z.object({\n kpientryid: z.number().int().describe(\"The unique identifier of the KPI entry to delete\"),\n}).describe(\"Request parameters for deleting a KPI entry.\");\nexport const SimplekpiDeleteKpiEntryOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful KPI entry deletion.\");\n\nexport const simplekpiDeleteKpiEntry = action(\"SIMPLEKPI_DELETE_KPI_ENTRY\", {\n slug: \"simplekpi-delete-kpi-entry\",\n name: \"Delete KPI Entry\",\n description: \"Tool to delete a KPI entry by ID. Use when you need to permanently remove a specific KPI entry from the system.\",\n input: SimplekpiDeleteKpiEntryInput,\n output: SimplekpiDeleteKpiEntryOutput,\n});\n"],"mappings":";;AASA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwD,EAAE,OAAO,EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC1F,CAAC,CAAC,CAAC,SAAS,8CAOH;CACP,QAPyD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAOvE;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-kpi-unit.ts
|
|
4
|
+
const SimplekpiDeleteKpiUnitInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the KPI unit to delete.") }).describe("Request parameters for deleting a KPI unit.");
|
|
5
|
+
const SimplekpiDeleteKpiUnitOutput = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("The ID of the deleted KPI unit."),
|
|
7
|
+
message: zod.z.string().describe("Human-readable message describing the result of the operation."),
|
|
8
|
+
success: zod.z.boolean().describe("True if the KPI unit was successfully deleted.")
|
|
9
|
+
}).describe("Response model for deleting a KPI unit.");
|
|
10
|
+
const simplekpiDeleteKpiUnit = require_action.action("SIMPLEKPI_DELETE_KPI_UNIT", {
|
|
11
|
+
slug: "simplekpi-delete-kpi-unit",
|
|
12
|
+
name: "Delete KPI Unit",
|
|
13
|
+
description: "Tool to delete a KPI unit by its ID. Use when you need to remove a KPI unit from the system.",
|
|
14
|
+
input: SimplekpiDeleteKpiUnitInput,
|
|
15
|
+
output: SimplekpiDeleteKpiUnitOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.simplekpiDeleteKpiUnit = simplekpiDeleteKpiUnit;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=delete-kpi-unit.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-unit.cjs","names":["z","action"],"sources":["../../src/actions/delete-kpi-unit.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiUnitInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the KPI unit to delete.\"),\n}).describe(\"Request parameters for deleting a KPI unit.\");\nexport const SimplekpiDeleteKpiUnitOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the deleted KPI unit.\"),\n message: z.string().describe(\"Human-readable message describing the result of the operation.\"),\n success: z.boolean().describe(\"True if the KPI unit was successfully deleted.\"),\n}).describe(\"Response model for deleting a KPI unit.\");\n\nexport const simplekpiDeleteKpiUnit = action(\"SIMPLEKPI_DELETE_KPI_UNIT\", {\n slug: \"simplekpi-delete-kpi-unit\",\n name: \"Delete KPI Unit\",\n description: \"Tool to delete a KPI unit by its ID. Use when you need to remove a KPI unit from the system.\",\n input: SimplekpiDeleteKpiUnitInput,\n output: SimplekpiDeleteKpiUnitOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAClF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC7F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;AAChF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/delete-kpi-unit.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiUnitInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiUnitOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpiUnit: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpiUnit };
|
|
9
|
+
//# sourceMappingURL=delete-kpi-unit.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-unit.d.cts","names":[],"sources":["../../src/actions/delete-kpi-unit.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEc;AAAA,cAC7C,4BAAA,EAA8B,CAAA,CAAE,UAIS;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/delete-kpi-unit.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiUnitInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiUnitOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpiUnit: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpiUnit };
|
|
9
|
+
//# sourceMappingURL=delete-kpi-unit.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-unit.d.mts","names":[],"sources":["../../src/actions/delete-kpi-unit.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEc;AAAA,cAC7C,4BAAA,EAA8B,CAAA,CAAE,UAIS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const simplekpiDeleteKpiUnit = action("SIMPLEKPI_DELETE_KPI_UNIT", {
|
|
4
|
+
slug: "simplekpi-delete-kpi-unit",
|
|
5
|
+
name: "Delete KPI Unit",
|
|
6
|
+
description: "Tool to delete a KPI unit by its ID. Use when you need to remove a KPI unit from the system.",
|
|
7
|
+
input: z.object({ id: z.number().int().describe("The unique identifier of the KPI unit to delete.") }).describe("Request parameters for deleting a KPI unit."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.number().int().describe("The ID of the deleted KPI unit."),
|
|
10
|
+
message: z.string().describe("Human-readable message describing the result of the operation."),
|
|
11
|
+
success: z.boolean().describe("True if the KPI unit was successfully deleted.")
|
|
12
|
+
}).describe("Response model for deleting a KPI unit.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { simplekpiDeleteKpiUnit };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=delete-kpi-unit.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi-unit.mjs","names":[],"sources":["../../src/actions/delete-kpi-unit.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiUnitInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the KPI unit to delete.\"),\n}).describe(\"Request parameters for deleting a KPI unit.\");\nexport const SimplekpiDeleteKpiUnitOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the deleted KPI unit.\"),\n message: z.string().describe(\"Human-readable message describing the result of the operation.\"),\n success: z.boolean().describe(\"True if the KPI unit was successfully deleted.\"),\n}).describe(\"Response model for deleting a KPI unit.\");\n\nexport const simplekpiDeleteKpiUnit = action(\"SIMPLEKPI_DELETE_KPI_UNIT\", {\n slug: \"simplekpi-delete-kpi-unit\",\n name: \"Delete KPI Unit\",\n description: \"Tool to delete a KPI unit by its ID. Use when you need to remove a KPI unit from the system.\",\n input: SimplekpiDeleteKpiUnitInput,\n output: SimplekpiDeleteKpiUnitOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAClF,CAAC,CAAC,CAAC,SAAS,6CAWH;CACP,QAXwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAC7F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;CAChF,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-kpi.ts
|
|
4
|
+
const SimplekpiDeleteKpiInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the KPI to delete") }).describe("Request parameters for deleting a KPI.");
|
|
5
|
+
const SimplekpiDeleteKpiOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("Status message describing the outcome of the operation"),
|
|
7
|
+
success: zod.z.boolean().describe("Indicates if the KPI was successfully deleted")
|
|
8
|
+
}).describe("Response model for successful KPI deletion.");
|
|
9
|
+
const simplekpiDeleteKpi = require_action.action("SIMPLEKPI_DELETE_KPI", {
|
|
10
|
+
slug: "simplekpi-delete-kpi",
|
|
11
|
+
name: "Delete KPI",
|
|
12
|
+
description: "Tool to delete a KPI by ID. Use when you need to permanently remove a specific KPI from the system.",
|
|
13
|
+
input: SimplekpiDeleteKpiInput,
|
|
14
|
+
output: SimplekpiDeleteKpiOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.simplekpiDeleteKpi = simplekpiDeleteKpi;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-kpi.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi.cjs","names":["z","action"],"sources":["../../src/actions/delete-kpi.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SimplekpiDeleteKpiInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the KPI to delete\"),\n}).describe(\"Request parameters for deleting a KPI.\");\nexport const SimplekpiDeleteKpiOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message describing the outcome of the operation\"),\n success: z.boolean().describe(\"Indicates if the KPI was successfully deleted\"),\n}).describe(\"Response model for successful KPI deletion.\");\n\nexport const simplekpiDeleteKpi = action(\"SIMPLEKPI_DELETE_KPI\", {\n slug: \"simplekpi-delete-kpi\",\n name: \"Delete KPI\",\n description: \"Tool to delete a KPI by ID. Use when you need to permanently remove a specific KPI from the system.\",\n input: SimplekpiDeleteKpiInput,\n output: SimplekpiDeleteKpiOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,EAC5E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACrF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;AAC/E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-kpi.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpi };
|
|
9
|
+
//# sourceMappingURL=delete-kpi.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi.d.cts","names":[],"sources":["../../src/actions/delete-kpi.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEa;AAAA,cACxC,wBAAA,EAA0B,CAAA,CAAE,UAGiB;AAAA,cAE7C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-kpi.d.ts
|
|
4
|
+
declare const SimplekpiDeleteKpiInput: z.ZodTypeAny;
|
|
5
|
+
declare const SimplekpiDeleteKpiOutput: z.ZodTypeAny;
|
|
6
|
+
declare const simplekpiDeleteKpi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { simplekpiDeleteKpi };
|
|
9
|
+
//# sourceMappingURL=delete-kpi.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-kpi.d.mts","names":[],"sources":["../../src/actions/delete-kpi.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEa;AAAA,cACxC,wBAAA,EAA0B,CAAA,CAAE,UAGiB;AAAA,cAE7C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|