pull/715/head
Travis Fischer 2025-05-27 14:04:17 +07:00
rodzic a236dc58d7
commit c59d2b411c
4 zmienionych plików z 176 dodań i 546 usunięć

Wyświetl plik

@ -13,7 +13,8 @@ import { tryGetProjectByIdentifier } from '@/lib/projects/try-get-project-by-ide
import { paginationAndPopulateAndFilterDeploymentSchema } from './schemas' import { paginationAndPopulateAndFilterDeploymentSchema } from './schemas'
const route = createRoute({ const route = createRoute({
description: 'Lists deployments the user or team has access to.', description:
'Lists deployments the user or team has access to, optionally filtering by project.',
tags: ['deployments'], tags: ['deployments'],
operationId: 'listDeployments', operationId: 'listDeployments',
method: 'get', method: 'get',

Wyświetl plik

@ -1,6 +1,5 @@
{ {
"name": "@agentic/platform-validators", "name": "@agentic/platform-validators",
"private": true,
"version": "0.1.0", "version": "0.1.0",
"description": "Validation utils for the Agentic platform.", "description": "Validation utils for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>", "author": "Travis Fischer <travis@transitivebullsh.it>",

Plik diff jest za duży Load Diff

Wyświetl plik

@ -11,7 +11,7 @@ catalog:
cleye: ^1.3.4 cleye: ^1.3.4
del-cli: ^6.0.0 del-cli: ^6.0.0
dotenv: ^16.5.0 dotenv: ^16.5.0
eslint: ^9.26.0 eslint: ^9.27.0
exit-hook: ^4.0.0 exit-hook: ^4.0.0
ky: ^1.8.1 ky: ^1.8.1
lint-staged: ^16.0.0 lint-staged: ^16.0.0
@ -22,10 +22,10 @@ catalog:
prettier: ^3.5.3 prettier: ^3.5.3
restore-cursor: ^5.1.0 restore-cursor: ^5.1.0
simple-git-hooks: ^2.13.0 simple-git-hooks: ^2.13.0
tsup: ^8.4.0 tsup: ^8.5.0
tsx: ^4.19.4 tsx: ^4.19.4
turbo: ^2.5.3 turbo: ^2.5.3
type-fest: ^4.41.0 type-fest: ^4.41.0
typescript: ^5.8.3 typescript: ^5.8.3
vitest: ^3.1.3 vitest: ^3.1.3
zod: ^3.24.4 zod: ^3.25.30