Skip to main content

Type Alias: FunctionVersion

type FunctionVersion: components["schemas"]["FunctionVersion"];

Properties

PropertyTypeRequiredDescription
idstringYesVersion UUID
functionIdstringYesFunction ID
versionnumberYesVersion number (example: 1)
codestringYesSource code (frozen)
entrypointstringYesEntrypoint function name
status"building" | "ready" | "failed"YesBuild status
buildLogsstringNoBuild logs output
buildErrorstringNoBuild error message
runtime"nodejs20" | "nodejs22"YesRuntime environment
timeoutnumberYesExecution timeout in ms
memorynumberYesMemory limit in MB
publishedBystringNoUser who published this version
changelogstringNoChangelog description
createdAtstringYesCreation timestamp

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:35