ClientChangelogUpdateInput: {
    changes?: ClientChangelogUpdatechangesInput | string[];
    client?: ClientUpdateOneWithoutChangelogsNestedInput;
    date?: DateTimeFieldUpdateOperationsInput | Date | string;
    dbId?: StringFieldUpdateOperationsInput | string;
    identifier?: StringFieldUpdateOperationsInput | string;
    isPublic?: BoolFieldUpdateOperationsInput | boolean;
    thumbnail?: NullableStringFieldUpdateOperationsInput | string | null;
    title?: StringFieldUpdateOperationsInput | string;
}