Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/types/deployment.d.ts

🔑 A strongly typed Pylon API client.
Latest
import * as tpy from "https://deno.land/x/tpy@v1.0.0-RC/src/types/deployment.d.ts";

Request and response structures related to the /deployments resource.

Typings relevant to deployment interfaces on the Pylon API.

Namespaces

Not an API resource, this namespace behaves as a set of templates and other base types.

Schemas for GET /deployments/*.

Schemas for POST /deployments/*.

Enums

A deployment's 'up' status. Altered by Pylon administrators.

The type of deployment.

Type Aliases

The base structure of some deployment related responses.

Deployment configurations; recieved as a string.

Pylon uses FastAPI, this is a FastAPI error.

Detailed script information of a deployment.

Response schema for GET /deployments/:id.

Request schema for POST /deployments/:id.

Response schema for POST /deployments/:id.