Skip to content

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?

optional locale?: 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?

optional documentation?: string

Documentation for the plugin

image

image: string

The image of the plugin

name

name: string

The name of the plugin

parentApp?

optional parentApp?: string

Parent app of the plugin. If blank, treated as its own app / entity.

sourceCode?

optional sourceCode?: string

Source code for the plugin

optional supportLink?: 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.

Edit this page on GitHub