ISPO SDK
    Preparing search index...

    Interface FilesEditSessionApi

    Markdown
    interface FilesEditSessionApi {
        close(
            args: FilesEditSessionCloseArgs,
        ): Promise<FilesEditSessionCloseResult>;
        read(args: FilesEditSessionReadArgs): Promise<FilesEditSessionReadResult>;
        result(args: FilesEditSessionResultArgs): Promise<FilesEditSessionResult>;
        save(args: FilesEditSessionSaveArgs): Promise<FilesEditSessionSaveResult>;
    }
    Index

    Authority for files.editSession.close

    Reviewed request token: files.edit. No static standing capability. Resource bindings, identity checks, or interactive consent may still apply.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery. Example, effects, and verification.

    Authority for files.editSession.read

    Reviewed request token: files.edit. No static standing capability. Resource bindings, identity checks, or interactive consent may still apply.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery. Example, effects, and verification.

    Authority for files.editSession.result

    Reviewed request token: files.edit. No static standing capability. Resource bindings, identity checks, or interactive consent may still apply.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery. Example, effects, and verification.

    Authority for files.editSession.save

    Reviewed request token: files.edit. No static standing capability. Resource bindings, identity checks, or interactive consent may still apply.

    Handle structured ProjectRpcError failures. A timeout does not guarantee cancellation; do not automatically retry effects without a documented idempotency contract. Method authority and recovery. Example, effects, and verification.