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

    Type Alias WorkspacesCreateParameters

    type WorkspacesCreateParameters = {
        company_name?: string;
        connect_partner_name?: string;
        connect_webview_customization?: {
            logo_shape?: "circle" | "square";
            primary_button_color?: string;
            primary_button_text_color?: string;
            success_message?: string;
        };
        is_sandbox?: boolean;
        name: string;
        organization_id?: string;
        webview_logo_shape?: "circle"
        | "square";
        webview_primary_button_color?: string;
        webview_primary_button_text_color?: string;
        webview_success_message?: string;
    }
    Index

    Properties

    company_name?: string
    connect_partner_name?: string
    connect_webview_customization?: {
        logo_shape?: "circle" | "square";
        primary_button_color?: string;
        primary_button_text_color?: string;
        success_message?: string;
    }
    is_sandbox?: boolean
    name: string
    organization_id?: string
    webview_logo_shape?: "circle" | "square"
    webview_primary_button_color?: string
    webview_primary_button_text_color?: string
    webview_success_message?: string