Interface: PublishPluginResponse
@kortexya/reasoninglayer / Marketplace / PublishPluginResponse
Interface: PublishPluginResponse
Defined in: src/types/marketplace.ts:245
The result of publishing a bundle.
Remarks
bundleId is content-addressed: it is derived from the bundle’s content hash,
so identical content always yields the same id.
Properties
bundleId
bundleId:
string
Defined in: src/types/marketplace.ts:251
The content-addressed bundle id.
pluginId
pluginId:
string
Defined in: src/types/marketplace.ts:247
The derived plugin id.
version
version:
string
Defined in: src/types/marketplace.ts:249
The published version.