Skip to content

Interface: UpgradeInstallRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Marketplace / UpgradeInstallRequest

Interface: UpgradeInstallRequest

Defined in: src/types/marketplace.ts:331

Request to upgrade an install to another published version.

Remarks

The target is addressed by BUNDLE id, not by version string, because bundle ids are content-addressed and therefore unambiguous.

Example

const request: UpgradeInstallRequest = { toBundleId: '9ab2...' };

Properties

toBundleId

toBundleId: string

Defined in: src/types/marketplace.ts:333

The content-addressed bundle id of the target version (UUID string).