Interface: InstallSummary
@kortexya/reasoninglayer / Marketplace / InstallSummary
Interface: InstallSummary
Defined in: src/types/marketplace.ts:369
One install row in the install-list response.
Remarks
state is one of "Published", "InstalledDisabled", "Enabled",
"Upgrading", or "Uninstalled".
Properties
installId
installId:
string
Defined in: src/types/marketplace.ts:371
The install’s id.
pluginId
pluginId:
string
Defined in: src/types/marketplace.ts:373
The installed plugin’s id.
state
state:
string
Defined in: src/types/marketplace.ts:377
The lifecycle state.
systemWide
systemWide:
boolean
Defined in: src/types/marketplace.ts:379
Whether the install is system-wide (rather than per-tenant).
version
version:
string
Defined in: src/types/marketplace.ts:375
The installed version.