Class SeamHttpPhonesSimulate
 Constructors
constructor
- new SeamHttpPhonesSimulate(apiKeyOrOptions?): SeamHttpPhonesSimulate
 
 Properties
client
client: AxiosInstance
Readonlydefaults
 Methods
createSandboxPhone
- createSandboxPhone(body?): SeamHttpRequest<SetNonNullable<Required<{ 
    phone: { 
        created_at: string; 
        custom_metadata: Record<string, string | boolean>; 
        device_id: string; 
        device_type: "ios_phone" | "android_phone"; 
        display_name: string; 
        errors: { 
            error_code: string; 
            message: string; 
        }[]; 
        nickname?: string; 
        properties: { 
            assa_abloy_credential_service_metadata?: { 
                endpoints: { 
                    endpoint_id: string; 
                    is_active: boolean; 
                }[]; 
                has_active_endpoint: boolean; 
            }; 
            salto_space_credential_service_metadata?: { 
                has_active_phone: boolean; 
            }; 
        }; 
        warnings: { 
            message: string; 
            warning_code: string; 
        }[]; 
        workspace_id: string; 
    }; 
}>, "phone">, "phone"> Parameters
Optionalbody: { 
    assa_abloy_metadata?: { 
        application_version?: string; 
        ble_capability?: boolean; 
        hce_capability?: boolean; 
        nfc_capability?: boolean; 
        seos_applet_version?: string; 
        seos_tsm_endpoint_id?: number; 
    }; 
    custom_sdk_installation_id?: string; 
    phone_metadata?: { 
        device_manufacturer?: string; 
        device_model?: string; 
        operating_system?: "android" | "ios"; 
        os_version?: string; 
    }; 
    user_identity_id: string; 
}Optionalassa_abloy_metadata?: { 
    application_version?: string; 
    ble_capability?: boolean; 
    hce_capability?: boolean; 
    nfc_capability?: boolean; 
    seos_applet_version?: string; 
    seos_tsm_endpoint_id?: number; 
}
Optionalapplication_version?: string
Optionalble_capability?: boolean
Optionalhce_capability?: boolean
Optionalnfc_capability?: boolean
Optionalseos_applet_version?: string
Optionalseos_tsm_endpoint_id?: number
Optionalcustom_sdk_installation_id?: string
Optionalphone_metadata?: { 
    device_manufacturer?: string; 
    device_model?: string; 
    operating_system?: "android" | "ios"; 
    os_version?: string; 
}
Optionaldevice_manufacturer?: string
Optionaldevice_model?: string
Optionaloperating_system?: "android" | "ios"
Optionalos_version?: string
user_identity_id: string
Returns SeamHttpRequest<SetNonNullable<Required<{ 
    phone: { 
        created_at: string; 
        custom_metadata: Record<string, string | boolean>; 
        device_id: string; 
        device_type: "ios_phone" | "android_phone"; 
        display_name: string; 
        errors: { 
            error_code: string; 
            message: string; 
        }[]; 
        nickname?: string; 
        properties: { 
            assa_abloy_credential_service_metadata?: { 
                endpoints: { 
                    endpoint_id: string; 
                    is_active: boolean; 
                }[]; 
                has_active_endpoint: boolean; 
            }; 
            salto_space_credential_service_metadata?: { 
                has_active_phone: boolean; 
            }; 
        }; 
        warnings: { 
            message: string; 
            warning_code: string; 
        }[]; 
        workspace_id: string; 
    }; 
}>, "phone">, "phone">
updateClientSessionToken
- updateClientSessionToken(clientSessionToken): Promise<void>
 Parameters
- clientSessionToken: string
 
Returns Promise<void>
StaticfromApiKey
- fromApiKey(apiKey, options?): SeamHttpPhonesSimulate
 
StaticfromClient
- fromClient(client, options?): SeamHttpPhonesSimulate
 
StaticfromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpPhonesSimulate
 
StaticfromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpPhonesSimulate
 
StaticfromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpPhonesSimulate
 
StaticfromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpPhonesSimulate>
 
ASSA ABLOY metadata to associate with the simulated phone.