Interface: iCreatePluginPayload
The initial version configuration
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2410
Properties
initialVersion
initialVersion:
PluginVersionConfigPayload
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2437
The initial version configuration
locale?
optionallocale?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2440
Locale that is supported by the plugin. By default, we assume 'en' is supported if not specified.
metadata
metadata:
object
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2414
createdBy
createdBy:
string
The 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:2412
The unique plugin ID
toPublish
toPublish:
boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:2434
To publish in the directory. This will trigger the start of the review process.