Skip to main content

Type Alias: RuntimeVersion

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

Properties

PropertyTypeRequiredDescription
versionstringYesImmutable version identifier (example: "v1")
nodenumberYesNode.js major version baked into the image (example: 20)
releasedAtstringYesISO date the version was published (example: "2026-06-03")
notesstringYesSummary of what changed in this version
breakingbooleanYesWhether upgrading to this version may break existing function code

Defined in

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