Type Alias: FunctionVersion
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Version UUID |
functionId | string | Yes | Function ID |
version | number | Yes | Version number (example: 1) |
code | string | Yes | Source code (frozen) |
entrypoint | string | Yes | Entrypoint function name |
status | "building" | "ready" | "failed" | Yes | Build status |
buildLogs | string | No | Build logs output |
buildError | string | No | Build error message |
runtime | "nodejs20" | "nodejs22" | Yes | Runtime environment |
timeout | number | Yes | Execution timeout in ms |
memory | number | Yes | Memory limit in MB |
publishedBy | string | No | User who published this version |
changelog | string | No | Changelog description |
createdAt | string | Yes | Creation timestamp |
Defined in
4Players/cortex-typescript-sdk/src/resources/functions.ts:35