Files
Cli-Proxy-API-Management-Ce…/src/services
LTbinglingfeng 85c8b34e59 refactor(auth-files): simplify batch response and field normalization
Backend batch upload/delete handlers always return a complete payload:
status (string), uploaded/deleted (number), files (string array), and
failed (only on partial). See auth_files.go:702-711. The fallback chains
that re-derived uploaded/deleted counts and file names from the
requestedNames list were unreachable.

Likewise, runtime_only is always a real bool from Go (auth_files.go:403),
and entry.modified is never emitted, so isRuntimeOnlyEntry collapses
to a strict equality check and readDateField drops the modified alias.
2026-05-28 00:41:06 +08:00
..