Skip to main content

Type Alias: RuntimeVersionsResponse

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

Properties

PropertyTypeRequiredDescription
currentstringYesVersion the project is currently pinned to (null = legacy/unpinned) (example: "v1")
lateststringYesThe latest available runtime version (example: "v1")
upgradeAvailablebooleanYesWhether a newer runtime version is available
versionsRuntimeVersion[]YesAll published runtime versions (oldest first)

Defined in

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