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

    Class SeamHttpUnstablePartnerBuildingBlocks

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: {
            building_block_type:
                | "connect_accounts"
                | "organize_spaces"
                | "console"
                | "manage_devices";
            customer_key: string;
            spaces?: { name: string; space_key: string }[];
        }
        • building_block_type: "connect_accounts" | "organize_spaces" | "console" | "manage_devices"

          Type of building block for which you want to create a magic link.

        • customer_key: string

          Customer key for which you want to create a new building block magic link.

        • Optionalspaces?: { name: string; space_key: string }[]

          Optional list of spaces that you want to include in the new building block magic link.

      • options: UnstablePartnerBuildingBlocksGenerateMagicLinkOptions = {}

      Returns UnstablePartnerBuildingBlocksGenerateMagicLinkRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>