kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
a236dc58d7
commit
c59d2b411c
|
@ -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',
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
712
pnpm-lock.yaml
712
pnpm-lock.yaml
Plik diff jest za duży
Load Diff
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue