@keystrokehq/blazemeter 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/convert-transactions.cjs +87 -0
- package/dist/actions/convert-transactions.cjs.map +1 -0
- package/dist/actions/convert-transactions.d.cts +9 -0
- package/dist/actions/convert-transactions.d.cts.map +1 -0
- package/dist/actions/convert-transactions.d.mts +9 -0
- package/dist/actions/convert-transactions.d.mts.map +1 -0
- package/dist/actions/convert-transactions.mjs +86 -0
- package/dist/actions/convert-transactions.mjs.map +1 -0
- package/dist/actions/create-api-monitoring-schedule.cjs +34 -0
- package/dist/actions/create-api-monitoring-schedule.cjs.map +1 -0
- package/dist/actions/create-api-monitoring-schedule.d.cts +9 -0
- package/dist/actions/create-api-monitoring-schedule.d.cts.map +1 -0
- package/dist/actions/create-api-monitoring-schedule.d.mts +9 -0
- package/dist/actions/create-api-monitoring-schedule.d.mts.map +1 -0
- package/dist/actions/create-api-monitoring-schedule.mjs +31 -0
- package/dist/actions/create-api-monitoring-schedule.mjs.map +1 -0
- package/dist/actions/create-multi-test.cjs +38 -0
- package/dist/actions/create-multi-test.cjs.map +1 -0
- package/dist/actions/create-multi-test.d.cts +9 -0
- package/dist/actions/create-multi-test.d.cts.map +1 -0
- package/dist/actions/create-multi-test.d.mts +9 -0
- package/dist/actions/create-multi-test.d.mts.map +1 -0
- package/dist/actions/create-multi-test.mjs +37 -0
- package/dist/actions/create-multi-test.mjs.map +1 -0
- package/dist/actions/create-private-location.cjs +55 -0
- package/dist/actions/create-private-location.cjs.map +1 -0
- package/dist/actions/create-private-location.d.cts +9 -0
- package/dist/actions/create-private-location.d.cts.map +1 -0
- package/dist/actions/create-private-location.d.mts +9 -0
- package/dist/actions/create-private-location.d.mts.map +1 -0
- package/dist/actions/create-private-location.mjs +54 -0
- package/dist/actions/create-private-location.mjs.map +1 -0
- package/dist/actions/create-private-locations-servers.cjs +35 -0
- package/dist/actions/create-private-locations-servers.cjs.map +1 -0
- package/dist/actions/create-private-locations-servers.d.cts +9 -0
- package/dist/actions/create-private-locations-servers.d.cts.map +1 -0
- package/dist/actions/create-private-locations-servers.d.mts +9 -0
- package/dist/actions/create-private-locations-servers.d.mts.map +1 -0
- package/dist/actions/create-private-locations-servers.mjs +34 -0
- package/dist/actions/create-private-locations-servers.mjs.map +1 -0
- package/dist/actions/create-project.cjs +33 -0
- package/dist/actions/create-project.cjs.map +1 -0
- package/dist/actions/create-project.d.cts +9 -0
- package/dist/actions/create-project.d.cts.map +1 -0
- package/dist/actions/create-project.d.mts +9 -0
- package/dist/actions/create-project.d.mts.map +1 -0
- package/dist/actions/create-project.mjs +32 -0
- package/dist/actions/create-project.mjs.map +1 -0
- package/dist/actions/create-search.cjs +30 -0
- package/dist/actions/create-search.cjs.map +1 -0
- package/dist/actions/create-search.d.cts +9 -0
- package/dist/actions/create-search.d.cts.map +1 -0
- package/dist/actions/create-search.d.mts +9 -0
- package/dist/actions/create-search.d.mts.map +1 -0
- package/dist/actions/create-search.mjs +27 -0
- package/dist/actions/create-search.mjs.map +1 -0
- package/dist/actions/create-tags.cjs +31 -0
- package/dist/actions/create-tags.cjs.map +1 -0
- package/dist/actions/create-tags.d.cts +9 -0
- package/dist/actions/create-tags.d.cts.map +1 -0
- package/dist/actions/create-tags.d.mts +9 -0
- package/dist/actions/create-tags.d.mts.map +1 -0
- package/dist/actions/create-tags.mjs +30 -0
- package/dist/actions/create-tags.mjs.map +1 -0
- package/dist/actions/create-test.cjs +63 -0
- package/dist/actions/create-test.cjs.map +1 -0
- package/dist/actions/create-test.d.cts +9 -0
- package/dist/actions/create-test.d.cts.map +1 -0
- package/dist/actions/create-test.d.mts +9 -0
- package/dist/actions/create-test.d.mts.map +1 -0
- package/dist/actions/create-test.mjs +62 -0
- package/dist/actions/create-test.mjs.map +1 -0
- package/dist/actions/create-workspaces-assets-dependencies2.cjs +32 -0
- package/dist/actions/create-workspaces-assets-dependencies2.cjs.map +1 -0
- package/dist/actions/create-workspaces-assets-dependencies2.d.cts +9 -0
- package/dist/actions/create-workspaces-assets-dependencies2.d.cts.map +1 -0
- package/dist/actions/create-workspaces-assets-dependencies2.d.mts +9 -0
- package/dist/actions/create-workspaces-assets-dependencies2.d.mts.map +1 -0
- package/dist/actions/create-workspaces-assets-dependencies2.mjs +31 -0
- package/dist/actions/create-workspaces-assets-dependencies2.mjs.map +1 -0
- package/dist/actions/create-workspaces-assets.cjs +37 -0
- package/dist/actions/create-workspaces-assets.cjs.map +1 -0
- package/dist/actions/create-workspaces-assets.d.cts +9 -0
- package/dist/actions/create-workspaces-assets.d.cts.map +1 -0
- package/dist/actions/create-workspaces-assets.d.mts +9 -0
- package/dist/actions/create-workspaces-assets.d.mts.map +1 -0
- package/dist/actions/create-workspaces-assets.mjs +34 -0
- package/dist/actions/create-workspaces-assets.mjs.map +1 -0
- package/dist/actions/create-workspaces-packages.cjs +27 -0
- package/dist/actions/create-workspaces-packages.cjs.map +1 -0
- package/dist/actions/create-workspaces-packages.d.cts +9 -0
- package/dist/actions/create-workspaces-packages.d.cts.map +1 -0
- package/dist/actions/create-workspaces-packages.d.mts +9 -0
- package/dist/actions/create-workspaces-packages.d.mts.map +1 -0
- package/dist/actions/create-workspaces-packages.mjs +24 -0
- package/dist/actions/create-workspaces-packages.mjs.map +1 -0
- package/dist/actions/create-workspaces-transactions.cjs +40 -0
- package/dist/actions/create-workspaces-transactions.cjs.map +1 -0
- package/dist/actions/create-workspaces-transactions.d.cts +9 -0
- package/dist/actions/create-workspaces-transactions.d.cts.map +1 -0
- package/dist/actions/create-workspaces-transactions.d.mts +9 -0
- package/dist/actions/create-workspaces-transactions.d.mts.map +1 -0
- package/dist/actions/create-workspaces-transactions.mjs +39 -0
- package/dist/actions/create-workspaces-transactions.mjs.map +1 -0
- package/dist/actions/delete-api-monitoring-schedule.cjs +16 -0
- package/dist/actions/delete-api-monitoring-schedule.cjs.map +1 -0
- package/dist/actions/delete-api-monitoring-schedule.d.cts +9 -0
- package/dist/actions/delete-api-monitoring-schedule.d.cts.map +1 -0
- package/dist/actions/delete-api-monitoring-schedule.d.mts +9 -0
- package/dist/actions/delete-api-monitoring-schedule.d.mts.map +1 -0
- package/dist/actions/delete-api-monitoring-schedule.mjs +13 -0
- package/dist/actions/delete-api-monitoring-schedule.mjs.map +1 -0
- package/dist/actions/delete-private-location-workspace.cjs +19 -0
- package/dist/actions/delete-private-location-workspace.cjs.map +1 -0
- package/dist/actions/delete-private-location-workspace.d.cts +9 -0
- package/dist/actions/delete-private-location-workspace.d.cts.map +1 -0
- package/dist/actions/delete-private-location-workspace.d.mts +9 -0
- package/dist/actions/delete-private-location-workspace.d.mts.map +1 -0
- package/dist/actions/delete-private-location-workspace.mjs +16 -0
- package/dist/actions/delete-private-location-workspace.mjs.map +1 -0
- package/dist/actions/delete-project.cjs +19 -0
- package/dist/actions/delete-project.cjs.map +1 -0
- package/dist/actions/delete-project.d.cts +9 -0
- package/dist/actions/delete-project.d.cts.map +1 -0
- package/dist/actions/delete-project.d.mts +9 -0
- package/dist/actions/delete-project.d.mts.map +1 -0
- package/dist/actions/delete-project.mjs +16 -0
- package/dist/actions/delete-project.mjs.map +1 -0
- package/dist/actions/delete-test-file.cjs +23 -0
- package/dist/actions/delete-test-file.cjs.map +1 -0
- package/dist/actions/delete-test-file.d.cts +9 -0
- package/dist/actions/delete-test-file.d.cts.map +1 -0
- package/dist/actions/delete-test-file.d.mts +9 -0
- package/dist/actions/delete-test-file.d.mts.map +1 -0
- package/dist/actions/delete-test-file.mjs +20 -0
- package/dist/actions/delete-test-file.mjs.map +1 -0
- package/dist/actions/delete-tests.cjs +16 -0
- package/dist/actions/delete-tests.cjs.map +1 -0
- package/dist/actions/delete-tests.d.cts +9 -0
- package/dist/actions/delete-tests.d.cts.map +1 -0
- package/dist/actions/delete-tests.d.mts +9 -0
- package/dist/actions/delete-tests.d.mts.map +1 -0
- package/dist/actions/delete-tests.mjs +13 -0
- package/dist/actions/delete-tests.mjs.map +1 -0
- package/dist/actions/delete-workspace-asset-dependency.cjs +22 -0
- package/dist/actions/delete-workspace-asset-dependency.cjs.map +1 -0
- package/dist/actions/delete-workspace-asset-dependency.d.cts +9 -0
- package/dist/actions/delete-workspace-asset-dependency.d.cts.map +1 -0
- package/dist/actions/delete-workspace-asset-dependency.d.mts +9 -0
- package/dist/actions/delete-workspace-asset-dependency.d.mts.map +1 -0
- package/dist/actions/delete-workspace-asset-dependency.mjs +19 -0
- package/dist/actions/delete-workspace-asset-dependency.mjs.map +1 -0
- package/dist/actions/delete-workspaces-assets-dependencies.cjs +26 -0
- package/dist/actions/delete-workspaces-assets-dependencies.cjs.map +1 -0
- package/dist/actions/delete-workspaces-assets-dependencies.d.cts +9 -0
- package/dist/actions/delete-workspaces-assets-dependencies.d.cts.map +1 -0
- package/dist/actions/delete-workspaces-assets-dependencies.d.mts +9 -0
- package/dist/actions/delete-workspaces-assets-dependencies.d.mts.map +1 -0
- package/dist/actions/delete-workspaces-assets-dependencies.mjs +23 -0
- package/dist/actions/delete-workspaces-assets-dependencies.mjs.map +1 -0
- package/dist/actions/delete-workspaces-assets.cjs +24 -0
- package/dist/actions/delete-workspaces-assets.cjs.map +1 -0
- package/dist/actions/delete-workspaces-assets.d.cts +9 -0
- package/dist/actions/delete-workspaces-assets.d.cts.map +1 -0
- package/dist/actions/delete-workspaces-assets.d.mts +9 -0
- package/dist/actions/delete-workspaces-assets.d.mts.map +1 -0
- package/dist/actions/delete-workspaces-assets.mjs +21 -0
- package/dist/actions/delete-workspaces-assets.mjs.map +1 -0
- package/dist/actions/delete-workspaces-logs.cjs +19 -0
- package/dist/actions/delete-workspaces-logs.cjs.map +1 -0
- package/dist/actions/delete-workspaces-logs.d.cts +9 -0
- package/dist/actions/delete-workspaces-logs.d.cts.map +1 -0
- package/dist/actions/delete-workspaces-logs.d.mts +9 -0
- package/dist/actions/delete-workspaces-logs.d.mts.map +1 -0
- package/dist/actions/delete-workspaces-logs.mjs +16 -0
- package/dist/actions/delete-workspaces-logs.mjs.map +1 -0
- package/dist/actions/delete-workspaces-managers.cjs +19 -0
- package/dist/actions/delete-workspaces-managers.cjs.map +1 -0
- package/dist/actions/delete-workspaces-managers.d.cts +9 -0
- package/dist/actions/delete-workspaces-managers.d.cts.map +1 -0
- package/dist/actions/delete-workspaces-managers.d.mts +9 -0
- package/dist/actions/delete-workspaces-managers.d.mts.map +1 -0
- package/dist/actions/delete-workspaces-managers.mjs +16 -0
- package/dist/actions/delete-workspaces-managers.mjs.map +1 -0
- package/dist/actions/delete-workspaces-packages.cjs +19 -0
- package/dist/actions/delete-workspaces-packages.cjs.map +1 -0
- package/dist/actions/delete-workspaces-packages.d.cts +9 -0
- package/dist/actions/delete-workspaces-packages.d.cts.map +1 -0
- package/dist/actions/delete-workspaces-packages.d.mts +9 -0
- package/dist/actions/delete-workspaces-packages.d.mts.map +1 -0
- package/dist/actions/delete-workspaces-packages.mjs +16 -0
- package/dist/actions/delete-workspaces-packages.mjs.map +1 -0
- package/dist/actions/duplicate-test.cjs +39 -0
- package/dist/actions/duplicate-test.cjs.map +1 -0
- package/dist/actions/duplicate-test.d.cts +9 -0
- package/dist/actions/duplicate-test.d.cts.map +1 -0
- package/dist/actions/duplicate-test.d.mts +9 -0
- package/dist/actions/duplicate-test.d.mts.map +1 -0
- package/dist/actions/duplicate-test.mjs +38 -0
- package/dist/actions/duplicate-test.mjs.map +1 -0
- package/dist/actions/export-package.cjs +24 -0
- package/dist/actions/export-package.cjs.map +1 -0
- package/dist/actions/export-package.d.cts +9 -0
- package/dist/actions/export-package.d.cts.map +1 -0
- package/dist/actions/export-package.d.mts +9 -0
- package/dist/actions/export-package.d.mts.map +1 -0
- package/dist/actions/export-package.mjs +23 -0
- package/dist/actions/export-package.mjs.map +1 -0
- package/dist/actions/export-workspaces-packages.cjs +24 -0
- package/dist/actions/export-workspaces-packages.cjs.map +1 -0
- package/dist/actions/export-workspaces-packages.d.cts +9 -0
- package/dist/actions/export-workspaces-packages.d.cts.map +1 -0
- package/dist/actions/export-workspaces-packages.d.mts +9 -0
- package/dist/actions/export-workspaces-packages.d.mts.map +1 -0
- package/dist/actions/export-workspaces-packages.mjs +23 -0
- package/dist/actions/export-workspaces-packages.mjs.map +1 -0
- package/dist/actions/generate-workspaces-datamodels.cjs +27 -0
- package/dist/actions/generate-workspaces-datamodels.cjs.map +1 -0
- package/dist/actions/generate-workspaces-datamodels.d.cts +9 -0
- package/dist/actions/generate-workspaces-datamodels.d.cts.map +1 -0
- package/dist/actions/generate-workspaces-datamodels.d.mts +9 -0
- package/dist/actions/generate-workspaces-datamodels.d.mts.map +1 -0
- package/dist/actions/generate-workspaces-datamodels.mjs +24 -0
- package/dist/actions/generate-workspaces-datamodels.mjs.map +1 -0
- package/dist/actions/generate-workspaces-testdata.cjs +38 -0
- package/dist/actions/generate-workspaces-testdata.cjs.map +1 -0
- package/dist/actions/generate-workspaces-testdata.d.cts +9 -0
- package/dist/actions/generate-workspaces-testdata.d.cts.map +1 -0
- package/dist/actions/generate-workspaces-testdata.d.mts +9 -0
- package/dist/actions/generate-workspaces-testdata.d.mts.map +1 -0
- package/dist/actions/generate-workspaces-testdata.mjs +35 -0
- package/dist/actions/generate-workspaces-testdata.mjs.map +1 -0
- package/dist/actions/get-accounts.cjs +43 -0
- package/dist/actions/get-accounts.cjs.map +1 -0
- package/dist/actions/get-accounts.d.cts +9 -0
- package/dist/actions/get-accounts.d.cts.map +1 -0
- package/dist/actions/get-accounts.d.mts +9 -0
- package/dist/actions/get-accounts.d.mts.map +1 -0
- package/dist/actions/get-accounts.mjs +42 -0
- package/dist/actions/get-accounts.mjs.map +1 -0
- package/dist/actions/get-api-monitoring-schedule.cjs +30 -0
- package/dist/actions/get-api-monitoring-schedule.cjs.map +1 -0
- package/dist/actions/get-api-monitoring-schedule.d.cts +9 -0
- package/dist/actions/get-api-monitoring-schedule.d.cts.map +1 -0
- package/dist/actions/get-api-monitoring-schedule.d.mts +9 -0
- package/dist/actions/get-api-monitoring-schedule.d.mts.map +1 -0
- package/dist/actions/get-api-monitoring-schedule.mjs +27 -0
- package/dist/actions/get-api-monitoring-schedule.mjs.map +1 -0
- package/dist/actions/get-api-monitoring-schedules.cjs +47 -0
- package/dist/actions/get-api-monitoring-schedules.cjs.map +1 -0
- package/dist/actions/get-api-monitoring-schedules.d.cts +9 -0
- package/dist/actions/get-api-monitoring-schedules.d.cts.map +1 -0
- package/dist/actions/get-api-monitoring-schedules.d.mts +9 -0
- package/dist/actions/get-api-monitoring-schedules.d.mts.map +1 -0
- package/dist/actions/get-api-monitoring-schedules.mjs +46 -0
- package/dist/actions/get-api-monitoring-schedules.mjs.map +1 -0
- package/dist/actions/get-generator-functions.cjs +35 -0
- package/dist/actions/get-generator-functions.cjs.map +1 -0
- package/dist/actions/get-generator-functions.d.cts +9 -0
- package/dist/actions/get-generator-functions.d.cts.map +1 -0
- package/dist/actions/get-generator-functions.d.mts +9 -0
- package/dist/actions/get-generator-functions.d.mts.map +1 -0
- package/dist/actions/get-generator-functions.mjs +34 -0
- package/dist/actions/get-generator-functions.mjs.map +1 -0
- package/dist/actions/get-generator-seedlists.cjs +27 -0
- package/dist/actions/get-generator-seedlists.cjs.map +1 -0
- package/dist/actions/get-generator-seedlists.d.cts +9 -0
- package/dist/actions/get-generator-seedlists.d.cts.map +1 -0
- package/dist/actions/get-generator-seedlists.d.mts +9 -0
- package/dist/actions/get-generator-seedlists.d.mts.map +1 -0
- package/dist/actions/get-generator-seedlists.mjs +26 -0
- package/dist/actions/get-generator-seedlists.mjs.map +1 -0
- package/dist/actions/get-info-health.cjs +22 -0
- package/dist/actions/get-info-health.cjs.map +1 -0
- package/dist/actions/get-info-health.d.cts +9 -0
- package/dist/actions/get-info-health.d.cts.map +1 -0
- package/dist/actions/get-info-health.d.mts +9 -0
- package/dist/actions/get-info-health.d.mts.map +1 -0
- package/dist/actions/get-info-health.mjs +21 -0
- package/dist/actions/get-info-health.mjs.map +1 -0
- package/dist/actions/get-info-version.cjs +26 -0
- package/dist/actions/get-info-version.cjs.map +1 -0
- package/dist/actions/get-info-version.d.cts +9 -0
- package/dist/actions/get-info-version.d.cts.map +1 -0
- package/dist/actions/get-info-version.d.mts +9 -0
- package/dist/actions/get-info-version.d.mts.map +1 -0
- package/dist/actions/get-info-version.mjs +25 -0
- package/dist/actions/get-info-version.mjs.map +1 -0
- package/dist/actions/get-masters-reports-main-summary.cjs +50 -0
- package/dist/actions/get-masters-reports-main-summary.cjs.map +1 -0
- package/dist/actions/get-masters-reports-main-summary.d.cts +9 -0
- package/dist/actions/get-masters-reports-main-summary.d.cts.map +1 -0
- package/dist/actions/get-masters-reports-main-summary.d.mts +9 -0
- package/dist/actions/get-masters-reports-main-summary.d.mts.map +1 -0
- package/dist/actions/get-masters-reports-main-summary.mjs +49 -0
- package/dist/actions/get-masters-reports-main-summary.mjs.map +1 -0
- package/dist/actions/get-multi-test.cjs +58 -0
- package/dist/actions/get-multi-test.cjs.map +1 -0
- package/dist/actions/get-multi-test.d.cts +9 -0
- package/dist/actions/get-multi-test.d.cts.map +1 -0
- package/dist/actions/get-multi-test.d.mts +9 -0
- package/dist/actions/get-multi-test.d.mts.map +1 -0
- package/dist/actions/get-multi-test.mjs +57 -0
- package/dist/actions/get-multi-test.mjs.map +1 -0
- package/dist/actions/get-multi-tests.cjs +45 -0
- package/dist/actions/get-multi-tests.cjs.map +1 -0
- package/dist/actions/get-multi-tests.d.cts +9 -0
- package/dist/actions/get-multi-tests.d.cts.map +1 -0
- package/dist/actions/get-multi-tests.d.mts +9 -0
- package/dist/actions/get-multi-tests.d.mts.map +1 -0
- package/dist/actions/get-multi-tests.mjs +44 -0
- package/dist/actions/get-multi-tests.mjs.map +1 -0
- package/dist/actions/get-private-locations.cjs +61 -0
- package/dist/actions/get-private-locations.cjs.map +1 -0
- package/dist/actions/get-private-locations.d.cts +9 -0
- package/dist/actions/get-private-locations.d.cts.map +1 -0
- package/dist/actions/get-private-locations.d.mts +9 -0
- package/dist/actions/get-private-locations.d.mts.map +1 -0
- package/dist/actions/get-private-locations.mjs +60 -0
- package/dist/actions/get-private-locations.mjs.map +1 -0
- package/dist/actions/get-project-details.cjs +31 -0
- package/dist/actions/get-project-details.cjs.map +1 -0
- package/dist/actions/get-project-details.d.cts +9 -0
- package/dist/actions/get-project-details.d.cts.map +1 -0
- package/dist/actions/get-project-details.d.mts +9 -0
- package/dist/actions/get-project-details.d.mts.map +1 -0
- package/dist/actions/get-project-details.mjs +30 -0
- package/dist/actions/get-project-details.mjs.map +1 -0
- package/dist/actions/get-projects.cjs +37 -0
- package/dist/actions/get-projects.cjs.map +1 -0
- package/dist/actions/get-projects.d.cts +9 -0
- package/dist/actions/get-projects.d.cts.map +1 -0
- package/dist/actions/get-projects.d.mts +9 -0
- package/dist/actions/get-projects.d.mts.map +1 -0
- package/dist/actions/get-projects.mjs +36 -0
- package/dist/actions/get-projects.mjs.map +1 -0
- package/dist/actions/get-regions.cjs +27 -0
- package/dist/actions/get-regions.cjs.map +1 -0
- package/dist/actions/get-regions.d.cts +9 -0
- package/dist/actions/get-regions.d.cts.map +1 -0
- package/dist/actions/get-regions.d.mts +9 -0
- package/dist/actions/get-regions.d.mts.map +1 -0
- package/dist/actions/get-regions.mjs +26 -0
- package/dist/actions/get-regions.mjs.map +1 -0
- package/dist/actions/get-search-metadata.cjs +40 -0
- package/dist/actions/get-search-metadata.cjs.map +1 -0
- package/dist/actions/get-search-metadata.d.cts +9 -0
- package/dist/actions/get-search-metadata.d.cts.map +1 -0
- package/dist/actions/get-search-metadata.d.mts +9 -0
- package/dist/actions/get-search-metadata.d.mts.map +1 -0
- package/dist/actions/get-search-metadata.mjs +39 -0
- package/dist/actions/get-search-metadata.mjs.map +1 -0
- package/dist/actions/get-shared-folders.cjs +32 -0
- package/dist/actions/get-shared-folders.cjs.map +1 -0
- package/dist/actions/get-shared-folders.d.cts +9 -0
- package/dist/actions/get-shared-folders.d.cts.map +1 -0
- package/dist/actions/get-shared-folders.d.mts +9 -0
- package/dist/actions/get-shared-folders.d.mts.map +1 -0
- package/dist/actions/get-shared-folders.mjs +31 -0
- package/dist/actions/get-shared-folders.mjs.map +1 -0
- package/dist/actions/get-tags.cjs +34 -0
- package/dist/actions/get-tags.cjs.map +1 -0
- package/dist/actions/get-tags.d.cts +9 -0
- package/dist/actions/get-tags.d.cts.map +1 -0
- package/dist/actions/get-tags.d.mts +9 -0
- package/dist/actions/get-tags.d.mts.map +1 -0
- package/dist/actions/get-tags.mjs +33 -0
- package/dist/actions/get-tags.mjs.map +1 -0
- package/dist/actions/get-test-details.cjs +65 -0
- package/dist/actions/get-test-details.cjs.map +1 -0
- package/dist/actions/get-test-details.d.cts +9 -0
- package/dist/actions/get-test-details.d.cts.map +1 -0
- package/dist/actions/get-test-details.d.mts +9 -0
- package/dist/actions/get-test-details.d.mts.map +1 -0
- package/dist/actions/get-test-details.mjs +64 -0
- package/dist/actions/get-test-details.mjs.map +1 -0
- package/dist/actions/get-test-validations.cjs +26 -0
- package/dist/actions/get-test-validations.cjs.map +1 -0
- package/dist/actions/get-test-validations.d.cts +9 -0
- package/dist/actions/get-test-validations.d.cts.map +1 -0
- package/dist/actions/get-test-validations.d.mts +9 -0
- package/dist/actions/get-test-validations.d.mts.map +1 -0
- package/dist/actions/get-test-validations.mjs +25 -0
- package/dist/actions/get-test-validations.mjs.map +1 -0
- package/dist/actions/get-tests-files.cjs +31 -0
- package/dist/actions/get-tests-files.cjs.map +1 -0
- package/dist/actions/get-tests-files.d.cts +9 -0
- package/dist/actions/get-tests-files.d.cts.map +1 -0
- package/dist/actions/get-tests-files.d.mts +9 -0
- package/dist/actions/get-tests-files.d.mts.map +1 -0
- package/dist/actions/get-tests-files.mjs +30 -0
- package/dist/actions/get-tests-files.mjs.map +1 -0
- package/dist/actions/get-tests.cjs +37 -0
- package/dist/actions/get-tests.cjs.map +1 -0
- package/dist/actions/get-tests.d.cts +9 -0
- package/dist/actions/get-tests.d.cts.map +1 -0
- package/dist/actions/get-tests.d.mts +9 -0
- package/dist/actions/get-tests.d.mts.map +1 -0
- package/dist/actions/get-tests.mjs +36 -0
- package/dist/actions/get-tests.mjs.map +1 -0
- package/dist/actions/get-user-active-sessions.cjs +34 -0
- package/dist/actions/get-user-active-sessions.cjs.map +1 -0
- package/dist/actions/get-user-active-sessions.d.cts +9 -0
- package/dist/actions/get-user-active-sessions.d.cts.map +1 -0
- package/dist/actions/get-user-active-sessions.d.mts +9 -0
- package/dist/actions/get-user-active-sessions.d.mts.map +1 -0
- package/dist/actions/get-user-active-sessions.mjs +33 -0
- package/dist/actions/get-user-active-sessions.mjs.map +1 -0
- package/dist/actions/get-user-invites.cjs +16 -0
- package/dist/actions/get-user-invites.cjs.map +1 -0
- package/dist/actions/get-user-invites.d.cts +9 -0
- package/dist/actions/get-user-invites.d.cts.map +1 -0
- package/dist/actions/get-user-invites.d.mts +9 -0
- package/dist/actions/get-user-invites.d.mts.map +1 -0
- package/dist/actions/get-user-invites.mjs +13 -0
- package/dist/actions/get-user-invites.mjs.map +1 -0
- package/dist/actions/get-user-projects.cjs +32 -0
- package/dist/actions/get-user-projects.cjs.map +1 -0
- package/dist/actions/get-user-projects.d.cts +9 -0
- package/dist/actions/get-user-projects.d.cts.map +1 -0
- package/dist/actions/get-user-projects.d.mts +9 -0
- package/dist/actions/get-user-projects.d.mts.map +1 -0
- package/dist/actions/get-user-projects.mjs +31 -0
- package/dist/actions/get-user-projects.mjs.map +1 -0
- package/dist/actions/get-user.cjs +62 -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 +61 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/get-workspace-details.cjs +56 -0
- package/dist/actions/get-workspace-details.cjs.map +1 -0
- package/dist/actions/get-workspace-details.d.cts +9 -0
- package/dist/actions/get-workspace-details.d.cts.map +1 -0
- package/dist/actions/get-workspace-details.d.mts +9 -0
- package/dist/actions/get-workspace-details.d.mts.map +1 -0
- package/dist/actions/get-workspace-details.mjs +55 -0
- package/dist/actions/get-workspace-details.mjs.map +1 -0
- package/dist/actions/get-workspace-package.cjs +35 -0
- package/dist/actions/get-workspace-package.cjs.map +1 -0
- package/dist/actions/get-workspace-package.d.cts +9 -0
- package/dist/actions/get-workspace-package.d.cts.map +1 -0
- package/dist/actions/get-workspace-package.d.mts +9 -0
- package/dist/actions/get-workspace-package.d.mts.map +1 -0
- package/dist/actions/get-workspace-package.mjs +34 -0
- package/dist/actions/get-workspace-package.mjs.map +1 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.cjs +45 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.cjs.map +1 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.d.cts +9 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.d.cts.map +1 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.d.mts +9 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.d.mts.map +1 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.mjs +44 -0
- package/dist/actions/get-workspace-service-mock-template-by-id.mjs.map +1 -0
- package/dist/actions/get-workspaces-assets-data.cjs +19 -0
- package/dist/actions/get-workspaces-assets-data.cjs.map +1 -0
- package/dist/actions/get-workspaces-assets-data.d.cts +9 -0
- package/dist/actions/get-workspaces-assets-data.d.cts.map +1 -0
- package/dist/actions/get-workspaces-assets-data.d.mts +9 -0
- package/dist/actions/get-workspaces-assets-data.d.mts.map +1 -0
- package/dist/actions/get-workspaces-assets-data.mjs +16 -0
- package/dist/actions/get-workspaces-assets-data.mjs.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies.cjs +37 -0
- package/dist/actions/get-workspaces-assets-dependencies.cjs.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies.d.cts +9 -0
- package/dist/actions/get-workspaces-assets-dependencies.d.cts.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies.d.mts +9 -0
- package/dist/actions/get-workspaces-assets-dependencies.d.mts.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies.mjs +36 -0
- package/dist/actions/get-workspaces-assets-dependencies.mjs.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies2.cjs +31 -0
- package/dist/actions/get-workspaces-assets-dependencies2.cjs.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies2.d.cts +9 -0
- package/dist/actions/get-workspaces-assets-dependencies2.d.cts.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies2.d.mts +9 -0
- package/dist/actions/get-workspaces-assets-dependencies2.d.mts.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies2.mjs +30 -0
- package/dist/actions/get-workspaces-assets-dependencies2.mjs.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies3.cjs +30 -0
- package/dist/actions/get-workspaces-assets-dependencies3.cjs.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies3.d.cts +9 -0
- package/dist/actions/get-workspaces-assets-dependencies3.d.cts.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies3.d.mts +9 -0
- package/dist/actions/get-workspaces-assets-dependencies3.d.mts.map +1 -0
- package/dist/actions/get-workspaces-assets-dependencies3.mjs +29 -0
- package/dist/actions/get-workspaces-assets-dependencies3.mjs.map +1 -0
- package/dist/actions/get-workspaces-assets.cjs +34 -0
- package/dist/actions/get-workspaces-assets.cjs.map +1 -0
- package/dist/actions/get-workspaces-assets.d.cts +9 -0
- package/dist/actions/get-workspaces-assets.d.cts.map +1 -0
- package/dist/actions/get-workspaces-assets.d.mts +9 -0
- package/dist/actions/get-workspaces-assets.d.mts.map +1 -0
- package/dist/actions/get-workspaces-assets.mjs +31 -0
- package/dist/actions/get-workspaces-assets.mjs.map +1 -0
- package/dist/actions/get-workspaces-assets2.cjs +61 -0
- package/dist/actions/get-workspaces-assets2.cjs.map +1 -0
- package/dist/actions/get-workspaces-assets2.d.cts +9 -0
- package/dist/actions/get-workspaces-assets2.d.cts.map +1 -0
- package/dist/actions/get-workspaces-assets2.d.mts +9 -0
- package/dist/actions/get-workspaces-assets2.d.mts.map +1 -0
- package/dist/actions/get-workspaces-assets2.mjs +60 -0
- package/dist/actions/get-workspaces-assets2.mjs.map +1 -0
- package/dist/actions/get-workspaces-datamodels2.cjs +27 -0
- package/dist/actions/get-workspaces-datamodels2.cjs.map +1 -0
- package/dist/actions/get-workspaces-datamodels2.d.cts +9 -0
- package/dist/actions/get-workspaces-datamodels2.d.cts.map +1 -0
- package/dist/actions/get-workspaces-datamodels2.d.mts +9 -0
- package/dist/actions/get-workspaces-datamodels2.d.mts.map +1 -0
- package/dist/actions/get-workspaces-datamodels2.mjs +26 -0
- package/dist/actions/get-workspaces-datamodels2.mjs.map +1 -0
- package/dist/actions/get-workspaces-packages-dependencies.cjs +29 -0
- package/dist/actions/get-workspaces-packages-dependencies.cjs.map +1 -0
- package/dist/actions/get-workspaces-packages-dependencies.d.cts +9 -0
- package/dist/actions/get-workspaces-packages-dependencies.d.cts.map +1 -0
- package/dist/actions/get-workspaces-packages-dependencies.d.mts +9 -0
- package/dist/actions/get-workspaces-packages-dependencies.d.mts.map +1 -0
- package/dist/actions/get-workspaces-packages-dependencies.mjs +28 -0
- package/dist/actions/get-workspaces-packages-dependencies.mjs.map +1 -0
- package/dist/actions/get-workspaces-packages.cjs +31 -0
- package/dist/actions/get-workspaces-packages.cjs.map +1 -0
- package/dist/actions/get-workspaces-packages.d.cts +9 -0
- package/dist/actions/get-workspaces-packages.d.cts.map +1 -0
- package/dist/actions/get-workspaces-packages.d.mts +9 -0
- package/dist/actions/get-workspaces-packages.d.mts.map +1 -0
- package/dist/actions/get-workspaces-packages.mjs +28 -0
- package/dist/actions/get-workspaces-packages.mjs.map +1 -0
- package/dist/actions/get-workspaces-service-mock-templates.cjs +28 -0
- package/dist/actions/get-workspaces-service-mock-templates.cjs.map +1 -0
- package/dist/actions/get-workspaces-service-mock-templates.d.cts +9 -0
- package/dist/actions/get-workspaces-service-mock-templates.d.cts.map +1 -0
- package/dist/actions/get-workspaces-service-mock-templates.d.mts +9 -0
- package/dist/actions/get-workspaces-service-mock-templates.d.mts.map +1 -0
- package/dist/actions/get-workspaces-service-mock-templates.mjs +27 -0
- package/dist/actions/get-workspaces-service-mock-templates.mjs.map +1 -0
- package/dist/actions/get-workspaces-transactions.cjs +32 -0
- package/dist/actions/get-workspaces-transactions.cjs.map +1 -0
- package/dist/actions/get-workspaces-transactions.d.cts +9 -0
- package/dist/actions/get-workspaces-transactions.d.cts.map +1 -0
- package/dist/actions/get-workspaces-transactions.d.mts +9 -0
- package/dist/actions/get-workspaces-transactions.d.mts.map +1 -0
- package/dist/actions/get-workspaces-transactions.mjs +31 -0
- package/dist/actions/get-workspaces-transactions.mjs.map +1 -0
- package/dist/actions/get-workspaces-users.cjs +41 -0
- package/dist/actions/get-workspaces-users.cjs.map +1 -0
- package/dist/actions/get-workspaces-users.d.cts +9 -0
- package/dist/actions/get-workspaces-users.d.cts.map +1 -0
- package/dist/actions/get-workspaces-users.d.mts +9 -0
- package/dist/actions/get-workspaces-users.d.mts.map +1 -0
- package/dist/actions/get-workspaces-users.mjs +40 -0
- package/dist/actions/get-workspaces-users.mjs.map +1 -0
- package/dist/actions/get-workspaces.cjs +53 -0
- package/dist/actions/get-workspaces.cjs.map +1 -0
- package/dist/actions/get-workspaces.d.cts +9 -0
- package/dist/actions/get-workspaces.d.cts.map +1 -0
- package/dist/actions/get-workspaces.d.mts +9 -0
- package/dist/actions/get-workspaces.d.mts.map +1 -0
- package/dist/actions/get-workspaces.mjs +52 -0
- package/dist/actions/get-workspaces.mjs.map +1 -0
- package/dist/actions/import-workspace-package.cjs +39 -0
- package/dist/actions/import-workspace-package.cjs.map +1 -0
- package/dist/actions/import-workspace-package.d.cts +9 -0
- package/dist/actions/import-workspace-package.d.cts.map +1 -0
- package/dist/actions/import-workspace-package.d.mts +9 -0
- package/dist/actions/import-workspace-package.d.mts.map +1 -0
- package/dist/actions/import-workspace-package.mjs +38 -0
- package/dist/actions/import-workspace-package.mjs.map +1 -0
- package/dist/actions/index.cjs +185 -0
- package/dist/actions/index.d.cts +93 -0
- package/dist/actions/index.d.mts +93 -0
- package/dist/actions/index.mjs +93 -0
- package/dist/actions/list-generator-card-issuers.cjs +25 -0
- package/dist/actions/list-generator-card-issuers.cjs.map +1 -0
- package/dist/actions/list-generator-card-issuers.d.cts +9 -0
- package/dist/actions/list-generator-card-issuers.d.cts.map +1 -0
- package/dist/actions/list-generator-card-issuers.d.mts +9 -0
- package/dist/actions/list-generator-card-issuers.d.mts.map +1 -0
- package/dist/actions/list-generator-card-issuers.mjs +24 -0
- package/dist/actions/list-generator-card-issuers.mjs.map +1 -0
- package/dist/actions/publish-api-data.cjs +43 -0
- package/dist/actions/publish-api-data.cjs.map +1 -0
- package/dist/actions/publish-api-data.d.cts +9 -0
- package/dist/actions/publish-api-data.d.cts.map +1 -0
- package/dist/actions/publish-api-data.d.mts +9 -0
- package/dist/actions/publish-api-data.d.mts.map +1 -0
- package/dist/actions/publish-api-data.mjs +42 -0
- package/dist/actions/publish-api-data.mjs.map +1 -0
- package/dist/actions/register-user.cjs +86 -0
- package/dist/actions/register-user.cjs.map +1 -0
- package/dist/actions/register-user.d.cts +9 -0
- package/dist/actions/register-user.d.cts.map +1 -0
- package/dist/actions/register-user.d.mts +9 -0
- package/dist/actions/register-user.d.mts.map +1 -0
- package/dist/actions/register-user.mjs +85 -0
- package/dist/actions/register-user.mjs.map +1 -0
- package/dist/actions/start-test.cjs +77 -0
- package/dist/actions/start-test.cjs.map +1 -0
- package/dist/actions/start-test.d.cts +9 -0
- package/dist/actions/start-test.d.cts.map +1 -0
- package/dist/actions/start-test.d.mts +9 -0
- package/dist/actions/start-test.d.mts.map +1 -0
- package/dist/actions/start-test.mjs +76 -0
- package/dist/actions/start-test.mjs.map +1 -0
- package/dist/actions/stop-master.cjs +24 -0
- package/dist/actions/stop-master.cjs.map +1 -0
- package/dist/actions/stop-master.d.cts +9 -0
- package/dist/actions/stop-master.d.cts.map +1 -0
- package/dist/actions/stop-master.d.mts +9 -0
- package/dist/actions/stop-master.d.mts.map +1 -0
- package/dist/actions/stop-master.mjs +23 -0
- package/dist/actions/stop-master.mjs.map +1 -0
- package/dist/actions/stop-test.cjs +24 -0
- package/dist/actions/stop-test.cjs.map +1 -0
- package/dist/actions/stop-test.d.cts +9 -0
- package/dist/actions/stop-test.d.cts.map +1 -0
- package/dist/actions/stop-test.d.mts +9 -0
- package/dist/actions/stop-test.d.mts.map +1 -0
- package/dist/actions/stop-test.mjs +23 -0
- package/dist/actions/stop-test.mjs.map +1 -0
- package/dist/actions/terminate-user-active-sessions.cjs +24 -0
- package/dist/actions/terminate-user-active-sessions.cjs.map +1 -0
- package/dist/actions/terminate-user-active-sessions.d.cts +9 -0
- package/dist/actions/terminate-user-active-sessions.d.cts.map +1 -0
- package/dist/actions/terminate-user-active-sessions.d.mts +9 -0
- package/dist/actions/terminate-user-active-sessions.d.mts.map +1 -0
- package/dist/actions/terminate-user-active-sessions.mjs +21 -0
- package/dist/actions/terminate-user-active-sessions.mjs.map +1 -0
- package/dist/actions/terminate-workspaces-masters.cjs +25 -0
- package/dist/actions/terminate-workspaces-masters.cjs.map +1 -0
- package/dist/actions/terminate-workspaces-masters.d.cts +9 -0
- package/dist/actions/terminate-workspaces-masters.d.cts.map +1 -0
- package/dist/actions/terminate-workspaces-masters.d.mts +9 -0
- package/dist/actions/terminate-workspaces-masters.d.mts.map +1 -0
- package/dist/actions/terminate-workspaces-masters.mjs +22 -0
- package/dist/actions/terminate-workspaces-masters.mjs.map +1 -0
- package/dist/actions/update-api-monitoring-schedule.cjs +32 -0
- package/dist/actions/update-api-monitoring-schedule.cjs.map +1 -0
- package/dist/actions/update-api-monitoring-schedule.d.cts +9 -0
- package/dist/actions/update-api-monitoring-schedule.d.cts.map +1 -0
- package/dist/actions/update-api-monitoring-schedule.d.mts +9 -0
- package/dist/actions/update-api-monitoring-schedule.d.mts.map +1 -0
- package/dist/actions/update-api-monitoring-schedule.mjs +29 -0
- package/dist/actions/update-api-monitoring-schedule.mjs.map +1 -0
- package/dist/actions/update-project.cjs +35 -0
- package/dist/actions/update-project.cjs.map +1 -0
- package/dist/actions/update-project.d.cts +9 -0
- package/dist/actions/update-project.d.cts.map +1 -0
- package/dist/actions/update-project.d.mts +9 -0
- package/dist/actions/update-project.d.mts.map +1 -0
- package/dist/actions/update-project.mjs +34 -0
- package/dist/actions/update-project.mjs.map +1 -0
- package/dist/actions/update-test.cjs +45 -0
- package/dist/actions/update-test.cjs.map +1 -0
- package/dist/actions/update-test.d.cts +9 -0
- package/dist/actions/update-test.d.cts.map +1 -0
- package/dist/actions/update-test.d.mts +9 -0
- package/dist/actions/update-test.d.mts.map +1 -0
- package/dist/actions/update-test.mjs +44 -0
- package/dist/actions/update-test.mjs.map +1 -0
- package/dist/actions/update-workspace-user.cjs +40 -0
- package/dist/actions/update-workspace-user.cjs.map +1 -0
- package/dist/actions/update-workspace-user.d.cts +9 -0
- package/dist/actions/update-workspace-user.d.cts.map +1 -0
- package/dist/actions/update-workspace-user.d.mts +9 -0
- package/dist/actions/update-workspace-user.d.mts.map +1 -0
- package/dist/actions/update-workspace-user.mjs +39 -0
- package/dist/actions/update-workspace-user.mjs.map +1 -0
- package/dist/actions/update-workspaces-assets-dependencies.cjs +38 -0
- package/dist/actions/update-workspaces-assets-dependencies.cjs.map +1 -0
- package/dist/actions/update-workspaces-assets-dependencies.d.cts +9 -0
- package/dist/actions/update-workspaces-assets-dependencies.d.cts.map +1 -0
- package/dist/actions/update-workspaces-assets-dependencies.d.mts +9 -0
- package/dist/actions/update-workspaces-assets-dependencies.d.mts.map +1 -0
- package/dist/actions/update-workspaces-assets-dependencies.mjs +37 -0
- package/dist/actions/update-workspaces-assets-dependencies.mjs.map +1 -0
- package/dist/actions/update-workspaces-assets.cjs +48 -0
- package/dist/actions/update-workspaces-assets.cjs.map +1 -0
- package/dist/actions/update-workspaces-assets.d.cts +9 -0
- package/dist/actions/update-workspaces-assets.d.cts.map +1 -0
- package/dist/actions/update-workspaces-assets.d.mts +9 -0
- package/dist/actions/update-workspaces-assets.d.mts.map +1 -0
- package/dist/actions/update-workspaces-assets.mjs +47 -0
- package/dist/actions/update-workspaces-assets.mjs.map +1 -0
- package/dist/actions/update-workspaces-packages-dependencies.cjs +37 -0
- package/dist/actions/update-workspaces-packages-dependencies.cjs.map +1 -0
- package/dist/actions/update-workspaces-packages-dependencies.d.cts +9 -0
- package/dist/actions/update-workspaces-packages-dependencies.d.cts.map +1 -0
- package/dist/actions/update-workspaces-packages-dependencies.d.mts +9 -0
- package/dist/actions/update-workspaces-packages-dependencies.d.mts.map +1 -0
- package/dist/actions/update-workspaces-packages-dependencies.mjs +34 -0
- package/dist/actions/update-workspaces-packages-dependencies.mjs.map +1 -0
- package/dist/actions/update-workspaces-packages.cjs +39 -0
- package/dist/actions/update-workspaces-packages.cjs.map +1 -0
- package/dist/actions/update-workspaces-packages.d.cts +9 -0
- package/dist/actions/update-workspaces-packages.d.cts.map +1 -0
- package/dist/actions/update-workspaces-packages.d.mts +9 -0
- package/dist/actions/update-workspaces-packages.d.mts.map +1 -0
- package/dist/actions/update-workspaces-packages.mjs +38 -0
- package/dist/actions/update-workspaces-packages.mjs.map +1 -0
- package/dist/actions/update-workspaces-service-mock-templates.cjs +44 -0
- package/dist/actions/update-workspaces-service-mock-templates.cjs.map +1 -0
- package/dist/actions/update-workspaces-service-mock-templates.d.cts +9 -0
- package/dist/actions/update-workspaces-service-mock-templates.d.cts.map +1 -0
- package/dist/actions/update-workspaces-service-mock-templates.d.mts +9 -0
- package/dist/actions/update-workspaces-service-mock-templates.d.mts.map +1 -0
- package/dist/actions/update-workspaces-service-mock-templates.mjs +43 -0
- package/dist/actions/update-workspaces-service-mock-templates.mjs.map +1 -0
- package/dist/actions/upload-test-files.cjs +49 -0
- package/dist/actions/upload-test-files.cjs.map +1 -0
- package/dist/actions/upload-test-files.d.cts +9 -0
- package/dist/actions/upload-test-files.d.cts.map +1 -0
- package/dist/actions/upload-test-files.d.mts +9 -0
- package/dist/actions/upload-test-files.d.mts.map +1 -0
- package/dist/actions/upload-test-files.mjs +48 -0
- package/dist/actions/upload-test-files.mjs.map +1 -0
- package/dist/actions/upload-workspaces-assets-data.cjs +54 -0
- package/dist/actions/upload-workspaces-assets-data.cjs.map +1 -0
- package/dist/actions/upload-workspaces-assets-data.d.cts +9 -0
- package/dist/actions/upload-workspaces-assets-data.d.cts.map +1 -0
- package/dist/actions/upload-workspaces-assets-data.d.mts +9 -0
- package/dist/actions/upload-workspaces-assets-data.d.mts.map +1 -0
- package/dist/actions/upload-workspaces-assets-data.mjs +53 -0
- package/dist/actions/upload-workspaces-assets-data.mjs.map +1 -0
- package/dist/actions/validate-test.cjs +20 -0
- package/dist/actions/validate-test.cjs.map +1 -0
- package/dist/actions/validate-test.d.cts +9 -0
- package/dist/actions/validate-test.d.cts.map +1 -0
- package/dist/actions/validate-test.d.mts +9 -0
- package/dist/actions/validate-test.d.mts.map +1 -0
- package/dist/actions/validate-test.mjs +19 -0
- package/dist/actions/validate-test.mjs.map +1 -0
- package/dist/actions/validate-workspaces-assets.cjs +24 -0
- package/dist/actions/validate-workspaces-assets.cjs.map +1 -0
- package/dist/actions/validate-workspaces-assets.d.cts +9 -0
- package/dist/actions/validate-workspaces-assets.d.cts.map +1 -0
- package/dist/actions/validate-workspaces-assets.d.mts +9 -0
- package/dist/actions/validate-workspaces-assets.d.mts.map +1 -0
- package/dist/actions/validate-workspaces-assets.mjs +23 -0
- package/dist/actions/validate-workspaces-assets.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 +190 -0
- package/dist/index.d.cts +95 -0
- package/dist/index.d.mts +95 -0
- package/dist/index.mjs +96 -0
- package/package.json +49 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-private-location.ts
|
|
4
|
+
const BlazemeterCreatePrivateLocationInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The name of the private location. Must be descriptive and unique."),
|
|
6
|
+
type: zod.z.enum(["large", "small"]).describe("Location type: 'large' for Dedicated private locations, 'small' for Shared private locations."),
|
|
7
|
+
slots: zod.z.number().int().describe("Number of engines per agent. Typically 1 for large type, variable for small type.").optional(),
|
|
8
|
+
funcIds: zod.z.array(zod.z.string()).describe("List of functionalities this private location will support (e.g., ['performance'] for performance testing)."),
|
|
9
|
+
accountId: zod.z.number().int().describe("Your BlazeMeter account identifier. Obtain this using the GET_ACCOUNTS action."),
|
|
10
|
+
engineXms: zod.z.number().int().describe("Minimum JVM heap memory for engine in MB (Xms parameter).").optional(),
|
|
11
|
+
engineXmx: zod.z.number().int().describe("Maximum JVM heap memory for engine in MB (Xmx parameter).").optional(),
|
|
12
|
+
consoleXms: zod.z.number().int().describe("Minimum JVM heap memory for console in MB (Xms parameter).").optional(),
|
|
13
|
+
consoleXmx: zod.z.number().int().describe("Maximum JVM heap memory for console in MB (Xmx parameter).").optional(),
|
|
14
|
+
overrideCPU: zod.z.number().int().describe("CPU count override for instance spinup. Overrides default CPU allocation.").optional(),
|
|
15
|
+
workspacesId: zod.z.array(zod.z.number().int()).describe("List of workspace IDs from the same account. The private location will be available to these workspaces."),
|
|
16
|
+
overrideMemory: zod.z.number().int().describe("Memory allocation override for instance spinup in MB. Overrides default memory allocation.").optional(),
|
|
17
|
+
threadsPerEngine: zod.z.number().int().describe("Maximum threads per engine instance. Determines the load capacity of each engine.")
|
|
18
|
+
}).describe("Request model for CREATE_PRIVATE_LOCATION action.");
|
|
19
|
+
const BlazemeterCreatePrivateLocation_PrivateLocationResultSchema = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique identifier of the created private location"),
|
|
21
|
+
name: zod.z.string().describe("Name of the created private location"),
|
|
22
|
+
type: zod.z.string().describe("Type of private location: 'small' for Shared or 'large' for Dedicated").nullable().optional(),
|
|
23
|
+
slots: zod.z.number().int().describe("Number of available concurrent slots").nullable().optional(),
|
|
24
|
+
hidden: zod.z.boolean().describe("Whether the location is hidden").nullable().optional(),
|
|
25
|
+
userId: zod.z.number().int().describe("ID of the user who created the location"),
|
|
26
|
+
created: zod.z.number().int().describe("Unix timestamp when the location was created"),
|
|
27
|
+
funcIds: zod.z.array(zod.z.string()).describe("List of supported functionality identifiers"),
|
|
28
|
+
updated: zod.z.number().int().describe("Unix timestamp when the location was last updated"),
|
|
29
|
+
disabled: zod.z.boolean().describe("Whether the location is disabled").nullable().optional(),
|
|
30
|
+
accountId: zod.z.number().int().describe("ID of the account owning this location"),
|
|
31
|
+
engineXms: zod.z.number().int().describe("Engine minimum memory allocation (Xms)").nullable().optional(),
|
|
32
|
+
engineXmx: zod.z.number().int().describe("Engine maximum memory allocation (Xmx)").nullable().optional(),
|
|
33
|
+
consoleXms: zod.z.number().int().describe("Console minimum memory allocation (Xms)").nullable().optional(),
|
|
34
|
+
consoleXmx: zod.z.number().int().describe("Console maximum memory allocation (Xmx)").nullable().optional(),
|
|
35
|
+
overrideCPU: zod.z.number().int().describe("CPU count for instance spinup").nullable().optional(),
|
|
36
|
+
workspacesId: zod.z.array(zod.z.number().int()).describe("List of workspace IDs associated with this location"),
|
|
37
|
+
overrideMemory: zod.z.number().int().describe("Memory allocation for instance spinup").nullable().optional(),
|
|
38
|
+
threadsPerEngine: zod.z.number().int().describe("Number of threads per engine")
|
|
39
|
+
}).describe("The private location object returned by the API.");
|
|
40
|
+
const BlazemeterCreatePrivateLocationOutput = zod.z.object({
|
|
41
|
+
error: zod.z.object({}).describe("Error information, if any").nullable().optional(),
|
|
42
|
+
result: BlazemeterCreatePrivateLocation_PrivateLocationResultSchema.nullable(),
|
|
43
|
+
api_version: zod.z.number().int().describe("API version number")
|
|
44
|
+
}).describe("Response model for CREATE_PRIVATE_LOCATION action.");
|
|
45
|
+
const blazemeterCreatePrivateLocation = require_action.action("BLAZEMETER_CREATE_PRIVATE_LOCATION", {
|
|
46
|
+
slug: "blazemeter-create-private-location",
|
|
47
|
+
name: "Create Private Location",
|
|
48
|
+
description: "Tool to create a new private location in BlazeMeter. Private locations allow you to run performance tests from your own infrastructure. Use when you need to test internal applications or simulate load from specific geographic regions. Requires valid account and workspace IDs.",
|
|
49
|
+
input: BlazemeterCreatePrivateLocationInput,
|
|
50
|
+
output: BlazemeterCreatePrivateLocationOutput
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
exports.blazemeterCreatePrivateLocation = blazemeterCreatePrivateLocation;
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=create-private-location.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-location.cjs","names":["z","action"],"sources":["../../src/actions/create-private-location.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreatePrivateLocationInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the private location. Must be descriptive and unique.\"),\n type: z.enum([\"large\", \"small\"]).describe(\"Location type: 'large' for Dedicated private locations, 'small' for Shared private locations.\"),\n slots: z.number().int().describe(\"Number of engines per agent. Typically 1 for large type, variable for small type.\").optional(),\n funcIds: z.array(z.string()).describe(\"List of functionalities this private location will support (e.g., ['performance'] for performance testing).\"),\n accountId: z.number().int().describe(\"Your BlazeMeter account identifier. Obtain this using the GET_ACCOUNTS action.\"),\n engineXms: z.number().int().describe(\"Minimum JVM heap memory for engine in MB (Xms parameter).\").optional(),\n engineXmx: z.number().int().describe(\"Maximum JVM heap memory for engine in MB (Xmx parameter).\").optional(),\n consoleXms: z.number().int().describe(\"Minimum JVM heap memory for console in MB (Xms parameter).\").optional(),\n consoleXmx: z.number().int().describe(\"Maximum JVM heap memory for console in MB (Xmx parameter).\").optional(),\n overrideCPU: z.number().int().describe(\"CPU count override for instance spinup. Overrides default CPU allocation.\").optional(),\n workspacesId: z.array(z.number().int()).describe(\"List of workspace IDs from the same account. The private location will be available to these workspaces.\"),\n overrideMemory: z.number().int().describe(\"Memory allocation override for instance spinup in MB. Overrides default memory allocation.\").optional(),\n threadsPerEngine: z.number().int().describe(\"Maximum threads per engine instance. Determines the load capacity of each engine.\"),\n}).describe(\"Request model for CREATE_PRIVATE_LOCATION action.\");\nconst BlazemeterCreatePrivateLocation_PrivateLocationResultSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created private location\"),\n name: z.string().describe(\"Name of the created private location\"),\n type: z.string().describe(\"Type of private location: 'small' for Shared or 'large' for Dedicated\").nullable().optional(),\n slots: z.number().int().describe(\"Number of available concurrent slots\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the location is hidden\").nullable().optional(),\n userId: z.number().int().describe(\"ID of the user who created the location\"),\n created: z.number().int().describe(\"Unix timestamp when the location was created\"),\n funcIds: z.array(z.string()).describe(\"List of supported functionality identifiers\"),\n updated: z.number().int().describe(\"Unix timestamp when the location was last updated\"),\n disabled: z.boolean().describe(\"Whether the location is disabled\").nullable().optional(),\n accountId: z.number().int().describe(\"ID of the account owning this location\"),\n engineXms: z.number().int().describe(\"Engine minimum memory allocation (Xms)\").nullable().optional(),\n engineXmx: z.number().int().describe(\"Engine maximum memory allocation (Xmx)\").nullable().optional(),\n consoleXms: z.number().int().describe(\"Console minimum memory allocation (Xms)\").nullable().optional(),\n consoleXmx: z.number().int().describe(\"Console maximum memory allocation (Xmx)\").nullable().optional(),\n overrideCPU: z.number().int().describe(\"CPU count for instance spinup\").nullable().optional(),\n workspacesId: z.array(z.number().int()).describe(\"List of workspace IDs associated with this location\"),\n overrideMemory: z.number().int().describe(\"Memory allocation for instance spinup\").nullable().optional(),\n threadsPerEngine: z.number().int().describe(\"Number of threads per engine\"),\n}).describe(\"The private location object returned by the API.\");\nexport const BlazemeterCreatePrivateLocationOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any\").nullable().optional(),\n result: BlazemeterCreatePrivateLocation_PrivateLocationResultSchema.nullable(),\n api_version: z.number().int().describe(\"API version number\"),\n}).describe(\"Response model for CREATE_PRIVATE_LOCATION action.\");\n\nexport const blazemeterCreatePrivateLocation = action(\"BLAZEMETER_CREATE_PRIVATE_LOCATION\", {\n slug: \"blazemeter-create-private-location\",\n name: \"Create Private Location\",\n description: \"Tool to create a new private location in BlazeMeter. Private locations allow you to run performance tests from your own infrastructure. Use when you need to test internal applications or simulate load from specific geographic regions. Requires valid account and workspace IDs.\",\n input: BlazemeterCreatePrivateLocationInput,\n output: BlazemeterCreatePrivateLocationOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-private-location.d.ts
|
|
4
|
+
declare const BlazemeterCreatePrivateLocationInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreatePrivateLocationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreatePrivateLocation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreatePrivateLocation };
|
|
9
|
+
//# sourceMappingURL=create-private-location.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-location.d.cts","names":[],"sources":["../../src/actions/create-private-location.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAcW;AAAA,cAsBnD,qCAAA,EAAuC,CAAA,CAAE,UAIW;AAAA,cAEpD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-private-location.d.ts
|
|
4
|
+
declare const BlazemeterCreatePrivateLocationInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreatePrivateLocationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreatePrivateLocation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreatePrivateLocation };
|
|
9
|
+
//# sourceMappingURL=create-private-location.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-location.d.mts","names":[],"sources":["../../src/actions/create-private-location.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAcW;AAAA,cAsBnD,qCAAA,EAAuC,CAAA,CAAE,UAIW;AAAA,cAEpD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-private-location.ts
|
|
4
|
+
const BlazemeterCreatePrivateLocationInput = z.object({
|
|
5
|
+
name: z.string().describe("The name of the private location. Must be descriptive and unique."),
|
|
6
|
+
type: z.enum(["large", "small"]).describe("Location type: 'large' for Dedicated private locations, 'small' for Shared private locations."),
|
|
7
|
+
slots: z.number().int().describe("Number of engines per agent. Typically 1 for large type, variable for small type.").optional(),
|
|
8
|
+
funcIds: z.array(z.string()).describe("List of functionalities this private location will support (e.g., ['performance'] for performance testing)."),
|
|
9
|
+
accountId: z.number().int().describe("Your BlazeMeter account identifier. Obtain this using the GET_ACCOUNTS action."),
|
|
10
|
+
engineXms: z.number().int().describe("Minimum JVM heap memory for engine in MB (Xms parameter).").optional(),
|
|
11
|
+
engineXmx: z.number().int().describe("Maximum JVM heap memory for engine in MB (Xmx parameter).").optional(),
|
|
12
|
+
consoleXms: z.number().int().describe("Minimum JVM heap memory for console in MB (Xms parameter).").optional(),
|
|
13
|
+
consoleXmx: z.number().int().describe("Maximum JVM heap memory for console in MB (Xmx parameter).").optional(),
|
|
14
|
+
overrideCPU: z.number().int().describe("CPU count override for instance spinup. Overrides default CPU allocation.").optional(),
|
|
15
|
+
workspacesId: z.array(z.number().int()).describe("List of workspace IDs from the same account. The private location will be available to these workspaces."),
|
|
16
|
+
overrideMemory: z.number().int().describe("Memory allocation override for instance spinup in MB. Overrides default memory allocation.").optional(),
|
|
17
|
+
threadsPerEngine: z.number().int().describe("Maximum threads per engine instance. Determines the load capacity of each engine.")
|
|
18
|
+
}).describe("Request model for CREATE_PRIVATE_LOCATION action.");
|
|
19
|
+
const BlazemeterCreatePrivateLocation_PrivateLocationResultSchema = z.object({
|
|
20
|
+
id: z.string().describe("Unique identifier of the created private location"),
|
|
21
|
+
name: z.string().describe("Name of the created private location"),
|
|
22
|
+
type: z.string().describe("Type of private location: 'small' for Shared or 'large' for Dedicated").nullable().optional(),
|
|
23
|
+
slots: z.number().int().describe("Number of available concurrent slots").nullable().optional(),
|
|
24
|
+
hidden: z.boolean().describe("Whether the location is hidden").nullable().optional(),
|
|
25
|
+
userId: z.number().int().describe("ID of the user who created the location"),
|
|
26
|
+
created: z.number().int().describe("Unix timestamp when the location was created"),
|
|
27
|
+
funcIds: z.array(z.string()).describe("List of supported functionality identifiers"),
|
|
28
|
+
updated: z.number().int().describe("Unix timestamp when the location was last updated"),
|
|
29
|
+
disabled: z.boolean().describe("Whether the location is disabled").nullable().optional(),
|
|
30
|
+
accountId: z.number().int().describe("ID of the account owning this location"),
|
|
31
|
+
engineXms: z.number().int().describe("Engine minimum memory allocation (Xms)").nullable().optional(),
|
|
32
|
+
engineXmx: z.number().int().describe("Engine maximum memory allocation (Xmx)").nullable().optional(),
|
|
33
|
+
consoleXms: z.number().int().describe("Console minimum memory allocation (Xms)").nullable().optional(),
|
|
34
|
+
consoleXmx: z.number().int().describe("Console maximum memory allocation (Xmx)").nullable().optional(),
|
|
35
|
+
overrideCPU: z.number().int().describe("CPU count for instance spinup").nullable().optional(),
|
|
36
|
+
workspacesId: z.array(z.number().int()).describe("List of workspace IDs associated with this location"),
|
|
37
|
+
overrideMemory: z.number().int().describe("Memory allocation for instance spinup").nullable().optional(),
|
|
38
|
+
threadsPerEngine: z.number().int().describe("Number of threads per engine")
|
|
39
|
+
}).describe("The private location object returned by the API.");
|
|
40
|
+
const blazemeterCreatePrivateLocation = action("BLAZEMETER_CREATE_PRIVATE_LOCATION", {
|
|
41
|
+
slug: "blazemeter-create-private-location",
|
|
42
|
+
name: "Create Private Location",
|
|
43
|
+
description: "Tool to create a new private location in BlazeMeter. Private locations allow you to run performance tests from your own infrastructure. Use when you need to test internal applications or simulate load from specific geographic regions. Requires valid account and workspace IDs.",
|
|
44
|
+
input: BlazemeterCreatePrivateLocationInput,
|
|
45
|
+
output: z.object({
|
|
46
|
+
error: z.object({}).describe("Error information, if any").nullable().optional(),
|
|
47
|
+
result: BlazemeterCreatePrivateLocation_PrivateLocationResultSchema.nullable(),
|
|
48
|
+
api_version: z.number().int().describe("API version number")
|
|
49
|
+
}).describe("Response model for CREATE_PRIVATE_LOCATION action.")
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
export { blazemeterCreatePrivateLocation };
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=create-private-location.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-location.mjs","names":[],"sources":["../../src/actions/create-private-location.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreatePrivateLocationInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the private location. Must be descriptive and unique.\"),\n type: z.enum([\"large\", \"small\"]).describe(\"Location type: 'large' for Dedicated private locations, 'small' for Shared private locations.\"),\n slots: z.number().int().describe(\"Number of engines per agent. Typically 1 for large type, variable for small type.\").optional(),\n funcIds: z.array(z.string()).describe(\"List of functionalities this private location will support (e.g., ['performance'] for performance testing).\"),\n accountId: z.number().int().describe(\"Your BlazeMeter account identifier. Obtain this using the GET_ACCOUNTS action.\"),\n engineXms: z.number().int().describe(\"Minimum JVM heap memory for engine in MB (Xms parameter).\").optional(),\n engineXmx: z.number().int().describe(\"Maximum JVM heap memory for engine in MB (Xmx parameter).\").optional(),\n consoleXms: z.number().int().describe(\"Minimum JVM heap memory for console in MB (Xms parameter).\").optional(),\n consoleXmx: z.number().int().describe(\"Maximum JVM heap memory for console in MB (Xmx parameter).\").optional(),\n overrideCPU: z.number().int().describe(\"CPU count override for instance spinup. Overrides default CPU allocation.\").optional(),\n workspacesId: z.array(z.number().int()).describe(\"List of workspace IDs from the same account. The private location will be available to these workspaces.\"),\n overrideMemory: z.number().int().describe(\"Memory allocation override for instance spinup in MB. Overrides default memory allocation.\").optional(),\n threadsPerEngine: z.number().int().describe(\"Maximum threads per engine instance. Determines the load capacity of each engine.\"),\n}).describe(\"Request model for CREATE_PRIVATE_LOCATION action.\");\nconst BlazemeterCreatePrivateLocation_PrivateLocationResultSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the created private location\"),\n name: z.string().describe(\"Name of the created private location\"),\n type: z.string().describe(\"Type of private location: 'small' for Shared or 'large' for Dedicated\").nullable().optional(),\n slots: z.number().int().describe(\"Number of available concurrent slots\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the location is hidden\").nullable().optional(),\n userId: z.number().int().describe(\"ID of the user who created the location\"),\n created: z.number().int().describe(\"Unix timestamp when the location was created\"),\n funcIds: z.array(z.string()).describe(\"List of supported functionality identifiers\"),\n updated: z.number().int().describe(\"Unix timestamp when the location was last updated\"),\n disabled: z.boolean().describe(\"Whether the location is disabled\").nullable().optional(),\n accountId: z.number().int().describe(\"ID of the account owning this location\"),\n engineXms: z.number().int().describe(\"Engine minimum memory allocation (Xms)\").nullable().optional(),\n engineXmx: z.number().int().describe(\"Engine maximum memory allocation (Xmx)\").nullable().optional(),\n consoleXms: z.number().int().describe(\"Console minimum memory allocation (Xms)\").nullable().optional(),\n consoleXmx: z.number().int().describe(\"Console maximum memory allocation (Xmx)\").nullable().optional(),\n overrideCPU: z.number().int().describe(\"CPU count for instance spinup\").nullable().optional(),\n workspacesId: z.array(z.number().int()).describe(\"List of workspace IDs associated with this location\"),\n overrideMemory: z.number().int().describe(\"Memory allocation for instance spinup\").nullable().optional(),\n threadsPerEngine: z.number().int().describe(\"Number of threads per engine\"),\n}).describe(\"The private location object returned by the API.\");\nexport const BlazemeterCreatePrivateLocationOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any\").nullable().optional(),\n result: BlazemeterCreatePrivateLocation_PrivateLocationResultSchema.nullable(),\n api_version: z.number().int().describe(\"API version number\"),\n}).describe(\"Response model for CREATE_PRIVATE_LOCATION action.\");\n\nexport const blazemeterCreatePrivateLocation = action(\"BLAZEMETER_CREATE_PRIVATE_LOCATION\", {\n slug: \"blazemeter-create-private-location\",\n name: \"Create Private Location\",\n description: \"Tool to create a new private location in BlazeMeter. Private locations allow you to run performance tests from your own infrastructure. Use when you need to test internal applications or simulate load from specific geographic regions. Requires valid account and workspace IDs.\",\n input: BlazemeterCreatePrivateLocationInput,\n output: BlazemeterCreatePrivateLocationOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-private-locations-servers.ts
|
|
4
|
+
const BlazemeterCreatePrivateLocationsServersInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier for the private location (harborId) where the agent will be created. Obtain this from your private location configuration."),
|
|
6
|
+
name: zod.z.string().describe("The name of the agent to create. This should be descriptive to identify the agent within the private location."),
|
|
7
|
+
address: zod.z.string().describe("The IP address of the agent machine. Optional but recommended for tracking agent connectivity.").optional()
|
|
8
|
+
}).describe("Request model for creating a new agent within a private location.");
|
|
9
|
+
const BlazemeterCreatePrivateLocationsServers_ServerResultSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier (shipId) of the created agent server."),
|
|
11
|
+
ts: zod.z.number().int().describe("Additional timestamp field, may be null.").nullable().optional(),
|
|
12
|
+
name: zod.z.string().describe("Name of the agent server."),
|
|
13
|
+
state: zod.z.string().describe("Current state of the agent server.").nullable().optional(),
|
|
14
|
+
address: zod.z.string().describe("IP address of the agent machine if provided.").nullable().optional(),
|
|
15
|
+
created: zod.z.number().int().describe("Unix timestamp when the agent server was created.").nullable().optional(),
|
|
16
|
+
updated: zod.z.number().int().describe("Unix timestamp when the agent server was last updated.").nullable().optional(),
|
|
17
|
+
hasJetlag: zod.z.boolean().describe("Indicates if the agent has time synchronization issues.").nullable().optional()
|
|
18
|
+
}).describe("Details of the created agent (server) returned by BlazeMeter.");
|
|
19
|
+
const BlazemeterCreatePrivateLocationsServersOutput = zod.z.object({
|
|
20
|
+
error: zod.z.object({}).describe("Error information, if any.").nullable().optional(),
|
|
21
|
+
result: BlazemeterCreatePrivateLocationsServers_ServerResultSchema.nullable(),
|
|
22
|
+
request_id: zod.z.string().describe("Unique request identifier for tracking.").nullable().optional(),
|
|
23
|
+
api_version: zod.z.number().int().describe("API version number.")
|
|
24
|
+
}).describe("Response model for creating an agent in a private location.");
|
|
25
|
+
const blazemeterCreatePrivateLocationsServers = require_action.action("BLAZEMETER_CREATE_PRIVATE_LOCATIONS_SERVERS", {
|
|
26
|
+
slug: "blazemeter-create-private-locations-servers",
|
|
27
|
+
name: "Create Private Location Agent",
|
|
28
|
+
description: "Creates a new agent (server) within a BlazeMeter private location. Use this when you need to add an agent to handle test execution in your private infrastructure. Save the returned agent ID for subsequent private location setup steps.",
|
|
29
|
+
input: BlazemeterCreatePrivateLocationsServersInput,
|
|
30
|
+
output: BlazemeterCreatePrivateLocationsServersOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.blazemeterCreatePrivateLocationsServers = blazemeterCreatePrivateLocationsServers;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=create-private-locations-servers.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-locations-servers.cjs","names":["z","action"],"sources":["../../src/actions/create-private-locations-servers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreatePrivateLocationsServersInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the private location (harborId) where the agent will be created. Obtain this from your private location configuration.\"),\n name: z.string().describe(\"The name of the agent to create. This should be descriptive to identify the agent within the private location.\"),\n address: z.string().describe(\"The IP address of the agent machine. Optional but recommended for tracking agent connectivity.\").optional(),\n}).describe(\"Request model for creating a new agent within a private location.\");\nconst BlazemeterCreatePrivateLocationsServers_ServerResultSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (shipId) of the created agent server.\"),\n ts: z.number().int().describe(\"Additional timestamp field, may be null.\").nullable().optional(),\n name: z.string().describe(\"Name of the agent server.\"),\n state: z.string().describe(\"Current state of the agent server.\").nullable().optional(),\n address: z.string().describe(\"IP address of the agent machine if provided.\").nullable().optional(),\n created: z.number().int().describe(\"Unix timestamp when the agent server was created.\").nullable().optional(),\n updated: z.number().int().describe(\"Unix timestamp when the agent server was last updated.\").nullable().optional(),\n hasJetlag: z.boolean().describe(\"Indicates if the agent has time synchronization issues.\").nullable().optional(),\n}).describe(\"Details of the created agent (server) returned by BlazeMeter.\");\nexport const BlazemeterCreatePrivateLocationsServersOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any.\").nullable().optional(),\n result: BlazemeterCreatePrivateLocationsServers_ServerResultSchema.nullable(),\n request_id: z.string().describe(\"Unique request identifier for tracking.\").nullable().optional(),\n api_version: z.number().int().describe(\"API version number.\"),\n}).describe(\"Response model for creating an agent in a private location.\");\n\nexport const blazemeterCreatePrivateLocationsServers = action(\"BLAZEMETER_CREATE_PRIVATE_LOCATIONS_SERVERS\", {\n slug: \"blazemeter-create-private-locations-servers\",\n name: \"Create Private Location Agent\",\n description: \"Creates a new agent (server) within a BlazeMeter private location. Use this when you need to add an agent to handle test execution in your private infrastructure. Save the returned agent ID for subsequent private location setup steps.\",\n input: BlazemeterCreatePrivateLocationsServersInput,\n output: BlazemeterCreatePrivateLocationsServersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kJAAkJ;CAC1K,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;CAC1I,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC1I,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQ,2DAA2D,SAAS;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;AAC9D,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,0CAA0CC,eAAAA,OAAO,+CAA+C;CAC3G,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/create-private-locations-servers.d.ts
|
|
4
|
+
declare const BlazemeterCreatePrivateLocationsServersInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreatePrivateLocationsServersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreatePrivateLocationsServers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreatePrivateLocationsServers };
|
|
9
|
+
//# sourceMappingURL=create-private-locations-servers.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-locations-servers.d.cts","names":[],"sources":["../../src/actions/create-private-locations-servers.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAImB;AAAA,cAWnE,6CAAA,EAA+C,CAAA,CAAE,UAKY;AAAA,cAE7D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-private-locations-servers.d.ts
|
|
4
|
+
declare const BlazemeterCreatePrivateLocationsServersInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreatePrivateLocationsServersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreatePrivateLocationsServers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreatePrivateLocationsServers };
|
|
9
|
+
//# sourceMappingURL=create-private-locations-servers.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-locations-servers.d.mts","names":[],"sources":["../../src/actions/create-private-locations-servers.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAImB;AAAA,cAWnE,6CAAA,EAA+C,CAAA,CAAE,UAKY;AAAA,cAE7D,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-private-locations-servers.ts
|
|
4
|
+
const BlazemeterCreatePrivateLocationsServersInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier for the private location (harborId) where the agent will be created. Obtain this from your private location configuration."),
|
|
6
|
+
name: z.string().describe("The name of the agent to create. This should be descriptive to identify the agent within the private location."),
|
|
7
|
+
address: z.string().describe("The IP address of the agent machine. Optional but recommended for tracking agent connectivity.").optional()
|
|
8
|
+
}).describe("Request model for creating a new agent within a private location.");
|
|
9
|
+
const BlazemeterCreatePrivateLocationsServers_ServerResultSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier (shipId) of the created agent server."),
|
|
11
|
+
ts: z.number().int().describe("Additional timestamp field, may be null.").nullable().optional(),
|
|
12
|
+
name: z.string().describe("Name of the agent server."),
|
|
13
|
+
state: z.string().describe("Current state of the agent server.").nullable().optional(),
|
|
14
|
+
address: z.string().describe("IP address of the agent machine if provided.").nullable().optional(),
|
|
15
|
+
created: z.number().int().describe("Unix timestamp when the agent server was created.").nullable().optional(),
|
|
16
|
+
updated: z.number().int().describe("Unix timestamp when the agent server was last updated.").nullable().optional(),
|
|
17
|
+
hasJetlag: z.boolean().describe("Indicates if the agent has time synchronization issues.").nullable().optional()
|
|
18
|
+
}).describe("Details of the created agent (server) returned by BlazeMeter.");
|
|
19
|
+
const blazemeterCreatePrivateLocationsServers = action("BLAZEMETER_CREATE_PRIVATE_LOCATIONS_SERVERS", {
|
|
20
|
+
slug: "blazemeter-create-private-locations-servers",
|
|
21
|
+
name: "Create Private Location Agent",
|
|
22
|
+
description: "Creates a new agent (server) within a BlazeMeter private location. Use this when you need to add an agent to handle test execution in your private infrastructure. Save the returned agent ID for subsequent private location setup steps.",
|
|
23
|
+
input: BlazemeterCreatePrivateLocationsServersInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
error: z.object({}).describe("Error information, if any.").nullable().optional(),
|
|
26
|
+
result: BlazemeterCreatePrivateLocationsServers_ServerResultSchema.nullable(),
|
|
27
|
+
request_id: z.string().describe("Unique request identifier for tracking.").nullable().optional(),
|
|
28
|
+
api_version: z.number().int().describe("API version number.")
|
|
29
|
+
}).describe("Response model for creating an agent in a private location.")
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { blazemeterCreatePrivateLocationsServers };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=create-private-locations-servers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-locations-servers.mjs","names":[],"sources":["../../src/actions/create-private-locations-servers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreatePrivateLocationsServersInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the private location (harborId) where the agent will be created. Obtain this from your private location configuration.\"),\n name: z.string().describe(\"The name of the agent to create. This should be descriptive to identify the agent within the private location.\"),\n address: z.string().describe(\"The IP address of the agent machine. Optional but recommended for tracking agent connectivity.\").optional(),\n}).describe(\"Request model for creating a new agent within a private location.\");\nconst BlazemeterCreatePrivateLocationsServers_ServerResultSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (shipId) of the created agent server.\"),\n ts: z.number().int().describe(\"Additional timestamp field, may be null.\").nullable().optional(),\n name: z.string().describe(\"Name of the agent server.\"),\n state: z.string().describe(\"Current state of the agent server.\").nullable().optional(),\n address: z.string().describe(\"IP address of the agent machine if provided.\").nullable().optional(),\n created: z.number().int().describe(\"Unix timestamp when the agent server was created.\").nullable().optional(),\n updated: z.number().int().describe(\"Unix timestamp when the agent server was last updated.\").nullable().optional(),\n hasJetlag: z.boolean().describe(\"Indicates if the agent has time synchronization issues.\").nullable().optional(),\n}).describe(\"Details of the created agent (server) returned by BlazeMeter.\");\nexport const BlazemeterCreatePrivateLocationsServersOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any.\").nullable().optional(),\n result: BlazemeterCreatePrivateLocationsServers_ServerResultSchema.nullable(),\n request_id: z.string().describe(\"Unique request identifier for tracking.\").nullable().optional(),\n api_version: z.number().int().describe(\"API version number.\"),\n}).describe(\"Response model for creating an agent in a private location.\");\n\nexport const blazemeterCreatePrivateLocationsServers = action(\"BLAZEMETER_CREATE_PRIVATE_LOCATIONS_SERVERS\", {\n slug: \"blazemeter-create-private-locations-servers\",\n name: \"Create Private Location Agent\",\n description: \"Creates a new agent (server) within a BlazeMeter private location. Use this when you need to add an agent to handle test execution in your private infrastructure. Save the returned agent ID for subsequent private location setup steps.\",\n input: BlazemeterCreatePrivateLocationsServersInput,\n output: BlazemeterCreatePrivateLocationsServersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6D,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kJAAkJ;CAC1K,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;CAC1I,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC1I,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAQ3E,MAAa,0CAA0C,OAAO,+CAA+C;CAC3G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZyE,EAAE,OAAO;EAClF,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,QAAQ,2DAA2D,SAAS;EAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CAC9D,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-project.ts
|
|
4
|
+
const BlazemeterCreateProjectInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Name of the project. Must be unique within the workspace."),
|
|
6
|
+
description: zod.z.string().describe("Optional description explaining the purpose or scope of the project").optional(),
|
|
7
|
+
workspaceId: zod.z.string().describe("Numeric ID of the workspace to create the project in. Obtain this using the GET_WORKSPACES action.")
|
|
8
|
+
}).describe("Request model for CREATE_PROJECT action.");
|
|
9
|
+
const BlazemeterCreateProject_ProjectResultSchema = zod.z.object({
|
|
10
|
+
id: zod.z.number().int().describe("Unique identifier of the created project"),
|
|
11
|
+
name: zod.z.string().describe("Name of the created project"),
|
|
12
|
+
userId: zod.z.number().int().describe("ID of the user who created the project"),
|
|
13
|
+
created: zod.z.number().int().describe("Unix timestamp (seconds since epoch) when the project was created"),
|
|
14
|
+
updated: zod.z.number().int().describe("Unix timestamp (seconds since epoch) when the project was last updated"),
|
|
15
|
+
description: zod.z.string().describe("Description of the created project").nullable().optional(),
|
|
16
|
+
workspaceId: zod.z.number().int().describe("Workspace ID of the project")
|
|
17
|
+
}).describe("The project object returned by the API.");
|
|
18
|
+
const BlazemeterCreateProjectOutput = zod.z.object({
|
|
19
|
+
error: zod.z.object({}).describe("Error information, if any").nullable().optional(),
|
|
20
|
+
result: BlazemeterCreateProject_ProjectResultSchema.nullable(),
|
|
21
|
+
api_version: zod.z.number().int().describe("API version number")
|
|
22
|
+
}).describe("Response model for CREATE_PROJECT action.");
|
|
23
|
+
const blazemeterCreateProject = require_action.action("BLAZEMETER_CREATE_PROJECT", {
|
|
24
|
+
slug: "blazemeter-create-project",
|
|
25
|
+
name: "Create Project",
|
|
26
|
+
description: "Creates a new project within a BlazeMeter workspace. Projects are containers for organizing performance tests. Requires a valid workspace_id which can be obtained using the GET_WORKSPACES action. Returns the created project with its unique ID, timestamps, and other metadata.",
|
|
27
|
+
input: BlazemeterCreateProjectInput,
|
|
28
|
+
output: BlazemeterCreateProjectOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.blazemeterCreateProject = blazemeterCreateProject;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=create-project.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.cjs","names":["z","action"],"sources":["../../src/actions/create-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreateProjectInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the project. Must be unique within the workspace.\"),\n description: z.string().describe(\"Optional description explaining the purpose or scope of the project\").optional(),\n workspaceId: z.string().describe(\"Numeric ID of the workspace to create the project in. Obtain this using the GET_WORKSPACES action.\"),\n}).describe(\"Request model for CREATE_PROJECT action.\");\nconst BlazemeterCreateProject_ProjectResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created project\"),\n name: z.string().describe(\"Name of the created project\"),\n userId: z.number().int().describe(\"ID of the user who created the project\"),\n created: z.number().int().describe(\"Unix timestamp (seconds since epoch) when the project was created\"),\n updated: z.number().int().describe(\"Unix timestamp (seconds since epoch) when the project was last updated\"),\n description: z.string().describe(\"Description of the created project\").nullable().optional(),\n workspaceId: z.number().int().describe(\"Workspace ID of the project\"),\n}).describe(\"The project object returned by the API.\");\nexport const BlazemeterCreateProjectOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any\").nullable().optional(),\n result: BlazemeterCreateProject_ProjectResultSchema.nullable(),\n api_version: z.number().int().describe(\"API version number\"),\n}).describe(\"Response model for CREATE_PROJECT action.\");\n\nexport const blazemeterCreateProject = action(\"BLAZEMETER_CREATE_PROJECT\", {\n slug: \"blazemeter-create-project\",\n name: \"Create Project\",\n description: \"Creates a new project within a BlazeMeter workspace. Projects are containers for organizing performance tests. Requires a valid workspace_id which can be obtained using the GET_WORKSPACES action. Returns the created project with its unique ID, timestamps, and other metadata.\",\n input: BlazemeterCreateProjectInput,\n output: BlazemeterCreateProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACjH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;AACvI,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;CACtG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;AACtE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,4CAA4C,SAAS;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;AAC7D,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,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/create-project.d.ts
|
|
4
|
+
declare const BlazemeterCreateProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreateProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreateProject };
|
|
9
|
+
//# sourceMappingURL=create-project.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.d.cts","names":[],"sources":["../../src/actions/create-project.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIU;AAAA,cAU1C,6BAAA,EAA+B,CAAA,CAAE,UAIU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-project.d.ts
|
|
4
|
+
declare const BlazemeterCreateProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreateProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreateProject };
|
|
9
|
+
//# sourceMappingURL=create-project.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.d.mts","names":[],"sources":["../../src/actions/create-project.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIU;AAAA,cAU1C,6BAAA,EAA+B,CAAA,CAAE,UAIU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-project.ts
|
|
4
|
+
const BlazemeterCreateProjectInput = z.object({
|
|
5
|
+
name: z.string().describe("Name of the project. Must be unique within the workspace."),
|
|
6
|
+
description: z.string().describe("Optional description explaining the purpose or scope of the project").optional(),
|
|
7
|
+
workspaceId: z.string().describe("Numeric ID of the workspace to create the project in. Obtain this using the GET_WORKSPACES action.")
|
|
8
|
+
}).describe("Request model for CREATE_PROJECT action.");
|
|
9
|
+
const BlazemeterCreateProject_ProjectResultSchema = z.object({
|
|
10
|
+
id: z.number().int().describe("Unique identifier of the created project"),
|
|
11
|
+
name: z.string().describe("Name of the created project"),
|
|
12
|
+
userId: z.number().int().describe("ID of the user who created the project"),
|
|
13
|
+
created: z.number().int().describe("Unix timestamp (seconds since epoch) when the project was created"),
|
|
14
|
+
updated: z.number().int().describe("Unix timestamp (seconds since epoch) when the project was last updated"),
|
|
15
|
+
description: z.string().describe("Description of the created project").nullable().optional(),
|
|
16
|
+
workspaceId: z.number().int().describe("Workspace ID of the project")
|
|
17
|
+
}).describe("The project object returned by the API.");
|
|
18
|
+
const blazemeterCreateProject = action("BLAZEMETER_CREATE_PROJECT", {
|
|
19
|
+
slug: "blazemeter-create-project",
|
|
20
|
+
name: "Create Project",
|
|
21
|
+
description: "Creates a new project within a BlazeMeter workspace. Projects are containers for organizing performance tests. Requires a valid workspace_id which can be obtained using the GET_WORKSPACES action. Returns the created project with its unique ID, timestamps, and other metadata.",
|
|
22
|
+
input: BlazemeterCreateProjectInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
error: z.object({}).describe("Error information, if any").nullable().optional(),
|
|
25
|
+
result: BlazemeterCreateProject_ProjectResultSchema.nullable(),
|
|
26
|
+
api_version: z.number().int().describe("API version number")
|
|
27
|
+
}).describe("Response model for CREATE_PROJECT action.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { blazemeterCreateProject };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=create-project.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.mjs","names":[],"sources":["../../src/actions/create-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreateProjectInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the project. Must be unique within the workspace.\"),\n description: z.string().describe(\"Optional description explaining the purpose or scope of the project\").optional(),\n workspaceId: z.string().describe(\"Numeric ID of the workspace to create the project in. Obtain this using the GET_WORKSPACES action.\"),\n}).describe(\"Request model for CREATE_PROJECT action.\");\nconst BlazemeterCreateProject_ProjectResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created project\"),\n name: z.string().describe(\"Name of the created project\"),\n userId: z.number().int().describe(\"ID of the user who created the project\"),\n created: z.number().int().describe(\"Unix timestamp (seconds since epoch) when the project was created\"),\n updated: z.number().int().describe(\"Unix timestamp (seconds since epoch) when the project was last updated\"),\n description: z.string().describe(\"Description of the created project\").nullable().optional(),\n workspaceId: z.number().int().describe(\"Workspace ID of the project\"),\n}).describe(\"The project object returned by the API.\");\nexport const BlazemeterCreateProjectOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any\").nullable().optional(),\n result: BlazemeterCreateProject_ProjectResultSchema.nullable(),\n api_version: z.number().int().describe(\"API version number\"),\n}).describe(\"Response model for CREATE_PROJECT action.\");\n\nexport const blazemeterCreateProject = action(\"BLAZEMETER_CREATE_PROJECT\", {\n slug: \"blazemeter-create-project\",\n name: \"Create Project\",\n description: \"Creates a new project within a BlazeMeter workspace. Projects are containers for organizing performance tests. Requires a valid workspace_id which can be obtained using the GET_WORKSPACES action. Returns the created project with its unique ID, timestamps, and other metadata.\",\n input: BlazemeterCreateProjectInput,\n output: BlazemeterCreateProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACjH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;AACvI,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;CACtG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE;CAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;AACtE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAOrD,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyD,EAAE,OAAO;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,4CAA4C,SAAS;EAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;CAC7D,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-search.ts
|
|
4
|
+
const BlazemeterCreateSearchInput = zod.z.object({
|
|
5
|
+
skip: zod.z.number().int().describe("Pagination offset - number of results to skip. Default is 0.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of results to return per request. Default is 15.").optional(),
|
|
7
|
+
entity: zod.z.string().describe("Root entity to search for. Common values: 'test' for single tests, 'multi-test' for multi-tests, 'test-union' for both tests and multi-tests, 'master' for test executions, 'project' for projects."),
|
|
8
|
+
fields: zod.z.array(zod.z.string()).describe("List of fields to return in the results. If null or empty list, returns all root entity fields. Example: ['id', 'name', 'created', 'updated']").optional(),
|
|
9
|
+
filters: zod.z.object({}).describe("Filter conditions using MongoDB-style operators like $and, $or, $ilike, $gt, $lt. Example: {'name': {'$ilike': '%test%'}} for case-insensitive name search, {'$and': [{'created': {'$gt': 1609459200}}, {'name': {'$ilike': '%load%'}}]} for complex filters.").optional(),
|
|
10
|
+
ordering: zod.z.array(zod.z.object({})).describe("Sort order array with field names and direction. Use 1 for ascending, -1 for descending. Example: [{'updated': -1}] for newest first, [{'name': 1}] for alphabetical.").optional(),
|
|
11
|
+
accountId: zod.z.union([zod.z.number().int(), zod.z.array(zod.z.number().int())]).optional(),
|
|
12
|
+
workspaceId: zod.z.union([zod.z.number().int(), zod.z.array(zod.z.number().int())]).optional()
|
|
13
|
+
}).describe("Request model for CREATE_SEARCH action.\nExecutes a search query against BlazeMeter entities like tests, multi-tests, etc.");
|
|
14
|
+
const BlazemeterCreateSearchOutput = zod.z.object({
|
|
15
|
+
skip: zod.z.number().int().describe("Number of results skipped in this response.").nullable().optional(),
|
|
16
|
+
limit: zod.z.number().int().describe("Maximum number of results returned in this response.").nullable().optional(),
|
|
17
|
+
total: zod.z.number().int().describe("Total number of results matching the query (before pagination).").nullable().optional(),
|
|
18
|
+
result: zod.z.array(zod.z.object({})).describe("List of matching entities with their field values.").nullable().optional()
|
|
19
|
+
}).passthrough().describe("Response model for CREATE_SEARCH action.\nContains search results matching the query criteria.");
|
|
20
|
+
const blazemeterCreateSearch = require_action.action("BLAZEMETER_CREATE_SEARCH", {
|
|
21
|
+
slug: "blazemeter-create-search",
|
|
22
|
+
name: "Create Search",
|
|
23
|
+
description: "Execute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.",
|
|
24
|
+
input: BlazemeterCreateSearchInput,
|
|
25
|
+
output: BlazemeterCreateSearchOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.blazemeterCreateSearch = blazemeterCreateSearch;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=create-search.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-search.cjs","names":["z","action"],"sources":["../../src/actions/create-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreateSearchInput: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"Pagination offset - number of results to skip. Default is 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return per request. Default is 15.\").optional(),\n entity: z.string().describe(\"Root entity to search for. Common values: 'test' for single tests, 'multi-test' for multi-tests, 'test-union' for both tests and multi-tests, 'master' for test executions, 'project' for projects.\"),\n fields: z.array(z.string()).describe(\"List of fields to return in the results. If null or empty list, returns all root entity fields. Example: ['id', 'name', 'created', 'updated']\").optional(),\n filters: z.object({}).describe(\"Filter conditions using MongoDB-style operators like $and, $or, $ilike, $gt, $lt. Example: {'name': {'$ilike': '%test%'}} for case-insensitive name search, {'$and': [{'created': {'$gt': 1609459200}}, {'name': {'$ilike': '%load%'}}]} for complex filters.\").optional(),\n ordering: z.array(z.object({})).describe(\"Sort order array with field names and direction. Use 1 for ascending, -1 for descending. Example: [{'updated': -1}] for newest first, [{'name': 1}] for alphabetical.\").optional(),\n accountId: z.union([z.number().int(), z.array(z.number().int())]).optional(),\n workspaceId: z.union([z.number().int(), z.array(z.number().int())]).optional(),\n}).describe(\"Request model for CREATE_SEARCH action.\\nExecutes a search query against BlazeMeter entities like tests, multi-tests, etc.\");\nexport const BlazemeterCreateSearchOutput: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"Number of results skipped in this response.\").nullable().optional(),\n limit: z.number().int().describe(\"Maximum number of results returned in this response.\").nullable().optional(),\n total: z.number().int().describe(\"Total number of results matching the query (before pagination).\").nullable().optional(),\n result: z.array(z.object({})).describe(\"List of matching entities with their field values.\").nullable().optional(),\n}).passthrough().describe(\"Response model for CREATE_SEARCH action.\\nContains search results matching the query criteria.\");\n\nexport const blazemeterCreateSearch = action(\"BLAZEMETER_CREATE_SEARCH\", {\n slug: \"blazemeter-create-search\",\n name: \"Create Search\",\n description: \"Execute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.\",\n input: BlazemeterCreateSearchInput,\n output: BlazemeterCreateSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACzG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qMAAqM;CACjO,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;CAC/L,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+PAA+P,CAAC,CAAC,SAAS;CACzS,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS;CAC3N,WAAWA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;AAC/E,CAAC,CAAC,CAAC,SAAS,4HAA4H;AACxI,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gGAAgG;AAE1H,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/create-search.d.ts
|
|
4
|
+
declare const BlazemeterCreateSearchInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreateSearchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreateSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreateSearch };
|
|
9
|
+
//# sourceMappingURL=create-search.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-search.d.cts","names":[],"sources":["../../src/actions/create-search.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAS6F;AAAA,cAC5H,4BAAA,EAA8B,CAAA,CAAE,UAK8E;AAAA,cAE9G,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-search.d.ts
|
|
4
|
+
declare const BlazemeterCreateSearchInput: z.ZodTypeAny;
|
|
5
|
+
declare const BlazemeterCreateSearchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const blazemeterCreateSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { blazemeterCreateSearch };
|
|
9
|
+
//# sourceMappingURL=create-search.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-search.d.mts","names":[],"sources":["../../src/actions/create-search.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAS6F;AAAA,cAC5H,4BAAA,EAA8B,CAAA,CAAE,UAK8E;AAAA,cAE9G,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const blazemeterCreateSearch = action("BLAZEMETER_CREATE_SEARCH", {
|
|
4
|
+
slug: "blazemeter-create-search",
|
|
5
|
+
name: "Create Search",
|
|
6
|
+
description: "Execute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
skip: z.number().int().describe("Pagination offset - number of results to skip. Default is 0.").optional(),
|
|
9
|
+
limit: z.number().int().describe("Maximum number of results to return per request. Default is 15.").optional(),
|
|
10
|
+
entity: z.string().describe("Root entity to search for. Common values: 'test' for single tests, 'multi-test' for multi-tests, 'test-union' for both tests and multi-tests, 'master' for test executions, 'project' for projects."),
|
|
11
|
+
fields: z.array(z.string()).describe("List of fields to return in the results. If null or empty list, returns all root entity fields. Example: ['id', 'name', 'created', 'updated']").optional(),
|
|
12
|
+
filters: z.object({}).describe("Filter conditions using MongoDB-style operators like $and, $or, $ilike, $gt, $lt. Example: {'name': {'$ilike': '%test%'}} for case-insensitive name search, {'$and': [{'created': {'$gt': 1609459200}}, {'name': {'$ilike': '%load%'}}]} for complex filters.").optional(),
|
|
13
|
+
ordering: z.array(z.object({})).describe("Sort order array with field names and direction. Use 1 for ascending, -1 for descending. Example: [{'updated': -1}] for newest first, [{'name': 1}] for alphabetical.").optional(),
|
|
14
|
+
accountId: z.union([z.number().int(), z.array(z.number().int())]).optional(),
|
|
15
|
+
workspaceId: z.union([z.number().int(), z.array(z.number().int())]).optional()
|
|
16
|
+
}).describe("Request model for CREATE_SEARCH action.\nExecutes a search query against BlazeMeter entities like tests, multi-tests, etc."),
|
|
17
|
+
output: z.object({
|
|
18
|
+
skip: z.number().int().describe("Number of results skipped in this response.").nullable().optional(),
|
|
19
|
+
limit: z.number().int().describe("Maximum number of results returned in this response.").nullable().optional(),
|
|
20
|
+
total: z.number().int().describe("Total number of results matching the query (before pagination).").nullable().optional(),
|
|
21
|
+
result: z.array(z.object({})).describe("List of matching entities with their field values.").nullable().optional()
|
|
22
|
+
}).passthrough().describe("Response model for CREATE_SEARCH action.\nContains search results matching the query criteria.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { blazemeterCreateSearch };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-search.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-search.mjs","names":[],"sources":["../../src/actions/create-search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreateSearchInput: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"Pagination offset - number of results to skip. Default is 0.\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return per request. Default is 15.\").optional(),\n entity: z.string().describe(\"Root entity to search for. Common values: 'test' for single tests, 'multi-test' for multi-tests, 'test-union' for both tests and multi-tests, 'master' for test executions, 'project' for projects.\"),\n fields: z.array(z.string()).describe(\"List of fields to return in the results. If null or empty list, returns all root entity fields. Example: ['id', 'name', 'created', 'updated']\").optional(),\n filters: z.object({}).describe(\"Filter conditions using MongoDB-style operators like $and, $or, $ilike, $gt, $lt. Example: {'name': {'$ilike': '%test%'}} for case-insensitive name search, {'$and': [{'created': {'$gt': 1609459200}}, {'name': {'$ilike': '%load%'}}]} for complex filters.\").optional(),\n ordering: z.array(z.object({})).describe(\"Sort order array with field names and direction. Use 1 for ascending, -1 for descending. Example: [{'updated': -1}] for newest first, [{'name': 1}] for alphabetical.\").optional(),\n accountId: z.union([z.number().int(), z.array(z.number().int())]).optional(),\n workspaceId: z.union([z.number().int(), z.array(z.number().int())]).optional(),\n}).describe(\"Request model for CREATE_SEARCH action.\\nExecutes a search query against BlazeMeter entities like tests, multi-tests, etc.\");\nexport const BlazemeterCreateSearchOutput: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"Number of results skipped in this response.\").nullable().optional(),\n limit: z.number().int().describe(\"Maximum number of results returned in this response.\").nullable().optional(),\n total: z.number().int().describe(\"Total number of results matching the query (before pagination).\").nullable().optional(),\n result: z.array(z.object({})).describe(\"List of matching entities with their field values.\").nullable().optional(),\n}).passthrough().describe(\"Response model for CREATE_SEARCH action.\\nContains search results matching the query criteria.\");\n\nexport const blazemeterCreateSearch = action(\"BLAZEMETER_CREATE_SEARCH\", {\n slug: \"blazemeter-create-search\",\n name: \"Create Search\",\n description: \"Execute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.\",\n input: BlazemeterCreateSearchInput,\n output: BlazemeterCreateSearchOutput,\n});\n"],"mappings":";;AAqBA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBuD,EAAE,OAAO;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACzG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;EAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qMAAqM;EACjO,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;EAC/L,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+PAA+P,CAAC,CAAC,SAAS;EACzS,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS;EAC3N,WAAW,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;EAC3E,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;CAC/E,CAAC,CAAC,CAAC,SAAS,4HAYH;CACP,QAZwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gGAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-tags.ts
|
|
4
|
+
const BlazemeterCreateTagsInput = zod.z.object({
|
|
5
|
+
label: zod.z.string().describe("The name of the tag that can be used in searches and filters."),
|
|
6
|
+
workspaceId: zod.z.number().int().describe("The workspace identifier where the tag will be created.")
|
|
7
|
+
}).describe("Request model for creating a new tag in BlazeMeter.");
|
|
8
|
+
const BlazemeterCreateTags_TagResultSchema = zod.z.object({
|
|
9
|
+
id: zod.z.number().int().describe("Unique identifier of the created tag"),
|
|
10
|
+
label: zod.z.string().describe("Name of the created tag"),
|
|
11
|
+
createdBy: zod.z.string().describe("Email address of the user who created the tag"),
|
|
12
|
+
workspace: zod.z.number().int().describe("Workspace ID the tag belongs to"),
|
|
13
|
+
createdDate: zod.z.number().int().describe("Unix timestamp (seconds since epoch) when the tag was created")
|
|
14
|
+
}).describe("The tag object returned by the API.");
|
|
15
|
+
const BlazemeterCreateTagsOutput = zod.z.object({
|
|
16
|
+
error: zod.z.object({}).describe("Error information, if any").nullable().optional(),
|
|
17
|
+
result: BlazemeterCreateTags_TagResultSchema.nullable(),
|
|
18
|
+
request_id: zod.z.string().describe("Unique request identifier"),
|
|
19
|
+
api_version: zod.z.number().int().describe("API version number")
|
|
20
|
+
}).describe("Response model for creating a tag.");
|
|
21
|
+
const blazemeterCreateTags = require_action.action("BLAZEMETER_CREATE_TAGS", {
|
|
22
|
+
slug: "blazemeter-create-tags",
|
|
23
|
+
name: "Create Tag",
|
|
24
|
+
description: "Creates a new tag in BlazeMeter for organizing and categorizing resources. Tags can be used in searches and filters to group related assets. Use when you need to create a new tag category with a name and description.",
|
|
25
|
+
input: BlazemeterCreateTagsInput,
|
|
26
|
+
output: BlazemeterCreateTagsOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.blazemeterCreateTags = blazemeterCreateTags;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=create-tags.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tags.cjs","names":["z","action"],"sources":["../../src/actions/create-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const BlazemeterCreateTagsInput: z.ZodTypeAny = z.object({\n label: z.string().describe(\"The name of the tag that can be used in searches and filters.\"),\n workspaceId: z.number().int().describe(\"The workspace identifier where the tag will be created.\"),\n}).describe(\"Request model for creating a new tag in BlazeMeter.\");\nconst BlazemeterCreateTags_TagResultSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created tag\"),\n label: z.string().describe(\"Name of the created tag\"),\n createdBy: z.string().describe(\"Email address of the user who created the tag\"),\n workspace: z.number().int().describe(\"Workspace ID the tag belongs to\"),\n createdDate: z.number().int().describe(\"Unix timestamp (seconds since epoch) when the tag was created\"),\n}).describe(\"The tag object returned by the API.\");\nexport const BlazemeterCreateTagsOutput: z.ZodTypeAny = z.object({\n error: z.object({}).describe(\"Error information, if any\").nullable().optional(),\n result: BlazemeterCreateTags_TagResultSchema.nullable(),\n request_id: z.string().describe(\"Unique request identifier\"),\n api_version: z.number().int().describe(\"API version number\"),\n}).describe(\"Response model for creating a tag.\");\n\nexport const blazemeterCreateTags = action(\"BLAZEMETER_CREATE_TAGS\", {\n slug: \"blazemeter-create-tags\",\n name: \"Create Tag\",\n description: \"Creates a new tag in BlazeMeter for organizing and categorizing resources. Tags can be used in searches and filters to group related assets. Use when you need to create a new tag category with a name and description.\",\n input: BlazemeterCreateTagsInput,\n output: BlazemeterCreateTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D;AACxG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,qCAAqC,SAAS;CACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;AAC7D,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|