Skip to main content

VersionEntry

versionstringrequired
createdAtstring<date-time>
createdByUserIdstring
createdByProfile object
userIdstringrequired
displayNamestringrequired
emailstring

Optional email address for the profile summary.

avatarUrlstring

Optional avatar image URL or data URL for the uploader profile.

releaseLogstring
build object
statusstringrequired

Possible values: [success, failed]

startedAtstring<date-time>required
endedAtstring<date-time>required
durationMsnumberrequired
stdoutstringrequired
stderrstringrequired
errorstring
sourceHashstring
runtimeHashstring

Server runtime content hash; omitted for local-only and static Web releases.

sourceObjectPathstring
runtimeObjectPathstring

Server runtime object-storage path; omitted when no runtime artifact was generated.

statusWorkflowVersionStatusrequired

Possible values: [preparing, online, offline]

activationWorkflowVersionActivationrequired

Possible values: [auto, manual]

sourceModeWorkflowVersionSourceModerequired

bundled keeps only the bundle/minify products;source keeps the original source code snapshot.

Possible values: [bundled, source]

executionTargets objectrequired

Immutable release execution capabilities, independent from project presentation platforms.

serverbooleanrequired
desktopWorkflowDesktopExecutionPlatform[]required

Possible values: [macos, windows]

runtime object

Returned only when a Server runtime artifact was generated; omitted for local-only and static Web releases.

requiredCoreVersionstringrequired
builtWithCoreVersionstringrequired
builtWithServerVersionstringrequired
dependencies object[]

This exact version solidifies the Kanban data source dependency lock; older versions may be omitted.

  • Array [
  • aliasstringrequired

    Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$

    projectIdstring<uuid>required
    deliverystringrequired

    Possible values: [included, external]

    versionstring

    included rely on the exact version of post-release solidification; external do not carry.

    Possible values: Value must match regular expression ^\d+\.\d+\.\d+$

    sourceHashstring

    included rely on source code hash solidified after release; external do not carry.

    Possible values: Value must match regular expression ^[a-f0-9]{64}$

  • ]
  • onlinebooleanrequired
    runnablebooleanrequired

    Whether the version passes the unified Server runtime gate; Desktop compatibility does not use this field.

    latestbooleanrequired
    VersionEntry
    {
    "version": "string",
    "createdAt": "2024-07-29T15:51:28.071Z",
    "createdByUserId": "string",
    "createdByProfile": {
    "userId": "string",
    "displayName": "string",
    "email": "string",
    "avatarUrl": "string"
    },
    "releaseLog": "string",
    "build": {
    "status": "success",
    "startedAt": "2024-07-29T15:51:28.071Z",
    "endedAt": "2024-07-29T15:51:28.071Z",
    "durationMs": 0,
    "stdout": "string",
    "stderr": "string",
    "error": "string"
    },
    "sourceHash": "string",
    "runtimeHash": "string",
    "sourceObjectPath": "string",
    "runtimeObjectPath": "string",
    "status": "preparing",
    "activation": "auto",
    "sourceMode": "bundled",
    "executionTargets": {
    "server": true,
    "desktop": [
    "macos"
    ]
    },
    "runtime": {
    "requiredCoreVersion": "string",
    "builtWithCoreVersion": "string",
    "builtWithServerVersion": "string"
    },
    "dependencies": [
    {
    "alias": "string",
    "projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "delivery": "included",
    "version": "string",
    "sourceHash": "string"
    }
    ],
    "online": true,
    "runnable": true,
    "latest": true
    }