// AUTO-GENERATED by mizan — do not edit import { mizanCall } from '@mizan/base' import type { updateProfileInput, updateProfileOutput } from '../types' export function callUpdateProfile(args: updateProfileInput): Promise { return mizanCall('update_profile', args) }