Remove unused fields (#695)

## Description:

- Remove unnecessary parsing of inferred types.
- Remove unused persistentID from log message.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

---------

Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
This commit is contained in:
Scott Anderson
2025-05-10 06:10:41 -07:00
committed by GitHub
co-authored by Scott Anderson
parent ed370554de
commit 843bfe40d3
2 changed files with 34 additions and 55 deletions
-1
View File
@@ -390,7 +390,6 @@ export const ClientLogMessageSchema = z.object({
type: z.literal("log"),
severity: z.nativeEnum(LogSeverity),
log: ID,
persistentID: PersistentIdSchema, // WARNING: PII
});
export const ClientPingMessageSchema = z.object({