@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias WorkspaceResource

    type WorkspaceResource = {
        company_name: string;
        connect_partner_name: string | null;
        connect_webview_customization: {
            inviter_logo_url?: string;
            logo_shape?: "circle" | "square";
            primary_button_color?: string;
            primary_button_text_color?: string;
            success_message?: string;
        };
        is_publishable_key_auth_enabled: boolean;
        is_sandbox: boolean;
        is_suspended: boolean;
        name: string;
        organization_id: string
        | null;
        publishable_key?: string;
        workspace_id: string;
    }
    Index

    Properties

    company_name: string
    connect_partner_name: string | null
    connect_webview_customization: {
        inviter_logo_url?: string;
        logo_shape?: "circle" | "square";
        primary_button_color?: string;
        primary_button_text_color?: string;
        success_message?: string;
    }
    is_publishable_key_auth_enabled: boolean
    is_sandbox: boolean
    is_suspended: boolean
    name: string
    organization_id: string | null
    publishable_key?: string
    workspace_id: string