Class SeamHttpActionAttempts
 Constructors
constructor
- new SeamHttpActionAttempts(apiKeyOrOptions?): SeamHttpActionAttempts
 
 Properties
client
client: AxiosInstance
Readonlydefaults
 Methods
get
- get(body?, options?): SeamHttpRequest<SetNonNullable<Required<{ 
    action_attempt: 
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: { 
                acs_credential_on_encoder: null | { 
                    card_number: null | string; 
                    created_at: null | string; 
                    ends_at: null | string; 
                    is_issued: null | boolean; 
                    starts_at: null | string; 
                    visionline_metadata?: { 
                        cancelled: ...; 
                        card_format: ...; 
                        card_holder?: ...; 
                        card_id: ...; 
                        common_acs_entrance_ids?: ...; 
                        discarded: ...; 
                        expired: ...; 
                        guest_acs_entrance_ids?: ...; 
                        number_of_issued_cards: ...; 
                        overridden?: ...; 
                        overwritten: ...; 
                        pending_auto_update: ...; 
                    }; 
                }; 
                acs_credential_on_seam: null | { 
                    access_method: "code" | "card" | "mobile_key"; 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: string; 
                    acs_system_id: string; 
                    acs_user_id?: string; 
                    assa_abloy_vostio_metadata?: { 
                        door_names?: ...; 
                        endpoint_id?: ...; 
                        key_id?: ...; 
                        key_issuing_request_id?: ...; 
                        override_guest_acs_entrance_ids?: ...; 
                    }; 
                    card_number?: null | string; 
                    code?: null | string; 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: string; 
                    errors: { 
                        error_code: ...; 
                        message: ...; 
                    }[]; 
                    external_type?: 
                        | "pti_card"
                        | "brivo_credential"
                        | "hid_credential"
                        | "visionline_card"
                        | "salto_ks_credential"
                        | "assa_abloy_vostio_key"
                        | "salto_space_key"; 
                    external_type_display_name?: string; 
                    is_issued?: boolean; 
                    is_latest_desired_state_synced_with_provider?: null | boolean; 
                    is_managed: true; 
                    is_multi_phone_sync_credential?: boolean; 
                    is_one_time_use?: boolean; 
                    issued_at?: null | string; 
                    latest_desired_state_synced_with_provider_at?: null | string; 
                    parent_acs_credential_id?: string; 
                    starts_at?: string; 
                    visionline_metadata?: { 
                        auto_join?: ...; 
                        card_function_type: ...; 
                        card_id?: ...; 
                        common_acs_entrance_ids?: ...; 
                        credential_id?: ...; 
                        guest_acs_entrance_ids?: ...; 
                        is_valid?: ...; 
                        joiner_acs_credential_ids?: ...; 
                    }; 
                    warnings: (
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...))[]; 
                    workspace_id: string; 
                } | { 
                    access_method: "code" | "card" | "mobile_key"; 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: string; 
                    acs_system_id: string; 
                    acs_user_id?: string; 
                    assa_abloy_vostio_metadata?: { 
                        door_names?: ...; 
                        endpoint_id?: ...; 
                        key_id?: ...; 
                        key_issuing_request_id?: ...; 
                        override_guest_acs_entrance_ids?: ...; 
                    }; 
                    card_number?: null | string; 
                    code?: null | string; 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: string; 
                    errors: { 
                        error_code: ...; 
                        message: ...; 
                    }[]; 
                    external_type?: 
                        | "pti_card"
                        | "brivo_credential"
                        | "hid_credential"
                        | "visionline_card"
                        | "salto_ks_credential"
                        | "assa_abloy_vostio_key"
                        | "salto_space_key"; 
                    external_type_display_name?: string; 
                    is_issued?: boolean; 
                    is_latest_desired_state_synced_with_provider?: null | boolean; 
                    is_managed: false; 
                    is_multi_phone_sync_credential?: boolean; 
                    is_one_time_use?: boolean; 
                    issued_at?: null | string; 
                    latest_desired_state_synced_with_provider_at?: null | string; 
                    parent_acs_credential_id?: string; 
                    starts_at?: string; 
                    visionline_metadata?: { 
                        auto_join?: ...; 
                        card_function_type: ...; 
                        card_id?: ...; 
                        common_acs_entrance_ids?: ...; 
                        credential_id?: ...; 
                        guest_acs_entrance_ids?: ...; 
                        is_valid?: ...; 
                        joiner_acs_credential_ids?: ...; 
                    }; 
                    warnings: (
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...))[]; 
                    workspace_id: string; 
                }; 
                warnings: { 
                    warning_code: "acs_credential_on_encoder_out_of_sync" | "acs_credential_on_seam_not_found"; 
                    warning_message: string; 
                }[]; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: { 
                message: string; 
                type: "uncategorized_error"; 
            } | { 
                message: string; 
                type: "action_attempt_expired"; 
            } | { 
                message: string; 
                type: "no_credential_on_encoder"; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: (...) | (...); 
                    endpoint_id?: (...) | (...); 
                    key_id?: (...) | (...); 
                    key_issuing_request_id?: (...) | (...); 
                    override_guest_acs_entrance_ids?: (...) | (...); 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: string; 
                    message: string; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: true; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: (...) | (...) | (...); 
                    card_function_type: (...) | (...); 
                    card_id?: (...) | (...); 
                    common_acs_entrance_ids?: (...) | (...); 
                    credential_id?: (...) | (...); 
                    guest_acs_entrance_ids?: (...) | (...); 
                    is_valid?: (...) | (...) | (...); 
                    joiner_acs_credential_ids?: (...) | (...); 
                }; 
                warnings: (
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    })[]; 
                workspace_id: string; 
            } | { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: (...) | (...); 
                    endpoint_id?: (...) | (...); 
                    key_id?: (...) | (...); 
                    key_issuing_request_id?: (...) | (...); 
                    override_guest_acs_entrance_ids?: (...) | (...); 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: string; 
                    message: string; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: false; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: (...) | (...) | (...); 
                    card_function_type: (...) | (...); 
                    card_id?: (...) | (...); 
                    common_acs_entrance_ids?: (...) | (...); 
                    credential_id?: (...) | (...); 
                    guest_acs_entrance_ids?: (...) | (...); 
                    is_valid?: (...) | (...) | (...); 
                    joiner_acs_credential_ids?: (...) | (...); 
                }; 
                warnings: (
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    })[]; 
                workspace_id: string; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: 
                | { 
                    message: string; 
                    type: "uncategorized_error"; 
                }
                | { 
                    message: string; 
                    type: "action_attempt_expired"; 
                }
                | { 
                    message: string; 
                    type: "no_credential_on_encoder"; 
                }
                | { 
                    message: string; 
                    type: "incompatible_card_format"; 
                }
                | { 
                    message: string; 
                    type: "credential_cannot_be_reissued"; 
                }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }; 
}>, "action_attempt">, "action_attempt"> Parameters
Optionalbody: { 
    action_attempt_id: string; 
}action_attempt_id: string
- options: Pick<SeamHttpRequestOptions, "waitForActionAttempt"> = {}
 
Returns SeamHttpRequest<SetNonNullable<Required<{ 
    action_attempt: 
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: { 
                acs_credential_on_encoder: null | { 
                    card_number: null | string; 
                    created_at: null | string; 
                    ends_at: null | string; 
                    is_issued: null | boolean; 
                    starts_at: null | string; 
                    visionline_metadata?: { 
                        cancelled: ...; 
                        card_format: ...; 
                        card_holder?: ...; 
                        card_id: ...; 
                        common_acs_entrance_ids?: ...; 
                        discarded: ...; 
                        expired: ...; 
                        guest_acs_entrance_ids?: ...; 
                        number_of_issued_cards: ...; 
                        overridden?: ...; 
                        overwritten: ...; 
                        pending_auto_update: ...; 
                    }; 
                }; 
                acs_credential_on_seam: null | { 
                    access_method: "code" | "card" | "mobile_key"; 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: string; 
                    acs_system_id: string; 
                    acs_user_id?: string; 
                    assa_abloy_vostio_metadata?: { 
                        door_names?: ...; 
                        endpoint_id?: ...; 
                        key_id?: ...; 
                        key_issuing_request_id?: ...; 
                        override_guest_acs_entrance_ids?: ...; 
                    }; 
                    card_number?: null | string; 
                    code?: null | string; 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: string; 
                    errors: { 
                        error_code: ...; 
                        message: ...; 
                    }[]; 
                    external_type?: 
                        | "pti_card"
                        | "brivo_credential"
                        | "hid_credential"
                        | "visionline_card"
                        | "salto_ks_credential"
                        | "assa_abloy_vostio_key"
                        | "salto_space_key"; 
                    external_type_display_name?: string; 
                    is_issued?: boolean; 
                    is_latest_desired_state_synced_with_provider?: null | boolean; 
                    is_managed: true; 
                    is_multi_phone_sync_credential?: boolean; 
                    is_one_time_use?: boolean; 
                    issued_at?: null | string; 
                    latest_desired_state_synced_with_provider_at?: null | string; 
                    parent_acs_credential_id?: string; 
                    starts_at?: string; 
                    visionline_metadata?: { 
                        auto_join?: ...; 
                        card_function_type: ...; 
                        card_id?: ...; 
                        common_acs_entrance_ids?: ...; 
                        credential_id?: ...; 
                        guest_acs_entrance_ids?: ...; 
                        is_valid?: ...; 
                        joiner_acs_credential_ids?: ...; 
                    }; 
                    warnings: (
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...))[]; 
                    workspace_id: string; 
                } | { 
                    access_method: "code" | "card" | "mobile_key"; 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: string; 
                    acs_system_id: string; 
                    acs_user_id?: string; 
                    assa_abloy_vostio_metadata?: { 
                        door_names?: ...; 
                        endpoint_id?: ...; 
                        key_id?: ...; 
                        key_issuing_request_id?: ...; 
                        override_guest_acs_entrance_ids?: ...; 
                    }; 
                    card_number?: null | string; 
                    code?: null | string; 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: string; 
                    errors: { 
                        error_code: ...; 
                        message: ...; 
                    }[]; 
                    external_type?: 
                        | "pti_card"
                        | "brivo_credential"
                        | "hid_credential"
                        | "visionline_card"
                        | "salto_ks_credential"
                        | "assa_abloy_vostio_key"
                        | "salto_space_key"; 
                    external_type_display_name?: string; 
                    is_issued?: boolean; 
                    is_latest_desired_state_synced_with_provider?: null | boolean; 
                    is_managed: false; 
                    is_multi_phone_sync_credential?: boolean; 
                    is_one_time_use?: boolean; 
                    issued_at?: null | string; 
                    latest_desired_state_synced_with_provider_at?: null | string; 
                    parent_acs_credential_id?: string; 
                    starts_at?: string; 
                    visionline_metadata?: { 
                        auto_join?: ...; 
                        card_function_type: ...; 
                        card_id?: ...; 
                        common_acs_entrance_ids?: ...; 
                        credential_id?: ...; 
                        guest_acs_entrance_ids?: ...; 
                        is_valid?: ...; 
                        joiner_acs_credential_ids?: ...; 
                    }; 
                    warnings: (
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...))[]; 
                    workspace_id: string; 
                }; 
                warnings: { 
                    warning_code: "acs_credential_on_encoder_out_of_sync" | "acs_credential_on_seam_not_found"; 
                    warning_message: string; 
                }[]; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: { 
                message: string; 
                type: "uncategorized_error"; 
            } | { 
                message: string; 
                type: "action_attempt_expired"; 
            } | { 
                message: string; 
                type: "no_credential_on_encoder"; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: (...) | (...); 
                    endpoint_id?: (...) | (...); 
                    key_id?: (...) | (...); 
                    key_issuing_request_id?: (...) | (...); 
                    override_guest_acs_entrance_ids?: (...) | (...); 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: string; 
                    message: string; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: true; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: (...) | (...) | (...); 
                    card_function_type: (...) | (...); 
                    card_id?: (...) | (...); 
                    common_acs_entrance_ids?: (...) | (...); 
                    credential_id?: (...) | (...); 
                    guest_acs_entrance_ids?: (...) | (...); 
                    is_valid?: (...) | (...) | (...); 
                    joiner_acs_credential_ids?: (...) | (...); 
                }; 
                warnings: (
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    })[]; 
                workspace_id: string; 
            } | { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: (...) | (...); 
                    endpoint_id?: (...) | (...); 
                    key_id?: (...) | (...); 
                    key_issuing_request_id?: (...) | (...); 
                    override_guest_acs_entrance_ids?: (...) | (...); 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: string; 
                    message: string; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: false; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: (...) | (...) | (...); 
                    card_function_type: (...) | (...); 
                    card_id?: (...) | (...); 
                    common_acs_entrance_ids?: (...) | (...); 
                    credential_id?: (...) | (...); 
                    guest_acs_entrance_ids?: (...) | (...); 
                    is_valid?: (...) | (...) | (...); 
                    joiner_acs_credential_ids?: (...) | (...); 
                }; 
                warnings: (
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    }
                    | { 
                        created_at: ...; 
                        message: ...; 
                        warning_code: ...; 
                    })[]; 
                workspace_id: string; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: 
                | { 
                    message: string; 
                    type: "uncategorized_error"; 
                }
                | { 
                    message: string; 
                    type: "action_attempt_expired"; 
                }
                | { 
                    message: string; 
                    type: "no_credential_on_encoder"; 
                }
                | { 
                    message: string; 
                    type: "incompatible_card_format"; 
                }
                | { 
                    message: string; 
                    type: "credential_cannot_be_reissued"; 
                }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }; 
}>, "action_attempt">, "action_attempt">
list
- list(body?): SeamHttpRequest<SetNonNullable<Required<{ 
    action_attempts: (
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: { 
                acs_credential_on_encoder: null | { 
                    card_number: (...) | (...); 
                    created_at: (...) | (...); 
                    ends_at: (...) | (...); 
                    is_issued: (...) | (...) | (...); 
                    starts_at: (...) | (...); 
                    visionline_metadata?: (...) | (...); 
                }; 
                acs_credential_on_seam: null | { 
                    access_method: (...) | (...) | (...); 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: (...) | (...); 
                    acs_system_id: string; 
                    acs_user_id?: (...) | (...); 
                    assa_abloy_vostio_metadata?: (...) | (...); 
                    card_number?: (...) | (...) | (...); 
                    code?: (...) | (...) | (...); 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: (...) | (...); 
                    errors: (...)[]; 
                    external_type?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    external_type_display_name?: (...) | (...); 
                    is_issued?: (...) | (...) | (...); 
                    is_latest_desired_state_synced_with_provider?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    is_managed: true; 
                    is_multi_phone_sync_credential?: (...) | (...) | (...); 
                    is_one_time_use?: (...) | (...) | (...); 
                    issued_at?: (...) | (...) | (...); 
                    latest_desired_state_synced_with_provider_at?: (...) | (...) | (...); 
                    parent_acs_credential_id?: (...) | (...); 
                    starts_at?: (...) | (...); 
                    visionline_metadata?: (...) | (...); 
                    warnings: (...)[]; 
                    workspace_id: string; 
                } | { 
                    access_method: (...) | (...) | (...); 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: (...) | (...); 
                    acs_system_id: string; 
                    acs_user_id?: (...) | (...); 
                    assa_abloy_vostio_metadata?: (...) | (...); 
                    card_number?: (...) | (...) | (...); 
                    code?: (...) | (...) | (...); 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: (...) | (...); 
                    errors: (...)[]; 
                    external_type?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    external_type_display_name?: (...) | (...); 
                    is_issued?: (...) | (...) | (...); 
                    is_latest_desired_state_synced_with_provider?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    is_managed: false; 
                    is_multi_phone_sync_credential?: (...) | (...) | (...); 
                    is_one_time_use?: (...) | (...) | (...); 
                    issued_at?: (...) | (...) | (...); 
                    latest_desired_state_synced_with_provider_at?: (...) | (...) | (...); 
                    parent_acs_credential_id?: (...) | (...); 
                    starts_at?: (...) | (...); 
                    visionline_metadata?: (...) | (...); 
                    warnings: (...)[]; 
                    workspace_id: string; 
                }; 
                warnings: { 
                    warning_code: (...) | (...); 
                    warning_message: string; 
                }[]; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: { 
                message: string; 
                type: "uncategorized_error"; 
            } | { 
                message: string; 
                type: "action_attempt_expired"; 
            } | { 
                message: string; 
                type: "no_credential_on_encoder"; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: ...; 
                    endpoint_id?: ...; 
                    key_id?: ...; 
                    key_issuing_request_id?: ...; 
                    override_guest_acs_entrance_ids?: ...; 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: ...; 
                    message: ...; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: true; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: ...; 
                    card_function_type: ...; 
                    card_id?: ...; 
                    common_acs_entrance_ids?: ...; 
                    credential_id?: ...; 
                    guest_acs_entrance_ids?: ...; 
                    is_valid?: ...; 
                    joiner_acs_credential_ids?: ...; 
                }; 
                warnings: (
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...))[]; 
                workspace_id: string; 
            } | { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: ...; 
                    endpoint_id?: ...; 
                    key_id?: ...; 
                    key_issuing_request_id?: ...; 
                    override_guest_acs_entrance_ids?: ...; 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: ...; 
                    message: ...; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: false; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: ...; 
                    card_function_type: ...; 
                    card_id?: ...; 
                    common_acs_entrance_ids?: ...; 
                    credential_id?: ...; 
                    guest_acs_entrance_ids?: ...; 
                    is_valid?: ...; 
                    joiner_acs_credential_ids?: ...; 
                }; 
                warnings: (
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...))[]; 
                workspace_id: string; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: 
                | { 
                    message: string; 
                    type: "uncategorized_error"; 
                }
                | { 
                    message: string; 
                    type: "action_attempt_expired"; 
                }
                | { 
                    message: string; 
                    type: "no_credential_on_encoder"; 
                }
                | { 
                    message: string; 
                    type: "incompatible_card_format"; 
                }
                | { 
                    message: string; 
                    type: "credential_cannot_be_reissued"; 
                }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        })[]; 
}>, "action_attempts">, "action_attempts"> Parameters
Optionalbody: { 
    action_attempt_ids: string[]; 
}action_attempt_ids: string[]
Returns SeamHttpRequest<SetNonNullable<Required<{ 
    action_attempts: (
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "LOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UNLOCK_DOOR"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: null; 
            result: { 
                acs_credential_on_encoder: null | { 
                    card_number: (...) | (...); 
                    created_at: (...) | (...); 
                    ends_at: (...) | (...); 
                    is_issued: (...) | (...) | (...); 
                    starts_at: (...) | (...); 
                    visionline_metadata?: (...) | (...); 
                }; 
                acs_credential_on_seam: null | { 
                    access_method: (...) | (...) | (...); 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: (...) | (...); 
                    acs_system_id: string; 
                    acs_user_id?: (...) | (...); 
                    assa_abloy_vostio_metadata?: (...) | (...); 
                    card_number?: (...) | (...) | (...); 
                    code?: (...) | (...) | (...); 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: (...) | (...); 
                    errors: (...)[]; 
                    external_type?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    external_type_display_name?: (...) | (...); 
                    is_issued?: (...) | (...) | (...); 
                    is_latest_desired_state_synced_with_provider?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    is_managed: true; 
                    is_multi_phone_sync_credential?: (...) | (...) | (...); 
                    is_one_time_use?: (...) | (...) | (...); 
                    issued_at?: (...) | (...) | (...); 
                    latest_desired_state_synced_with_provider_at?: (...) | (...) | (...); 
                    parent_acs_credential_id?: (...) | (...); 
                    starts_at?: (...) | (...); 
                    visionline_metadata?: (...) | (...); 
                    warnings: (...)[]; 
                    workspace_id: string; 
                } | { 
                    access_method: (...) | (...) | (...); 
                    acs_credential_id: string; 
                    acs_credential_pool_id?: (...) | (...); 
                    acs_system_id: string; 
                    acs_user_id?: (...) | (...); 
                    assa_abloy_vostio_metadata?: (...) | (...); 
                    card_number?: (...) | (...) | (...); 
                    code?: (...) | (...) | (...); 
                    created_at: string; 
                    display_name: string; 
                    ends_at?: (...) | (...); 
                    errors: (...)[]; 
                    external_type?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    external_type_display_name?: (...) | (...); 
                    is_issued?: (...) | (...) | (...); 
                    is_latest_desired_state_synced_with_provider?: 
                        | (...)
                        | (...)
                        | (...)
                        | (...); 
                    is_managed: false; 
                    is_multi_phone_sync_credential?: (...) | (...) | (...); 
                    is_one_time_use?: (...) | (...) | (...); 
                    issued_at?: (...) | (...) | (...); 
                    latest_desired_state_synced_with_provider_at?: (...) | (...) | (...); 
                    parent_acs_credential_id?: (...) | (...); 
                    starts_at?: (...) | (...); 
                    visionline_metadata?: (...) | (...); 
                    warnings: (...)[]; 
                    workspace_id: string; 
                }; 
                warnings: { 
                    warning_code: (...) | (...); 
                    warning_message: string; 
                }[]; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SCAN_CREDENTIAL"; 
            error: { 
                message: string; 
                type: "uncategorized_error"; 
            } | { 
                message: string; 
                type: "action_attempt_expired"; 
            } | { 
                message: string; 
                type: "no_credential_on_encoder"; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: null; 
            result: { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: ...; 
                    endpoint_id?: ...; 
                    key_id?: ...; 
                    key_issuing_request_id?: ...; 
                    override_guest_acs_entrance_ids?: ...; 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: ...; 
                    message: ...; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: true; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: ...; 
                    card_function_type: ...; 
                    card_id?: ...; 
                    common_acs_entrance_ids?: ...; 
                    credential_id?: ...; 
                    guest_acs_entrance_ids?: ...; 
                    is_valid?: ...; 
                    joiner_acs_credential_ids?: ...; 
                }; 
                warnings: (
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...))[]; 
                workspace_id: string; 
            } | { 
                access_method: "code" | "card" | "mobile_key"; 
                acs_credential_id: string; 
                acs_credential_pool_id?: string; 
                acs_system_id: string; 
                acs_user_id?: string; 
                assa_abloy_vostio_metadata?: { 
                    door_names?: ...; 
                    endpoint_id?: ...; 
                    key_id?: ...; 
                    key_issuing_request_id?: ...; 
                    override_guest_acs_entrance_ids?: ...; 
                }; 
                card_number?: null | string; 
                code?: null | string; 
                created_at: string; 
                display_name: string; 
                ends_at?: string; 
                errors: { 
                    error_code: ...; 
                    message: ...; 
                }[]; 
                external_type?: 
                    | "pti_card"
                    | "brivo_credential"
                    | "hid_credential"
                    | "visionline_card"
                    | "salto_ks_credential"
                    | "assa_abloy_vostio_key"
                    | "salto_space_key"; 
                external_type_display_name?: string; 
                is_issued?: boolean; 
                is_latest_desired_state_synced_with_provider?: null | boolean; 
                is_managed: false; 
                is_multi_phone_sync_credential?: boolean; 
                is_one_time_use?: boolean; 
                issued_at?: null | string; 
                latest_desired_state_synced_with_provider_at?: null | string; 
                parent_acs_credential_id?: string; 
                starts_at?: string; 
                visionline_metadata?: { 
                    auto_join?: ...; 
                    card_function_type: ...; 
                    card_id?: ...; 
                    common_acs_entrance_ids?: ...; 
                    credential_id?: ...; 
                    guest_acs_entrance_ids?: ...; 
                    is_valid?: ...; 
                    joiner_acs_credential_ids?: ...; 
                }; 
                warnings: (
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...)
                    | (...))[]; 
                workspace_id: string; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ENCODE_CREDENTIAL"; 
            error: 
                | { 
                    message: string; 
                    type: "uncategorized_error"; 
                }
                | { 
                    message: string; 
                    type: "action_attempt_expired"; 
                }
                | { 
                    message: string; 
                    type: "no_credential_on_encoder"; 
                }
                | { 
                    message: string; 
                    type: "incompatible_card_format"; 
                }
                | { 
                    message: string; 
                    type: "credential_cannot_be_reissued"; 
                }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "RESET_SANDBOX_WORKSPACE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_FAN_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SET_HVAC_MODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "ACTIVATE_CLIMATE_PRESET"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "SYNC_ACCESS_CODES"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: null; 
            result: { 
                access_code?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_ACCESS_CODE"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "CREATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: null; 
            result: {}; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "DELETE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: null; 
            status: "pending"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: null; 
            result: { 
                noise_threshold?: any; 
            }; 
            status: "success"; 
        }
        | { 
            action_attempt_id: string; 
            action_type: "UPDATE_NOISE_THRESHOLD"; 
            error: { 
                message: string; 
                type: string; 
            }; 
            result: null; 
            status: "error"; 
        })[]; 
}>, "action_attempts">, "action_attempts">
updateClientSessionToken
- updateClientSessionToken(clientSessionToken): Promise<void>
 Parameters
- clientSessionToken: string
 
Returns Promise<void>
StaticfromApiKey
- fromApiKey(apiKey, options?): SeamHttpActionAttempts
 
StaticfromClient
- fromClient(client, options?): SeamHttpActionAttempts
 
StaticfromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpActionAttempts
 
StaticfromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpActionAttempts
 
StaticfromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpActionAttempts
 
StaticfromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpActionAttempts>