Interface: iUpdatePluginPayload
Locale that is supported by the plugin. By default, we assume 'en' is supported if not specified.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2456
Properties
locale?
optionallocale?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2497
Locale that is supported by the plugin. By default, we assume 'en' is supported if not specified.
metadata?
optionalmetadata?:object
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2460
createdBy?
optionalcreatedBy?:string
Creator of the plugin
description
description:
string
Description of the plugin
documentation?
optionaldocumentation?:string
Documentation for the plugin
image
image:
string
The image of the plugin
name
name:
string
The name of the plugin
parentApp?
optionalparentApp?:string
Parent app of the plugin. If blank, treated as its own app / entity.
sourceCode?
optionalsourceCode?:string
Source code for the plugin
supportLink?
optionalsupportLink?:string
Support link for the plugin
pluginId
pluginId:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2458
The unique plugin ID
rotatePluginSecret?
optionalrotatePluginSecret?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2483
Rotate the plugin secret?
toPublish?
optionaltoPublish?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2480
To publish in the directory. This will trigger the start of the review process.
versionCreate?
optionalversionCreate?:PluginVersionConfigPayload
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2494
Create a new version
versionUpdates?
optionalversionUpdates?:object[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2486
Update an existing version
config
config:
Partial<PluginVersionConfigPayload>
The configuration for this version
version
version:
NumberType
The version to update