@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface Toolkit

    Toolkit-related type definitions for the Contio Partner API

    Toolkits are collections of related entities (templates, next steps, action buttons) that can be installed and uninstalled as a unit.

    interface Toolkit {
        auto_install_on_new_workspaces: boolean;
        auto_propagate: boolean;
        created_at: string;
        description?: string;
        id: string;
        is_active: boolean;
        manifest: ToolkitManifest;
        name: string;
        ownership_type: string;
        partner_app_id: string;
        slug: string;
        updated_at: string;
        version: string;
    }
    Index

    Properties

    auto_install_on_new_workspaces: boolean

    Whether the toolkit is automatically installed when a new workspace connects.

    auto_propagate: boolean

    Whether new published versions are automatically propagated to connected workspaces.

    created_at: string
    description?: string
    id: string
    is_active: boolean
    manifest: ToolkitManifest
    name: string
    ownership_type: string
    partner_app_id: string
    slug: string
    updated_at: string
    version: string