Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>

Methods

  • Parameters

    • Optional body: {
          owner_user_identity_id?: string;
      }
      • Optional owner_user_identity_id?: string

    Returns Promise<{
        assa_abloy_credential_service_metadata?: {
            endpoints: {
                endpoint_id: string;
                is_active: boolean;
            }[];
            has_active_endpoint: boolean;
        };
        capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
        created_at: string;
        device_id: string;
        device_type: "ios_phone" | "android_phone";
        errors: {
            error_code: string;
            message: string;
        }[];
        is_managed: true;
        location: null | {
            location_name?: string;
            timezone?: string;
        };
        properties: ({ online: boolean; name: string; model: { display_name: string; manufacturer_display_name: string; offline_access_codes_supported?: boolean | undefined; online_access_codes_supported?: boolean | undefined; accessory_keypad_supported?: boolean | undefined; }; ... 10 more ...; supports_offline_access_codes?: boolean |...) & {
            assa_abloy_credential_service_metadata?: {
                endpoints: {
                    endpoint_id: string;
                    is_active: boolean;
                }[];
                has_active_endpoint: boolean;
            };
        };
        warnings: {
            message: string;
            warning_code: string;
        }[];
        workspace_id: string;
    }[]>

Generated using TypeDoc